0byt3m1n1
Path:
/
data
/
25
/
2
/
89
/
72
/
2741072
/
meta
/
3012654
/
mysql.backup
/
[
Home
]
File: 1_035c54e_12.mysqlcluster13.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster13 Database: 1_035c54e_12 -- ------------------------------------------------------ -- Server version 5.6.39-83.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_4_commentmeta` -- DROP TABLE IF EXISTS `wp_4_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_4_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_4_commentmeta` -- LOCK TABLES `wp_4_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_4_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_4_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_4_comments` -- DROP TABLE IF EXISTS `wp_4_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_4_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_4_comments` -- LOCK TABLES `wp_4_comments` WRITE; /*!40000 ALTER TABLE `wp_4_comments` DISABLE KEYS */; INSERT INTO `wp_4_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','http://cems-denimshow.com/','','2017-05-03 04:14:46','2017-05-03 04:14:46','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_4_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_4_links` -- DROP TABLE IF EXISTS `wp_4_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_4_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_4_links` -- LOCK TABLES `wp_4_links` WRITE; /*!40000 ALTER TABLE `wp_4_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_4_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_4_options` -- DROP TABLE IF EXISTS `wp_4_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_4_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_4_options` -- LOCK TABLES `wp_4_options` WRITE; /*!40000 ALTER TABLE `wp_4_options` DISABLE KEYS */; INSERT INTO `wp_4_options` VALUES (1,'siteurl','http://cems-denimshow.com/denimsummer','yes'),(2,'home','http://cems-denimshow.com/denimsummer','yes'),(3,'blogname','Denim Summer Edition','yes'),(4,'blogdescription','Just another Denim SHow site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','saiful.cems92@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','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','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:87:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:62:\"blog/index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"blog/index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:38:\"blog/index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:50:\"blog/index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"blog/index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"blog/index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:54:\"blog/index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:35:\"blog/index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:47:\"blog/index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"blog/index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:60:\"blog/index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:55:\"blog/index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:36:\"blog/index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:48:\"blog/index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:30:\"blog/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:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[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:83:\"[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:83:\"[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:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([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:77:\"([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:72:\"([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:65:\"([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:72:\"([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:61:\"([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:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[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:72:\"[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:72:\"[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:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([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:51:\"([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:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','twentysixteen','yes'),(41,'stylesheet','twentysixteen','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','37965','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:0:{}','yes'),(80,'widget_rss','a:0:{}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_4_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(98,'WPLANG','','yes'); /*!40000 ALTER TABLE `wp_4_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_4_postmeta` -- DROP TABLE IF EXISTS `wp_4_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_4_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_4_postmeta` -- LOCK TABLES `wp_4_postmeta` WRITE; /*!40000 ALTER TABLE `wp_4_postmeta` DISABLE KEYS */; INSERT INTO `wp_4_postmeta` VALUES (1,2,'_wp_page_template','default'); /*!40000 ALTER TABLE `wp_4_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_4_posts` -- DROP TABLE IF EXISTS `wp_4_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_4_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_4_posts` -- LOCK TABLES `wp_4_posts` WRITE; /*!40000 ALTER TABLE `wp_4_posts` DISABLE KEYS */; INSERT INTO `wp_4_posts` VALUES (1,2,'2017-05-03 04:14:46','2017-05-03 04:14:46','Welcome to <a href=\"http://cems-denimshow.com/\">Denim SHow</a>. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2017-05-03 04:14:46','2017-05-03 04:14:46','',0,'http://cems-denimshow.com/denimsummer/?p=1',0,'post','',1),(2,2,'2017-05-03 04:14:46','2017-05-03 04:14:46','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://cems-denimshow.com/denimsummer/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2017-05-03 04:14:46','2017-05-03 04:14:46','',0,'http://cems-denimshow.com/denimsummer/?page_id=2',0,'page','',0); /*!40000 ALTER TABLE `wp_4_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_4_term_relationships` -- DROP TABLE IF EXISTS `wp_4_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_4_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_4_term_relationships` -- LOCK TABLES `wp_4_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_4_term_relationships` DISABLE KEYS */; INSERT INTO `wp_4_term_relationships` VALUES (1,1,0); /*!40000 ALTER TABLE `wp_4_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_4_term_taxonomy` -- DROP TABLE IF EXISTS `wp_4_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_4_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_4_term_taxonomy` -- LOCK TABLES `wp_4_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_4_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_4_term_taxonomy` VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wp_4_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_4_termmeta` -- DROP TABLE IF EXISTS `wp_4_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_4_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_4_termmeta` -- LOCK TABLES `wp_4_termmeta` WRITE; /*!40000 ALTER TABLE `wp_4_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_4_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_4_terms` -- DROP TABLE IF EXISTS `wp_4_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_4_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_4_terms` -- LOCK TABLES `wp_4_terms` WRITE; /*!40000 ALTER TABLE `wp_4_terms` DISABLE KEYS */; INSERT INTO `wp_4_terms` VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_4_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_5_commentmeta` -- DROP TABLE IF EXISTS `wp_5_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_5_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_5_commentmeta` -- LOCK TABLES `wp_5_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_5_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_5_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_5_comments` -- DROP TABLE IF EXISTS `wp_5_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_5_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_5_comments` -- LOCK TABLES `wp_5_comments` WRITE; /*!40000 ALTER TABLE `wp_5_comments` DISABLE KEYS */; INSERT INTO `wp_5_comments` VALUES (1,1,'','','','','2017-05-07 07:27:12','2017-05-07 07:27:12','',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_5_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_5_links` -- DROP TABLE IF EXISTS `wp_5_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_5_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_5_links` -- LOCK TABLES `wp_5_links` WRITE; /*!40000 ALTER TABLE `wp_5_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_5_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_5_options` -- DROP TABLE IF EXISTS `wp_5_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_5_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_5_options` -- LOCK TABLES `wp_5_options` WRITE; /*!40000 ALTER TABLE `wp_5_options` DISABLE KEYS */; INSERT INTO `wp_5_options` VALUES (1,'siteurl','http://cems-denimshow.com/denimwinter','yes'),(2,'home','http://cems-denimshow.com/denimwinter','yes'),(3,'blogname','Denim Winter Edition','yes'),(4,'blogdescription','Just another Denim SHow site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','saiful.cems92@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','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','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:87:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:62:\"blog/index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:57:\"blog/index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:38:\"blog/index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:50:\"blog/index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"blog/index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:59:\"blog/index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:54:\"blog/index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:35:\"blog/index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:47:\"blog/index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"blog/index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:60:\"blog/index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:55:\"blog/index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:36:\"blog/index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:48:\"blog/index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:30:\"blog/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:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[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:83:\"[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:83:\"[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:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([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:77:\"([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:72:\"([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:65:\"([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:72:\"([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:61:\"([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:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[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:72:\"[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:72:\"[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:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([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:51:\"([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:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','twentysixteen','yes'),(41,'stylesheet','twentysixteen','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','37965','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:0:{}','yes'),(80,'widget_rss','a:0:{}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_5_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(98,'WPLANG','','yes'); /*!40000 ALTER TABLE `wp_5_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_5_postmeta` -- DROP TABLE IF EXISTS `wp_5_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_5_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_5_postmeta` -- LOCK TABLES `wp_5_postmeta` WRITE; /*!40000 ALTER TABLE `wp_5_postmeta` DISABLE KEYS */; INSERT INTO `wp_5_postmeta` VALUES (1,2,'_wp_page_template','default'); /*!40000 ALTER TABLE `wp_5_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_5_posts` -- DROP TABLE IF EXISTS `wp_5_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_5_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_5_posts` -- LOCK TABLES `wp_5_posts` WRITE; /*!40000 ALTER TABLE `wp_5_posts` DISABLE KEYS */; INSERT INTO `wp_5_posts` VALUES (1,2,'2017-05-07 07:27:12','2017-05-07 07:27:12','Welcome to <a href=\"http://cems-denimshow.com/\">Denim SHow</a>. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2017-05-07 07:27:12','2017-05-07 07:27:12','',0,'http://cems-denimshow.com/denimwinter/?p=1',0,'post','',1),(2,2,'2017-05-07 07:27:12','2017-05-07 07:27:12','','Sample Page','','publish','closed','open','','sample-page','','','2017-05-07 07:27:12','2017-05-07 07:27:12','',0,'http://cems-denimshow.com/denimwinter/?page_id=2',0,'page','',0); /*!40000 ALTER TABLE `wp_5_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_5_term_relationships` -- DROP TABLE IF EXISTS `wp_5_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_5_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_5_term_relationships` -- LOCK TABLES `wp_5_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_5_term_relationships` DISABLE KEYS */; INSERT INTO `wp_5_term_relationships` VALUES (1,1,0); /*!40000 ALTER TABLE `wp_5_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_5_term_taxonomy` -- DROP TABLE IF EXISTS `wp_5_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_5_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_5_term_taxonomy` -- LOCK TABLES `wp_5_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_5_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_5_term_taxonomy` VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wp_5_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_5_termmeta` -- DROP TABLE IF EXISTS `wp_5_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_5_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_5_termmeta` -- LOCK TABLES `wp_5_termmeta` WRITE; /*!40000 ALTER TABLE `wp_5_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_5_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_5_terms` -- DROP TABLE IF EXISTS `wp_5_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_5_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_5_terms` -- LOCK TABLES `wp_5_terms` WRITE; /*!40000 ALTER TABLE `wp_5_terms` DISABLE KEYS */; INSERT INTO `wp_5_terms` VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_5_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_blog_versions` -- DROP TABLE IF EXISTS `wp_blog_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_blog_versions` ( `blog_id` bigint(20) NOT NULL DEFAULT '0', `db_version` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`blog_id`), KEY `db_version` (`db_version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_blog_versions` -- LOCK TABLES `wp_blog_versions` WRITE; /*!40000 ALTER TABLE `wp_blog_versions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_blog_versions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_blogs` -- DROP TABLE IF EXISTS `wp_blogs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_blogs` ( `blog_id` bigint(20) NOT NULL AUTO_INCREMENT, `site_id` bigint(20) NOT NULL DEFAULT '0', `domain` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `path` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `public` tinyint(2) NOT NULL DEFAULT '1', `archived` tinyint(2) NOT NULL DEFAULT '0', `mature` tinyint(2) NOT NULL DEFAULT '0', `spam` tinyint(2) NOT NULL DEFAULT '0', `deleted` tinyint(2) NOT NULL DEFAULT '0', `lang_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`blog_id`), KEY `domain` (`domain`(50),`path`(5)), KEY `lang_id` (`lang_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_blogs` -- LOCK TABLES `wp_blogs` WRITE; /*!40000 ALTER TABLE `wp_blogs` DISABLE KEYS */; INSERT INTO `wp_blogs` VALUES (1,1,'cems-denimshow.com','/','2017-05-02 05:03:06','2017-12-24 07:59:26',1,0,0,0,0,0),(4,1,'cems-denimshow.com','/denimsummer/','2017-05-03 04:12:51','2017-05-03 04:14:46',1,0,0,0,0,0),(5,1,'cems-denimshow.com','/denimwinter/','2017-05-07 07:25:17','2017-05-07 07:27:12',1,0,0,0,0,0); /*!40000 ALTER TABLE `wp_blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=16264 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://cems-denimshow.com/','yes'),(2,'blogname','Denim Show','yes'),(3,'blogdescription','An Int'l Exhibition on Denim Fabrics & Accessories for Bangladesh','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','mahatab.cems@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','','yes'),(10,'comments_notify','','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','closed','yes'),(20,'default_pingback_flag','','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','','yes'),(29,'moderation_notify','','yes'),(30,'permalink_structure','/index.php/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:1:{i:0;s:21:\"Akismet3/Akismet3.php\";}','yes'),(36,'home','http://cems-denimshow.com/','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:103:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\denimshow/wp-content/themes/conexpo/style.css\";i:2;s:106:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\denimshow/wp-content/plugins/stortup/akismet.php\";i:3;s:110:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\denimshow/wp-content/themes/twentyfourteen/style.css\";i:4;s:104:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\denimshow/wp-content/themes/conexpo/header.php\";i:5;s:0:\"\";}','no'),(44,'template','conexpo','yes'),(45,'stylesheet','conexpo','yes'),(46,'comment_whitelist','','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','37965','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(85,'uninstall_plugins','a:0:{}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','330','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','25824','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a: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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";a:0:{}s:19:\"footer-column-right\";a:0:{}s:13:\"alt-sidebar-1\";a:0:{}s:13:\"alt-sidebar-2\";a:0:{}s:13:\"alt-sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1515173696;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:1515179379;a:1:{s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1515216909;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:1515221947;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(108,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:33:\"http://www.cems-yarnandfabric.com\";s:4:\"link\";s:109:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.cems-yarnandfabric.com/\";s:3:\"url\";s:142:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.cems-yarnandfabric.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(141,'theme_mods_twentythirteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1415857040;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(142,'current_theme','Expo18','yes'),(143,'theme_mods_yarnandfabric','a:1:{i:0;b:0;}','yes'),(144,'theme_switched','','yes'),(145,'om_expo18_options_template','a:78:{i:0;a:2:{s:4:\"name\";s:16:\"General settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:6:{s:4:\"name\";s:14:\"Site logo type\";s:4:\"desc\";s:65:\"Choose what do you want to use as site logo: image or plain text.\";s:2:\"id\";s:24:\"om_expo18_site_logo_type\";s:3:\"std\";s:5:\"image\";s:7:\"options\";a:2:{s:5:\"image\";s:5:\"Image\";s:4:\"text\";s:22:\"Plain text (Blog Name)\";}s:4:\"type\";s:5:\"radio\";}i:2;a:5:{s:4:\"name\";s:15:\"Site logo image\";s:4:\"desc\";s:139:\"Upload a logo for your theme, or specify the image address of your online logo (http://example.com/logo.png). Best fit is about 430x140 px.\";s:2:\"id\";s:25:\"om_expo18_site_logo_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:14:\"Site logo text\";s:4:\"desc\";s:135:\"Specify logo text, if \"Plain text\" Logo used. You can use <span> tag to colorize text, i.e.:<br />My <span>Logo</span> Text\";s:2:\"id\";s:24:\"om_expo18_site_logo_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:5:{s:4:\"name\";s:12:\"Site favicon\";s:4:\"desc\";s:87:\"Upload an *.ico file or 16px x 16px Png/Gif image that will for your website\'s favicon.\";s:2:\"id\";s:17:\"om_expo18_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:5;a:5:{s:4:\"name\";s:23:\"Event location and date\";s:4:\"desc\";s:256:\"Text in the header, event location and date. Can contain link to the page and words can be highlighted by <span> tag, e.g.:<br /><i><a href=\"/map/\">New Orleans, Louisiana<br/>02/25 — 02/28/<span>2014</span></a></i>\";s:2:\"id\";s:23:\"om_expo18_location_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:30:\"Event start date for countdown\";s:4:\"desc\";s:74:\"Format must be <b>YYYY-MM-DD HH:MM:SS</b>, for example 2014-02-25 10:00:00\";s:2:\"id\";s:24:\"om_expo18_countdown_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:31:\"Hide seconds on countdown timer\";s:2:\"id\";s:32:\"om_expo18_countdown_hide_seconds\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:8;a:5:{s:4:\"name\";s:21:\"Special button: title\";s:4:\"desc\";s:91:\"You can add special button to menu line, and link it, for example to the registration page.\";s:2:\"id\";s:30:\"om_expo18_special_button_title\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:5:{s:4:\"name\";s:20:\"Special button: link\";s:4:\"desc\";s:23:\"Link for special button\";s:2:\"id\";s:29:\"om_expo18_special_button_link\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:10;a:5:{s:4:\"name\";s:16:\"Footer text line\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:21:\"om_expo18_footer_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:5:{s:4:\"name\";s:24:\"Activate responsive mode\";s:4:\"desc\";s:67:\"Check if you want your site to be fitted by width on mobile devices\";s:2:\"id\";s:20:\"om_expo18_responsive\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:12;a:5:{s:4:\"name\";s:28:\"Hide comments block on pages\";s:4:\"desc\";s:156:\"Check if you want to hide comments block on single pages. To hide comments on post pages and portfolio - see sections \"Post options\" and \"Portfolio options\"\";s:2:\"id\";s:29:\"om_expo18_hide_comments_pages\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:13;a:5:{s:4:\"name\";s:14:\"FeedBurner URL\";s:4:\"desc\";s:172:\"Enter your full FeedBurner URL (or any other preferred feed URL) if you wish to use FeedBurner over the standard WordPress Feed e.g. http://feeds.feedburner.com/yoururlhere\";s:2:\"id\";s:20:\"om_expo18_feedburner\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:14;a:2:{s:4:\"name\";s:7:\"Styling\";s:4:\"type\";s:7:\"heading\";}i:15;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:133:\"Apply custom styling by inline code (check this option if you have problems with styling because of styling file rewrite permissions)\";s:2:\"id\";s:24:\"om_expo18_use_inline_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:16;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:12:\"<b>Color</b>\";s:4:\"type\";s:5:\"intro\";}i:17;a:5:{s:4:\"name\";s:13:\"Primary color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:23:\"om_expo18_primary_color\";s:3:\"std\";s:7:\"#335ebe\";s:4:\"type\";s:5:\"color\";}i:18;a:5:{s:4:\"name\";s:15:\"Highlight color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_highlight_color\";s:3:\"std\";s:7:\"#f89811\";s:4:\"type\";s:5:\"color\";}i:19;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:43:\"<b>Top/bottom area animated background:</b>\";s:4:\"type\";s:5:\"intro\";}i:20;a:6:{s:4:\"name\";s:29:\"Background animated image set\";s:4:\"desc\";s:52:\"Choose one of the builded-in animated background set\";s:2:\"id\";s:28:\"om_expo18_background_img_set\";s:3:\"std\";s:7:\"bgset-1\";s:7:\"options\";a:11:{s:7:\"bgset-1\";s:2:\"#1\";s:7:\"bgset-2\";s:2:\"#2\";s:7:\"bgset-3\";s:2:\"#3\";s:7:\"bgset-4\";s:2:\"#4\";s:7:\"bgset-5\";s:2:\"#5\";s:7:\"bgset-6\";s:2:\"#6\";s:7:\"bgset-7\";s:2:\"#7\";s:7:\"bgset-8\";s:2:\"#8\";s:7:\"bgset-9\";s:2:\"#9\";s:8:\"bgset-10\";s:3:\"#10\";s:8:\"bgset-11\";s:3:\"#11\";}s:4:\"type\";s:7:\"select2\";}i:21;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 1\";s:4:\"desc\";s:134:\"Upload your background image (wide image, min height - 520px or pattern, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:22;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 2\";s:4:\"desc\";s:148:\"This is top layer with transparency for parallax effect. Upload your background image, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:23;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:13:\"<b>Fonts:</b>\";s:4:\"type\";s:5:\"intro\";}i:24;a:6:{s:4:\"name\";s:9:\"Base font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"om_expo18_base_font\";s:3:\"std\";s:5:\"Arial\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:25;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts base font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_base_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:26;a:6:{s:4:\"name\";s:14:\"Highlight font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:24:\"om_expo18_highlight_font\";s:3:\"std\";s:9:\"Open Sans\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:27;a:5:{s:4:\"name\";s:34:\"Custom Google.Fonts highlight font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:31:\"om_expo18_custom_highlight_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:28;a:6:{s:4:\"name\";s:9:\"Logo font\";s:4:\"desc\";s:47:\"Font for logo (if logo mode is text, not image)\";s:2:\"id\";s:19:\"om_expo18_logo_font\";s:3:\"std\";s:10:\"Montserrat\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:10:\"Montserrat\";s:10:\"Montserrat\";}s:4:\"type\";s:7:\"select2\";}i:29;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts logo font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_logo_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:30;a:5:{s:4:\"name\";s:17:\"Testimonials font\";s:2:\"id\";s:26:\"om_expo18_testimonial_font\";s:3:\"std\";s:7:\"Satisfy\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:7:\"Satisfy\";s:7:\"Satisfy\";}s:4:\"type\";s:7:\"select2\";}i:31;a:5:{s:4:\"name\";s:37:\"Custom Google.Fonts testimonials font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:33:\"om_expo18_custom_testimonial_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:32;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:13:\"<b>Other:</b>\";s:4:\"type\";s:5:\"intro\";}i:33;a:6:{s:4:\"name\";s:16:\"Sidebar position\";s:4:\"desc\";s:25:\"Select sidebar alignment.\";s:2:\"id\";s:26:\"om_expo18_sidebar_position\";s:3:\"std\";s:5:\"right\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:2:{s:5:\"right\";s:72:\"http://cems-denimshow.com/wp-content/themes/conexpo/admin/images/2cr.png\";s:4:\"left\";s:72:\"http://cems-denimshow.com/wp-content/themes/conexpo/admin/images/2cl.png\";}}i:34;a:2:{s:4:\"name\";s:8:\"Sidebars\";s:4:\"type\";s:7:\"heading\";}i:35;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:167:\"You can set the number of available alternative sidebars, set them up at the \"Appearance > Widgets\" section and choose for every page one of them at the page settings.\";s:4:\"type\";s:5:\"intro\";}i:36;a:5:{s:4:\"name\";s:30:\"Number of alternative sidebars\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:22:\"om_expo18_sidebars_num\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:4:\"text\";}i:37;a:2:{s:4:\"name\";s:15:\"Homepage slider\";s:4:\"type\";s:7:\"heading\";}i:38;a:5:{s:4:\"name\";s:27:\"Show slider on the homepage\";s:4:\"desc\";s:36:\"Check to show slider on the homepage\";s:2:\"id\";s:30:\"om_expo18_show_homepage_slider\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:39;a:5:{s:4:\"name\";s:9:\"Autoslide\";s:4:\"desc\";s:79:\"Autoslide interval in milliseconds, enter 0 or leave empty to disable autoslide\";s:2:\"id\";s:35:\"om_expo18_homepage_slider_autoslide\";s:3:\"std\";s:4:\"6000\";s:4:\"type\";s:4:\"text\";}i:40;a:5:{s:4:\"name\";s:15:\"Animation speed\";s:4:\"desc\";s:31:\"Animation speed in milliseconds\";s:2:\"id\";s:41:\"om_expo18_homepage_slider_animation_speed\";s:3:\"std\";s:3:\"800\";s:4:\"type\";s:4:\"text\";}i:41;a:6:{s:4:\"name\";s:16:\"Animation effect\";s:4:\"desc\";s:129:\"See demo on <a href=\"http://malsup.com/jquery/cycle/browser.html\" target=\"_blank\">http://malsup.com/jquery/cycle/browser.html</a>\";s:2:\"id\";s:42:\"om_expo18_homepage_slider_animation_effect\";s:3:\"std\";s:6:\"custom\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:29:{s:6:\"custom\";s:17:\"Custom Predefined\";s:6:\"blindX\";s:6:\"blindX\";s:6:\"blindY\";s:6:\"blindY\";s:6:\"blindZ\";s:6:\"blindZ\";s:5:\"cover\";s:5:\"cover\";s:8:\"curtainX\";s:8:\"curtainX\";s:8:\"curtainY\";s:8:\"curtainY\";s:4:\"fade\";s:4:\"fade\";s:8:\"fadeZoom\";s:8:\"fadeZoom\";s:5:\"growX\";s:5:\"growX\";s:5:\"growY\";s:5:\"growY\";s:4:\"none\";s:4:\"none\";s:8:\"scrollUp\";s:8:\"scrollUp\";s:10:\"scrollDown\";s:10:\"scrollDown\";s:10:\"scrollLeft\";s:10:\"scrollLeft\";s:11:\"scrollRight\";s:11:\"scrollRight\";s:10:\"scrollHorz\";s:10:\"scrollHorz\";s:10:\"scrollVert\";s:10:\"scrollVert\";s:7:\"shuffle\";s:7:\"shuffle\";s:6:\"slideX\";s:6:\"slideX\";s:6:\"slideY\";s:6:\"slideY\";s:4:\"toss\";s:4:\"toss\";s:6:\"turnUp\";s:6:\"turnUp\";s:8:\"turnDown\";s:8:\"turnDown\";s:8:\"turnLeft\";s:8:\"turnLeft\";s:9:\"turnRight\";s:9:\"turnRight\";s:7:\"uncover\";s:7:\"uncover\";s:4:\"wipe\";s:4:\"wipe\";s:4:\"zoom\";s:4:\"zoom\";}}i:42;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:107:\"You can use tag <i><span>this is colored text</span></i> in slide description to color the text\";s:4:\"type\";s:5:\"intro\";}i:43;a:5:{s:4:\"name\";s:14:\"Slider content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_homepage_slider\";s:3:\"std\";a:0:{}s:4:\"type\";s:6:\"slider\";}i:44;a:2:{s:4:\"name\";s:12:\"Post options\";s:4:\"type\";s:7:\"heading\";}i:45;a:5:{s:4:\"name\";s:20:\"Hide post categories\";s:4:\"desc\";s:47:\"Check, if you want to hide categories for posts\";s:2:\"id\";s:30:\"om_expo18_post_hide_categories\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:46;a:5:{s:4:\"name\";s:36:\"Show featured image on the post page\";s:4:\"desc\";s:85:\"Check to show the featured image at the beginning of the post on the single post page\";s:2:\"id\";s:32:\"om_expo18_post_single_show_thumb\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:47;a:5:{s:4:\"name\";s:37:\"Hide comments block on the post pages\";s:4:\"desc\";s:59:\"Check if you want to hide comments block on the post pages.\";s:2:\"id\";s:28:\"om_expo18_hide_comments_post\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:48;a:2:{s:4:\"name\";s:27:\"Extra code blocks, counters\";s:4:\"type\";s:7:\"heading\";}i:49;a:5:{s:4:\"name\";s:31:\"Code block before </head>\";s:4:\"desc\";s:38:\"Here you can add Google.Analytics code\";s:2:\"id\";s:26:\"om_expo18_code_before_head\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:50;a:5:{s:4:\"name\";s:31:\"Code block before </body>\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:26:\"om_expo18_code_before_body\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:51;a:5:{s:4:\"name\";s:42:\"Code block after page header (</H1>)\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_page_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:52;a:5:{s:4:\"name\";s:29:\"Code block after page content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_page_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:53;a:5:{s:4:\"name\";s:61:\"Code block after post header (</H1>) on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_post_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:54;a:5:{s:4:\"name\";s:48:\"Code block after post content on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_post_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:55;a:2:{s:4:\"name\";s:12:\"Social icons\";s:4:\"type\";s:7:\"heading\";}i:56;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:61:\"Specify necessary links and icons will be shown in the footer\";s:4:\"type\";s:5:\"intro\";}i:57;a:4:{s:4:\"name\";s:13:\"Facebook link\";s:2:\"id\";s:25:\"om_expo18_social_facebook\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:58;a:4:{s:4:\"name\";s:13:\"LinekdIn link\";s:2:\"id\";s:25:\"om_expo18_social_linkedin\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:59;a:4:{s:4:\"name\";s:12:\"Twitter link\";s:2:\"id\";s:24:\"om_expo18_social_twitter\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:60;a:4:{s:4:\"name\";s:12:\"Behance link\";s:2:\"id\";s:24:\"om_expo18_social_behance\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:61;a:4:{s:4:\"name\";s:8:\"RSS link\";s:2:\"id\";s:20:\"om_expo18_social_rss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:62;a:4:{s:4:\"name\";s:12:\"Blogger link\";s:2:\"id\";s:24:\"om_expo18_social_blogger\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:63;a:4:{s:4:\"name\";s:15:\"Deviantart link\";s:2:\"id\";s:27:\"om_expo18_social_deviantart\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:64;a:4:{s:4:\"name\";s:12:\"Dribble link\";s:2:\"id\";s:24:\"om_expo18_social_dribble\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:65;a:4:{s:4:\"name\";s:11:\"Flickr link\";s:2:\"id\";s:23:\"om_expo18_social_flickr\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:66;a:4:{s:4:\"name\";s:11:\"Google link\";s:2:\"id\";s:23:\"om_expo18_social_google\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:67;a:4:{s:4:\"name\";s:12:\"Myspace link\";s:2:\"id\";s:24:\"om_expo18_social_myspace\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:68;a:4:{s:4:\"name\";s:14:\"Pinterest link\";s:2:\"id\";s:26:\"om_expo18_social_pinterest\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:69;a:4:{s:4:\"name\";s:10:\"Skype link\";s:2:\"id\";s:22:\"om_expo18_social_skype\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:70;a:4:{s:4:\"name\";s:10:\"Vimeo link\";s:2:\"id\";s:22:\"om_expo18_social_vimeo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:71;a:4:{s:4:\"name\";s:12:\"Youtube link\";s:2:\"id\";s:24:\"om_expo18_social_youtube\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:72;a:2:{s:4:\"name\";s:17:\"Registration form\";s:4:\"type\";s:7:\"heading\";}i:73;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:88:\"Set up form and include it at any page by inserting shortcode <b>[registration_form]</b>\";s:4:\"type\";s:5:\"intro\";}i:74;a:4:{s:4:\"name\";s:27:\"Email to send the form data\";s:2:\"id\";s:20:\"om_expo18_form_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:75;a:5:{s:4:\"name\";s:15:\"Success message\";s:4:\"desc\";s:51:\"Message will be shown after success form submission\";s:2:\"id\";s:22:\"om_expo18_form_success\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:76;a:4:{s:4:\"name\";s:19:\"Submit button title\";s:2:\"id\";s:27:\"om_expo18_form_button_title\";s:3:\"std\";s:9:\"Register!\";s:4:\"type\";s:4:\"text\";}i:77;a:4:{s:4:\"name\";s:11:\"Form fields\";s:2:\"id\";s:21:\"om_expo18_form_fields\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"form_fields\";}}','yes'),(148,'om_expo18_site_logo_type','text','yes'),(150,'om_expo18_site_logo_text','','yes'),(151,'om_expo18_favicon','','yes'),(152,'om_expo18_location_date','','yes'),(153,'om_expo18_countdown_date','','yes'),(154,'om_expo18_countdown_hide_seconds','false','yes'),(155,'om_expo18_special_button_title','','yes'),(156,'om_expo18_special_button_link','','yes'),(157,'om_expo18_footer_text','','yes'),(158,'om_expo18_responsive','true','yes'),(159,'om_expo18_hide_comments_pages','false','yes'),(160,'om_expo18_feedburner','','yes'),(161,'om_expo18_use_inline_css','false','yes'),(162,'om_expo18_primary_color','#335ebe','yes'),(163,'om_expo18_highlight_color','#f89811','yes'),(164,'om_expo18_background_img_set','bgset-1','yes'),(165,'om_expo18_background_img_custom_l1','','yes'),(166,'om_expo18_background_img_custom_l2','','yes'),(167,'om_expo18_base_font','Arial','yes'),(168,'om_expo18_custom_base_font','','yes'),(169,'om_expo18_highlight_font','Open Sans','yes'),(170,'om_expo18_custom_highlight_font','','yes'),(171,'om_expo18_logo_font','Montserrat','yes'),(172,'om_expo18_custom_logo_font','','yes'),(173,'om_expo18_testimonial_font','Satisfy','yes'),(174,'om_expo18_custom_testimonial_font','','yes'),(175,'om_expo18_sidebar_position','right','yes'),(176,'om_expo18_sidebars_num','3','yes'),(177,'om_expo18_show_homepage_slider','false','yes'),(178,'om_expo18_homepage_slider_autoslide','6000','yes'),(179,'om_expo18_homepage_slider_animation_speed','800','yes'),(180,'om_expo18_homepage_slider_animation_effect','custom','yes'),(181,'om_expo18_homepage_slider','a:6:{i:0;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:65:\"http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_2910.jpg\";s:11:\"description\";s:33:\"3rd Dhaka Int’l Denim Show 2018\";s:4:\"link\";s:0:\"\";}i:1;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:67:\"http://cems-denimshow.com/wp-content/uploads/2016/09/image007-1.jpg\";s:11:\"description\";s:33:\"3rd Dhaka Int’l Denim Show 2018\";s:4:\"link\";s:0:\"\";}i:2;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:67:\"http://cems-denimshow.com/wp-content/uploads/2016/09/image011-1.jpg\";s:11:\"description\";s:33:\"3rd Dhaka Int’l Denim Show 2018\";s:4:\"link\";s:0:\"\";}i:3;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:65:\"http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_3363.jpg\";s:11:\"description\";s:33:\"3rd Dhaka Int’l Denim Show 2018\";s:4:\"link\";s:0:\"\";}i:4;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:65:\"http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_4070.jpg\";s:11:\"description\";s:33:\"3rd Dhaka Int’l Denim Show 2018\";s:4:\"link\";s:0:\"\";}i:5;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:65:\"http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_3444.jpg\";s:11:\"description\";s:33:\"3rd Dhaka Int’l Denim Show 2018\";s:4:\"link\";s:0:\"\";}}','yes'),(182,'om_expo18_post_hide_categories','false','yes'),(183,'om_expo18_post_single_show_thumb','false','yes'),(184,'om_expo18_hide_comments_post','false','yes'),(185,'om_expo18_code_before_head','','yes'),(186,'om_expo18_code_before_body','','yes'),(187,'om_expo18_code_after_page_h1','','yes'),(188,'om_expo18_code_after_page_content','','yes'),(189,'om_expo18_code_after_post_h1','','yes'),(190,'om_expo18_code_after_post_content','','yes'),(191,'om_expo18_social_facebook','','yes'),(192,'om_expo18_social_linkedin','','yes'),(193,'om_expo18_social_twitter','','yes'),(194,'om_expo18_social_behance','','yes'),(195,'om_expo18_social_rss','','yes'),(196,'om_expo18_social_blogger','','yes'),(197,'om_expo18_social_deviantart','','yes'),(198,'om_expo18_social_dribble','','yes'),(199,'om_expo18_social_flickr','','yes'),(200,'om_expo18_social_google','','yes'),(201,'om_expo18_social_myspace','','yes'),(202,'om_expo18_social_pinterest','','yes'),(203,'om_expo18_social_skype','','yes'),(204,'om_expo18_social_vimeo','','yes'),(205,'om_expo18_social_youtube','','yes'),(206,'om_expo18_form_email','','yes'),(207,'om_expo18_form_success','','yes'),(208,'om_expo18_form_button_title','Register!','yes'),(209,'om_expo18_form_fields','a:10:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:2;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:3;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:5;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(215,'db_upgraded','','yes'),(219,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:22:\"mahatab.cems@gmail.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484675619;}','no'),(9276,'recently_activated','a:0:{}','yes'),(11944,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:27:\"wordpress-popup/popover.php\";i:1471776515;}s:5:\"queue\";a:1:{s:32:\"bba87391710944d67f24d8c1729a5356\";a:4:{s:6:\"plugin\";s:27:\"wordpress-popup/popover.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1473403512;s:6:\"sticky\";b:1;}}s:4:\"done\";a:1:{i:0;a:6:{s:6:\"plugin\";s:27:\"wordpress-popup/popover.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1472381315;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"c6788b5eb6b55e757c7822ca974a16bb\";s:10:\"handled_at\";i:1473317114;}}}','yes'),(11945,'inc_popup-config','a:2:{s:13:\"loadingmethod\";s:4:\"ajax\";s:5:\"rules\";a:7:{i:0;s:28:\"class-popup-rule-browser.php\";i:1;s:24:\"class-popup-rule-geo.php\";i:2;s:26:\"class-popup-rule-popup.php\";i:3;s:29:\"class-popup-rule-referrer.php\";i:4;s:24:\"class-popup-rule-url.php\";i:5;s:25:\"class-popup-rule-user.php\";i:6;s:28:\"class-popup-rule-prosite.php\";}}','yes'),(11946,'popover_installed','6','yes'),(12395,'_site_transient_timeout_browser_beef5b45b94c7d3e4dc5d8e6679fad16','1474804995','yes'),(12396,'_site_transient_browser_beef5b45b94c7d3e4dc5d8e6679fad16','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"52.0.2743.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(12404,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1474243403','no'),(12453,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12454,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(12455,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12456,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12458,'finished_splitting_shared_terms','1','yes'),(12459,'site_icon','0','yes'),(12460,'medium_large_size_w','768','yes'),(12461,'medium_large_size_h','0','yes'),(12462,'WPLANG','','yes'),(12465,'_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:59:\"https://downloads.wordpress.org/release/wordpress-4.7.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.7.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.4\";s:7:\"version\";s:5:\"4.7.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.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.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.7.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.4\";s:7:\"version\";s:5:\"4.7.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.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.5-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.6.5-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.5-rollback-1.zip\";}s:7:\"current\";s:5:\"4.6.5\";s:7:\"version\";s:5:\"4.6.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.6.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1493703518;s:15:\"version_checked\";s:5:\"4.6.1\";s:12:\"translations\";a:0:{}}','no'),(12468,'can_compress_scripts','1','no'),(12487,'theme_mods_denimshow','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1474432038;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";N;s:19:\"footer-column-right\";N;}}}','yes'),(12488,'theme_mods_twentysixteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1474433488;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";N;}}}','yes'),(12490,'theme_mods_conexpo','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}}','yes'),(12491,'widget_om_widget_tweets','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12492,'widget_om_widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12493,'widget_om_widget_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12494,'widget_om_widget_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12496,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(12615,'_site_transient_timeout_browser_6bcb73d32215374814dad35f9c73b9ad','1475986403','no'),(12616,'_site_transient_browser_6bcb73d32215374814dad35f9c73b9ad','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"53.0.2785.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(12718,'_site_transient_timeout_browser_2451ca2aec0606156897568730ffc28a','1476503887','no'),(12719,'_site_transient_browser_2451ca2aec0606156897568730ffc28a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"53.0.2785.143\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(13074,'_site_transient_timeout_browser_68948a6d14dc2998ac6d5fc6a7204e73','1479789990','no'),(13075,'_site_transient_browser_68948a6d14dc2998ac6d5fc6a7204e73','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"54.0.2840.71\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(13109,'_site_transient_timeout_browser_be739c6bf1571a85c9fef3f1ebdcd2df','1479959430','no'),(13110,'_site_transient_browser_be739c6bf1571a85c9fef3f1ebdcd2df','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"54.0.2840.99\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(13884,'_site_transient_timeout_browser_00cb6228a64f759a1bb585e143526e4f','1485405472','no'),(13885,'_site_transient_browser_00cb6228a64f759a1bb585e143526e4f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(13970,'_site_transient_timeout_browser_844f7ae4d251b2e6e152fdd13ef479f6','1485686376','no'),(13971,'_site_transient_browser_844f7ae4d251b2e6e152fdd13ef479f6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(13988,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1485092572','no'),(13989,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"6142\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3766\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3760\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3292\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2876\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2573\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2243\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2162\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"2155\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2125\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2097\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"2057\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1993\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1957\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1784\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1681\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1656\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1480\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1404\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1306\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1302\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1163\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1141\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:4:\"1080\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:4:\"1033\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1031\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"987\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"978\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"976\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"947\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"935\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"919\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"871\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"871\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"867\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"831\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"796\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"790\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"790\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"772\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"766\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"762\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"761\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"754\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"751\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"745\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"738\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"734\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"732\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"723\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"712\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"659\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"659\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"652\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"644\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"639\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"629\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"625\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"620\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"618\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"603\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"599\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"593\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"592\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"588\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"577\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"565\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"563\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"557\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"550\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"549\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"543\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"536\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"528\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"524\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"523\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"517\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"509\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"492\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"476\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"468\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"468\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"467\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"467\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"457\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"451\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"445\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"445\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"438\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"436\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"435\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"428\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"426\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"426\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"426\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"424\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"423\";}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";s:3:\"420\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"418\";}}','no'),(13994,'wpseo','a:21:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"4.1\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";b:0;}','yes'),(13995,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(13996,'wpseo_titles','a:56:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:23:\"content-analysis-active\";b:1;s:23:\"keyword-analysis-active\";b:1;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(13997,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"9bc2f21701d5628808a483f684380e55\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(13998,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(13999,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(14000,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:0;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(14001,'wpseo_flush_rewrite','1','yes'),(14005,'wpseo_sitemap_cache_validator_global','3Nf9q','no'),(14008,'wpseo_sitemap_1_cache_validator','45WLk','no'),(14009,'wpseo_sitemap_page_cache_validator','45WLu','no'),(14015,'wpseo_sitemap_revision_cache_validator','45Mq8','no'),(14078,'rewrite_rules','a:88:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:16:\".*wp-signup.php$\";s:21:\"index.php?signup=true\";s:18:\".*wp-activate.php$\";s:23:\"index.php?activate=true\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=330&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:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:55:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:37:\"index.php/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:30:\"index.php/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:50:\"index.php/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:38:\"index.php/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:45:\"index.php/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:26:\"index.php/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"index.php/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"index.php/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"index.php/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(14757,'_site_transient_timeout_browser_58769e6f77965f1b81999b5fbb0b69b5','1489896797','no'),(14758,'_site_transient_browser_58769e6f77965f1b81999b5fbb0b69b5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(14777,'_site_transient_timeout_browser_754cdcc1e6416d7a56262cf3d275472d','1489898328','no'),(14778,'_site_transient_browser_754cdcc1e6416d7a56262cf3d275472d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(15418,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1493703517;s:7:\"checked\";a:4:{s:7:\"conexpo\";s:5:\"1.1.0\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(15420,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1493703516;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{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:3:\"3.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.3.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}}}','no'),(15486,'_transient_timeout_wpseo-dashboard-totals','1493721298','no'),(15487,'_transient_wpseo-dashboard-totals','a:1:{i:1;a:1:{i:3;a:5:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"title\";s:27:\"Posts without focus keyword\";s:5:\"class\";s:15:\"wpseo-glance-na\";s:10:\"icon_class\";s:2:\"na\";s:5:\"count\";s:1:\"1\";}}}','no'),(15500,'_transient_timeout_plugin_slugs','1506083269','no'),(15501,'_transient_plugin_slugs','a:3:{i:0;s:21:\"Akismet3/Akismet3.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:9:\"hello.php\";}','no'),(15518,'_site_transient_timeout_browser_ce290af4083a5e71c26c2d360ac888b6','1494305549','no'),(15519,'_site_transient_browser_ce290af4083a5e71c26c2d360ac888b6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(15528,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1493743960','no'),(15529,'_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\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Popular — WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wordpress.org/plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Plugins extend and expand the functionality of WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 May 2017 04:46:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.8-alpha-40564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{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:45:\"https://wordpress.org/plugins/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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/contact-form-7/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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:43:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins-wp/contact-form-7/\";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:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5831:\"<p><!--section=description--></p>\n<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs & Support</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">support forum</a> on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin’s continued development and better user support.</p>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> by Takayuki Miyoshi – With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href=\"https://wordpress.org/plugins/postman-smtp/\">Postman</a> by<br />\nJason Hendriks – Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> by Takayuki Miyoshi – Bogo is a straight-forward multilingual plugin that doesn’t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n<p><!--section=faq--></p>\n<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>4.7</h4>\n<ul>\n<li>Added REST API custom endpoints to manipulate contact form data.</li>\n<li>Config Validator: Added test items for field names and attachment file paths.</li>\n<li>Added custom DOM events: <code>wpcf7invalid</code>, <code>wpcf7spam</code>, <code>wpcf7mailsent</code>, <code>wpcf7mailfailed</code> and <code>wpcf7submit</code>.</li>\n<li>New action hook: <code>wpcf7_after_flamingo</code>.</li>\n<li>Added <code>size</code> option to <code>select</code> and <code>select*</code> form-tag types.</li>\n<li>Made it possible to use the 3rd parameter of <code>wpcf7_add_form_tag()</code> to specify “features” of the form-tag type.</li>\n</ul>\n<h4>4.6.1</h4>\n<ul>\n<li>Fixed: “0” input could pass the <code>minlength</code> validation.</li>\n<li>Fixed: <code>exclude_blank</code> option was applied to all mail fields, not only to the message body.</li>\n<li>Fixed: <code>wpcf7_autop()</code> incorrectly inserted <code><br /></code> around hidden and block-type form-tags.</li>\n<li>Fixed: Applying <code>strtolower()</code> to uploaded file names was unnecessary and could cause troubles in a non-English environment.</li>\n</ul>\n<h4>4.6</h4>\n<ul>\n<li>Ajax loader: HTML markup changed to <code><span></code> to be easily customizable with CSS.</li>\n<li>Appends a proper header and footer to HTML mail content automatically.</li>\n<li><code>[_serial_number]</code> special mail-tag.</li>\n<li>New form-tag type for hidden fields.</li>\n<li><code>default:shortcode_attr</code> form-tag option.</li>\n<li><code>WPCF7_Shortcode</code>, <code>WPCF7_ShortcodeManager</code>, <code>wpcf7_add_shortcode()</code>, <code>wpcf7_scan_shortcode()</code>, and some other classes and functions have become deprecated.</li>\n<li>Removed all language files from the <em>languages</em> folder. Translations have moved to <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\">translate.wordpress.org</a>.</li>\n</ul>\n\";s: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:50:\"https://wordpress.org/plugins/contact-form-7/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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{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:38:\"https://wordpress.org/plugins/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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/akismet/#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:\"Thu, 20 Oct 2005 08:57: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:41:\"https://wordpress.org/plugins-wp/akismet/\";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:103:\"Akismet checks your comments and contact form submissions against our global database of spam to…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17649:\"<p><!--section=description--></p>\n<p>Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog’s “Comments” admin screen.</p>\n<p>Major features in Akismet include:</p>\n<ul>\n<li>Automatically checks all comments and filters out the ones that look like spam.</li>\n<li>Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.</li>\n<li>URLs are shown in the comment body to reveal hidden or misleading links.</li>\n<li>Moderators can see the number of approved comments for each user.</li>\n<li>A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.</li>\n</ul>\n<p>PS: You’ll need an <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a> to use it. Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.</p>\n<p><!--section=installation--></p>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n<p><!--section=changelog--></p>\n<h4>3.3</h4>\n<p><em>Release Date – 23 February 2017</em></p>\n<ul>\n<li>Updated the Akismet admin pages with a new clean design.</li>\n<li>Fixed bugs preventing the <code>akismet_add_comment_nonce</code> and <code>akismet_update_alert</code> wrapper functions from working properly.</li>\n<li>Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam.</li>\n<li>Added a progress indicator to the “Check for Spam” button.</li>\n<li>Added a success message after manually rechecking the Pending queue for spam.</li>\n</ul>\n<h4>3.2</h4>\n<p><em>Release Date – 6 September 2016</em></p>\n<ul>\n<li>Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.</li>\n<li>Stopped using the deprecated jQuery function <code>.live()</code>.</li>\n<li>Fixed a bug in <code>remove_comment_author_url()</code> and <code>add_comment_author_url()</code> that could generate PHP notices.</li>\n<li>Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.</li>\n<li>Fixed a bug that could cause the Akismet widget title to be blank.</li>\n</ul>\n<h4>3.1.11</h4>\n<p><em>Release Date – 12 May 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause the “Check for Spam” button to skip some comments.</li>\n<li>Fixed a bug that could prevent some spam submissions from being sent to Akismet.</li>\n<li>Updated all links to use https:// when possible.</li>\n<li>Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.</li>\n</ul>\n<h4>3.1.10</h4>\n<p><em>Release Date – 1 April 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Fixed a bug that could have resulted in comments that were caught by the core WordPress comment blacklist not to have a corresponding History entry.</li>\n<li>Fixed a bug that could have caused avoidable PHP warnings in the error log.</li>\n</ul>\n<h4>3.1.9</h4>\n<p><em>Release Date – 28 March 2016</em></p>\n<ul>\n<li>Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.</li>\n<li>Fixed a bug preventing some comment data from being sent to Akismet.</li>\n</ul>\n<h4>3.1.8</h4>\n<p><em>Release Date – 4 March 2016</em></p>\n<ul>\n<li>Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs.</li>\n<li>Reduced the amount of bandwidth used on Akismet API calls</li>\n<li>Reduced the amount of space Akismet uses in the database</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n</ul>\n<h4>3.1.7</h4>\n<p><em>Release Date – 4 January 2016</em></p>\n<ul>\n<li>Added documentation for the ‘akismet_comment_nonce’ filter.</li>\n<li>The post-install activation button is now accessible to screen readers and keyboard-only users.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working in WordPress 4.4</li>\n</ul>\n<h4>3.1.6</h4>\n<p><em>Release Date – 14 December 2015</em></p>\n<ul>\n<li>Improve the notices shown after activating Akismet.</li>\n<li>Update some strings to allow for the proper plural forms in all languages.</li>\n</ul>\n<h4>3.1.5</h4>\n<p><em>Release Date – 13 October 2015</em></p>\n<ul>\n<li>Closes a potential XSS vulnerability.</li>\n</ul>\n<h4>3.1.4</h4>\n<p><em>Release Date – 24 September 2015</em></p>\n<ul>\n<li>Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn’t have a current Akismet subscription.</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Error messages and instructions have been simplified to be more understandable.</li>\n<li>Link previews are enabled for all links inside comments, not just the author’s website link.</li>\n</ul>\n<h4>3.1.3</h4>\n<p><em>Release Date – 6 July 2015</em></p>\n<ul>\n<li>Notify users when their account status changes after previously being successfully set up. This should help any users who are seeing blank Akismet settings screens.</li>\n</ul>\n<h4>3.1.2</h4>\n<p><em>Release Date – 7 June 2015</em></p>\n<ul>\n<li>Reduced the amount of space Akismet uses in the commentmeta table.</li>\n<li>Fixed a bug where some comments with quotes in the author name weren’t getting history entries</li>\n<li>Pre-emptive security improvements to ensure that the Akismet plugin can’t be used by attackers to compromise a WordPress installation.</li>\n<li>Better UI for the key entry field: allow whitespace to be included at the beginning or end of the key and strip it out automatically when the form is submitted.</li>\n<li>When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.</li>\n<li>Clearer error messages.</li>\n</ul>\n<h4>3.1.1</h4>\n<p><em>Release Date – 17th March, 2015</em></p>\n<ul>\n<li>Improvements to the “Remove comment author URL” JavaScript</li>\n<li>Include the pingback pre-check from the 2.6 branch.</li>\n</ul>\n<h4>3.1</h4>\n<p><em>Release Date – 11th March, 2015</em></p>\n<ul>\n<li>Use HTTPS by default for all requests to Akismet.</li>\n<li>Fix for a situation where Akismet might strip HTML from a comment.</li>\n</ul>\n<h4>3.0.4</h4>\n<p><em>Release Date – 11th December, 2014</em></p>\n<ul>\n<li>Fix to make .htaccess compatible with Apache 2.4.</li>\n<li>Fix to allow removal of https author URLs.</li>\n<li>Fix to avoid stripping part of the author URL when removing and re-adding.</li>\n<li>Removed the “Check for Spam” button from the “Trash” and “Approved” queues, where it would have no effect.</li>\n<li>Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account</li>\n</ul>\n<h4>3.0.3</h4>\n<p><em>Release Date – 3rd November, 2014</em></p>\n<ul>\n<li>Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.</li>\n<li>Added a filter to disable logging of Akismet debugging information.</li>\n<li>Added a filter for the maximum comment age when deleting old spam comments.</li>\n<li>Added a filter for the number per batch when deleting old spam comments.</li>\n<li>Removed the “Check for Spam” button from the Spam folder.</li>\n</ul>\n<h4>3.0.2</h4>\n<p><em>Release Date – 18th August, 2014</em></p>\n<ul>\n<li>Performance improvements.</li>\n<li>Fixed a bug that could truncate the comment data being sent to Akismet for checking.</li>\n</ul>\n<h4>3.0.1</h4>\n<p><em>Release Date – 9th July, 2014</em></p>\n<ul>\n<li>Removed dependency on PHP’s fsockopen function</li>\n<li>Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app</li>\n<li>Remove jQuery dependency for comment form JavaScript</li>\n<li>Remove unnecessary data from some Akismet comment meta</li>\n<li>Suspended keys will now result in all comments being put in moderation, not spam.</li>\n</ul>\n<h4>3.0.0</h4>\n<p><em>Release Date – 15th April, 2014</em></p>\n<ul>\n<li>Move Akismet to Settings menu</li>\n<li>Drop Akismet Stats menu</li>\n<li>Add stats snapshot to Akismet settings</li>\n<li>Add Akismet subscription details and status to Akismet settings</li>\n<li>Add contextual help for each page</li>\n<li>Improve Akismet setup to use Jetpack to automate plugin setup</li>\n<li>Fix “Check for Spam” to use AJAX to avoid page timing out</li>\n<li>Fix Akismet settings page to be responsive</li>\n<li>Drop legacy code</li>\n<li>Tidy up CSS and Javascript</li>\n<li>Replace the old discard setting with a new “discard pervasive spam” feature.</li>\n</ul>\n<h4>2.6.0</h4>\n<p><em>Release Date – 18th March, 2014</em></p>\n<ul>\n<li>Add ajax paging to the check for spam button to handle large volumes of comments</li>\n<li>Optimize javascript and add localization support </li>\n<li>Fix bug in link to spam comments from right now dashboard widget</li>\n<li>Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments</li>\n<li>Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications</li>\n<li>Add pre-check for pingbacks, to stop spam before an outbound verification request is made</li>\n</ul>\n<h4>2.5.9</h4>\n<p><em>Release Date – 1st August, 2013</em></p>\n<ul>\n<li>Update ‘Already have a key’ link to redirect page rather than depend on javascript</li>\n<li>Fix some non-translatable strings to be translatable</li>\n<li>Update Activation banner in plugins page to redirect user to Akismet config page</li>\n</ul>\n<h4>2.5.8</h4>\n<p><em>Release Date – 20th January, 2013</em></p>\n<ul>\n<li>Simplify the activation process for new users</li>\n<li>Remove the reporter_ip parameter</li>\n<li>Minor preventative security improvements</li>\n</ul>\n<h4>2.5.7</h4>\n<p><em>Release Date – 13th December, 2012</em></p>\n<ul>\n<li>FireFox Stats iframe preview bug</li>\n<li>Fix mshots preview when using https</li>\n<li>Add .htaccess to block direct access to files</li>\n<li>Prevent some PHP notices</li>\n<li>Fix Check For Spam return location when referrer is empty</li>\n<li>Fix Settings links for network admins</li>\n<li>Fix prepare() warnings in WP 3.5</li>\n</ul>\n<h4>2.5.6</h4>\n<p><em>Release Date – 26th April, 2012</em></p>\n<ul>\n<li>Prevent retry scheduling problems on sites where wp_cron is misbehaving</li>\n<li>Preload mshot previews</li>\n<li>Modernize the widget code</li>\n<li>Fix a bug where comments were not held for moderation during an error condition</li>\n<li>Improve the UX and display when comments are temporarily held due to an error</li>\n<li>Make the Check For Spam button force a retry when comments are held due to an error</li>\n<li>Handle errors caused by an invalid key</li>\n<li>Don’t retry comments that are too old</li>\n<li>Improve error messages when verifying an API key</li>\n</ul>\n<h4>2.5.5</h4>\n<p><em>Release Date – 11th January, 2012</em></p>\n<ul>\n<li>Add nonce check for comment author URL remove action</li>\n<li>Fix the settings link</li>\n</ul>\n<h4>2.5.4</h4>\n<p><em>Release Date – 5th January, 2012</em></p>\n<ul>\n<li>Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it</li>\n<li>Added author URL quick removal functionality</li>\n<li>Added mShot preview on Author URL hover</li>\n<li>Added empty index.php to prevent directory listing</li>\n<li>Move wp-admin menu items under Jetpack, if it is installed</li>\n<li>Purge old Akismet comment meta data, default of 15 days</li>\n</ul>\n<h4>2.5.3</h4>\n<p><em>Release Date – 8th Febuary, 2011</em></p>\n<ul>\n<li>Specify the license is GPL v2 or later</li>\n<li>Fix a bug that could result in orphaned commentmeta entries</li>\n<li>Include hotfix for WordPress 3.0.5 filter issue</li>\n</ul>\n<h4>2.5.2</h4>\n<p><em>Release Date – 14th January, 2011</em></p>\n<ul>\n<li>Properly format the comment count for author counts</li>\n<li>Look for super admins on multisite installs when looking up user roles</li>\n<li>Increase the HTTP request timeout</li>\n<li>Removed padding for author approved count</li>\n<li>Fix typo in function name</li>\n<li>Set Akismet stats iframe height to fixed 2500px. Better to have one tall scroll bar than two side by side.</li>\n</ul>\n<h4>2.5.1</h4>\n<p><em>Release Date – 17th December, 2010</em></p>\n<ul>\n<li>Fix a bug that caused the “Auto delete” option to fail to discard comments correctly</li>\n<li>Remove the comment nonce form field from the ‘Akismet Configuration’ page in favor of using a filter, akismet_comment_nonce</li>\n<li>Fixed padding bug in “author” column of posts screen</li>\n<li>Added margin-top to “cleared by …” badges on dashboard</li>\n<li>Fix possible error when calling akismet_cron_recheck()</li>\n<li>Fix more PHP warnings</li>\n<li>Clean up XHTML warnings for comment nonce</li>\n<li>Fix for possible condition where scheduled comment re-checks could get stuck</li>\n<li>Clean up the comment meta details after deleting a comment</li>\n<li>Only show the status badge if the comment status has been changed by someone/something other than Akismet</li>\n<li>Show a ‘History’ link in the row-actions</li>\n<li>Translation fixes</li>\n<li>Reduced font-size on author name</li>\n<li>Moved “flagged by…” notification to top right corner of comment container and removed heavy styling</li>\n<li>Hid “flagged by…” notification while on dashboard</li>\n</ul>\n<h4>2.5.0</h4>\n<p><em>Release Date – 7th December, 2010</em></p>\n<ul>\n<li>Track comment actions under ‘Akismet Status’ on the edit comment screen</li>\n<li>Fix a few remaining deprecated function calls ( props Mike Glendinning ) </li>\n<li>Use HTTPS for the stats IFRAME when wp-admin is using HTTPS</li>\n<li>Use the WordPress HTTP class if available</li>\n<li>Move the admin UI code to a separate file, only loaded when needed</li>\n<li>Add cron retry feature, to replace the old connectivity check</li>\n<li>Display Akismet status badge beside each comment</li>\n<li>Record history for each comment, and display it on the edit page</li>\n<li>Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham</li>\n<li>Highlight links in comment content</li>\n<li>New option, “Show the number of comments you’ve approved beside each comment author.”</li>\n<li>New option, “Use a nonce on the comment form.”</li>\n</ul>\n<h4>2.4.0</h4>\n<p><em>Release Date – 23rd August, 2010</em></p>\n<ul>\n<li>Spell out that the license is GPLv2</li>\n<li>Fix PHP warnings</li>\n<li>Fix WordPress deprecated function calls</li>\n<li>Fire the delete_comment action when deleting comments</li>\n<li>Move code specific for older WP versions to legacy.php</li>\n<li>General code clean up</li>\n</ul>\n<h4>2.3.0</h4>\n<p><em>Release Date – 5th June, 2010</em></p>\n<ul>\n<li>Fix “Are you sure” nonce message on config screen in WPMU</li>\n<li>Fix XHTML compliance issue in sidebar widget</li>\n<li>Change author link; remove some old references to WordPress.com accounts</li>\n<li>Localize the widget title (core ticket #13879)</li>\n</ul>\n<h4>2.2.9</h4>\n<p><em>Release Date – 2nd June, 2010</em></p>\n<ul>\n<li>Eliminate a potential conflict with some plugins that may cause spurious reports</li>\n</ul>\n<h4>2.2.8</h4>\n<p><em>Release Date – 27th May, 2010</em></p>\n<ul>\n<li>Fix bug in initial comment check for ipv6 addresses</li>\n<li>Report comments as ham when they are moved from spam to moderation</li>\n<li>Report comments as ham when clicking undo after spam</li>\n<li>Use transition_comment_status action when available instead of older actions for spam/ham submissions</li>\n<li>Better diagnostic messages when PHP network functions are unavailable</li>\n<li>Better handling of comments by logged-in users</li>\n</ul>\n<h4>2.2.7</h4>\n<p><em>Release Date – 17th December, 2009</em></p>\n<ul>\n<li>Add a new AKISMET_VERSION constant</li>\n<li>Reduce the possibility of over-counting spam when another spam filter plugin is in use</li>\n<li>Disable the connectivity check when the API key is hard-coded for WPMU</li>\n</ul>\n<h4>2.2.6</h4>\n<p><em>Release Date – 20th July, 2009</em></p>\n<ul>\n<li>Fix a global warning introduced in 2.2.5</li>\n<li>Add changelog and additional readme.txt tags</li>\n<li>Fix an array conversion warning in some versions of PHP</li>\n<li>Support a new WPCOM_API_KEY constant for easier use with WordPress MU</li>\n</ul>\n<h4>2.2.5</h4>\n<p><em>Release Date – 13th July, 2009</em></p>\n<ul>\n<li>Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls</li>\n</ul>\n<h4>2.2.4</h4>\n<p><em>Release Date – 3rd June, 2009</em></p>\n<ul>\n<li>Fixed a key problem affecting the stats feature in WordPress MU</li>\n<li>Provide additional blog information in Akismet API calls</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n</dd>\n</dl>\n\";s: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:43:\"https://wordpress.org/plugins/akismet/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:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\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:3:{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:44:\"https://wordpress.org/plugins/wordpress-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Oct 2010 20:55: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:47:\"https://wordpress.org/plugins-wp/wordpress-seo/\";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:90:\"WordPress out of the box is already technically quite a good platform for SEO. This…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13068:\"<p><!--section=description--></p>\n<p>WordPress out of the box is already technically quite a good platform for SEO. This was true when Joost wrote his original <a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO</a> article in 2008 (updated every few months) and it’s still true today, but that doesn’t mean you can’t improve it further! This plugin is written from the ground up by Joost de Valk and his team at <a href=\"https://yoast.com/\" rel=\"nofollow\">Yoast</a> to improve your site’s SEO on <em>all</em> needed aspects. While this <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO plugin</a> goes the extra mile to take care of all the technical optimization, more on that below, it first and foremost helps you write better content. Yoast SEO forces you to choose a focus keyword when you’re writing your articles, and then makes sure you use that focus keyword everywhere.</p>\n<blockquote>\n<p><strong>Premium Support</strong><br />\n The Yoast team does not always provide active support for the Yoast SEO plugin on the WordPress.org forums. One-on-one email support is available to people who bought the <a href=\"https://yoast.com/wordpress/plugins/seo-premium/\" rel=\"nofollow\">Premium Yoast SEO plugin</a> only.<br />\n Note that the Premium SEO plugin has several extra features too, including the option to have multiple focus keywords and a redirect manager, so it might be well worth your investment!</p>\n<p>You should also check out the <a href=\"https://yoast.com/wordpress/plugins/local-seo/\" rel=\"nofollow\">Yoast Local SEO</a>, <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">Yoast News SEO</a> and <a href=\"https://yoast.com/wordpress/plugins/video-seo/\" rel=\"nofollow\">Yoast Video SEO</a> extensions to Yoast SEO. These of course come with support too.</p>\n<p><strong>Bug Reports</strong><br />\n Bug reports for Yoast SEO are <a href=\"https://github.com/Yoast/wordpress-seo\" rel=\"nofollow\">welcomed on GitHub</a>. Please note GitHub is <em>not</em> a support forum, and issues that aren’t properly qualified as bugs will be closed.</p>\n</blockquote>\n<h4>Write better content with Yoast SEO</h4>\n<p>Using the snippet preview, you can see a rendering of what your post or page will look like in the search results, whether your title is too long or too short, and whether your meta description makes sense in the context of a search result. This way the plugin will help you not only increase rankings but also increase the click through rate for organic search results.</p>\n<h4>Page Analysis</h4>\n<p>The Yoast SEO plugins <a href=\"https://yoast.com/content-seo-wordpress-linkdex/\" rel=\"nofollow\">Page Analysis</a> functionality checks simple things you’re bound to forget. It checks, for instance, if you have images in your post and whether they have an alt tag containing the focus keyword for that post. It also checks whether your posts are long enough, whether you’ve written a meta description and if that meta description contains your focus keyword, if you’ve used any subheadings within your post, etc. etc.</p>\n<p>The plugin alsgruo allows you to write meta titles and descriptions for all your category, tag and custom taxonomy archives, giving you the option to further optimize those pages.</p>\n<p>Combined, this plugin makes sure that your content is the type of content search engines will love!</p>\n<h4>Technical WordPress Search Engine Optimization</h4>\n<p>While out of the box WordPress is pretty good for SEO, it needs some tweaks here and there. This Yoast SEO plugin guides you through some of the settings needed, for instance by reminding you to enable pretty permalinks. But it also goes beyond that, by automatically optimizing and inserting the meta tags and link elements that Google and other search engines like so much:</p>\n<h4>Meta & Link Elements</h4>\n<p>With the Yoast SEO plugin you can control which pages Google shows in its search results and which pages it doesn’t show. By default, it will tell search engines to index all of your pages, including category and tag archives, but to only show the first pages in the search results. It’s not very useful for a user to end up on the third page of your “personal” category, right?</p>\n<p>WordPress itself only shows canonical link elements on single pages, but Yoast SEO makes it output canonical link elements everywhere. Google has recently announced they would also use <code>rel=\"next\"</code> and <code>rel=\"prev\"</code> link elements in the <code>head</code> section of your paginated archives. This plugin adds those automatically. See <a href=\"https://yoast.com/rel-next-prev-paginated-archives/\" rel=\"nofollow\">this post</a> for more info.</p>\n<h4>XML Sitemaps</h4>\n<p>The Yoast SEO plugin has the most advanced XML Sitemaps functionality in any WordPress plugin. Once you check the box, it automatically creates XML sitemaps and notifies Google & Bing of the sitemaps’ existence. These XML sitemaps include the images in your posts & pages too, so that your images may be found better in the search engines too.</p>\n<p>These XML Sitemaps will even work on large sites, because of how they’re created, using one index sitemap that links to sub-sitemaps for each 1,000 posts. They will also work with custom post types and custom taxonomies automatically, while giving you the option to remove those from the XML sitemap should you wish to.</p>\n<p>Because of using <a href=\"https://yoast.com/xsl-stylesheet-xml-sitemap/\" rel=\"nofollow\">XSL stylesheets for these XML Sitemaps</a>, the XML sitemaps are easily readable for the human eye too, so you can spot things that shouldn’t be in there.</p>\n<h4>RSS Optimization</h4>\n<p>Are you being outranked by scrapers? Instead of cursing at them, use them to your advantage! By automatically adding a link to your RSS feed pointing back to the original article, you’re telling the search engine where they should be looking for the original. This way, the Yoast SEO plugin increases your own chance of ranking for your chosen keywords and gets rid of scrapers in one go!</p>\n<h4>Breadcrumbs</h4>\n<p>If your theme is compatible, and themes based on for instance Genesis or by WooThemes often are, you can use the built-in Breadcrumbs functionality. This allows you to create an easy navigation that is great for both users and search engines, and will support the search engines in understanding the structure of your site.</p>\n<p>Making your theme compatible isn’t hard either, check <a href=\"https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/\" rel=\"nofollow\">these instructions</a>.</p>\n<h4>Edit your .htaccess and robots.txt file</h4>\n<p>Using the built-in file editor, you can edit your WordPress blog’s <code>.htaccess</code> and <code>robots.txt</code> file, giving you direct access to the two most powerful files, from an SEO perspective, in your WordPress install.</p>\n<h4>Social Integration</h4>\n<p>SEO and Social Media are heavily intertwined. That’s why this plugin also comes with a Facebook OpenGraph implementation and will soon also support Google+ sharing tags.</p>\n<h4>Multi-Site Compatible</h4>\n<p>The Yoast SEO plugin, unlike some others, is fully Multi-Site compatible. The XML Sitemaps work fine in all setups and you even have the option, in the Network settings, to copy the settings from one blog to another, or make blogs default to the settings for a specific blog.</p>\n<h4>Import & Export functionality</h4>\n<p>If you have multiple blogs, setting up plugins like this one on all of them might seem like a daunting task. Except that it’s not, because what you can do is simple: you set up the plugin once. You then export your settings and simply import them on all your other sites. It’s that simple!</p>\n<h4>Import functionality for other WordPress SEO plugins</h4>\n<p>If you’ve used All In One SEO Pack or HeadSpace2 before using this plugin, you might want to import all your old titles and descriptions. You can do that easily using the built-in import functionality. There’s also import functionality for some of the older Yoast plugins, like Robots Meta and RSS footer.</p>\n<p>Should you have a need to import from another SEO plugin to Yoast SEO, or from a theme like Genesis or Thesis, you can use the <a href=\"https://wordpress.org/extend/plugins/seo-data-transporter/\" rel=\"nofollow\">SEO Data Transporter</a> plugin, which will easily convert your SEO meta data from and to a whole set of plugins like Platinum SEO, SEO Ultimate, Greg’s High Performance SEO, and themes like Headway, Hybrid, WooFramework, Catalyst etc.</p>\n<p>Read <a href=\"https://yoast.com/all-in-one-seo-pack-migration/\" rel=\"nofollow\">this migration guide</a> if you still have questions about migrating from another SEO plugin to Yoast SEO.</p>\n<h4>Yoast SEO Plugin in your Language!</h4>\n<p>Currently a huge translation project is underway, translating Yoast SEO in as much as 24 languages. So far, the translations for French and Dutch are complete, but we still need help on a lot of other languages, so if you’re good at translating, please join us at <a href=\"http://translate.yoast.com\" rel=\"nofollow\">translate.yoast.com</a>.</p>\n<h4>News SEO</h4>\n<p>Be sure to also check out the premium <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">News SEO module</a> if you need Google News Sitemaps. It tightly integrates with Yoast SEO to give you the combined power of News Sitemaps and full Search Engine Optimization.</p>\n<h4>Further Reading</h4>\n<p>For more info, check out the following articles:</p>\n<ul>\n<li>The <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">Yoast SEO Knowledgebase</a>.</li>\n<li><a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO – The definitive Guide by Yoast</a>.</li>\n<li>Once you have great SEO, you’ll need the <a href=\"https://yoast.com/articles/wordpress-hosting/\" rel=\"nofollow\">best WordPress Hosting</a>.</li>\n<li>The <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO Plugin</a> official homepage.</li>\n<li>Other <a href=\"https://yoast.com/wordpress/plugins/\" rel=\"nofollow\">WordPress Plugins</a> by the same team.</li>\n<li>Follow Yoast on <a href=\"https://facebook.com/yoast\" rel=\"nofollow\">Facebook</a> & <a href=\"http://twitter.com/yoast\" rel=\"nofollow\">Twitter</a>.</li>\n</ul>\n<h3>From within WordPress</h3>\n<ol>\n<li>Visit ‘Plugins > Add New’</li>\n<li>Search for ‘Yoast SEO’</li>\n<li>Activate Yoast SEO from your Plugins page.</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>Manually</h3>\n<ol>\n<li>Upload the <code>wordpress-seo</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the Yoast SEO plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>After activation</h3>\n<ol>\n<li>You should see (a notice to start) the Yoast SEO configuration wizard.</li>\n<li>Go through the configuration wizard and set up the plugin for your site.</li>\n<li>You’re done!</li>\n</ol>\n<p><!--section=faq--></p>\n<p>You’ll find answers to many of your questions on <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">kb.yoast.com</a>.</p>\n<p><!--section=changelog--></p>\n<h4>4.6.0</h4>\n<p>Release Date: April 11th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Improves a language string, props <a href=\"https://github.com/Soean\" rel=\"nofollow\">Sören Wrede</a>.</li>\n<li>Improves the configuration wizard with clear information about the configuration.</li>\n<li>Adds the ability to mark posts as cornerstone content.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes an issue in combination with WooCommerce 3.0 where the plugins would load incompatible select2 versions.</li>\n</ul>\n</li>\n</ul>\n<h4>4.5.0</h4>\n<p>Release Date: March 21st, 2017</p>\n<ul>\n<li>\n<p>Additions</p>\n<ul>\n<li>Adds a message about the PHP version for WordPress installations that run on PHP 5.2. The warning also has pointers on how to address this situation. <a href=\"https://yoa.st/x6\" rel=\"nofollow\">We have an article about why we are doing this on yoast.com</a>.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Adds a check for the breadcrumbs-home option to prevent a blank entry being added to the crumbs array, props <a href=\"https://github.com/codemonkeynorth\" rel=\"nofollow\">codemonkeynorth</a></li>\n</ul>\n</li>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Throws a warning in the admin for the RS Head Cleaner plugin, because the plugin cloaks.</li>\n<li>Improves copy about Yoast SEO Premium benefits.</li>\n<li>Adds link to our knowledge base article about connecting your website to Google Search Console.</li>\n</ul>\n</li>\n</ul>\n<h4>Earlier versions</h4>\n<p>For the changelog of earlier versions, please refer to the separate changelog.txt file.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{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:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/jetpack/#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:\"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:41:\"https://wordpress.org/plugins-wp/jetpack/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection,…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:35142:\"<p><!--section=description--></p>\n<p>Keep any WordPress site secure, increase traffic, and engage your readers.</p>\n<h4>Traffic and SEO Tools</h4>\n<p>Traffic is the lifeblood of any website. Jetpack includes:</p>\n<ul>\n<li>[free] Site stats and analytics</li>\n<li>[free] Automatic sharing on Facebook, Twitter, LinkedIn, Tumblr, Reddit, and WhatsApp</li>\n<li>[free] Related posts</li>\n<li>[paid] Search engine optimization tools for Google, Bing, Twitter, Facebook, and WordPress.com</li>\n<li>[paid] Advertising program that includes the best of AdSense, Facebook Ads, AOL, Amazon, Google AdX, and Yahoo</li>\n</ul>\n<h4>Security and Backup Services</h4>\n<p>Stop worrying about data loss, downtime, and hacking. Jetpack provides:</p>\n<ul>\n<li>[free] Brute force attack protection</li>\n<li>[free] Downtime and uptime monitoring</li>\n<li>[free] Secured logins and two-factor authentication</li>\n<li>[paid] Malware scanning, code scanning, and threat resolution</li>\n<li>[paid] Site backups, restores, and migrations</li>\n</ul>\n<h4>Content Creation</h4>\n<p>Add rich, beautifully-presented media — no graphic design expertise necessary:</p>\n<ul>\n<li>[free] A high-speed CDN for your images</li>\n<li>[free] Carousels, slideshows, and tiled galleries</li>\n<li>[free] Simple embeds from YouTube, Google Documents, Spotify and more</li>\n<li>[free] Sidebar customization including Facebook, Twitter, and RSS feeds</li>\n<li>[free] Extra sidebar widgets including blog stats, calendar, and author widgets</li>\n<li>[paid] High-speed, ad-free, and high-definition video hosting</li>\n</ul>\n<h4>Discussion and Community</h4>\n<p>Create a connection with your readers and keep them coming back to your site with:</p>\n<ul>\n<li>[free] Email subscriptions</li>\n<li>[free] Comment login with Facebook, Twitter, and Google</li>\n<li>[free] Fully-customizable contact forms</li>\n<li>[free] Infinite scroll for your posts</li>\n</ul>\n<h4>Expert Support</h4>\n<p>We have an entire team of Happiness Engineers ready to help you. Ask your questions in the support forum, or <a href=\"https://jetpack.com/contact-support\" rel=\"nofollow\">contact us directly</a>.</p>\n<h4>Paid Services</h4>\n<p>Most of Jetpack’s features and services are free. Jetpack also provides advanced security and backup services, video hosting, site monetization, priority support, and more SEO tools in three <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">simple and affordable plans</a>.</p>\n<h4>Get Started</h4>\n<p>Installation is free, quick, and easy. Set up <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">the free plan</a> in minutes.</p>\n<p><!--section=installation--></p>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"http://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"http://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n</dd>\n<dt>Is Jetpack Free?</dt>\n<dd>\n<p>Yes! Jetpack’s core features are and always will be free.</p>\n<p>These include: <a href=\"https://jetpack.com/features/traffic/site-stats\" rel=\"nofollow\">site stats</a>, a <a href=\"https://jetpack.com/features/writing/content-delivery-network/\" rel=\"nofollow\">high-speed CDN</a> for images, <a href=\"https://jetpack.com/features/traffic/related-posts\" rel=\"nofollow\">related posts</a>, <a href=\"https://jetpack.com/features/security/downtime-monitoring\" rel=\"nofollow\">downtime monitoring</a>, brute force <a href=\"https://jetpack.com/features/security/brute-force-attack-protection\" rel=\"nofollow\">attack protection</a>, <a href=\"https://jetpack.com/features/traffic/automatic-publishing/\" rel=\"nofollow\">automated sharing</a> to social networks, <a href=\"https://jetpack.com/features/writing/sidebar-customization/\" rel=\"nofollow\">sidebar customization</a>, and many more.</p>\n</dd>\n<dt>Should I purchase a paid plan?</dt>\n<dd>\n<p>Jetpack’s paid services include automated backups, security scanning, spam filtering, video hosting, site monetization, SEO tools, and priority support.</p>\n<p>If you’re interested in learning more about the extra layers of protection and advanced tools available, learn more about our <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">paid plans</a>.</p>\n</dd>\n<dt>Why do I need a WordPress.com account?</dt>\n<dd>\n<p>Since Jetpack and its services are provided and hosted by WordPress.com, a WordPress.com account is required for Jetpack to function.</p>\n</dd>\n<dt>I already have a WordPress account, but Jetpack isn’t working. What’s going on?</dt>\n<dd>\n<p>A WordPress.com account is different from the account you use to log into your self-hosted WordPress. If you can log into <a href=\"https://wordpress.com\" rel=\"nofollow\">WordPress.com</a>, then you already have a WordPress.com account. If you can’t, you can easily create one <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">during installation</a>.</p>\n</dd>\n<dt>How do I view my stats?</dt>\n<dd>\n<p>Once you’ve installed Jetpack your stats will be available on <a href=\"https://wordpress.com/stats\" rel=\"nofollow\">WordPress.com/Stats</a>, on the official <a href=\"https://apps.wordpress.com/mobile/\" rel=\"nofollow\">WordPress mobile apps</a>, and on your Jetpack dashboard.</p>\n</dd>\n<dt>How do I contribute to Jetpack?</dt>\n<dd>\n<p>There are opportunities for developers at all levels to contribute. <a href=\"https://jetpack.com/contribute\" rel=\"nofollow\">Learn more about contributing to Jetpack</a> or consider <a href=\"https://jetpack.com/beta\" rel=\"nofollow\">joining our beta program</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.8.2</h4>\n<ul>\n<li>Release date: April 7th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-4P0</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Fixed a bug that prevented activating/deactivating of some features in PHP versions below 5.4.</li>\n<li>Removed an unused function that was also incompatible with PHP versions below 5.4.</li>\n<li>Fixed a bug that was causing a blank Jetpack admin area.</li>\n</ul>\n<h4>4.8.1</h4>\n<ul>\n<li>Release date: April 5th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-4N5</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>An incompatibility with PHP versions lower than 5.4 was introduced in the last release, causing a fatal error and we’ve immediately fixed this.</li>\n<li>Sitemaps: Some plugins were relying on a function that was removed in the last release, which has been fixed.</li>\n<li>General: Clicking on the info icon in the settings area will no longer jump to the top of the page.</li>\n<li>General: The Anti-spam card will always display the correct status in the Jetpack dashboard.</li>\n</ul>\n<h4>4.8</h4>\n<ul>\n<li>Release date: April 4th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-4gA</li>\n</ul>\n<p><strong>Major Enhancements</strong></p>\n<ul>\n<li>Easier to navigate Jetpack’s feature settings in your dashboard and WordPress.com.</li>\n<li>New WordPress.com Toolbar provides quick access to site management, stats, and other services.</li>\n<li>New MailChimp Subscribe Popup widget.</li>\n<li>Sitemaps are faster and now support sites with a very large amount of posts.</li>\n<li>Contact Form now has a plain-text alternative and better avoids spam filters.</li>\n<li>Debug form includes extra information to better prioritize your support requests.</li>\n<li>Photon can now be used within the dashboard, and supports bbPress topics and replies.</li>\n</ul>\n<p><strong>Slightly Less Exciting Enhancements</strong></p>\n<ul>\n<li>Improved previously confusing wording in Stats dashboard, and Featured Content options.</li>\n<li>You can now embed Apple Keynotes straight from icloud.com in your posts and pages.</li>\n<li>Changed Infinite Scroll button text on taxonomy page and added a new filter to short-circuit the <code>is_last_batch()</code> method.</li>\n<li>Open Graph now uses transients to save image IDs.</li>\n<li>You can now use full URLs in the Social Media Icons widget.</li>\n<li>Milestone widget now allows custom links to open in a new window.</li>\n<li>VideoPress videos can be used as headers in themes that support it, like Twenty Seventeen.</li>\n<li>Extracted the timezone offset method from the Upcoming Events widget so it can be used by other features.</li>\n</ul>\n<p><strong>Performance Improvements</strong></p>\n<ul>\n<li>Database load is reduced during updates on large sites with multiple servers by retaining hashes for current and current-1 versions.</li>\n<li>Disk storage is reduced on large multisite networks by storing the <code>jetpack_file_data</code> option in the <code>wp_sitemeta</code> table.</li>\n<li>Jetpack plan data now uses the WordPress.com REST API.</li>\n<li>Slovakian language files now rely on WordPress.org’s language packs.</li>\n</ul>\n<p><strong>Accessibility Improvements</strong></p>\n<ul>\n<li>Improved post details clipping for better screen reader support.</li>\n<li>Updated custom language packs for multiple languages.</li>\n</ul>\n<p><strong>Security Improvements</strong></p>\n<ul>\n<li>We now avoid path disclosure via cookies in PHP error messages.</li>\n</ul>\n<p><strong>Compatibility Improvements</strong></p>\n<ul>\n<li>Removed deprecated functions <code>get_theme</code> and <code>get_current_theme</code>.</li>\n<li>Publicize now works with third-party plugins like WP Recipe Maker.</li>\n<li>Open Graph Meta Tags are now enabled when you use the “Head, Footer and Post Injections” plugin.</li>\n<li>Better support for WooCommerce data sync and backup.</li>\n<li>We now also sync the <code>sync_via_cron</code> setting, the user’s chosen language, and WP Super Cache’s globals and constants.</li>\n<li>We no longer sync post types from the WordPress Automatic Plugin and RSS AutoPilot to avoid synchronization issues.</li>\n<li>Sync settings can now be edited from the WordPress.com REST API to better troubleshoot sync issues.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Gravatar is always displayed in Settings.</li>\n<li>Submenu items always use relative links.</li>\n<li>Contact Form avoids PHP notices when using the form in a Text widget.</li>\n<li>Content Options now correctly displays single characters word count on sites with multibyte languages.</li>\n<li>Administrator area translations fixed for several languages.</li>\n<li>Added proper support for Formal/Informal translation versions for languages that support them.</li>\n<li>Site Icons are always used as fallback Open Graph Image tags.</li>\n<li>Protect removes port number when server returns a port alongside a stored IP address.</li>\n<li>Filters ensure that more than 1,024 posts can be excluded from Related Posts.</li>\n<li>When the email is already subscribed we now show the correct notification in the subscription form.</li>\n<li>When using the Email sharing button, we now avoid syntax errors due to unexpected characters in the from name.</li>\n<li>Remove deprecated <code>jetpack_publicize_post</code> action.</li>\n<li>VideoPress now avoids PHP Notices when fetching video information.</li>\n<li>Instagram base URL now uses <code>www</code> in the Social Media Icons widget.</li>\n<li>All values entered in Facebook Page Plugin widget settings are now escaped.</li>\n<li>Widget Visibility now avoids memory issues on sites with a lot of registered users.</li>\n</ul>\n<h4>4.7.1</h4>\n<ul>\n<li>Release date: March 14th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-48Y</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Carousel: avoid javascript errors that may cause issues with Slideshows or Tiled Galleries.</li>\n<li>Markdown: always enable Markdown for posts whenever the module is active.</li>\n<li>Sharing: make sure that sharing buttons open in a small pop-up instead of a separate window.</li>\n<li>SSO: Avoid token or nonce errors when trying to log in to your site via the Secure Sign On option.</li>\n<li>VideoPress: add in the ability to get video thumbnails from the WordPress.com REST API.</li>\n<li>Widgets: improve rendering of the Image Widget via Photon.</li>\n<li>Widget Visibility: avoid empty widget visibility rules after updating to Jetpack 4.7.</li>\n<li>Widget Visibility: restore the option to make widgets appear on archive pages of different Custom Post Types.</li>\n<li>Widget Visibility: migrate widget visibility settings to the new major Page rule for Custom Post Types.</li>\n<li>Widget Visibility: add missing CSS for widget visibility settings on sites using an RTL language.</li>\n</ul>\n<h4>4.7</h4>\n<ul>\n<li>Release date: March 7th, 2017</li>\n<li>Release post: http://wp.me/p1moTy-46L</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Quickly jump to post specific stats on WordPress.com with a new link.</li>\n<li>We’ve added more information to our debug tools to improve your support experience.</li>\n<li>New HTML5 versions of our house ads are out.</li>\n<li>Display custom copyright EXIF information in the Carousel with this new filter.</li>\n<li>We’ve highlighted the ability to export Contact Form feedback as it was being overlooked.</li>\n<li>If you have images on WordPress.com we’re going to skip using Photon when the images include resize parameters.</li>\n<li>It is now possible to use the Sharing filter to customize the emails sent from the Email Sharing button.</li>\n<li>We’ve updated the library powering the Print link in the Recipe shortcode.</li>\n<li>Customize the speed and display of your slideshows with new Slideshow shortcode filters.</li>\n<li>The Twitch.tv shortcode now uses Twitch’s new embedded player.</li>\n<li>Social Menus now come with the option to use SVG icons.</li>\n<li>Customize the content of the Display Posts Widget with a new filter.</li>\n<li>We’ve added a new email field to the Contact Info Widget.</li>\n<li>The Image and the Text widgets now use Photon if it is enabled.</li>\n<li>The WordPress.com REST API got several updates including using <code>register_rest_route()</code> consistently for registering, new date and time format settings, a filter for theme info results, new links and endpoints, and more.</li>\n<li>We cleaned up the Google+ Shortcode JS library and added a way to filter the SlideShare shortcode.</li>\n</ul>\n<p><strong>Performance Improvements</strong></p>\n<ul>\n<li>Experience better performance with single page load caching of the media summary.</li>\n<li>We made some improvements to avoid slow queries on sites with thousands of images.</li>\n<li>The Top Posts widget now utilizes an endpoint from the WP.com REST API improving performance.</li>\n<li>Improve development mode performance by only calling <code>site_url()</code> once.</li>\n<li>We rewrote the way major/minor rules lists are generated to save bandwidth, and memory for sites using Widget Visibility.</li>\n<li>We’ve removed sync options that weren’t needed to save memory during the sync process.</li>\n</ul>\n<p><strong>Accessibility</strong></p>\n<ul>\n<li>We’ve improved the highlight of the stats range for a better visual experience and to make it consistent with other areas of the dashboard.</li>\n<li>Added a missing label to one of the fields in the Email sharing dialog.</li>\n<li>We’ve enabled keyboard focus styling in the new admin interface.</li>\n<li>Increased padding to sharing buttons on mobile to avoid usability issues.</li>\n<li>We’ve replaced Widget Visibility text labels with icons to improve usability on smaller devices.</li>\n</ul>\n<p><strong>Slightly Less Exciting Enhancements:</strong></p>\n<ul>\n<li>We’ve added a filter to allow you to remove the Comment Form title.</li>\n<li>The Development Mode notice got an update to include all possible options to activate Development mode.</li>\n<li>Jetpack registration function got an update and cleanup.</li>\n<li>A notice displayed to WooCommerce store owners now detects when WooCommerce Services is installed, but not active.</li>\n<li>We’ve removed the Holiday Snow settings until you need them.</li>\n<li>Improved Infinite Scroll settings to reduce confusion.</li>\n<li>The HTML classes <code>infinite-scroll</code> and <code>neverending</code> are now applied using JS instead of PHP.</li>\n<li>We’ve updated the support link appearing when you’re locked out of your site.</li>\n<li>New Unit Tests were added to make sure Publicize doesn’t break when making changes to the Publicize process.</li>\n<li>We’ve added a sync filter to allow customizing timeout.</li>\n<li>The Top Posts widget now supports non-square image sizes.</li>\n<li>Added the Video GUID to the media API endpoint.</li>\n</ul>\n<p><strong>Improved Compatibility</strong></p>\n<ul>\n<li>Fixed some W3C validation errors in Comments.</li>\n<li>Infinite Scroll now works beautifully with the Twenty Seventeen Theme.</li>\n<li>Translate new terms easier with an improvement to the translator comments.</li>\n<li>We switched to use Core functions to retrieve the list of sites in a multisite network for more accurate results.</li>\n<li>We added Product visibility to post meta whitelist, for better control of products displayed in Related Posts.</li>\n<li>We no longer sync specific post meta data added by Postman or WP RSS Mutli Importer to avoid performance issues during the sync process.</li>\n<li>We’re now avoiding conflicts with plugins adding the core Video upload library to the post editor.</li>\n<li>Removed deprecated compatibility code for older versions of WordPress.</li>\n<li>We had some Shortcode conflicts with WordPress Post embeds, but that’s been fixed.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>The Carousel <code>jp_carousel_load_for_images_linked_to_file</code> filter wasn’t working well with Photon, this has been fixed.</li>\n<li>Carousel is now working well when loaded from infinite scroll.</li>\n<li>We removed double slashes from file paths in the Contact Form to avoid errors in specific server environments.</li>\n<li>Fixed a problem where CSS was being stripped when migrating from Jetpack’s Custom CSS to Core’s CSS editor.</li>\n<li>Our Debug Tool is now reporting the correct URL when WordPress lives in a subdirectory.</li>\n<li>Found and fixed a PHP error when uninstalling Jetpack.</li>\n<li>Infinite Scroll is no longer buggy when displaying the last page, and is more compatible with certain themes that were returning posts when there were none left to show.</li>\n<li>We’re now skipping Photon for .ashx files.</li>\n<li>The Twitter character counter in Publicize got a fix to display info correctly.</li>\n<li>Related Posts are now displaying correctly for everyone, and we brought back the <code>jetpack_sharing_headline_html</code> filter.</li>\n<li>We’ve improved Sharing to render custom sharing services correctly, include Open Graph Meta Tags, and avoid JavaScript errors when jQuery is enqueued in the footer.</li>\n<li>Synchronization scheduling issues have been resolved.</li>\n<li>We’re now trimming spaces in URLs for Image and Display Posts Widgets.</li>\n<li>Widget Visibility wasn’t playing nice on taxonomy pages, this is no longer the case.</li>\n<li>The WordPress.com REST API received a couple of fixes to remove PHP errors when editing via the WordPress.com interface, authentication errors when using third-party apps, and permission errors when trying to preview edited posts in the WordPress.com editor.</li>\n</ul>\n<h4>4.6</h4>\n<ul>\n<li>Release date: February 7, 2017</li>\n<li>Release post: http://wp.me/p1moTy-40g</li>\n</ul>\n<p><strong>New Features and Improvements</strong></p>\n<ul>\n<li>Enable Google Analytics without touching a line of code with this new Jetpack feature.</li>\n</ul>\n<p><strong>Performance Improvements</strong></p>\n<ul>\n<li>We’ve updated all outbound links to use HTTPS to improve performance and security.</li>\n<li>Photon now leverages a new WordPress core function to improve performance a bit.</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Keep an eye out for a note from WooCommerce on how your e-commerce store may benefit from our new USPS and CanadaPost shipping functionality.</li>\n<li>We’ve added an error message if Publicize isn’t functioning as it should be.</li>\n<li>The Twitter Widget timeline now displays the tweet limit count as 20, prior to this it appeared to have no limit.</li>\n</ul>\n<p><strong>Slightly Less Exciting Enhancements:</strong></p>\n<ul>\n<li>In an effort to help us better understand features that are being used, Twitter’s timeline widget and Twitter’s shortcodes now pass Jetpack’s partner ID.</li>\n<li>We’ve added new API endpoints allowing us to enable translation auto-updates and pull post rows and metadata for backups.</li>\n<li>We’re now retrieving all feature settings in the readable <code>/settings</code> endpoint.</li>\n</ul>\n<p><strong>Improved Compatibility</strong></p>\n<ul>\n<li>We’ve eliminated some notices and warnings when using Jetpack on a server running PHP 7.1 or on servers where <code>print_r()</code> is disabled.</li>\n<li>Photon now avoids PHP notices when your site is using plugins that do srcset CDN replacement.</li>\n<li>When the sharing options appear to be incorrect due to site configuration issues we force it to retrieve the right options avoiding potential fatal errors.</li>\n<li>We’ve added some shortcode CSS and widget class names prefixes to avoid conflicts with other plugins.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Some sites were using illegal multibyte characters and failing to sync posts, this has been fixed.</li>\n<li>IE11 was giving our admin layout a bit of a problem but we rectified that.</li>\n<li>There were some PHP notices popping up when a site has no posts so we got rid of them.</li>\n<li>The new Jetpack Ads feature will auto disable itself if your Jetpack plan doesn’t support the feature.</li>\n<li>We fixed a few PHP notices and warnings related to the Custom CSS feature.</li>\n<li>The connection banner’s “dismiss” icon was giving us a little trouble, but we got it fixed right up.</li>\n<li>The Likes feature was showing a PHP notice when there was no $post object, this has been fixed.</li>\n<li>We’ve brought back the Twitter Widget “noscrollbar” option.</li>\n<li>We’re now forcing only Photon URLs to HTTPS as your custom CDN URLs may use a different protocol.</li>\n<li>If a Publicize connection is not shared with all users on the site, do not trigger Publicize for the other users.</li>\n<li>Publicize was having trouble working with scheduled posts, this should be fixed now.</li>\n<li>SSO may not have been displaying the login form when using JSON API authorization. Sorry about that, we’ve fixed it.</li>\n<li>We’ve eliminated some PHP notices that were showing with some Shortcodes.</li>\n<li>There was a Top Posts Widget image size issue when using list layouts, but is no longer causing issues.</li>\n<li>We fixed some notices and warnings when updating data from the WordPress.com central interface.</li>\n</ul>\n<h4>4.5</h4>\n<ul>\n<li>Release date: January 17, 2017</li>\n<li>Release post: http://wp.me/p1moTy-3Kc</li>\n</ul>\n<p>This release introduces a brand-new module, Jetpack Ads, a brand-new VideoPress feature, and a lot of new shortcodes and widgets.</p>\n<p><strong>Exciting New Features and Improvements:</strong></p>\n<ul>\n<li>Generate revenue from your site with an all-new WordAds feature, which when enabled displays high-quality ads for your visitors.</li>\n<li>Today we are proud to release a fully redesigned VideoPress interface for easy uploading, management, and add-free playback of your fantastic videos now fully integrated with your Jetpack Premium or Professional plans.</li>\n<li>Spice up your sidebar with new widgets that display blog stats, author info, “Follow my blog” buttons, and even an event countdown.</li>\n<li>Embed your amazing 360° photos with the VR shortcode</li>\n<li>Link your visitors to your Tumblr or Twitch pages using the new icons in the Social Media Icons Widget.</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Use the beautiful Jetpack carousel feature to display single images.</li>\n<li>Turn on and update Related Posts right from the Customizer.</li>\n<li>Customize the output of the Related Posts headline using a new filter.</li>\n</ul>\n<p><strong>Performance and Security Improvements:</strong></p>\n<ul>\n<li>Your Custom CSS will now be served in a separate stylesheet when it is more than 2,000 characters.</li>\n<li>Your Stats queries are now always being made over HTTPS.</li>\n<li>Holiday Snow files now load in the footer, but rest assured the snow still falls from above.</li>\n<li>We have improved Jetpack’s synchronization process to support more plugins and use less resources.</li>\n<li>The jQuery Cycle script used by slideshow galleries is now minified, resulting in faster loading times.</li>\n</ul>\n<p><strong>Slightly Less Exciting Enhancements:</strong></p>\n<ul>\n<li>The JSON API now allows updating translations and alternative theme installation methods.</li>\n<li>Public Custom Post Types are now automatically available via the WordPress.com REST API.</li>\n<li>We’ve added a token-based authentication mechanism to the REST API in order for the site to be able to receive authenticated requests from WordPress.com.</li>\n<li>Use <code>sync</code> commands in Jetpack’s WP CLI.</li>\n<li>You can now set the value for options directly in the Contact Form shortcode.</li>\n<li>Updated some verbiage around IP Whitelisting on the Protect settings screen.</li>\n<li>Custom sharing buttons got some new variables.</li>\n<li>RIP blip.tv — we’ve removed your shortcode.</li>\n<li>Improved Image and Display Posts Widget settings to provide more explanation and better error messages.</li>\n<li>We’ve added a few new Content Options to the Customizer for supported themes.</li>\n<li>Improved the Facebook Widget to avoid confusion when editing width and height settings.</li>\n<li>Added and improved a few shortcodes.</li>\n</ul>\n<p><strong>Improved Compatibility:</strong></p>\n<ul>\n<li>If your server is misconfigured and we can’t get an IP address we’re going to deactivate Protect and send you a notice so you’re in the loop.</li>\n<li>The WPML compatibility file wasn’t loading at the right time, but we’ve fixed that.</li>\n<li>We’ve improved compatibility with tools like Cavalcade to avoid stuck Cron jobs.</li>\n<li>Some selected WooCommerce data (order items and order item meta) are now syncing to WordPress.com.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>You’ll notice numerous design improvements to the Jetpack UI.</li>\n<li>Accessibility is important to us so we’ve made some improvements there.</li>\n<li>Missing attachments in the Carousel were causing an infinite loop, but we’ve corrected that.</li>\n<li>Eliminated a PHP Notice when running the CLI <code>wp jetpack</code> command.</li>\n<li>PHP warnings in the Restaurant Menu Post type have seen their last day with us.</li>\n<li>Fixed a bug that displayed the wrong connected user for up to 24 hours after they disconnected.</li>\n<li>Removed a deprecated function to prevent notices when using Infinite Scroll in the Customizer.</li>\n<li>Long titles in Jetpack widgets weren’t looking so great, so we cleaned them up.</li>\n<li>Before now you weren’t able to create a child category from WordPress.com. Now you can!</li>\n<li>Rogue colons were showing up in the related posts area on sites with the Twenty Fourteen and Twenty Sixteen themes.</li>\n<li>Fixed a ReCaptcha error on the Email sharing button.</li>\n<li>Confirmed Instagram embeds actually load when using Infinite Scroll.</li>\n<li>Site Icons now display on the WordPress.com site management interface.</li>\n<li>Set a default time limit of 30 seconds when sending sync requests via Cron.</li>\n<li>Synchronized supported shortcodes on a site.</li>\n<li>Fixed an issue where empty categories weren’t showing with the Widget Visibility feature dropdown.</li>\n<li>Fixed various little bugs when working with multiple widgets in the Customizer and in the Widgets admin screen.</li>\n<li>Added a Translate Widget default title in case you haven’t defined one.</li>\n<li>The Top Posts Widget now avoids layout issues when using the Grid layout while displaying a post without an image.</li>\n</ul>\n<h4>4.4.2</h4>\n<ul>\n<li>Release date: December 6, 2016</li>\n<li>Release post: http://wp.me/p1moTy-3JR</li>\n</ul>\n<p>This release improves Jetpack compatibility with WordPress 4.7.</p>\n<p><strong>Compatibility changes</strong></p>\n<ul>\n<li>Custom CSS: Made the Custom CSS feature of Jetpack compatible with the CSS Customizer editor in WordPress 4.7.</li>\n<li>Sync: improved compatibility with the wp-missed-schedule plugin.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Featured Content: made sure there is no infinite loop when removing the featured tag from the tag list.</li>\n<li>Admin: made sure help tabs are not being hidden.</li>\n<li>Admin: made At a Glance page work nicely when there is no backup data yet.</li>\n<li>Sync: now making sure that needed classes are loaded, preventing errors.</li>\n<li>Sync: cleared out unneeded scheduled jobs.</li>\n</ul>\n<h4>4.4.1</h4>\n<ul>\n<li>Release date: November 22, 2016</li>\n<li>Release post: http://wp.me/p1moTy-3JR</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Fixed an issue where some users with slower servers would get an error on the Jetpack dashboard when <code>WP_DEBUG</code> was enabled.</li>\n<li>Fixed an issue where users on a Jetpack Professional plan who were paying monthly (as opposed to annually) wouldn’t be able to enable SEO Tools.</li>\n</ul>\n<h4>4.4</h4>\n<ul>\n<li>Release date: November 21, 2016</li>\n<li>Release post: http://wp.me/p1moTy-3FE</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Additional unit tests have been added to improve Jetpack’s development process and stability.</li>\n<li>Custom post types have been added to the WP REST API output.</li>\n<li>Many of the screenshots throughout the plugin have been replaced by SVGs in order to make Jetpack smaller.</li>\n<li>New endpoints have been added to allow the installation of plugin and theme zip files via the API.</li>\n<li>Twelve new filters to make Jetpack more extensible! See: http://wp.me/p1moTy-3FE.</li>\n<li>New widget: “Google Translate” to allow users to translate your site into their own language.</li>\n<li>New widget: “My Community” where you can see who recently interacted with your site.</li>\n<li>One of the biggest issues facing Jetpack users for years now has been difficulties in moving sites from one domain name to another. This update makes strides towards improving that process.</li>\n<li>Photon now uses HTTPS by default. Secure all the things!</li>\n<li>There are now helpful hints throughout the admin interface to make Jetpack easier to use.</li>\n<li>We now allow you to embed pins, boards and profiles from Pinterest.</li>\n<li>We’ve added a new feature: SEO Tools, available to Jetpack Professional subscribers. You can read more about our plans here: https://jetpack.com/features/</li>\n<li>We’ve made numerous improvements to the data sync process.</li>\n</ul>\n<p><strong>Bug Fixes:</strong></p>\n<ul>\n<li>Fixed link to Akismet settings.</li>\n<li>Improved compatibility between Infinite Scroll and WPML.</li>\n<li>Move email notification settings back with the other email settings in the Discussion Settings.</li>\n<li>Various minor performance/compatibility fixes.</li>\n</ul>\n<h4>4.3.2</h4>\n<ul>\n<li>Release date: October 13, 2016</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Unsaved changes were getting lost when users were navigating away from settings so we put in a confirmation message to prevent this from happening.</li>\n<li>We’ve stopped counting carousel views in stats by default, you can use the <code>jetpack_enable_carousel_stats</code> filter to enable counting them again.</li>\n<li>Stats are now responding faster.</li>\n<li>There were several improvements and repairs made to sync including additional endpoints, performance enhancements, whitelisted data, better decision making around when to sync information, and more.</li>\n<li>Markdown now has a CSS class on footnotes.</li>\n</ul>\n<p><strong>Improved Compatibility:</strong></p>\n<ul>\n<li>We’ve improved compatibility with Kinsta by automatically turning on Staging Mode for Jetpack when in a staging environment.</li>\n</ul>\n<p><strong>Bug Fixes:</strong></p>\n<ul>\n<li>Several fixes have been made to sync to repair issues with Publicize, Notifications, and Subscriptions.</li>\n<li>We removed PHP warnings by checking to make sure json language files like jetpack-en_US.json are readable before we load them.</li>\n<li>We found an unused option in Gravatar Hovercard settings and removed it.</li>\n<li>The correct support link is now being used to make it easier for you to connect with the Jetpack team if you need us.</li>\n<li>The permissions check for plugin information retrieval was fixed as well.</li>\n<li>Some plugins were adding content on outbound http requests causing an infinite loop we fixed this right up.</li>\n<li>We removed some warnings that were occurring when translations didn’t exist by adding a fallback.</li>\n<li>We’ve added Moroccan Arabic translations, and switched to language packs for Croatian, Spanish (Chile) and Greek.</li>\n<li>Sync was running into issues so we’ve limited dequeue time to 1/3 of PHP’s max execution time, which has unclogged the problem.</li>\n<li>We’re now sending full and incremental queues separately so that a failure in one doesn’t block the other.</li>\n<li>There was a JavaScript enqueuing error with our Sharing feature that has been repaired.</li>\n<li>The Top Posts widget now includes the ability to list attachment (media) pages.</li>\n<li>We weren’t building CPT links correctly resulting in bad navigation, which is now fixed.</li>\n<li>We removed the form legend for default Tiled Gallery settings as it doesn’t relate.</li>\n<li>With shortcodes we now return early from processing them if no string is passed, as they are required.</li>\n</ul>\n\";s: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:43:\"https://wordpress.org/plugins/jetpack/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:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{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:49:\"https://wordpress.org/plugins/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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 18:48:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins-wp/wordpress-importer/\";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:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4618:\"<p><!--section=description--></p>\n<p>The WordPress Importer will import the following content from a WordPress export file:</p>\n<ul>\n<li>Posts, pages and other custom post types</li>\n<li>Comments</li>\n<li>Custom fields and post meta</li>\n<li>Categories, tags and terms from custom taxonomies</li>\n<li>Authors</li>\n</ul>\n<p>For further information and instructions please see the <a href=\"https://codex.wordpress.org/Importing_Content#WordPress\" rel=\"nofollow\">Codex page on Importing Content</a></p>\n<h3>Filters</h3>\n<p>The importer has a couple of filters to allow you to completely enable/block certain features:</p>\n<ul>\n<li><code>import_allow_create_users</code>: return false if you only want to allow mapping to existing users</li>\n<li><code>import_allow_fetch_attachments</code>: return false if you do not wish to allow importing and downloading of attachments</li>\n<li><code>import_attachment_size_limit</code>: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)</li>\n</ul>\n<p>There are also a few actions available to hook into:</p>\n<ul>\n<li><code>import_start</code>: occurs after the export file has been uploaded and author import settings have been chosen</li>\n<li><code>import_end</code>: called after the last output from the importer</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>The quickest method for installing the importer is:</p>\n<ol>\n<li>Visit Tools -> Import in the WordPress dashboard</li>\n<li>Click on the WordPress link in the list of importers</li>\n<li>Click “Install Now”</li>\n<li>Finally click “Activate Plugin & Run Importer”</li>\n</ol>\n<p>If you would prefer to do things manually then follow these instructions:</p>\n<ol>\n<li>Upload the <code>wordpress-importer</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to the Tools -> Import screen, click on WordPress</li>\n</ol>\n</dd>\n<dt>Help! I’m getting out of memory errors or a blank screen.</dt>\n<dd>\n<p>If your exported file is very large, the import script may run into your host’s configured memory limit for PHP.</p>\n<p>A message like “Fatal error: Allowed memory size of 8388608 bytes exhausted” indicates that the script can’t successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.</p>\n<p>For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and/or run the process directly from their end.</p>\n<p>— <a href=\"https://codex.wordpress.org/Importing_Content#Before_Importing\" rel=\"nofollow\">WordPress Codex: Importing Content</a></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>0.6.3</h4>\n<ul>\n<li>Add support for import term metadata.</li>\n<li>Fix bug that caused slashes to be stripped from imported content.</li>\n<li>Fix bug that caused characters to be stripped inside of CDATA in some cases.</li>\n<li>Fix PHP notices.</li>\n</ul>\n<h4>0.6.2</h4>\n<ul>\n<li>Add wp_import_existing_post filter. See: https://core.trac.wordpress.org/ticket/33721</li>\n</ul>\n<h4>0.6</h4>\n<ul>\n<li>Support for WXR 1.2 and multiple CDATA sections</li>\n<li>Post aren’t duplicates if their post_type’s are different</li>\n</ul>\n<h4>0.5.2</h4>\n<ul>\n<li>Double check that the uploaded export file exists before processing it. This prevents incorrect error messages when<br />\nan export file is uploaded to a server with bad permissions and WordPress 3.3 or 3.3.1 is being used.</li>\n</ul>\n<h4>0.5</h4>\n<ul>\n<li>Import comment meta (requires export from WordPress 3.2)</li>\n<li>Minor bugfixes and enhancements</li>\n</ul>\n<h4>0.4</h4>\n<ul>\n<li>Map comment user_id where possible</li>\n<li>Import attachments from <code>wp:attachment_url</code></li>\n<li>Upload attachments to correct directory</li>\n<li>Remap resized image URLs correctly</li>\n</ul>\n<h4>0.3</h4>\n<ul>\n<li>Use an XML Parser if possible</li>\n<li>Proper import support for nav menus</li>\n<li>… and much more, see <a href=\"https://core.trac.wordpress.org/ticket/15197\" rel=\"nofollow\">Trac ticket #15197</a></li>\n</ul>\n<h4>0.1</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{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:50:\"https://wordpress.org/plugins/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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/all-in-one-seo-pack/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 19:30: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:53:\"https://wordpress.org/plugins-wp/all-in-one-seo-pack/\";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:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4934:\"<p><!--section=description--></p>\n<p>Use <strong>All in One SEO Pack</strong> to optimize your WordPress site for SEO. It’s easy and works out of the box for beginners, and has advanced features and an API for developers.</p>\n<p><strong><a href=\"http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=readme_utpv\" rel=\"nofollow\">Upgrade to Pro Version</a></strong></p>\n<p><a href=\"http://semperplugins.com/support/?loc=readme_ps\" rel=\"nofollow\">Premium Support</a></p>\n<p>First created in 2007, see why AIOSEO is one of the all time most downloaded plugins for WordPress.</p>\n<ul>\n<li>XML Sitemap support – submit your sitemap to Google and Bing and improve your SEO</li>\n<li>Google AMP support (Accelerated Mobile Pages)</li>\n<li>Google Analytics support</li>\n<li>Support for SEO on Custom Post Types</li>\n<li>Advanced Canonical URLs</li>\n<li>Redirect attachment pages to parent post</li>\n<li>Automatically notifies search engines like Google and Bing about changes to your site</li>\n<li>Built-in API so other plugins/themes can access and extend functionality</li>\n<li>ONLY free plugin to provide SEO Integration for e-Commerce sites, including WooCommerce</li>\n<li>Nonce Security built into All in One SEO Pack</li>\n<li>Automatically optimizes your <strong>titles</strong> for Google and other search engines</li>\n<li>Generates <strong>META tags automatically</strong></li>\n<li>Avoids the typical duplicate content found on WordPress blogs</li>\n<li>For beginners, you don’t even have to look at the options, it works out-of-the-box. Just install.</li>\n<li>For advanced users, you can fine-tune everything to optimize your SEO</li>\n<li>You can override any title and set any META description and any META keywords you want.</li>\n<li>Compatibility with many other plugins</li>\n<li>Translated into 57 languages</li>\n<li>PHP 7 100% Compatible</li>\n</ul>\n<p>Follow me on Twitter to keep up with the latest updates <a href=\"http://twitter.com/michaeltorbert/\" rel=\"nofollow\">Michael<br />\nTorbert</a></p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/46MR4FboMaA?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<h4>Tags</h4>\n<p>seo, SEO, All in One, google, meta, meta description, search engine optimization, xml sitemap, xml sitemaps, google sitemap, sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, widget, Post, plugin, admin, posts, shortcode, sidebar, twitter, page, images, comments, image, news sitemaps, XML News Sitemaps, WordPress SEO, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, seo pack, schema.org, search engines, custom post types, custom taxonomies, canonical</p>\n<p><!--section=faq--></p>\n<p>Please visit our complete <strong><a href=\"http://semperplugins.com/documentation/\" rel=\"nofollow\">Documentation</a></strong> before requesting support for SEO from the<br />\n<strong><a href=\"http://semperplugins.com/support/\" rel=\"nofollow\">All in One SEO Pack Support Forum</a></strong></p>\n<p><a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/\" rel=\"nofollow\">Translations</a></p>\n<dl>\n<dt>General Settings</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/uGt6CVbA5bI?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>XML Sitemaps</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/zvNU92Low8A?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Social Meta</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/Dfe49FiiAog?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Performance</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/A0VKinM5s00?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>All in One SEO Pack <a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-pack-release-history/\" rel=\"nofollow\">Changelog</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/all-in-one-seo-pack/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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/plugins/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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/woocommerce/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 15:32: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins-wp/woocommerce/\";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:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:34664:\"<p><!--section=description--></p>\n<p>WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.</p>\n<p>With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores — more than any other platform.</p>\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/1KahlicghaE?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n<h4>Sell anything, anywhere</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.</p>\n<p>With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.</p>\n<h4>Ship wherever you like</h4>\n<p>Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.</p>\n<h4>Extensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.</p>\n<h4>You control it all — forever</h4>\n<p>WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.</p>\n<p>One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you — and it’s kept secure, thanks to regular audits by industry leaders.</p>\n<h4>Define your style with Storefront</h4>\n<p><a href=\"https://wordpress.org/themes/storefront/\" rel=\"nofollow\">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Define your style even further by customizing Storefront to your liking or choosing from one of our several <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/\" rel=\"nofollow\">Storefront child themes</a>. It’s all up to you, and all open source.</p>\n<h4>Built with developers in mind</h4>\n<p>Extendable, adaptable, and open source — WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).</p>\n<p>Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.</p>\n<p>No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs — or even create your own solution.</p>\n<p>If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.</p>\n<p>We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.</p>\n<h4>Extensions galore</h4>\n<p>WordPress.org is home to some amazing extensions for WooCommerce, including:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-google-analytics-integration/\">Google Analytics</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-delivery-notes/\">Delivery Notes</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\">PDF Invoices and Packing Slips</a></li>\n<li><a href=\"https://wordpress.org/plugins/affiliates-woocommerce-light/\">Affiliates Integration Light</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-new-product-badge/\">New Product Badges</a></li>\n</ul>\n<p>Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.</p>\n<p>If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:</p>\n<ul>\n<li><a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"nofollow\">WooCommerce Subscriptions</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-memberships/\" rel=\"nofollow\">WooCommerce Memberships</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-bookings/\" rel=\"nofollow\">WooCommerce Bookings</a></li>\n<li><a href=\"https://woocommerce.com/products/dynamic-pricing/\" rel=\"nofollow\">Dynamic Pricing</a></li>\n<li><a href=\"https://woocommerce.com/products/table-rate-shipping/\" rel=\"nofollow\">Table Rate Shipping</a></li>\n<li><a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">Product CSV Import Suite</a></li>\n</ul>\n<p>And there’s plenty more where they came from. Visit our <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/\" rel=\"nofollow\">extensions page</a> to find out everything you’re capable of and all that’s possible with premium WooCommerce extensions.</p>\n<h4>Join our growing community</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the <a href=\"https://github.com/woocommerce/woocommerce\" rel=\"nofollow\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>Want to add a new language to WooCommerce? Swell! You can contribute via <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<p>And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those <a href=\"https://woocommerce.com/woocommerce/meetups/\" rel=\"nofollow\">here</a>.</p>\n<p><!--section=installation--></p>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n</dd>\n<dt>Where can I find WooCommerce documentation and user guides?</dt>\n<dd>\n<p>For help setting up and configuring WooCommerce please refer to our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/\" rel=\"nofollow\">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a>.</p>\n</dd>\n<dt>Where can I get support or talk to other users?</dt>\n<dd>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce\" rel=\"nofollow\">WooCommerce Plugin Forum</a>.</p>\n<p>For help with premium extensions from WooThemes, use <a href=\"https://support.woothemes.com/\" rel=\"nofollow\">our helpdesk</a>.</p>\n</dd>\n<dt>Will WooCommerce work with my theme?</dt>\n<dd>\n<p>Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a> for help. If you’re looking for a theme with built in WooCommerce integration we recommend <a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a>.</p>\n</dd>\n<dt>Where can I request new features, eCommerce themes and extensions?</dt>\n<dd>\n<p>You can vote on and request new features and extensions in our <a href=\"http://ideas.woothemes.com/forums/133476-woocommerce\" rel=\"nofollow\">WooIdeas board</a></p>\n</dd>\n<dt>Where can I report bugs or contribute to the project?</dt>\n<dd>\n<p>Bugs can be reported either in our support forum or preferably on the <a href=\"https://github.com/woocommerce/woocommerce/issues\" rel=\"nofollow\">WooCommerce GitHub repository</a>.</p>\n</dd>\n<dt>Where can I find the REST API documentation?</dt>\n<dd>\n<p>You can find the documentation of our REST API on the <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/\" rel=\"nofollow\">WooCommerce REST API Docs</a>.</p>\n</dd>\n<dt>WooCommerce is awesome! Can I contribute?</dt>\n<dd>\n<p>Yes you can! Join in on our <a href=\"http://github.com/woocommerce/woocommerce/\" rel=\"nofollow\">GitHub repository</a> <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>3.0.5 – 2017-04-28</h4>\n<ul>\n<li>Fix – Tooltip display within shipping zone modals.</li>\n<li>Fix – Fix missing title for actions column on mobile.</li>\n<li>Fix – Allow forward slash in telephone field.</li>\n<li>Fix – Sort grouped products by menu order when displaying.</li>\n<li>Fix – Fix term exclusion in term count queries.</li>\n<li>Fix – Filter invalid products before returning them for wc_get_products.</li>\n<li>Fix – Prevent orders being their own parent (causes errors).</li>\n<li>Fix – Correctly migrate legacy shipping taxes data.</li>\n<li>Fix – Make sure the meta data cache is not shared among instances.</li>\n<li>Fix – Correct the stock display notice when a variable product manages stock for it’s children.</li>\n<li>Fix – On multisite, add user to blog during checkout if not a user to prevent errors.</li>\n<li>Fix – Correct sale price date handling with some timezone setups.</li>\n<li>Fix – wc_attribute_taxonomy_id_by_name needs to use lowercase attribute slug to work.</li>\n<li>Fix – Make changes to the buyer’s company name in the shipping section of checkout persist.</li>\n<li>Tweak – Add required placeholder for meta fields in backend.</li>\n<li>Tweak – Don’t strtolower address strings on checkout validation messages.</li>\n<li>REST API – Prevent password change notification when creating a customer.</li>\n<li>REST API – Removed duplicated items returned in shipping and checkout endpoints.</li>\n<li>CLI – Fixed missing shipping zones route.</li>\n<li>Dev – Make get_price_html handling match 2.6 and pass all values through woocommerce_get_price_html filter.</li>\n<li>Dev – Legacy customer class missing get_address / get_address_2 functions.</li>\n<li>Dev – Restored filter <code>woocommerce_checkout_customer_id</code> during checkout validation.</li>\n<li>Dev – Adds missing <code>$this</code> argument for all <code>woocommerce_payment_complete_order_status</code> filters.</li>\n</ul>\n<h4>3.0.4 – 2017-04-20</h4>\n<ul>\n<li>Fix – Variations were not inheriting the product image and shipping class ID.</li>\n<li>Fix – Prevent rating/review counts being duplicated when duplicating products.</li>\n<li>Fix – Fixed gallery navigation between images with long captions.</li>\n<li>Fix – Support transparent PNG in the gallery by setting a background color.</li>\n<li>Fix – Removed name/company from the shipping address Google map links.</li>\n<li>Fix – Fixed the address field sorting script on the checkout.</li>\n<li>Fix – Fixed the upgrade routine for grouped products so that parents are unset.</li>\n<li>Fix – Fixed support for WordPress 4.7 user locale settings.</li>\n<li>Fix – Fixed default option filter for product types in the product meta box.</li>\n<li>Fix – Improved the css in Twenty Seventeen for dark color schemes.</li>\n<li>Fix – Fixed display of refunds in sales report.</li>\n<li>Fix – Updated <code>single-product/add-to-cart/variable.php</code> template version to 3.0.0 since it had changes since 2.6.</li>\n<li>Fix – Fixed warnings when product attribute do not exists.</li>\n<li>Fix – Used a div for comment-form-rating to prevent invalid nested markup.</li>\n<li>Fix – Fixed some logic that checks if order taxes are compound.</li>\n<li>Fix – Fixed SKU checks to only exclude products that are trashed.</li>\n<li>Fix – Fixed display of download permissions in first email sent after checkout.</li>\n<li>Fix – Hidden the backorder notification stock text when notification is disabled.</li>\n<li>Fix – Fixed incorrect stock numbers in low stock emails.</li>\n<li>Tweak – Removed the non-functional order total input box, and combined the recalculation buttons into one working button.</li>\n<li>Tweak – Updated Guided Tour videos.</li>\n<li>Tweak – Updated js-cookie.js to 2.1.4.</li>\n<li>Tweak – Updated schema.org URLs to use HTTPS.</li>\n<li>Tweak – Status report request timeouts.</li>\n<li>REST API – Fixed an issue that prevented deleting a term if errors were thrown during creation.</li>\n<li>REST API – Fixed reports endpoint when querying by date.</li>\n<li>REST API – Fixed ignored order parameters when changing order status.</li>\n<li>Dev – Support guest orders in <code>wc_get_orders</code> function.</li>\n<li>Dev – Fixed downloadable variation filters for download URLs.</li>\n<li>Dev – Added safeguards to prevent infinite loops while saving coupons, products and orders in admin.</li>\n<li>Dev – Added a fallback for <code>queue_transactional_email</code> if background sending is disabled.</li>\n<li>Dev – Added <code>has_shipping_address</code> helper method.</li>\n<li>Dev – Introduced <code>woocommerce_order_item_get_formatted_meta_data</code> filter.</li>\n<li>Dev – Made wc_add_order_item pass correct values to woocommerce_new_order_item.</li>\n<li>Dev – Fixed <code>legacy_posted_data</code> access in checkout class.</li>\n<li>Dev – Fixed undefined property notice in <code>WC_Order_Item::offsetGet</code>.</li>\n<li>Dev – Fixed PHP 7.1 warnings when using non-float values to <code>wc_get_weight()</code>.</li>\n<li>Dev – Fixed incorrect variable name in <code>wc_add_order_item()</code>.</li>\n</ul>\n<h4>3.0.3 – 2017-04-13</h4>\n<ul>\n<li>Fix – Fixed an issue with variation tax-classes when set to ‘parent’. This made taxes apply on top of the tax inclusive price in certain setups.</li>\n<li>Fix – Escaped attribute translations in the <code>cart.php</code> template and bumped the template version to match.</li>\n<li>Fix – Corrected the display of refund dates on the order screen.</li>\n<li>Fix – Fixed the grouped product visibility check in the grouped.php template and bumped the template version to match.</li>\n<li>Fix – Fixed the sale badge display for grouped products.</li>\n<li>Fix – Added the <code>itemReviewed</code> structured data for product reviews to make it validate.</li>\n<li>Fix – Made the <code>get_attribute</code> method work on variation objects.</li>\n<li>Tweak – Turned off the deferred email sending by default which was added in 3.0. Whilst it does improve performance, there were compatibility problems on some servers. It can be enabled with a filter if desired.</li>\n<li>Dev – Added backtrace information to the deprecation messages to help find problem plugins.</li>\n</ul>\n<h4>3.0.2 – 2017-04-12</h4>\n<ul>\n<li>Fix – Removed required states for GP, GF, KW, LB, MQ, RE and YT countries.</li>\n<li>Fix – Made cache in the [products] shortcode respect filters from plugins.</li>\n<li>Fix – Added missing <code>woocommerce_cross_sells_columns</code> filter.</li>\n<li>Fix – Fixed shortcode rendering on the shop page.</li>\n<li>Fix – Fixed incorrect sale dates when bulk editing variations.</li>\n<li>Fix – Fixed calls to wc_reduce_stock_levels in PayPal and Simplify gateways.</li>\n<li>Fix – Exclude “location” meta when reading customer meta data.</li>\n<li>Fix – Updated <code>emails/email-addresses.php</code>, <code>emails/email-order-details.php</code>, <code>content-single-product.php</code>, <code>checkout/form-shipping.php</code>, <code>myaccount/form-add-payment-method.php</code>, <code>myaccount/form-edit-address.php</code>, <code>myaccount/form-lost-password.php</code>, <code>myaccount/form-reset-password.php</code>, <code>myaccount/orders.php</code> and <code>myaccount/view-order.php</code> template version to 3.0.0 since they had changes since 2.6.</li>\n<li>Fix – Fixed default behavior of variation tax classes when originally set to “parent”.</li>\n<li>Fix – When duplicating products, do not copy slug, append “(Copy)” to the product name, correctly copy all meta data, and prevent children of grouped products being duplicated too.</li>\n<li>Fix – Removed duplicated items when outputting cross sells on the cart page.</li>\n<li>Fix – Fixed output of default “add to cart” text of external products in loops.</li>\n<li>Fix – Fixed backwards compatibility of guest checkout rules when being altered by plugins directly.</li>\n<li>Fix – Use correct thumbnail sizes for variation images in the new gallery.</li>\n<li>Fix – Fixed captions on thumbnails and main image in the new gallery.</li>\n<li>Fix – Trigger wc_fragments_loaded after add to cart fragment refresh.</li>\n<li>Fix – Download permissions; Convert dates to timestamp on read so UTC is preserved.</li>\n<li>Fix – Fixed notices under PHP 7.1 when sorting products by name (numeric).</li>\n<li>Fix – Added additional checks to ensure objects are read before using class methods to avoid errors.</li>\n<li>Fix – Removed legacy suggest.js code which was causing JS error on bulk edit.</li>\n<li>Fix – Fixed warnings on the “Lost password” page and when loading a product with invalid attributes.</li>\n<li>Fix – Made background emailer update the queue after a successful send so duplicate mails are less likely.</li>\n<li>Fix – Typo in flexslider_enabled option in new gallery script.</li>\n<li>Fix – woocommerce_notify_low_stock and woocommerce_notify_no_stock options had no effect.</li>\n<li>Tweak – For downloadable files, only validate file type when dealing with relative paths.</li>\n<li>Tweak – Improved automatic variation name generation.</li>\n<li>Dev – Added product visibility terms to system status report to help debug.</li>\n<li>Dev – Introduced <code>woocommerce_admin_order_date_format</code> filter to replace missing <code>post_date_column_time</code>.</li>\n<li>Dev – Introduced <code>woocommerce_update_customer_args</code> filter to prevent updates to user objects if needed.</li>\n<li>REST API – Fixed saving of variations in legacy REST API v3.</li>\n<li>REST API – Fixed backwards compatibility of line_items meta in legacy REST API.</li>\n</ul>\n<h4>3.0.1 – 2017-04-06</h4>\n<ul>\n<li>Fix – Show catalog hidden products within grouped products.</li>\n<li>Fix – Fade in the gallery in if no images are set or it’s custom.</li>\n<li>Fix – Use wc_deprecated_function in WC_Deprecated_Hooks so notices aren’t output in ajax requests.</li>\n<li>Fix – Added back the ability to include extra items to the System Status using the <code>woocommerce_system_status_environment_rows</code> filter.</li>\n<li>Fix – Coupon category restrictions and limits for variations.</li>\n<li>Fix – Allow shortcodes and HTML in variation descriptions like in 2.6.</li>\n<li>Fix – Unset post date when duplicating products.</li>\n<li>Fix – Show a sale price on variable products if on sale and all prices are the same.</li>\n<li>Fix – Corrected download links when a product has multiple downloads.</li>\n<li>Fix – Prevented potential errors if the product type was not posted for any reason on save.</li>\n<li>Fix – Updated <code>single-product/up-sells.php</code>, <code>loop/add-to-cart.php</code>, <code>loop/rating.php</code>, <code>checkout/form-billing.php</code>, and <code>content-product.php</code> template version to 3.0.0.</li>\n<li>Fix – Included clearfixes on billing and shipping field wrappers,</li>\n<li>Fix – Fixed styling of logs table in some languages.</li>\n<li>Fix – Fixed display of variation attributes on old orders.</li>\n<li>Fix – Use placeholder text for external products add to cart button text if left blank.</li>\n<li>Fix – Fallback to home URL if no shop page is set for system status security check for HTTPS.</li>\n<li>Fix – For variations, pull tax status and sold individually from the parent since there is no UI to set this at variation level.</li>\n<li>Fix – Moved cron emails to background processing to avoid multiple sends.</li>\n<li>Fix – Wrapped structured data in a hidden element when added to emails.</li>\n<li>Fix – Missing gateway information in queued emails.</li>\n<li>Fix – Fixed a bug that caused pages to permanently reload if “Default customer location” was set to “Geolocate (with page caching support)”.</li>\n<li>Fix – When forcing shipping to billing, set the shipping fields in the order itself.</li>\n<li>Fix – Check for invalid objects in WC_Register_WP_Admin_Settings.</li>\n<li>Fix – Check for error object in wc_get_object_terms.</li>\n<li>Fix – Removed slashes in shipping meta data on the order edit screen.</li>\n<li>Fix – Prevented permalink rewrites for attributes with missing names.</li>\n<li>Fix – Fixed saving of meta data when multiple extensions use the <code>save_post</code> action.</li>\n<li>Fix – Allow search customers by ID in edit order screen.</li>\n<li>Fix – Prevents session data overwriting customer data on login.</li>\n<li>Fix – Fixed cross-sell column display and variation support.</li>\n<li>Fix – Fixed variable product stock syncing on save.</li>\n<li>Fix – Included try/catch wrapper to prevent issues with Select2.</li>\n<li>Fix – Prevented a bug that deleted all variations when the product type was change from variable to simple.</li>\n<li>Fix – Switched to WPDB to quicker update when syncing titles for variations.</li>\n<li>Fix – Exclude deprecated properties when loading a customer object.</li>\n<li>Fix – Fixed notices while trying to order again.</li>\n<li>Fix – Fixed notices when <code>$wpdb->prefix</code> is empty.</li>\n<li>Fix – Prevent errors when loading a product with an invalid download file types.</li>\n<li>REST API – Fixed missing array declaration in CRUD controller.</li>\n<li>REST API – Removed extra <code>exclude</code>, <code>include</code> and <code>search</code> parameters from taxes endpoint.</li>\n<li>REST API – Fixed variation description formatting.</li>\n<li>REST API – Fixed incorrect attribute check in products endpoint in Legacy REST API.</li>\n<li>REST API – Allow variation image to be unset.</li>\n</ul>\n<h4>3.0.0 – 2017-04-04</h4>\n<ul>\n<li>New gallery on single product pages with better mobile support, using PhotoSwipe and Zoom. Declare support with add_theme_support() – wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider</li>\n<li>Made the store notice dismissible on the frontend.</li>\n<li>Variable products no longer show striked out prices in combination with ranges for clarity when on sale.</li>\n<li>Prices no longer display as ‘free’ instead of 0, to fix issues with ranges and localization and for consistency.</li>\n<li>Improved structured product data by using JSON-LD instead of inline Microdata.</li>\n<li>Improved downloads list layout (template file).</li>\n<li>Respect stock status and prevent the “out of stock threshold” setting affecting existing in-stock products.</li>\n<li>Improved handling of shop page rewrite rules to allow subpages.</li>\n<li>Redirect to login after password reset.</li>\n<li>When using authorizations in PayPal Standard, automatically capture funds when the order goes processing/completed.</li>\n<li>On multisite, when a user logs into a store with an account on a site, but not the current site, rather than error, add the user to the current site as a customer.</li>\n<li>Show variable weights/dimensions even when parent values are not set.</li>\n<li>Automatically sort tax rates rather than allow clunky manual sorting.</li>\n<li>When deleting a tax rate class, remove it’s tax rates.</li>\n<li>Made WC_Logger pluggable via wc_get_logger function.</li>\n<li>Use ‘average rating’ post meta for ‘rating’ product sorting option.</li>\n<li>Show better labels in nav menus metabox.</li>\n<li>Sort “Recently Viewed” products by the view order.</li>\n<li>Removed internal scroll from log viewer.</li>\n<li>Add reply-to to admin emails.</li>\n<li>Improved the zone setup flow.</li>\n<li>Made wc_get_wildcard_postcodes return the orignal postcode plus * since wildcards should match empty strings too.</li>\n<li>Use all paid statuses in $customer->get_total_spent().</li>\n<li>Move location of billing email field to work with password managers.</li>\n<li>Option to restrict selling locations by country.</li>\n<li>Added tool to clear orphaned variations in system status.</li>\n<li>Remove checkbox options in system status tools and replace with constants.</li>\n<li>Added security section in system status report.</li>\n<li>Add image_url setting to PayPal Standard.</li>\n<li>Fixed attribute registration. Attributes are non-hierarchical by default (parent is not supported).</li>\n<li>Add sort parameter to checkout fields to aid with sorting per locale.</li>\n<li>Merged percent and percent product coupon types (they provide the same discount).</li>\n<li>Prevent payment details being cleared after update_checkout events.</li>\n<li>Performance – Converted _featured and _visibility meta data to terms for faster catalog queries. Upgrade routine handles migration. Developers may need to update queries to reflect this change.</li>\n<li>Includes product attributes archives links in “Additional Information” tab.</li>\n<li>Select2 has been upgraded to v4.</li>\n<li>Improved logging system for extensions.</li>\n<li>Tax suffix is now hidden on non-taxable products.</li>\n<li>Grouped products are linked from the parent rather than the children. Children can be in more than one group.</li>\n<li>Removed coupon usage link in coupons admin screen.</li>\n<li>Performance – Converted rating filters to visibility terms.</li>\n<li>Performance – Added visibility term for outofstock products to speed those queries up also.</li>\n<li>Performance – Introduced a new CRUD (create, read, update, delete) system for Products, Orders, Customers and Shipping Zones.</li>\n<li>Performance – Optimised variable product sync. Upper/lower price meta is no longer stored, just the main prices, if a child has weight, and if a child has dimensions.</li>\n<li>Performance – Removed WP_Query from up-sells.php and related.php and replaced with PHP foreach loop (since we already have the product IDs).</li>\n<li>Performance – Removed the feature where old orders get access to new downloads on product edit. Looping potentially thousands of orders to do this is too much of a performance burden for stores and this can sometimes be unexpected behavior too. This does however updates <em>edited</em> downloads.</li>\n<li>Performance – Removed ‘items’ column on orders screen due to loading excessive data.</li>\n<li>Performance – Deferred email sending for faster checkouts. Now uses CRON.</li>\n<li>API – New Rest API v2 with support for meta_data amongst other things.</li>\n<li>API – Removed last order from customers part of the API due to performance concerns – use orders endpoint instead. Other order data on the endpoint is now transient cached.</li>\n<li>API – Allow oAuth1.0a authentication using headers.</li>\n<li>API – New Shipping Zones endpoints.</li>\n<li>API – New variations endpoints.</li>\n<li>API – New settings endpoints.</li>\n<li>API – Payment gateways and shipping methods endpoints.</li>\n<li>API – Prevented the (broken) ability to manipulate variations directly on the products endpoints.</li>\n<li>CLI – New CLI which uses the REST API endpoints rather than it’s own functions.</li>\n<li>Localization – Improved RTL support.</li>\n<li>Localization – Added a language independent permalink setting function.</li>\n<li>Localization – Added inline comments for placeholder strings.</li>\n<li>Localization – Added Nigerian and Pakistan Provinces to i18n/state.</li>\n<li>Localization – US and Poland postcode validation.</li>\n<li>To read more about this release, see our dev blog announcement here: http://wp.me/p6wtcw-Uo</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">See changelog for all versions</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/woocommerce/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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{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:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s: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:63:\"https://wordpress.org/plugins/google-sitemap-generator/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jun 2005 09:33:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins-wp/google-sitemap-generator/\";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:95:\"This plugin will generate a special XML sitemap which will help search engines to better…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7643:\"<p><!--section=description--></p>\n<p>This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it’s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.</p>\n<p>Supported since <em>over 9 years</em> and rated as the <a href=\"https://wordpress.org/plugins/browse/top-rated/\">best WordPress plugin</a>, it will do exactly what it’s supposed to do – providing a complete XML sitemap for search engines. It will not break your site, slow it down or annoy you. Guaranteed!</p>\n<blockquote>\n<p>If you like the plugin, feel free to rate it (on the right side of this page) or <a href=\"http://www.arnebrachhold.de/redir/sitemap-paypal/\" rel=\"nofollow\">donate via PayPal</a>. I’m gladly supporting this plugin since over 9 years! Thanks a lot! <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</blockquote>\n<p>Related Links:</p>\n<ul>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Plugin Homepage</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Changelog of the Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Changelog</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"Google Sitemaps FAQ\" rel=\"nofollow\">Plugin help and sitemaps FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">Support Forum</a></li>\n</ul>\n<h3>License</h3>\n<p>Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a <a href=\"http://www.arnebrachhold.de/redir/sitemap-paypal\" title=\"Donate with PayPal\" rel=\"nofollow\">small donation</a> for the time I’ve spent writing and supporting this plugin. And I really don’t want to know how many hours of my life this plugin has already eaten <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<h3>Translations</h3>\n<p>The plugin comes with various translations, please refer to the <a href=\"https://codex.wordpress.org/Installing_WordPress_in_Your_Language\" title=\"Installing WordPress in Your Language\" rel=\"nofollow\">WordPress Codex</a> for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a <a href=\"http://www.gnu.org/software/gettext/\" rel=\"nofollow\">gettext</a> editor like <a href=\"http://www.poedit.net/\" rel=\"nofollow\">Poedit</a> (Windows).</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Where can I find the options page of the plugin?</dt>\n<dd>\n<p>It is under Settings > XML Sitemap. I know nowadays many plugins add top-level menu items, but in most of the cases it is just not necessary. I’ve seen WP installations which looked like an Internet Explorer ten years ago with 20 toolbars installed. <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n<dt>Do I have to create a sitemap.xml and sitemap.xml.gz by myself?</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated. <em>There must be no sitemap.xml or sitemap.xml.gz in your blog directory anymore!</em> The plugin will try to rename them to sitemap.xml.bak if they still exists.</p>\n</dd>\n<dt>Does this plugin use static files or “I can’t find the sitemap.xml file!”</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated just like any other WordPress content.</p>\n</dd>\n<dt>There are no comments yet (or I’ve disabled them) and all my postings have a priority of zero!</dt>\n<dd>\n<p>Please disable automatic priority calculation and define a static priority for posts.</p>\n</dd>\n<dt>So many configuration options… Do I need to change them?</dt>\n<dd>\n<p>No, only if you want to. Default values are ok for most sites.</p>\n</dd>\n<dt>Does this plugin work with all WordPress versions?</dt>\n<dd>\n<p>This version works with WordPress 3.3 and better. If you’re using an older version, please check the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google (XML) Sitemap Generator Plugin Homepage\" rel=\"nofollow\">Google Sitemaps Plugin Homepage</a> for the legacy releases. There is a working release for every WordPress version since 1.5, but you really should consider updating your WordPress installation!</p>\n</dd>\n<dt>My question isn’t answered here</dt>\n<dd>\n<p>Most of the plugin options are described at the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" rel=\"nofollow\">plugin homepage</a> as well as the dedicated <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"List of common questions / problems regarding Google (XML) Sitemaps\" rel=\"nofollow\">Google Sitemaps FAQ</a>.</p>\n</dd>\n<dt>My question isn’t even answered there</dt>\n<dd>\n<p>Please post your question at the <a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">WordPress support forum</a> and tag your post with “google-sitemap-generator”.</p>\n</dd>\n<dt>What’s new in the latest version?</dt>\n<dd>\n<p>The changelog is maintained <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">here</a></p>\n</dd>\n<dt>Why is the changelog on a separate page and not here?</dt>\n<dd>\n<p>The WordPress.org repository is just another place to download this plugin. I don’t want to maintain too many pages with the same content. Thank you for your understanding!</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>You can always find the changelog on <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">the plugin website</a>, since I don’t like to maintain the same content on different pages. Thank you for your understanding!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/google-sitemap-generator/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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Limit Login Attempts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/limit-login-attempts/\";s: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:59:\"https://wordpress.org/plugins/limit-login-attempts/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2009 14:20: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:54:\"https://wordpress.org/plugins-wp/limit-login-attempts/\";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:91:\"Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11761:\"<p><!--section=description--></p>\n<p>Limit the number of login attempts possible both through normal login as well as using auth cookies.</p>\n<p>By default WordPress allows unlimited login attempts either through the login page or by sending special cookies. This allows passwords (or hashes) to be brute-force cracked with relative ease.</p>\n<p>Limit Login Attempts blocks an Internet address from making further attempts after a specified limit on retries is reached, making a brute-force attack difficult or impossible.</p>\n<p>Features</p>\n<ul>\n<li>Limit the number of retry attempts when logging in (for each IP). Fully customizable</li>\n<li>Limit the number of attempts to log in using auth cookies in same way</li>\n<li>Informs user about remaining retries or lockout time on login page</li>\n<li>Optional logging, optional email notification</li>\n<li>Handles server behind reverse proxy</li>\n<li>It is possible to whitelist IPs using a filter. But you probably shouldn’t. <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ul>\n<p>Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, Finnish, French, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish</p>\n<p>Plugin uses standard actions and filters only.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Download and extract plugin files to a wp-content/plugin directory.</li>\n<li>Activate the plugin through the WordPress admin interface.</li>\n<li>Customize the settings on the options page, if desired. If your server is located behind a reverse proxy make sure to change this setting.</li>\n</ol>\n<p>If you have any questions or problems please make a post here: https://wordpress.org/tags/limit-login-attempts</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Why not reset failed attempts on a successful login?</dt>\n<dd>\n<p>This is very much by design. Otherwise you could brute force the “admin” password by logging in as your own user every 4th attempt.</p>\n</dd>\n<dt>What is this option about site connection and reverse proxy?</dt>\n<dd>\n<p>A reverse proxy is a server in between the site and the Internet (perhaps handling caching or load-balancing). This makes getting the correct client IP to block slightly more complicated.</p>\n<p>The option default to NOT being behind a proxy — which should be by far the common case.</p>\n</dd>\n<dt>How do I know if my site is behind a reverse proxy?</dt>\n<dd>\n<p>You probably are not or you would know. We show a pretty good guess on the option page. Set the option using this unless you are sure you know better.</p>\n</dd>\n<dt>Can I whitelist my IP so I don’t get locked out?</dt>\n<dd>\n<p>First please consider if you really need this. Generally speaking it is not a good idea to have exceptions to your security policies.</p>\n<p>That said, there is now a filter which allows you to do it: “limit_login_whitelist_ip”.</p>\n<p>Example:<br />\nfunction my_ip_whitelist($allow, $ip) {<br />\n return ($ip == ‘my-ip’) ? true : $allow;<br />\n}<br />\nadd_filter(‘limit_login_whitelist_ip’, ‘my_ip_whitelist’, 10, 2);</p>\n<p>Note that we still do notification and logging as usual. This is meant to allow you to be aware of any suspicious activity from whitelisted IPs.</p>\n</dd>\n<dt>I locked myself out testing this thing, what do I do?</dt>\n<dd>\n<p>Either wait, or:</p>\n<p>If you know how to edit / add to PHP files you can use the IP whitelist functionality described above. You should then use the “Restore Lockouts” button on the plugin settings page and remove the whitelist function again.</p>\n<p>If you have ftp / ssh access to the site rename the file “wp-content/plugins/limit-login-attempts/limit-login-attempts.php” to deactivate the plugin.</p>\n<p>If you have access to the database (for example through phpMyAdmin) you can clear the limit_login_lockouts option in the wordpress options table. In a default setup this would work: “UPDATE wp_options SET option_value = ” WHERE option_name = ‘limit_login_lockouts\'”</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.7.1</h4>\n<p>This version fixes a security bug in version 1.6.2 and 1.7.0. Please upgrade immediately.</p>\n<p>“Auth cookies” are special cookies set at login that authenticating you to the system. It is how WordPress “remembers” that you are logged in between page loads.</p>\n<p>During lockout these are supposed to be cleared, but a change in 1.6.2 broke this. It allowed an attacker to keep trying to break these cookies during a lockout.</p>\n<p>Lockout of normal password login attempts still worked as it should, and it appears that all “auth cookie” attempts would keep getting logged.</p>\n<p>In theory the “auth cookie” is quite resistant to brute force attack. It contains a cryptographic hash of the user password, and the difficulty to break it is not based on the password strength but instead on the cryptographic operations used and the length of the hash value. In theory it should take many many years to break this hash. As theory and practice does not always agree it is still a good idea to have working lockouts of any such attempts.</p>\n<h4>1.7.0</h4>\n<ul>\n<li>Added filter that allows whitelisting IP. Please use with care!!</li>\n<li>Update to Spanish translation, thanks to Marcelo Pedra</li>\n<li>Updated Swedish translation</li>\n<li>Tested against WordPress 3.3.2</li>\n</ul>\n<h4>1.6.2</h4>\n<ul>\n<li>Fix bug where log would not get updated after it had been cleared</li>\n<li>Do plugin setup in ‘init’ action</li>\n<li>Small update to Spanish translation file, thanks to Marcelo Pedra</li>\n<li>Tested against WordPress 3.2.1</li>\n</ul>\n<h4>1.6.1</h4>\n<ul>\n<li>(WordPress 3.0+) An invalid cookie can sometimes get sent multiple times before it gets cleared, resulting in multiple failed attempts or even a lockout from a single invalid cookie. Store the latest failed cookie to make sure we only count it as one failed attempt</li>\n<li>Define “Text Domain” correctly</li>\n<li>Include correct Dutch tranlation file. Thanks to Martin1 for noticing. Thanks again to Bjorn Wijers for the translation</li>\n<li>Updated POT file for this version</li>\n<li>Tested against WordPress 3.1-RC4</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Happy New Year</li>\n<li>Tested against WordPress 3.1-RC1</li>\n<li>Plugin now requires WordPress version 2.8+. Of course you should never ever use anything but the latest version</li>\n<li>Fixed deprecation warnings that had been piling up with the old version requirement. Thanks to Johannes Ruthenberg for the report that prompted this</li>\n<li>Removed auth cookie admin check for version 2.7.</li>\n<li>Make sure relevant values in $_COOKIE get cleared right away on auth cookie validation failure. There are still some problems with cookie auth handling. The lockout can trigger prematurely in rare cases, but fixing it is plugin version 2 stuff unfortunately.</li>\n<li>Changed default time for retries to reset from 24 hours to 12 hours. The security impact is very minor and it means the warning will disappear “overnight”</li>\n<li>Added question to FAQ (“Why not reset failed attempts on a successful login?”)</li>\n<li>Updated screenshots</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Reverted minor cookie-handling cleanup which might somehow be responsible for recently reported cookie related lockouts</li>\n<li>Added version 1.x Brazilian Portuguese translation, thanks to Luciano Passuello</li>\n<li>Added Finnish translation, thanks to Ari Kontiainen</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Further multisite & WPMU support (again thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Better error handling if option variables are damaged</li>\n<li>Added Traditional Chinese translation, thanks to Denny Huang <a href=\"mailto:bigexplorations@bigexplorations.com.tw\" rel=\"nofollow\">bigexplorations@bigexplorations.com.tw</a></li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Tested against WordPress 3.0</li>\n<li>Handle 3.0 login page failure “shake”</li>\n<li>Basic multisite support (parts thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Added Dutch translation, thanks to Bjorn Wijers <a href=\"mailto:burobjorn@burobjorn.nl\" rel=\"nofollow\">burobjorn@burobjorn.nl</a></li>\n<li>Added Hungarian translation, thanks to B?lint Vereskuti <a href=\"mailto:balint@vereskuti.info\" rel=\"nofollow\">balint@vereskuti.info</a></li>\n<li>Added French translation, thanks to oVa <a href=\"mailto:ova13lastar@gmail.com\" rel=\"nofollow\">ova13lastar@gmail.com</a></li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Added Turkish translation, thanks to Yazan Canarkadas</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Protect admin page update using wp_nonce</li>\n<li>Added Czech translation, thanks to Jakub Jedelsky</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Added Bulgarian translation, thanks to Hristo Chakarov</li>\n<li>Added Norwegian translation, thanks to Rune Gulbrands?y</li>\n<li>Added Spanish translation, thanks to Marcelo Pedra</li>\n<li>Added Persian translation, thanks to Mostafa Soufi</li>\n<li>Added Russian translation, thanks to Jack Leonid (http://studio-xl.com)</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Added Catalan translation, thanks to Robert Buj</li>\n<li>Added Romanian translation, thanks to Robert Tudor</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Support for getting the correct IP for clients while server is behind reverse proxy, thanks to Michael Skerwiderski</li>\n<li>Added German translation, thanks to Michael Skerwiderski</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>No longer replaces pluggable function when cookie handling active. Re-implemented using available actions and filters</li>\n<li>Filter error messages during login to avoid information leak regarding available usernames</li>\n<li>Do not show retries or lockout messages except for login (registration, lost password pages). No change in actual enforcement</li>\n<li>Slightly more aggressive in trimming old retries data</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Added translation support</li>\n<li>Added Swedish translation</li>\n<li>During lockout, filter out all other login errors</li>\n<li>Minor cleanups</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial version</li>\n</ul>\n\";s: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:56:\"https://wordpress.org/plugins/limit-login-attempts/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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{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:47:\"https://wordpress.org/plugins/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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/tinymce-advanced/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jun 2007 06:02: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:50:\"https://wordpress.org/plugins-wp/tinymce-advanced/\";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:58:\"Extends and enhances TinyMCE, the WordPress Visual 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:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10621:\"<p><!--section=description--></p>\n<p>This plugin will let you add, remove and arrange the buttons that are shown on the Visual Editor toolbar. You can configure up to four rows of buttons including Font Sizes, Font Family, text and background colors, tables, etc. It will also let you enable the editor menu, see the <a href=\"screenshots\" rel=\"nofollow\">screenshots</a>.</p>\n<p>It includes 15 plugins for <a href=\"http://tinymce.com/\" rel=\"nofollow\">TinyMCE</a> that are automatically enabled or disabled depending on the buttons you have chosen. In addition this plugin adds some commonly used options as keeping the paragraph tags in the Text editor and importing the CSS classes from the theme’s editor-style.css.</p>\n<h4>Some of the features added by this plugin</h4>\n<ul>\n<li>Support for creating and editing tables.</li>\n<li>More options when inserting lists.</li>\n<li>Search and Replace in the editor.</li>\n<li>Ability to set Font Family and Font Sizes.</li>\n<li>And many others.</li>\n</ul>\n<p>With this plugin you can also enable the TinyMCE menu above the toolbars. This will make the editor even more powerful and convenient.</p>\n<p><!--section=installation--></p>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n</dd>\n<dt>No styles are imported in the Formats sub-menu.</dt>\n<dd>\n<p>These styles are imported from your current theme editor-style.css file. However some themes do not have this functionality. For these themes TinyMCE Advanced has the option to let you add a customized editor-style.css and import it into the editor.</p>\n</dd>\n<dt>I have just installed this plugin, but it does not do anything.</dt>\n<dd>\n<p>Change some buttons on one of the toolbars, save your changes, clear your browser cache, and try again. If that does not work try reloding the Edit page several times while holding down Shift or Ctrl. There may also be a network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.</p>\n</dd>\n<dt>When I add “Smilies”, they do not show in the editor.</dt>\n<dd>\n<p>The “Emoticons” button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post. Make sure the checkbox “Convert emoticons to graphics on display” in “Options – Writing” is checked.</p>\n</dd>\n<dt>The plugin does not add any buttons.</dt>\n<dd>\n<p>Make sure the “Disable the visual editor when writing” checkbox under “Users – Your Profile” is <strong>not</strong> checked.</p>\n</dd>\n<dt>I still see the “old” buttons in the editor</dt>\n<dd>\n<p>Click the “Restore Default Settings” button on the plugin settings page and then set the buttons again and save.</p>\n</dd>\n<dt>Other questions? More screenshots?</dt>\n<dd>\n<p>Please post on the support forum or visit the homepage for <a href=\"http://www.laptoptips.ca/projects/tinymce-advanced/\" rel=\"nofollow\">TinyMCE Advanced</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.5.6</h4>\n<ul>\n<li>Updated for WordPress 4.7.4 and TinyMCE 4.5.6.</li>\n<li>Fixed PHP notice after importing settings.</li>\n</ul>\n<h4>4.4.3</h4>\n<ul>\n<li>Updated for WordPress 4.7 and TinyMCE 4.4.3.</li>\n<li>Fixed missing “Source code” button bug.</li>\n</ul>\n<h4>4.4.1</h4>\n<ul>\n<li>Updated for WordPress 4.6 and TinyMCE 4.4.1.</li>\n<li>Fixed multisite saving bug.</li>\n<li>Added new button in the Text editor to add or reset the line breaks. Adds line breaks only between tags. Works only when it detects that line breaks are missing so it doesn’t reformat posts with removed paragraphs.</li>\n</ul>\n<h4>4.3.10.1</h4>\n<ul>\n<li>Fixed adding paragraph tags when loading posts that were saved before turning autop off.</li>\n<li>Disabled the (new) inline toolbar for tables as it was overlapping the table in some cases.</li>\n</ul>\n<h4>4.3.10</h4>\n<ul>\n<li>Updated for WordPress 4.5.1 and TinyMCE 4.3.10.</li>\n<li>Fixed support for adding editor-style.css to themes that don’t have it.</li>\n</ul>\n<h4>4.3.8</h4>\n<ul>\n<li>Updated for WordPress 4.5 and TinyMCE 4.3.8.</li>\n<li>Separated standard options and admin options.</li>\n<li>Added settings that can disable the plugin for the main editor, other editors in wp-admin or editors on the front-end.</li>\n<li>Korean translation by Josh Kim and Greek translation by Stathis Mellios.</li>\n</ul>\n<h4>4.2.8</h4>\n<ul>\n<li>Updated for WordPress 4.4 and TinyMCE 4.2.8.</li>\n<li>Japanese translation by Manabu Miwa.</li>\n</ul>\n<h4>4.2.5</h4>\n<ul>\n<li>Updated for WordPress 4.3.1 and TinyMCE 4.2.5.</li>\n<li>Fixed text domain and plugin headers.</li>\n</ul>\n<h4>4.2.3.1</h4>\n<ul>\n<li>Fix error with removing the ‘textpattern’ plugin.</li>\n</ul>\n<h4>4.2.3</h4>\n<ul>\n<li>Updated for WordPress 4.3 and TinyMCE 4.2.3.</li>\n<li>Removed the ‘textpattern’ plugin as WordPress 4.3 includes similar functionality by default.</li>\n<li>French translation by Nicolas Schneider.</li>\n</ul>\n<h4>4.1.9</h4>\n<ul>\n<li>Updated for WordPress 4.2 and TinyMCE 4.1.9.</li>\n<li>Fixed bugs with showing oEmbed previews when pasting an URL.</li>\n<li>Fixed bugs with getting the content from TinyMCE with line breaks.</li>\n</ul>\n<h4>4.1.7</h4>\n<ul>\n<li>Updated for WordPress 4.1 and TinyMCE 4.1.7.</li>\n<li>Fixed bug where consecutive caption shortcodes may be split with an empty paragraph tag.</li>\n</ul>\n<h4>4.1.1</h4>\n<ul>\n<li>Fix bug with image captions when wpautop is disabled.</li>\n<li>Add translation support to the settings page. Button names/descriptions are translated from JS using the existing WordPress translation, so this part of the settings page will be translated by default. The other text still needs separate translation.</li>\n</ul>\n<h4>4.1</h4>\n<ul>\n<li>Updated for WordPress 4.0 and TinyMCE 4.1.</li>\n<li>Add the ‘textpattern’ plugin that supports some of the markdown syntax while typing, <a href=\"http://www.tinymce.com/wiki.php/Configuration:textpattern_patterns\" rel=\"nofollow\">(more info)</a>.</li>\n<li>Add the updated ‘table’ plugin that supports background and border color.</li>\n</ul>\n<h4>4.0.2</h4>\n<ul>\n<li>Fix showing of the second, third and forth button rows when the Toolbar Toggle button is not used.</li>\n<li>Fix adding the ”directionality” plugin when RTL or LTR button is selected.</li>\n<li>Show the ”Advanced Options” to super admins on multisite installs.</li>\n<li>Add the ”link” plugin including link rel setting. Replaces the Insert/Edit Link dialog when enabled.</li>\n<li>Include updated ”table” plugin that has support for vertical align for cells.</li>\n</ul>\n<h4>4.0.1</h4>\n<p>Fix warnings on pages other than Edit Post. Update the description.</p>\n<h4>4.0</h4>\n<p>Updated for WordPress 3.9 and TinyMCE 4.0. Refreshed the settings screen. Added support for exporting and importing of the settings.</p>\n<h4>3.5.9.1</h4>\n<p>Updated for WordPress 3.8, fixed auto-embedding of single line URLs when not removing paragraph tags.</p>\n<h4>3.5.9</h4>\n<p>Updated for WordPress 3.7 and TinyMCE 3.5.9.</p>\n<h4>3.5.8</h4>\n<p>Updated for WordPress 3.5 and TinyMCE 3.5.8.</p>\n<h4>3.4.9</h4>\n<p>Updated for WordPress 3.4 and TinyMCE 3.4.9.</p>\n<h4>3.4.5.1</h4>\n<p>Fixed a bug preventing TinyMCE from importing CSS classes from editor-style.css.</p>\n<h4>3.4.5</h4>\n<p>Updated for WordPress 3.3 or later and TinyMCE 3.4.5.</p>\n<h4>3.4.2.1</h4>\n<p>Fix the removal of the <em>media</em> plugin so it does not require re-saving the settings.</p>\n<h4>3.4.2</h4>\n<p>Compatibility with WordPress 3.2 and TinyMCE 3.4.2, removed the options for support for iframe and HTML 5.0 elements as they are supported by default in WordPress 3.2, removed the <em>media</em> plugin as it is included by default.</p>\n<h4>3.3.9.1</h4>\n<p>Added advanced options: stop removing iframes, stop removing HTML 5.0 elements, moved the support for custom editor styles to editor-style.css in the current theme.</p>\n<p>Attention: if you have a customized tadv-mce.css file and your theme doesn’t have editor-style.css, please download tadv-mce.css, rename it to editor-style.css and upload it to your current theme directory. Alternatively you can add there the editor-style.css from the Twenty Ten theme. If your theme has editor-style.css you can add any custom styles there.</p>\n<h4>3.3.9</h4>\n<p>Compatibility with WordPress 3.1 and TinyMCE 3.3.9, improved P and BR tags option.</p>\n<h4>3.2.7</h4>\n<p>Compatibility with WordPress 2.9 and TinyMCE 3.2.7, several minor bug fixes.</p>\n<h4>3.2.4</h4>\n<p>Compatibility with WordPress 2.8 and TinyMCE 3.2.4, minor bug fixes.</p>\n<h4>3.2</h4>\n<p>Compatibility with WordPress 2.7 and TinyMCE 3.2, minor bug fixes.</p>\n<h4>3.1</h4>\n<p>Compatibility with WordPress 2.6 and TinyMCE 3.1, keeps empty paragraphs when disabling the removal of P and BR tags, the buttons for MCImageManager and MCFileManager can be arranged (if installed).</p>\n<h4>3.0.1</h4>\n<p>Compatibility with WordPress 2.5.1 and TinyMCE 3.0.7, added option to disable the removal of P and BR tags when saving and in the HTML editor (autop), added two more buttons to the HTML editor: autop and undo, fixed the removal of non-default TinyMCE buttons.</p>\n<h4>3.0</h4>\n<p>Support for WordPress 2.5 and TinyMCE 3.0.</p>\n<h4>2.2</h4>\n<p>Deactivate/Uninstall option page, font size drop-down menu and other small changes.</p>\n<h4>2.1</h4>\n<p>Improved language selection, improved compatibility with WordPress 2.3 and TinyMCE 2.1.1.1, option to override some of the imported css classes and other small improvements and bugfixes.</p>\n<h4>2.0</h4>\n<p>Includes an admin page for arranging the TinyMCE toolbar buttons, easy installation, a lot of bugfixes, customized “Smilies” plugin that uses the built-in WordPress smilies, etc. The admin page uses jQuery and jQuery UI that lets you “drag and drop” the TinyMCE buttons to arrange your own toolbars and enables/disables the corresponding plugins depending on the used buttons.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/tinymce-advanced/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: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:50:\"https://wordpress.org/plugins/browse/popular/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s: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:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 02 May 2017 04:52:40 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 02 May 2017 04:46:23 GMT\";s:4:\"link\";s:66:\"<https://wordpress.org/plugins/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(15530,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1493743960','no'),(15531,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1493700760','no'),(15534,'_site_transient_timeout_available_translations','1493711660','no'),(15535,'_site_transient_available_translations','a:89:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 11:26:31\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 18:36:09\";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.6.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-21 10:19:10\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-29 08:38:56\";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.6.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.5.8\";s:7:\"updated\";s:19:\"2017-03-23 04:38:12\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.5.8/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-24 13:13:07\";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.6.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-20 16:53:20\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.5.8\";s:7:\"updated\";s:19:\"2016-04-19 23:16:37\";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.5.8/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.6.1\";s:7:\"updated\";s:19:\"2017-01-05 11:04:12\";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.6.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.7\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.7/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 18:32:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-01 16:18:09\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-09-29 14:03:59\";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.6.1/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-21 21:21:17\";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.6.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-21 21:20:26\";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.6.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-15 12:59:43\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.6.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-15 12:56:13\";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.6.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-09 20:42: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.6.1/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 11:54:12\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-11 22:36:25\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-11 23:19:29\";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.6.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-12 02:18:44\";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.6.1/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-20 07:14:07\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-04 22:04:52\";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.6.1/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_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 17:56:31\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-19 13:48:04\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-31 08:03:58\";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.6.1/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/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_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 22:11:44\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-29 15:07:52\";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.6.1/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 12:34:44\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-22 16:41:36\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-10-27 18:10:49\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-10-23 20:20:40\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-15 18:30:48\";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.6.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-10 18:17:57\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-02 11:49:52\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-10 18:42:25\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-21 15:44:17\";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.6.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-08 11:09:06\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-25 19:56:49\";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.6.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-03 13:43:01\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-07 15:12:28\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-06 20:18:25\";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.6.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-22 05:34:53\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-11-29 11:28:08\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-19 08:05:09\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-11-01 15:23:06\";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.6.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-29 11:51:34\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-24 07:18:31\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-11 21:29:34\";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.6.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-26 17:38:44\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.5.8\";s:7:\"updated\";s:19:\"2016-05-12 13:55:28\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.8/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-13 20:38:52\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-14 14:18:43\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.17\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.17/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.6.1\";s:7:\"updated\";s:19:\"2016-08-16 13:09:49\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2017-01-08 18:34:47\";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.6.1/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:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-14 13:24:10\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.6.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-28 08:58:28\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-09-23 13:45:11\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-09-22 09:54:16\";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.6.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.17\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.17/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-26 14:59:30\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2017-01-10 08:18:16\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-20 20:55:13\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-30 19:40:04\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-08 14:52:32\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-11-04 18:38:43\";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.6.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-14 07:00:01\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-12 16:41:17\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-01 10:58:06\";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.6.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-12 07:04:13\";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.6.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 10:50:15\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-01 16:07:46\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2017-01-04 23:08:07\";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.6.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2017-01-08 10:11:20\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-18 13:53:15\";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.6.1/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-05 11:58:02\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.5.8\";s:7:\"updated\";s:19:\"2016-04-17 03:29:01\";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.5.8/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:\"继续\";}}}','no'),(15538,'_site_transient_timeout_theme_roots','1493705125','no'),(15539,'_site_transient_theme_roots','a:4:{s:7:\"conexpo\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(15851,'post_count','62','yes'),(16075,'category_children','a:0:{}','yes'),(16102,'new_admin_email','mahatab.cems@gmail.com','yes'),(16130,'om_expo18_site_logo_image','','yes'),(16198,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1514304560','no'),(16199,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n Fri, 22 Dec 2017 22:00:09 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-42419\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress User Survey Data for 2015-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2017/12/wordpress-user-survey-data-for-2015-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2017 21:40: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"WrapUp\";s: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:\"survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5310\";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:321:\"For many years, we’ve invited folks to tell us how they use WordPress by filling out an annual survey. In the past, interesting results from this survey have been shared in the annual State of the Word address. This year, for the first time, the results of the 2017 survey are being published on 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:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:64131:\"<p>For many years, we’ve invited folks to tell us how they use WordPress by filling out an annual survey. In the past, interesting results from this survey have been shared in the annual <a href=\"https://ma.tt/2017/12/state-of-the-word-2017/\">State of the Word</a> address. This year, for the first time, the results of the 2017 survey are being published on WordPress News, along with the results of the 2015 and 2016 survey.</p>\n<p>So that information from the survey doesn’t reveal anything that respondents might consider private, we do not publish a full export of the raw data. We’d love to make this information as accessible as possible, though, so if you have a suggestion for an OS project or tool we can put the data into that allows people to play with it that still protects individual response privacy, please leave a comment on this post!</p>\n<h4>Major Groups</h4>\n<p>This survey features multiple groups, dividing respondents at the first question:</p>\n<blockquote><p>Which of the following best describes how you use WordPress? (<em>Mandatory</em>)</p></blockquote>\n<p>Those who selected “I’m a designer or developer, or I work for a company that designs/develops websites; I use WordPress to build websites and/or blogs for others. (This might include theme development, writing plugins, or other custom work.)” were served questions from what we’ll call the “WordPress Professionals” group.</p>\n<p>This “WordPress Professionals” group is further divided into WordPress Company and WordPress Freelancer/Hobbyist groups, based on how the respondent answered the question, “Which of the following best describes your involvement with WordPress? (2015) / Do you work for a company, or on your own? (2016-17).”</p>\n<p>Those who selected “I own, run, or contribute to a blog or website that is built with WordPress.” were served questions in what we’re calling the “WordPress Users” group.</p>\n<p>The relevant survey group is noted in each table below. In the case of questions that were served to different groups in 2015 but then served to all respondents in 2016 and 2017, the group responses from 2015 have been consolidated into one set of data for easier comparison between years.</p>\n<h4>Survey results</h4>\n<p><a href=\"#pro\">Jump to answers from WordPress Professionals</a></p>\n<p><a href=\"#user\">Jump to answers from WordPress Users</a></p>\n<p><a href=\"#all\">Jump to answers from All Respondents</a></p>\n<p><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></p>\n<h3>Which of the following best describes how you use WordPress? (Mandatory)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td>Number of responses (since this question was mandatory, the number of responses here is the total number for the survey)</td>\n<td>45,995</td>\n<td></td>\n<td>15,585</td>\n<td></td>\n<td>16,029</td>\n<td></td>\n</tr>\n<tr>\n<td>I’m a designer or developer, or I work for a company that designs/develops websites; I use WordPress to build websites and/or blogs for others. (This might include theme development, writing plugins, other custom work.)</td>\n<td>26,662</td>\n<td>58%</td>\n<td>8,838</td>\n<td>57%</td>\n<td>9,099</td>\n<td>57%</td>\n</tr>\n<tr>\n<td>I own, run, or contribute to a blog or website that is built with WordPress.</td>\n<td>16,130</td>\n<td>35%</td>\n<td>5,293</td>\n<td>34%</td>\n<td>5,625</td>\n<td>35%</td>\n</tr>\n<tr>\n<td>Neither of the above.</td>\n<td>3,204</td>\n<td>7%</td>\n<td>1,460</td>\n<td>9%</td>\n<td>1,306</td>\n<td>8%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"pro\">WordPress Professionals</h2>\n<h3><strong>Which of the following best describes your involvement with WordPress? (Mandatory, 2015) / Do you work for a company, or on your own? (Mandatory, 2016-17)</strong></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>26,699</td>\n<td></td>\n<td>8,838</td>\n<td></td>\n<td>9,101</td>\n<td></td>\n</tr>\n<tr>\n<td>My primary job is working for a company or organization that uses WordPress.</td>\n<td>9,505</td>\n<td>36%</td>\n<td>3,529</td>\n<td>40%</td>\n<td>3,660</td>\n<td>40%</td>\n</tr>\n<tr>\n<td>My primary job is as a self-employed designer or developer that uses WordPress.</td>\n<td>9,310</td>\n<td>35%</td>\n<td>3,188</td>\n<td>36%</td>\n<td>3,440</td>\n<td>38%</td>\n</tr>\n<tr>\n<td>I earn money from part-time or occasional freelance work involving WordPress.</td>\n<td>5,954</td>\n<td>22%</td>\n<td>1,633</td>\n<td>18%</td>\n<td>1,590</td>\n<td>17%</td>\n</tr>\n<tr>\n<td>Work that I do involving WordPress is just a hobby, I don’t make money from it.</td>\n<td>1,930</td>\n<td>7%</td>\n<td>491</td>\n<td>6%</td>\n<td>411</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>How does your company or organization work with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,342</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for other people, companies, or organizations.</td>\n<td>7,772</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Develop or customize themes.</td>\n<td>5,404</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for my own use.</td>\n<td>4,733</td>\n<td>16%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Host websites for customers.</td>\n<td>4,397</td>\n<td>15%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Develop or distribute plugins.</td>\n<td>3,181</td>\n<td>11%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Provide educational resources to help others to use WordPress.</td>\n<td>1,349</td>\n<td>5%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Sponsor and/or attend WordCamps.</td>\n<td>1,127</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Contribute bug reports and/or patches to WordPress core.</td>\n<td>914</td>\n<td>3%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>182</td>\n<td> 1%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>3,457</td>\n<td></td>\n<td>3,598</td>\n<td></td>\n</tr>\n<tr>\n<td>We make websites for others.</td>\n<td></td>\n<td></td>\n<td>2,695</td>\n<td>24%</td>\n<td>2,722</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>We make websites for ourselves.</td>\n<td></td>\n<td></td>\n<td>2,355</td>\n<td>21%</td>\n<td>2,470</td>\n<td>21%</td>\n</tr>\n<tr>\n<td>We develop or customize themes.</td>\n<td></td>\n<td></td>\n<td>1,866</td>\n<td>16%</td>\n<td>1,910</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>We host websites for others.</td>\n<td></td>\n<td></td>\n<td>1,564</td>\n<td>14%</td>\n<td>1,595</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>We develop or distribute plugins.</td>\n<td></td>\n<td></td>\n<td>1,283</td>\n<td>11%</td>\n<td>1,342</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>We provide educational resources to help others to use WordPress.</td>\n<td></td>\n<td></td>\n<td>581</td>\n<td>5%</td>\n<td>631</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>We sponsor and/or attend WordCamps.</td>\n<td></td>\n<td></td>\n<td>561</td>\n<td>5%</td>\n<td>579</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>We contribute bug reports and/or patches to WordPress core.</td>\n<td></td>\n<td></td>\n<td>444</td>\n<td>4%</td>\n<td>468</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td></td>\n<td></td>\n<td>98</td>\n<td>1%</td>\n<td>96</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<p><strong>How would you describe the business of your typical client(s)? (2015) / How would you describe the business of your typical client/customer? (2016, 2017)</strong></p>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,154</td>\n<td></td>\n<td>3,317</td>\n<td></td>\n<td>3,498</td>\n<td></td>\n</tr>\n<tr>\n<td>Small business</td>\n<td>6,893</td>\n<td>32%</td>\n<td>2,398</td>\n<td>31%</td>\n<td>2,510</td>\n<td>31%</td>\n</tr>\n<tr>\n<td>Large business or Enterprise</td>\n<td>3,635</td>\n<td>17%</td>\n<td>1,361</td>\n<td>18%</td>\n<td>1,447</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>Non-profit</td>\n<td>2,644</td>\n<td>12%</td>\n<td>934</td>\n<td>12%</td>\n<td>992</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Individual</td>\n<td>2,600</td>\n<td>12%</td>\n<td>888</td>\n<td>12%</td>\n<td>1,022</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Education</td>\n<td>2,344</td>\n<td>11%</td>\n<td>854</td>\n<td>11%</td>\n<td>966</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Website development (sub-contracting)</td>\n<td>2,065</td>\n<td>10%</td>\n<td>637</td>\n<td>8%</td>\n<td>677</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>Government</td>\n<td>1,410</td>\n<td>6%</td>\n<td>524</td>\n<td>7%</td>\n<td>552</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>127</td>\n<td>1%</td>\n<td>66</td>\n<td>1%</td>\n<td>64</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<p><strong>How does your company or organization use WordPress when developing websites? (2015) / When making websites, how does your company or organization use WordPress? (2016, 2017)</strong></p>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,078</td>\n<td></td>\n<td>3,369</td>\n<td></td>\n<td>3,552</td>\n<td></td>\n</tr>\n<tr>\n<td>Mostly as a content management system (CMS)</td>\n<td>6,361</td>\n<td>70%</td>\n<td>2,482</td>\n<td>74%</td>\n<td>2,640</td>\n<td>74%</td>\n</tr>\n<tr>\n<td>About half the time as a blogging platform and half the time as a CMS</td>\n<td>1,222</td>\n<td>13%</td>\n<td>370</td>\n<td>11%</td>\n<td>383</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Mostly as a blogging platform</td>\n<td>721</td>\n<td>8%</td>\n<td>137</td>\n<td>4%</td>\n<td>129</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Mostly as an application framework</td>\n<td>629</td>\n<td>7%</td>\n<td>303</td>\n<td>9%</td>\n<td>303</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>145</td>\n<td>2%</td>\n<td>78</td>\n<td>2%</td>\n<td>97</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>How much is your average WordPress site customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,054</td>\n<td></td>\n<td>3,302</td>\n<td></td>\n<td>3,473</td>\n<td></td>\n</tr>\n<tr>\n<td>A lot of work has been done, the front end is unrecognizable, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>5,651</td>\n<td>62%</td>\n<td>2,025</td>\n<td>61%</td>\n<td>2,105</td>\n<td>61%</td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>2,230</td>\n<td>25%</td>\n<td>799</td>\n<td>24%</td>\n<td>905</td>\n<td>26%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as the original download.</td>\n<td>756</td>\n<td>8%</td>\n<td>302</td>\n<td>9%</td>\n<td>298</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything (including the admin) has been customized.</td>\n<td>417</td>\n<td>5%</td>\n<td>177</td>\n<td>5%</td>\n<td>165</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly how many currently active WordPress sites has your company or organization built?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>8,801</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>200 +</td>\n<td>1,074</td>\n<td>12%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>51 – 200</td>\n<td>1,721</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>21 – 50</td>\n<td>1,718</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>11 – 20</td>\n<td>1,284</td>\n<td>15%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6 – 10</td>\n<td>1,109</td>\n<td>13%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>2 – 5</td>\n<td>1,418</td>\n<td>16%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1</td>\n<td>390</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>0</td>\n<td>87</td>\n<td>1%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>3,358</td>\n<td></td>\n<td>3,540</td>\n<td></td>\n</tr>\n<tr>\n<td>Thousands.</td>\n<td></td>\n<td></td>\n<td>291</td>\n<td>9%</td>\n<td>331</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Hundreds.</td>\n<td></td>\n<td></td>\n<td>770</td>\n<td>23%</td>\n<td>894</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>Fewer than a hundred.</td>\n<td></td>\n<td></td>\n<td>1,144</td>\n<td>34%</td>\n<td>1,177</td>\n<td>33%</td>\n</tr>\n<tr>\n<td>Just a few, but they are really great.</td>\n<td></td>\n<td></td>\n<td>926</td>\n<td>28%</td>\n<td>896</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>Prefer not to answer.</td>\n<td></td>\n<td></td>\n<td>228</td>\n<td>7%</td>\n<td>242</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many person-hours (of your company’s work) does the typical site take to complete?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,091</td>\n<td></td>\n<td>3,353</td>\n<td></td>\n<td>3,522</td>\n<td></td>\n</tr>\n<tr>\n<td>More than 200</td>\n<td>939</td>\n<td>10%</td>\n<td>309</td>\n<td>9%</td>\n<td>325</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>100 – 200</td>\n<td>1080</td>\n<td>12%</td>\n<td>329</td>\n<td>10%</td>\n<td>367</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>60 – 100</td>\n<td>1541</td>\n<td>17%</td>\n<td>527</td>\n<td>16%</td>\n<td>513</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>40 – 60</td>\n<td>1854</td>\n<td>20%</td>\n<td>583</td>\n<td>17%</td>\n<td>620</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>20 – 40</td>\n<td>2066</td>\n<td>23%</td>\n<td>691</td>\n<td>21%</td>\n<td>685</td>\n<td>19%</td>\n</tr>\n<tr>\n<td>Fewer than 20</td>\n<td>1611</td>\n<td>18%</td>\n<td>479</td>\n<td>14%</td>\n<td>519</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>Prefer not to answer (2016, 2017)</td>\n<td></td>\n<td></td>\n<td>436</td>\n<td>13%</td>\n<td>493</td>\n<td>14%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly what percentage of your company or organization’s output is based around WordPress (as opposed to other platforms or software)?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>8,950</td>\n<td></td>\n<td>3,345</td>\n<td></td>\n<td>3,503</td>\n<td></td>\n</tr>\n<tr>\n<td>100 %</td>\n<td>1,089</td>\n<td>12%</td>\n<td>438</td>\n<td>13%</td>\n<td>480</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>90 %</td>\n<td>1,043</td>\n<td>12%</td>\n<td>417</td>\n<td>12%</td>\n<td>459</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>80 %</td>\n<td>955</td>\n<td>11%</td>\n<td>367</td>\n<td>11%</td>\n<td>424</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>70 %</td>\n<td>831</td>\n<td>9%</td>\n<td>305</td>\n<td>9%</td>\n<td>344</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>60 %</td>\n<td>534</td>\n<td>6%</td>\n<td>246</td>\n<td>7%</td>\n<td>226</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>50 %</td>\n<td>973</td>\n<td>11%</td>\n<td>335</td>\n<td>10%</td>\n<td>338</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>40 %</td>\n<td>613</td>\n<td>7%</td>\n<td>245</td>\n<td>7%</td>\n<td>202</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>30 %</td>\n<td>877</td>\n<td>10%</td>\n<td>335</td>\n<td>10%</td>\n<td>310</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>20 %</td>\n<td>806</td>\n<td>9%</td>\n<td>242</td>\n<td>7%</td>\n<td>280</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>10 %</td>\n<td>1,039</td>\n<td>12%</td>\n<td>344</td>\n<td>10%</td>\n<td>348</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>0 %</td>\n<td>190</td>\n<td>2%</td>\n<td>72</td>\n<td>2%</td>\n<td>92</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>In which of the following ways do you work with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>17,009</td>\n<td></td>\n<td>5,221</td>\n<td></td>\n<td>5,425</td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for other people, companies, or organizations</td>\n<td>15,342</td>\n<td>34%</td>\n<td>4,795</td>\n<td>34%</td>\n<td>5,064</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Develop or customize themes</td>\n<td>10,549</td>\n<td>24%</td>\n<td>2,997</td>\n<td>21%</td>\n<td>3,021</td>\n<td>20%</td>\n</tr>\n<tr>\n<td>Host websites for customers</td>\n<td>8,142</td>\n<td>18%</td>\n<td>2,466</td>\n<td>17%</td>\n<td>2,728</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>Develop or distribute plugins</td>\n<td>4,125</td>\n<td>9%</td>\n<td>1,395</td>\n<td>10%</td>\n<td>1,416</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Provide educational resources to help others to use WordPress</td>\n<td>3,276</td>\n<td>7%</td>\n<td>1,187</td>\n<td>8%</td>\n<td>1,308</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Sponsor and/or attend WordCamps</td>\n<td>1,559</td>\n<td>4%</td>\n<td>648</td>\n<td>5%</td>\n<td>724</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>Contribute bug reports and/or patches to WordPress core</td>\n<td>1,107</td>\n<td>2%</td>\n<td>381</td>\n<td>3%</td>\n<td>393</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>389</td>\n<td>1%</td>\n<td>243</td>\n<td>2%</td>\n<td>299</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3>How would you describe the business of your typical client(s)?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,863</td>\n<td></td>\n<td>5,151</td>\n<td></td>\n<td>5,353</td>\n<td></td>\n</tr>\n<tr>\n<td>Small business</td>\n<td>14,185</td>\n<td>35%</td>\n<td>4,342</td>\n<td>35%</td>\n<td>4,622</td>\n<td>36%</td>\n</tr>\n<tr>\n<td>Individual</td>\n<td>8,513</td>\n<td>21%</td>\n<td>2,581</td>\n<td>21%</td>\n<td>2,583</td>\n<td>20%</td>\n</tr>\n<tr>\n<td>Non-profit</td>\n<td>6,585</td>\n<td>16%</td>\n<td>2,004</td>\n<td>16%</td>\n<td>2,113</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>Website development (sub-contracting)</td>\n<td>4,301</td>\n<td>11%</td>\n<td>1,258</td>\n<td>10%</td>\n<td>1,216</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Education</td>\n<td>3,458</td>\n<td>8%</td>\n<td>1,049</td>\n<td>8%</td>\n<td>1,139</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Large business or Enterprise</td>\n<td>2,391</td>\n<td>6%</td>\n<td>805</td>\n<td>6%</td>\n<td>857</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Government</td>\n<td>1,150</td>\n<td>3%</td>\n<td>300</td>\n<td>2%</td>\n<td>329</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>173</td>\n<td>0%</td>\n<td>101</td>\n<td>1%</td>\n<td>99</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>How do you use WordPress in your development?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,768</td>\n<td></td>\n<td>5,145</td>\n<td></td>\n<td>5,372</td>\n<td></td>\n</tr>\n<tr>\n<td>Mostly as a content management system (CMS)</td>\n<td>11,754</td>\n<td>70%</td>\n<td>3,641</td>\n<td>71%</td>\n<td>3,959</td>\n<td>74%</td>\n</tr>\n<tr>\n<td>About half the time as a blogging platform and half the time as a CMS</td>\n<td>2,825</td>\n<td>17%</td>\n<td>812</td>\n<td>16%</td>\n<td>721</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>Mostly as an application framework</td>\n<td>1,012</td>\n<td>6%</td>\n<td>343</td>\n<td>7%</td>\n<td>344</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Mostly as a blogging platform</td>\n<td>992</td>\n<td>6%</td>\n<td>246</td>\n<td>5%</td>\n<td>226</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>185</td>\n<td>1%</td>\n<td>105</td>\n<td>2%</td>\n<td>122</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3>How much is your average WordPress site customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,699</td>\n<td></td>\n<td>5,131</td>\n<td></td>\n<td>5,317</td>\n<td></td>\n</tr>\n<tr>\n<td>A lot of work has been done, the front end is unrecognizable, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>9,457</td>\n<td>57%</td>\n<td>2,837</td>\n<td>55%</td>\n<td>2,998</td>\n<td>56%</td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>5,526</td>\n<td>33%</td>\n<td>1,694</td>\n<td>33%</td>\n<td>1,781</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as the original download.</td>\n<td>977</td>\n<td>6%</td>\n<td>341</td>\n<td>7%</td>\n<td>310</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything (including the admin) has been customized.</td>\n<td>739</td>\n<td>4%</td>\n<td>261</td>\n<td>5%</td>\n<td>228</td>\n<td>4%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many currently active WordPress sites have you built? (2015) / Roughly how many currently active WordPress sites have you built? (2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,690</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>200 +</td>\n<td>514</td>\n<td>3%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>51 – 200</td>\n<td>1,728</td>\n<td>10%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>21 – 50</td>\n<td>3,000</td>\n<td>18%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>11 – 20</td>\n<td>3,146</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6 – 10</td>\n<td>3,405</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>2 – 5</td>\n<td>3,838</td>\n<td>23%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1</td>\n<td>698</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>0</td>\n<td>361</td>\n<td>2%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>5,165</td>\n<td></td>\n<td>5367</td>\n<td></td>\n</tr>\n<tr>\n<td>Thousands.</td>\n<td></td>\n<td></td>\n<td>110</td>\n<td>2%</td>\n<td>104</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Hundreds.</td>\n<td></td>\n<td></td>\n<td>603</td>\n<td>12%</td>\n<td>713</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>Fewer than a hundred.</td>\n<td></td>\n<td></td>\n<td>2,264</td>\n<td>44%</td>\n<td>2,457</td>\n<td>46%</td>\n</tr>\n<tr>\n<td>Just a few, but they are really great.</td>\n<td></td>\n<td></td>\n<td>1,871</td>\n<td>36%</td>\n<td>1,813</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Prefer not to answer.</td>\n<td></td>\n<td></td>\n<td>319</td>\n<td>6%</td>\n<td>280</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly what percentage of your working time is spent working with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,658</td>\n<td></td>\n<td>5,039</td>\n<td></td>\n<td>5,241</td>\n<td></td>\n</tr>\n<tr>\n<td>100 %</td>\n<td>949</td>\n<td>6%</td>\n<td>459</td>\n<td>9%</td>\n<td>461</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>90 %</td>\n<td>1,300</td>\n<td>8%</td>\n<td>527</td>\n<td>10%</td>\n<td>540</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>80 %</td>\n<td>1,784</td>\n<td>11%</td>\n<td>637</td>\n<td>13%</td>\n<td>711</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>70 %</td>\n<td>1,850</td>\n<td>11%</td>\n<td>608</td>\n<td>12%</td>\n<td>627</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>60 %</td>\n<td>1,313</td>\n<td>8%</td>\n<td>438</td>\n<td>9%</td>\n<td>465</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>50 %</td>\n<td>2,095</td>\n<td>13%</td>\n<td>612</td>\n<td>12%</td>\n<td>639</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>40 %</td>\n<td>1,438</td>\n<td>9%</td>\n<td>391</td>\n<td>8%</td>\n<td>384</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>30 %</td>\n<td>2,076</td>\n<td>12%</td>\n<td>530</td>\n<td>11%</td>\n<td>511</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>20 %</td>\n<td>1,743</td>\n<td>10%</td>\n<td>445</td>\n<td>9%</td>\n<td>429</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>10 %</td>\n<td>1,819</td>\n<td>11%</td>\n<td>342</td>\n<td>7%</td>\n<td>419</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>0 %</td>\n<td>291</td>\n<td>2%</td>\n<td>52</td>\n<td>1%</td>\n<td>55</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many hours of your work does the typical site take to complete? (2015) / How many hours of work does your typical WordPress project take to launch? (2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,670</td>\n<td></td>\n<td>5,164</td>\n<td></td>\n<td>5,378</td>\n<td></td>\n</tr>\n<tr>\n<td>More than 200</td>\n<td>503</td>\n<td>3%</td>\n<td>222</td>\n<td>4%</td>\n<td>245</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>100 – 200</td>\n<td>973</td>\n<td>6%</td>\n<td>386</td>\n<td>7%</td>\n<td>393</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>60 – 100</td>\n<td>2,277</td>\n<td>14%</td>\n<td>788</td>\n<td>15%</td>\n<td>815</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>40 – 60</td>\n<td>3,896</td>\n<td>23%</td>\n<td>1,153</td>\n<td>22%</td>\n<td>1,216</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>20 – 40</td>\n<td>6,068</td>\n<td>36%</td>\n<td>1,487</td>\n<td>29%</td>\n<td>1,582</td>\n<td>29%</td>\n</tr>\n<tr>\n<td>Fewer than 20</td>\n<td>2,953</td>\n<td>18%</td>\n<td>712</td>\n<td>14%</td>\n<td>751</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>418</td>\n<td>8%</td>\n<td>376</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>Which of the following have you done with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" /> </colgroup>\n</table>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional (Company/Freelancer/Hobbyist)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>20,687</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve written a theme from scratch.</td>\n<td>11,894</td>\n<td>25%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve written a plugin.</td>\n<td>9,719</td>\n<td>21%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve answered a question in the WordPress forum.</td>\n<td>8,805</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve attended a WordPress meetup.</td>\n<td>4,062</td>\n<td>9%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve submitted a WordPress bug report.</td>\n<td>4,062</td>\n<td>9%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve attended a WordCamp.</td>\n<td>3,571</td>\n<td>8%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve contributed to WordPress documentation.</td>\n<td>1,778</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>1,739</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve contributed a WordPress core patch.</td>\n<td>1,055</td>\n<td>2%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the best thing about WordPress?<a href=\"#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>22,718</td>\n<td></td>\n<td>7,891</td>\n<td></td>\n<td>8,267</td>\n<td></td>\n</tr>\n<tr>\n<td>Easy/simple/user-friendly</td>\n<td>9,450</td>\n<td>42%</td>\n<td>3,454</td>\n<td>44%</td>\n<td>3,852</td>\n<td>47%</td>\n</tr>\n<tr>\n<td>Customizable/extensible/modular/plugins/themes</td>\n<td>8,601</td>\n<td>38%</td>\n<td>3,116</td>\n<td>39%</td>\n<td>3,555</td>\n<td>43%</td>\n</tr>\n<tr>\n<td>Community/support/documentation/help</td>\n<td>3,806</td>\n<td>17%</td>\n<td>1,211</td>\n<td>15%</td>\n<td>1,340</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>Free/open/open source</td>\n<td>2,291</td>\n<td>10%</td>\n<td>802</td>\n<td>10%</td>\n<td>908</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Popular/ubiquitous</td>\n<td>249</td>\n<td>1%</td>\n<td>86</td>\n<td>1%</td>\n<td>187</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3> What’s the most frustrating thing about WordPress?<a href=\"#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>21,144</td>\n<td></td>\n<td>7,294</td>\n<td></td>\n<td>7,691</td>\n<td></td>\n</tr>\n<tr>\n<td>Plugins & themes (abandoned/conflicts/coding standards)</td>\n<td>6,122</td>\n<td>29%</td>\n<td>2,194</td>\n<td>30%</td>\n<td>2,187</td>\n<td>28%</td>\n</tr>\n<tr>\n<td>Security/vulnerabilities/hacks</td>\n<td>2,321</td>\n<td>11%</td>\n<td>712</td>\n<td>10%</td>\n<td>829</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Updates</td>\n<td>1,544</td>\n<td>7%</td>\n<td>422</td>\n<td>6%</td>\n<td>508</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Nothing/I don’t know/can’t think of anything</td>\n<td>1,276</td>\n<td>6%</td>\n<td>344</td>\n<td>5%</td>\n<td>476</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Speed/performance/slow/heavy</td>\n<td>1,196</td>\n<td>6%</td>\n<td>644</td>\n<td>9%</td>\n<td>516</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress is as good as, or better than, its main competitors.</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (this question was not asked in the 2015 survey)</td>\n<td></td>\n<td></td>\n<td>8,672</td>\n<td></td>\n<td>9,059</td>\n<td></td>\n</tr>\n<tr>\n<td>Agree</td>\n<td></td>\n<td></td>\n<td>7551</td>\n<td>87%</td>\n<td>7836</td>\n<td>87%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>754</td>\n<td>9%</td>\n<td>795</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Disagree</td>\n<td></td>\n<td></td>\n<td>370</td>\n<td>4%</td>\n<td>428</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"user\">WordPress Users</h2>\n<h3>Which of the following describes how you use WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>15,169</td>\n<td></td>\n<td>5,043</td>\n<td></td>\n<td>5,521</td>\n<td></td>\n</tr>\n<tr>\n<td>My personal blog (or blogs) uses WordPress.</td>\n<td>9,395</td>\n<td>36%</td>\n<td>3,117</td>\n<td>36%</td>\n<td>3,424</td>\n<td>36%</td>\n</tr>\n<tr>\n<td>My company or organization’s website is built with WordPress software.</td>\n<td>7,480</td>\n<td>29%</td>\n<td>2,519</td>\n<td>29%</td>\n<td>2,841</td>\n<td>30%</td>\n</tr>\n<tr>\n<td>I have a hobby or side project that has a website built with WordPress.</td>\n<td>6,112</td>\n<td>23%</td>\n<td>1,973</td>\n<td>23%</td>\n<td>2,200</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>I write (or otherwise work) for an online publication that uses WordPress.</td>\n<td>2,329</td>\n<td>9%</td>\n<td>806</td>\n<td>9%</td>\n<td>821</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>872</td>\n<td>3%</td>\n<td>234</td>\n<td>3%</td>\n<td>288</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>Who installed your WordPress website?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>15,055</td>\n<td></td>\n<td>5,020</td>\n<td></td>\n<td>5,523</td>\n<td></td>\n</tr>\n<tr>\n<td>I did.</td>\n<td>11,216</td>\n<td>66%</td>\n<td>3,659</td>\n<td>73%</td>\n<td>4,129</td>\n<td>75%</td>\n</tr>\n<tr>\n<td>My hosting provider</td>\n<td>2,236</td>\n<td>13%</td>\n<td>667</td>\n<td>13%</td>\n<td>767</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>An external company</td>\n<td>909</td>\n<td>5%</td>\n<td>182</td>\n<td>4%</td>\n<td>178</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>An internal web person/team or a colleague</td>\n<td>874</td>\n<td>5%</td>\n<td>178</td>\n<td>4%</td>\n<td>191</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>A friend or family member</td>\n<td>787</td>\n<td>5%</td>\n<td>192</td>\n<td>4%</td>\n<td>172</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>I don’t know</td>\n<td>502</td>\n<td>3%</td>\n<td>145</td>\n<td>3%</td>\n<td>87</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>345</td>\n<td>2%</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>n/a</td>\n</tr>\n</tbody>\n</table>\n<h3>How much has the site been customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>14,789</td>\n<td></td>\n<td>4,997</td>\n<td></td>\n<td>5,494</td>\n<td></td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>7,465</td>\n<td>50%</td>\n<td>2,337</td>\n<td>47%</td>\n<td>2,660</td>\n<td>48%</td>\n</tr>\n<tr>\n<td>A lot of work has been done, the site itself is unrecognizable from the original theme, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>4,715</td>\n<td>32%</td>\n<td>1,707</td>\n<td>34%</td>\n<td>1,872</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as it was when I started out.</td>\n<td>1,841</td>\n<td>12%</td>\n<td>635</td>\n<td>13%</td>\n<td>673</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything has been customized.</td>\n<td>768</td>\n<td>5%</td>\n<td>321</td>\n<td>6%</td>\n<td>290</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the best thing about WordPress?<a href=\"#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>14,328</td>\n<td></td>\n<td>4,613</td>\n<td></td>\n<td>5,076</td>\n<td></td>\n</tr>\n<tr>\n<td>Easy/simple/user-friendly</td>\n<td>7,391</td>\n<td>52%</td>\n<td>2,276</td>\n<td>49%</td>\n<td>2,511</td>\n<td>49%</td>\n</tr>\n<tr>\n<td>Customizable/extensible/modular/plugins/themes</td>\n<td>4,219</td>\n<td>29%</td>\n<td>1,569</td>\n<td>34%</td>\n<td>1,632</td>\n<td>32%</td>\n</tr>\n<tr>\n<td>Free/open/open source</td>\n<td>1,586</td>\n<td>11%</td>\n<td>493</td>\n<td>11%</td>\n<td>538</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Community/support/documentation/help</td>\n<td>1,085</td>\n<td>8%</td>\n<td>388</td>\n<td>8%</td>\n<td>458</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Popular/ubiquitous</td>\n<td>223</td>\n<td>2%</td>\n<td>74</td>\n<td>2%</td>\n<td>48</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the most frustrating thing about WordPress?<a href=\"#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>13,681</td>\n<td></td>\n<td>4,287</td>\n<td></td>\n<td>4,758</td>\n<td></td>\n</tr>\n<tr>\n<td>Plugins & themes (abandoned/conflicts/coding standards)</td>\n<td>2,531</td>\n<td>19%</td>\n<td>1,183</td>\n<td>28%</td>\n<td>1,300</td>\n<td>27%</td>\n</tr>\n<tr>\n<td>Customization/design/look/template</td>\n<td>1,273</td>\n<td>9%</td>\n<td>381</td>\n<td>9%</td>\n<td>408</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Code/coding/PHP</td>\n<td>931</td>\n<td>7%</td>\n<td>306</td>\n<td>7%</td>\n<td>277</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Updates</td>\n<td>926</td>\n<td>7%</td>\n<td>209</td>\n<td>5%</td>\n<td>296</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Security/vulnerabilites/hacks</td>\n<td>785</td>\n<td>6%</td>\n<td>255</td>\n<td>6%</td>\n<td>292</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress is as good as, or better than, its main competitors.</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>5,026</td>\n<td></td>\n<td>5,498</td>\n<td></td>\n</tr>\n<tr>\n<td>Agree</td>\n<td></td>\n<td></td>\n<td>4,038</td>\n<td>80%</td>\n<td>4,462</td>\n<td>81%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>737</td>\n<td>15%</td>\n<td>782</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>Disagree</td>\n<td></td>\n<td></td>\n<td>254</td>\n<td>5%</td>\n<td>255</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"all\">All Respondents</h2>\n<h3>Can you (truthfully!) say “I make my living from WordPress”?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups from 2015; this question was not broken out by group in 2016-2017)</td>\n<td>42,236</td>\n<td></td>\n<td>14,906</td>\n<td></td>\n<td>15,616</td>\n<td></td>\n</tr>\n<tr>\n<td>Not really, but I do get some or all of my income as a result of working with WordPress.</td>\n<td>16,607</td>\n<td>39%</td>\n<td>5,408</td>\n<td>36%</td>\n<td>5,702</td>\n<td>37%</td>\n</tr>\n<tr>\n<td>Yes.</td>\n<td>9,635</td>\n<td>23%</td>\n<td>4,791</td>\n<td>32%</td>\n<td>5,033</td>\n<td>32%</td>\n</tr>\n<tr>\n<td>No.</td>\n<td>15,995</td>\n<td>38%</td>\n<td>4,713</td>\n<td>32%</td>\n<td>4,882</td>\n<td>31%</td>\n</tr>\n</tbody>\n</table>\n<h3>Which devices do you access WordPress on?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups from 2015; this question was not broken out by group in 2016-2017)</td>\n<td>42,433</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Web</td>\n<td>40,503</td>\n<td>95%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Android phone</td>\n<td>15,396</td>\n<td>36%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>iPhone</td>\n<td>12,353</td>\n<td>29%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>iPad</td>\n<td>11,748</td>\n<td>28%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Android tablet</td>\n<td>9,223</td>\n<td>22%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Desktop app, like MarsEdit</td>\n<td>6,018</td>\n<td>14%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>1837</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (this question was not broken out by group in 2016-2017)</td>\n<td></td>\n<td></td>\n<td>14,840</td>\n<td></td>\n<td>15,597</td>\n<td></td>\n</tr>\n<tr>\n<td>Web browser on a desktop or laptop</td>\n<td></td>\n<td></td>\n<td>14,160</td>\n<td>54%</td>\n<td>15,052</td>\n<td>55%</td>\n</tr>\n<tr>\n<td>Web browser on a mobile device (tablet or phone)</td>\n<td></td>\n<td></td>\n<td>7,952</td>\n<td>30%</td>\n<td>8,248</td>\n<td>30%</td>\n</tr>\n<tr>\n<td>An app on a mobile device (table or phone)</td>\n<td></td>\n<td></td>\n<td>3,309</td>\n<td>13%</td>\n<td>3,311</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>A desktop app like MarsEdit</td>\n<td></td>\n<td></td>\n<td>517</td>\n<td>2%</td>\n<td>498</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td></td>\n<td></td>\n<td>282</td>\n<td>1%</td>\n<td>240</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress now updates minor & security releases automatically for you. Check all that apply: (question not asked in 2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups)</td>\n<td>39,726</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I love auto-updates.</td>\n<td>17,367</td>\n<td>44%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto-updates for plugins.</td>\n<td>12,796</td>\n<td>32%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Initially, I was nervous about auto updates.</td>\n<td>11,868</td>\n<td>30%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Auto updates still make me nervous.</td>\n<td>10,809</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Auto updates don’t make me nervous now.</td>\n<td>10,708</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto-updates for themes.</td>\n<td>10,449</td>\n<td>26%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto updates for major versions of WordPress.</td>\n<td>10,225</td>\n<td>26%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>This is the first I’ve heard of auto-updates.</td>\n<td>8,660</td>\n<td>22%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I hate auto-updates.</td>\n<td>3,293</td>\n<td>8%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h3>What is your gender?<a href=\"#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All respondents (This question was not asked in the 2015 survey.)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>13,953</td>\n<td></td>\n<td>14,680</td>\n<td></td>\n</tr>\n<tr>\n<td>Male</td>\n<td></td>\n<td></td>\n<td>10,978</td>\n<td>78.68%</td>\n<td>11,570</td>\n<td>78.81%</td>\n</tr>\n<tr>\n<td>Female</td>\n<td></td>\n<td></td>\n<td>2,340</td>\n<td>16.77%</td>\n<td>2,511</td>\n<td>21.70%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>601</td>\n<td>4.31%</td>\n<td>562</td>\n<td>3.83%</td>\n</tr>\n<tr>\n<td>Transgender</td>\n<td></td>\n<td></td>\n<td>11</td>\n<td>0.08%</td>\n<td>8</td>\n<td>0.05%</td>\n</tr>\n<tr>\n<td>Nonbinary</td>\n<td></td>\n<td></td>\n<td>8</td>\n<td>0.06%</td>\n<td>17</td>\n<td>0.12%</td>\n</tr>\n<tr>\n<td>Genderqueer</td>\n<td></td>\n<td></td>\n<td>4</td>\n<td>0.03%</td>\n<td>3</td>\n<td>0.02%</td>\n</tr>\n<tr>\n<td>Androgynous</td>\n<td></td>\n<td></td>\n<td>6</td>\n<td>0.04%</td>\n<td>5</td>\n<td>0.03%</td>\n</tr>\n<tr>\n<td>Fluid</td>\n<td></td>\n<td></td>\n<td>3</td>\n<td>0.02%</td>\n<td>4</td>\n<td>0.03%</td>\n</tr>\n<tr>\n<td>Demimale</td>\n<td></td>\n<td></td>\n<td>2</td>\n<td>0.01%</td>\n<td>0</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n<h3>Where are you located?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All respondents (This question was not asked in the 2015 survey.)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>14,562</td>\n<td></td>\n<td>15,343</td>\n<td></td>\n</tr>\n<tr>\n<td>United States</td>\n<td></td>\n<td></td>\n<td>3,770</td>\n<td>25.89%</td>\n<td>4,067</td>\n<td>26.51%</td>\n</tr>\n<tr>\n<td>India</td>\n<td></td>\n<td></td>\n<td>1,456</td>\n<td>10.00%</td>\n<td>1,424</td>\n<td>9.28%</td>\n</tr>\n<tr>\n<td>United Kingdom</td>\n<td></td>\n<td></td>\n<td>810</td>\n<td>5.56%</td>\n<td>900</td>\n<td>5.87%</td>\n</tr>\n<tr>\n<td>Germany</td>\n<td></td>\n<td></td>\n<td>555</td>\n<td>3.81%</td>\n<td>729</td>\n<td>4.75%</td>\n</tr>\n<tr>\n<td>Canada</td>\n<td></td>\n<td></td>\n<td>511</td>\n<td>3.51%</td>\n<td>599</td>\n<td>3.90%</td>\n</tr>\n<tr>\n<td>Australia</td>\n<td></td>\n<td></td>\n<td>389</td>\n<td>2.67%</td>\n<td>460</td>\n<td>3.00%</td>\n</tr>\n<tr>\n<td>Italy</td>\n<td></td>\n<td></td>\n<td>298</td>\n<td>2.05%</td>\n<td>356</td>\n<td>2.32%</td>\n</tr>\n<tr>\n<td>Netherlands</td>\n<td></td>\n<td></td>\n<td>343</td>\n<td>2.36%</td>\n<td>350</td>\n<td>2.28%</td>\n</tr>\n<tr>\n<td>France</td>\n<td></td>\n<td></td>\n<td>232</td>\n<td>1.59%</td>\n<td>283</td>\n<td>1.84%</td>\n</tr>\n<tr>\n<td>Bangladesh</td>\n<td></td>\n<td></td>\n<td>257</td>\n<td>1.76%</td>\n<td>263</td>\n<td>1.71%</td>\n</tr>\n<tr>\n<td>Spain</td>\n<td></td>\n<td></td>\n<td>271</td>\n<td>1.86%</td>\n<td>252</td>\n<td>1.64%</td>\n</tr>\n<tr>\n<td>Brazil</td>\n<td></td>\n<td></td>\n<td>239</td>\n<td>1.64%</td>\n<td>251</td>\n<td>1.64%</td>\n</tr>\n<tr>\n<td>Pakistan</td>\n<td></td>\n<td></td>\n<td>254</td>\n<td>1.74%</td>\n<td>240</td>\n<td>1.56%</td>\n</tr>\n<tr>\n<td>Indonesia</td>\n<td></td>\n<td></td>\n<td>230</td>\n<td>1.58%</td>\n<td>226</td>\n<td>1.47%</td>\n</tr>\n<tr>\n<td>Iran, Islamic Republic of</td>\n<td></td>\n<td></td>\n<td>190</td>\n<td>1.30%</td>\n<td>173</td>\n<td>1.13%</td>\n</tr>\n<tr>\n<td>Sweden</td>\n<td></td>\n<td></td>\n<td>144</td>\n<td>0.99%</td>\n<td>173</td>\n<td>1.13%</td>\n</tr>\n<tr>\n<td>Nigeria</td>\n<td></td>\n<td></td>\n<td>196</td>\n<td>1.35%</td>\n<td>172</td>\n<td>1.12%</td>\n</tr>\n<tr>\n<td>South Africa</td>\n<td></td>\n<td></td>\n<td>193</td>\n<td>1.33%</td>\n<td>172</td>\n<td>1.12%</td>\n</tr>\n<tr>\n<td>Russian Federation</td>\n<td></td>\n<td></td>\n<td>181</td>\n<td>1.24%</td>\n<td>151</td>\n<td>0.98%</td>\n</tr>\n<tr>\n<td>Poland</td>\n<td></td>\n<td></td>\n<td>129</td>\n<td>0.89%</td>\n<td>137</td>\n<td>0.89%</td>\n</tr>\n<tr>\n<td>Romania</td>\n<td></td>\n<td></td>\n<td>144</td>\n<td>0.99%</td>\n<td>132</td>\n<td>0.86%</td>\n</tr>\n<tr>\n<td>Switzerland</td>\n<td></td>\n<td></td>\n<td>122</td>\n<td>0.84%</td>\n<td>130</td>\n<td>0.85%</td>\n</tr>\n<tr>\n<td>Philippines</td>\n<td></td>\n<td></td>\n<td>92</td>\n<td>0.63%</td>\n<td>125</td>\n<td>0.81%</td>\n</tr>\n<tr>\n<td>China</td>\n<td></td>\n<td></td>\n<td>136</td>\n<td>0.93%</td>\n<td>123</td>\n<td>0.80%</td>\n</tr>\n<tr>\n<td>Austria</td>\n<td></td>\n<td></td>\n<td>89</td>\n<td>0.61%</td>\n<td>122</td>\n<td>0.80%</td>\n</tr>\n<tr>\n<td>Ukraine</td>\n<td></td>\n<td></td>\n<td>105</td>\n<td>0.72%</td>\n<td>118</td>\n<td>0.77%</td>\n</tr>\n<tr>\n<td>Denmark</td>\n<td></td>\n<td></td>\n<td>107</td>\n<td>0.73%</td>\n<td>114</td>\n<td>0.74%</td>\n</tr>\n<tr>\n<td>Greece</td>\n<td></td>\n<td></td>\n<td>120</td>\n<td>0.82%</td>\n<td>114</td>\n<td>0.74%</td>\n</tr>\n<tr>\n<td>Portugal</td>\n<td></td>\n<td></td>\n<td>94</td>\n<td>0.65%</td>\n<td>109</td>\n<td>0.71%</td>\n</tr>\n<tr>\n<td>Vietnam</td>\n<td></td>\n<td></td>\n<td>101</td>\n<td>0.69%</td>\n<td>108</td>\n<td>0.70%</td>\n</tr>\n<tr>\n<td>Mexico</td>\n<td></td>\n<td></td>\n<td>94</td>\n<td>0.65%</td>\n<td>105</td>\n<td>0.68%</td>\n</tr>\n<tr>\n<td>Nepal</td>\n<td></td>\n<td></td>\n<td>76</td>\n<td>0.52%</td>\n<td>97</td>\n<td>0.63%</td>\n</tr>\n<tr>\n<td>Ireland</td>\n<td></td>\n<td></td>\n<td>72</td>\n<td>0.49%</td>\n<td>94</td>\n<td>0.61%</td>\n</tr>\n<tr>\n<td>Israel</td>\n<td></td>\n<td></td>\n<td>78</td>\n<td>0.54%</td>\n<td>94</td>\n<td>0.61%</td>\n</tr>\n<tr>\n<td>New Zealand</td>\n<td></td>\n<td></td>\n<td>77</td>\n<td>0.53%</td>\n<td>91</td>\n<td>0.59%</td>\n</tr>\n<tr>\n<td>Finland</td>\n<td></td>\n<td></td>\n<td>63</td>\n<td>0.43%</td>\n<td>90</td>\n<td>0.59%</td>\n</tr>\n<tr>\n<td>Turkey</td>\n<td></td>\n<td></td>\n<td>91</td>\n<td>0.62%</td>\n<td>86</td>\n<td>0.56%</td>\n</tr>\n<tr>\n<td>Malaysia</td>\n<td></td>\n<td></td>\n<td>91</td>\n<td>0.62%</td>\n<td>81</td>\n<td>0.53%</td>\n</tr>\n<tr>\n<td>Belgium</td>\n<td></td>\n<td></td>\n<td>84</td>\n<td>0.58%</td>\n<td>79</td>\n<td>0.51%</td>\n</tr>\n<tr>\n<td>Norway</td>\n<td></td>\n<td></td>\n<td>66</td>\n<td>0.45%</td>\n<td>79</td>\n<td>0.51%</td>\n</tr>\n<tr>\n<td>Argentina</td>\n<td></td>\n<td></td>\n<td>65</td>\n<td>0.45%</td>\n<td>76</td>\n<td>0.50%</td>\n</tr>\n<tr>\n<td>Bulgaria</td>\n<td></td>\n<td></td>\n<td>74</td>\n<td>0.51%</td>\n<td>72</td>\n<td>0.47%</td>\n</tr>\n<tr>\n<td>Japan</td>\n<td></td>\n<td></td>\n<td>61</td>\n<td>0.42%</td>\n<td>68</td>\n<td>0.44%</td>\n</tr>\n<tr>\n<td>Thailand</td>\n<td></td>\n<td></td>\n<td>69</td>\n<td>0.47%</td>\n<td>67</td>\n<td>0.44%</td>\n</tr>\n<tr>\n<td>Czech Republic</td>\n<td></td>\n<td></td>\n<td>76</td>\n<td>0.52%</td>\n<td>66</td>\n<td>0.43%</td>\n</tr>\n<tr>\n<td>Serbia</td>\n<td></td>\n<td></td>\n<td>89</td>\n<td>0.61%</td>\n<td>63</td>\n<td>0.41%</td>\n</tr>\n<tr>\n<td>Kenya</td>\n<td></td>\n<td></td>\n<td>58</td>\n<td>0.40%</td>\n<td>62</td>\n<td>0.40%</td>\n</tr>\n<tr>\n<td>Colombia</td>\n<td></td>\n<td></td>\n<td>39</td>\n<td>0.27%</td>\n<td>59</td>\n<td>0.38%</td>\n</tr>\n<tr>\n<td>Egypt</td>\n<td></td>\n<td></td>\n<td>40</td>\n<td>0.27%</td>\n<td>52</td>\n<td>0.34%</td>\n</tr>\n</tbody>\n</table>\n<h3>What is your age?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (This question was not asked in 2015.)</td>\n<td></td>\n<td></td>\n<td>14,944</td>\n<td></td>\n<td>15,636</td>\n<td></td>\n</tr>\n<tr>\n<td>60 and over</td>\n<td></td>\n<td></td>\n<td>1,139</td>\n<td>8%</td>\n<td>1,641</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>50-59</td>\n<td></td>\n<td></td>\n<td>1,537</td>\n<td>10%</td>\n<td>1,996</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>40-49</td>\n<td></td>\n<td></td>\n<td>2,205</td>\n<td>15%</td>\n<td>2,643</td>\n<td>17%</td>\n</tr>\n<tr>\n<td>30-39</td>\n<td></td>\n<td></td>\n<td>3,914</td>\n<td>26%</td>\n<td>3,972</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>20-29</td>\n<td></td>\n<td></td>\n<td>5,013</td>\n<td>34%</td>\n<td>4,444</td>\n<td>28%</td>\n</tr>\n<tr>\n<td>Under 20</td>\n<td></td>\n<td></td>\n<td>1142</td>\n<td>8%</td>\n<td>941</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you to everyone who made time to fill out the survey — we’re so happy you use WordPress, and we’re very grateful that you’re willing to share your experiences with us! Thanks also to everyone who spread the word about this survey, and to those of you who read all the way to the bottom of this post. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p><small><a id=\"text\"></a>*Text Field Questions: Each survey included some questions that could be answered only by filling out a text field. In the case of the questions “What is the best thing about WordPress?” and “What is the most frustrating thing about WordPress?” we listed the five most common responses, aggregated when applicable. In the case of the question “What is your gender?” in the 2016 and 2017 surveys, we aggregated responses as best we could. Responses meant to obscure respondents’ gender entirely are aggregated in “prefer not to answer.”</small></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5310\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: November 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2017/12/the-month-in-wordpress-november-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 11:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5290\";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:354:\"The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November. WordPress 4.9 “Tipton” On November 16, WordPress 4.9 was released with new features […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4234:\"\n<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 4.9 “Tipton”</h2>\n\n\n\n<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>\n\n\n\n<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</p>\n\n\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n\n\n<h2>Apply to Speak At WordCamp Europe 2018</h2>\n\n\n\n<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>\n\n\n\n<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>\n\n\n\n<h2>Diversity Outreach Speaker Training Initiative</h2>\n\n\n\n<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>\n\n\n\n<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>\n\n\n\n<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>\n <li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>\n <li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>\n <li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>\n</ul>\n\n\n\n<p><em></em></p>\n\n\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\n\n\n<p><em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 20:33:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5215\";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:359:\"WordPress 4.9.1 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team's […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4287:\"\n<p>WordPress 4.9.1 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n\n\n<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>\n\n\n\n<ol>\n <li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n <li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n <li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n <li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n\n\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>\n\n\n\n<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>\n\n\n\n<ul>\n <li>Issues relating to the caching of theme template files.</li>\n <li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>\n <li>The inability to edit theme and plugin files on Windows based servers.</li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you'd like to learn more</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.9 “Tipton”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2017/11/tipton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Nov 2017 01:16:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4968\";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:227:\"Announcing version 4.9 of WordPress, named “Tipton” in honor of jazz pianist and band leader Billy Tipton. New features in 4.9 will smooth your design workflow and keep you safe from coding errors. Download or update today!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:42220:\"<h2 style=\"text-align: center\">Major Customizer Improvements, Code Error Checking, and More! ?</h2>\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&ssl=1\" alt=\"\" /></figure>\r\n\r\n\r\n\r\n<p>Version 4.9 of WordPress, named “Tipton” in honor of jazz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>\r\n\r\n\r\n\r\n<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Customizer Workflow Improved </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>Draft and Schedule Site Design Customizations</h3>\r\n\r\n\r\n\r\n<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>\r\n\r\n\r\n\r\n<h3>Collaborate with Design Preview Links</h3>\r\n\r\n\r\n\r\n<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>\r\n\r\n\r\n\r\n<h3>Design Locking Guards Your Changes</h3>\r\n\r\n\r\n\r\n<p>Ever encounter a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>\r\n\r\n\r\n\r\n<h3>A Prompt to Protect Your Work</h3>\r\n\r\n\r\n\r\n<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Coding Enhancements</h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>Syntax Highlighting and Error Checking? Yes, Please!</h3>\r\n\r\n\r\n\r\n<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out & fix code errors quickly.</p>\r\n\r\n\r\n\r\n<h3>Sandbox for Safety</h3>\r\n\r\n\r\n\r\n<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>\r\n\r\n\r\n\r\n<h3>Warning: Potential Danger Ahead!</h3>\r\n\r\n\r\n\r\n<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’ll thank you. Your team and customers will thank you.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Even More Widget Updates </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>The New Gallery Widget</h3>\r\n\r\n\r\n\r\n<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>\r\n\r\n\r\n\r\n<h3>Press a Button, Add Media</h3>\r\n\r\n\r\n\r\n<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Site Building Improvements </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>More Reliable Theme Switching</h3>\r\n\r\n\r\n\r\n<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. </p>\r\n\r\n\r\n\r\n<h3>Find and Preview the Perfect Theme</h3>\r\n\r\n\r\n\r\n<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s more, you can speed your search with filters for subject, features, and layout.</p>\r\n\r\n\r\n\r\n<h3>Better Menu Instructions = Less Confusion</h3>\r\n\r\n\r\n\r\n<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Lend a Hand with Gutenberg ?</h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<p>WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href=\"https://wordpress.org/plugins/gutenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>\r\n\r\n\r\n\r\n<p>(PS: this post was written in Gutenberg!)</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Developer Happiness ?</h2>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>\r\n\r\n\r\n\r\n<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>\r\n\r\n\r\n\r\n<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>\r\n\r\n\r\n\r\n<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.</p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>\r\n\r\n\r\n\r\n<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2>The Squad</h2>\r\n\r\n\r\n\r\n<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first time. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>\r\n\r\n\r\n\r\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Frankie</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt PeepSo</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/zuige\">Viljami Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\r\n\r\n\r\n\r\n<p>Finally, thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>\r\n\r\n\r\n\r\n<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We've compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</p>\r\n\r\n\r\n\r\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\r\n\r\n\r\n\r\n<p>Thanks for choosing WordPress!</p>\r\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4968\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.9 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Nov 2017 06:53: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5184\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"The third release candidate for WordPress 4.9 is now available. A release candidate (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. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4169:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (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. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that’s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer’s Additional CSS editor.</li>\n<li>Adding nav menu items for Custom Links in the Customizer.</li>\n<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Didn’t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5184\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 05:33: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5047\";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:342:\"The second release candidate for WordPress 4.9 is now available. A release candidate (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.9 on Tuesday, November 14 (just over one week from now), but we need your help […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3424:\"<p>The second release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (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.9 on <strong>Tuesday, November 14</strong> (just over <em>one week</em> from now), but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42124&stop_rev=42049&limit=100&sfp_email=&sfph_mail=\">just over 20 changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a> blog posts. Specific areas to test in RC2:</p>\n<ul>\n<li>Theme installation in the Customizer.</li>\n<li>Scheduling changes for publishing in the Customizer.</li>\n<li>Switching themes with live preview in the Customizer.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>:</p>\n<p><em>We squashed all the bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>But uh, if not, let us know</em><br />\n<em>Also, test your stuff</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5047\";s: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:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: October 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2017/11/the-month-in-wordpress-october-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Nov 2017 12:02:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5044\";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:333:\"While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October. Take the 2017 Annual WordPress User Survey The annual WordPress User Survey is a great opportunity for you to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6180:\"\n<p>While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Take the 2017 Annual WordPress User Survey</h2>\n\n\n\n<p>The annual WordPress User Survey is a great opportunity for you to provide your feedback about how you use WordPress. This year is no exception, as <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">the 2017 WordPress User Survey</a> is out now.</p>\n\n\n\n<p>The information collected in the survey is used to make informed decisions about improvements across the WordPress project, so your answers are incredibly valuable and help shape the future of the platform.</p>\n\n\n\n<h2>WordPress 4.8.3 Security Release</h2>\n\n\n\n<p>At the end of October, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\">WordPress 4.8.3 was released</a> containing an important security fix for all previous versions of WordPress. If your WordPress installation has not updated automatically, please update it now to protect your site.</p>\n\n\n\n<p>This security issue was brought to light by a community member, so if you ever discover a security vulnerability in WordPress core, please do the same and <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">disclose it responsibly</a>.</p>\n\n\n\n<h2>WordPress 4.9 Nearly Ready for Release</h2>\n\n\n\n<p>WordPress 4.9 was in rapid development this month. We released four beta versions and published a <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">release candidate</a>. The target for shipping WordPress 4.9 is November 14 — just two short weeks away. With many new features, this is a hugely exciting release that improves WordPress’ user experience considerably. Notably, you’ll see <a href=\"https://make.wordpress.org/core/2017/10/24/a-new-themes-experience-in-the-customizer/\">improvements to the theme selection experience</a>, plenty of <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\">widget enhancements</a>, drastically improved <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">code editing</a>, and much better <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">user role management</a>.</p>\n\n\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n\n\n<h2>WordPress Charity Hackathons are Growing</h2>\n\n\n\n<p>For the last few years, the number of <a href=\"https://doaction.org/\">do_action series of WordPress charity hackathons</a> has grown around the world. What started as a community event to assist local nonprofit organizations, has become something many WordPress communities are replicating in an increasing number of cities.</p>\n\n\n\n<p>As of this month, do_action events have been hosted in Cape Town and Johannesburg, South Africa, Beirut, Lebanon, Austin, Texas, and Montréal, Canada. In addition, events are now scheduled for <a href=\"https://doaction.org/event/bristol-2018/\">Bristol, England</a> and <a href=\"https://doaction.org/event/zurich-2018/\">Zurich, Switzerland</a> in 2018.</p>\n\n\n\n<p>To get involved in organizing a do_action event locally, read <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">the do_action organizer’s handbook</a> and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Advances</h2>\n\n\n\n<p>While work steadily continues on Gutenberg — the new editor for WordPress core — one update from this month addresses one of the primary concerns that some people shared about the project.</p>\n\n\n\n<p>Up until <a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\">the release on October 24</a>, Gutenberg did not support the meta boxes that so many WordPress content creators rely on. The new editor now has initial support for meta boxes as well as a host of other critical features for content creation in WordPress.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">Test out Gutenberg</a> right now and help develop it by joining the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li>DonateWC, a new initiative that assists people in attending WordCamps, <a href=\"https://donatewc.org/wordcamp-stories/wordcamp-cape-town-experience/\">sponsored Trust Nhokovedzo from Harare, Zimbabwe</a> to speak at WordCamp Cape Town, South Africa this month.</li>\n <li><a href=\"https://woocommerce.com/2017/10/saying-goodbye-to-canvas/\">The popular Canvas theme was retired</a> this month to allow WooCommerce to focus on moving their products forward more effectively.</li>\n <li>The next installment of Camp Press, the WordPress community retreat event, will take place <a href=\"https://camp.press/event/iceland2018/\">in Iceland</a>.</li>\n <li>If you run a WordPress meetup group, but are struggling to find content for your events, the WordPress Marketing team <a href=\"https://make.wordpress.org/community/2017/10/04/supporting-for-meetups-with-low-content/\">has put together some ideas</a> to help.</li>\n <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is just around the corner — there’s still time to grab your tickets.</li>\n</ul>\n\n\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5044\";s: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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.8.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 14:20:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5035\";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:378:\"WordPress 4.8.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.8.2 and earlier are affected by an issue where $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1337:\"<p>WordPress 4.8.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.8.2 and earlier are affected by an issue where <code>$wpdb->prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://twitter.com/ircmaxell\">Anthony Ferrara</a>.</p>\n<p>This release includes a change in behaviour for the <code>esc_sql()</code> function. Most developers will not be affected by this change, you can read more details in the <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">developer note</a>.</p>\n<p>Thank you to the reporter of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.3.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5035\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.9 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Oct 2017 04:42: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4963\";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:329:\"The release candidate for WordPress 4.9 is now available. 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.9 on Tuesday, November 14, but we need your help to get there. If you haven’t tested 4.9 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3275:\"<p>The release candidate for WordPress 4.9 is now available.</p>\n<p>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.9 on <strong>Tuesday, November 14</strong>, but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42049&stop_rev=42022&limit=100&sfp_email=&sfph_mail=\">almost 30 changes</a> since releasing Beta 4 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. In the meantime, you can review the <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes for 4.9</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/pento/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pento</a>:</p>\n<p><em>this is halloween <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>scary, spooky, candy day <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f47b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>rc1 is sweet <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f36c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4963\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2017 WordPress Survey and WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2017/10/2017-wordpress-survey-and-wordcamp-us/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 20:59: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5004\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:332:\"It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS). It only takes a few minutes to fill out the survey, which will provide an overview of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1083:\"\n<p>It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS).</p>\n\n\n\n<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n\n\n\n<figure class=\"wp-block-image alignright\" style=\"width:357px\"><a href=\"https://2017.us.wordcamp.org/tickets/\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/10/header.jpg?resize=357%2C148&ssl=1\" data-recalc-dims=\"1\" /></a>\n <figcaption>WordCamp US in Nashville</figcaption>\n</figure>\n\n\n\n<p>The <a href=\"https://wordpress.tv/tag/state-of-the-word/\">State of the Word</a> includes stats and an overview of what's new in WordPress and is given every year at WCUS. Don't forget that tickets are available <a href=\"https://2017.us.wordcamp.org\">now</a> so you can join the excitement in Nashville this year!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5004\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 26 Dec 2017 04:09:20 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 22 Dec 2017 22:00:09 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(16200,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1514304560','no'),(16201,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1514261360','no'),(16202,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1514304560','no'),(16203,'_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:29:\"Matt: NORAD’s Santa Tracker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/12/norads-santa-tracker/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/12/norads-santa-tracker/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:432:\"<p>Politico has <a href=\"https://www.politico.com/amp/story/2017/12/24/norads-crazy-santa-cause-260254\">a lovely story on the history and present of the NORAD Santa Tracker</a>, which started because a 1955 Sears department store ad had “a digit wrong — and was instead the direct line into the secret military nerve center in Colorado Springs, Colo., where the Pentagon was on the lookout to prevent nuclear war.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Dec 2017 14:25:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:50:\"Dev Blog: WordPress User Survey Data for 2015-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5310\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2017/12/wordpress-user-survey-data-for-2015-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61756:\"<p>For many years, we’ve invited folks to tell us how they use WordPress by filling out an annual survey. In the past, interesting results from this survey have been shared in the annual <a href=\"https://ma.tt/2017/12/state-of-the-word-2017/\">State of the Word</a> address. This year, for the first time, the results of the 2017 survey are being published on WordPress News, along with the results of the 2015 and 2016 survey.</p>\n<p>So that information from the survey doesn’t reveal anything that respondents might consider private, we do not publish a full export of the raw data. We’d love to make this information as accessible as possible, though, so if you have a suggestion for an OS project or tool we can put the data into that allows people to play with it that still protects individual response privacy, please leave a comment on this post!</p>\n<h4>Major Groups</h4>\n<p>This survey features multiple groups, dividing respondents at the first question:</p>\n<blockquote><p>Which of the following best describes how you use WordPress? (<em>Mandatory</em>)</p></blockquote>\n<p>Those who selected “I’m a designer or developer, or I work for a company that designs/develops websites; I use WordPress to build websites and/or blogs for others. (This might include theme development, writing plugins, or other custom work.)” were served questions from what we’ll call the “WordPress Professionals” group.</p>\n<p>This “WordPress Professionals” group is further divided into WordPress Company and WordPress Freelancer/Hobbyist groups, based on how the respondent answered the question, “Which of the following best describes your involvement with WordPress? (2015) / Do you work for a company, or on your own? (2016-17).”</p>\n<p>Those who selected “I own, run, or contribute to a blog or website that is built with WordPress.” were served questions in what we’re calling the “WordPress Users” group.</p>\n<p>The relevant survey group is noted in each table below. In the case of questions that were served to different groups in 2015 but then served to all respondents in 2016 and 2017, the group responses from 2015 have been consolidated into one set of data for easier comparison between years.</p>\n<h4>Survey results</h4>\n<p><a href=\"https://wordpress.org/news/feed/#pro\">Jump to answers from WordPress Professionals</a></p>\n<p><a href=\"https://wordpress.org/news/feed/#user\">Jump to answers from WordPress Users</a></p>\n<p><a href=\"https://wordpress.org/news/feed/#all\">Jump to answers from All Respondents</a></p>\n<p><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></p>\n<h3>Which of the following best describes how you use WordPress? (Mandatory)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td>Number of responses (since this question was mandatory, the number of responses here is the total number for the survey)</td>\n<td>45,995</td>\n<td></td>\n<td>15,585</td>\n<td></td>\n<td>16,029</td>\n<td></td>\n</tr>\n<tr>\n<td>I’m a designer or developer, or I work for a company that designs/develops websites; I use WordPress to build websites and/or blogs for others. (This might include theme development, writing plugins, other custom work.)</td>\n<td>26,662</td>\n<td>58%</td>\n<td>8,838</td>\n<td>57%</td>\n<td>9,099</td>\n<td>57%</td>\n</tr>\n<tr>\n<td>I own, run, or contribute to a blog or website that is built with WordPress.</td>\n<td>16,130</td>\n<td>35%</td>\n<td>5,293</td>\n<td>34%</td>\n<td>5,625</td>\n<td>35%</td>\n</tr>\n<tr>\n<td>Neither of the above.</td>\n<td>3,204</td>\n<td>7%</td>\n<td>1,460</td>\n<td>9%</td>\n<td>1,306</td>\n<td>8%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"pro\">WordPress Professionals</h2>\n<h3><strong>Which of the following best describes your involvement with WordPress? (Mandatory, 2015) / Do you work for a company, or on your own? (Mandatory, 2016-17)</strong></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>26,699</td>\n<td></td>\n<td>8,838</td>\n<td></td>\n<td>9,101</td>\n<td></td>\n</tr>\n<tr>\n<td>My primary job is working for a company or organization that uses WordPress.</td>\n<td>9,505</td>\n<td>36%</td>\n<td>3,529</td>\n<td>40%</td>\n<td>3,660</td>\n<td>40%</td>\n</tr>\n<tr>\n<td>My primary job is as a self-employed designer or developer that uses WordPress.</td>\n<td>9,310</td>\n<td>35%</td>\n<td>3,188</td>\n<td>36%</td>\n<td>3,440</td>\n<td>38%</td>\n</tr>\n<tr>\n<td>I earn money from part-time or occasional freelance work involving WordPress.</td>\n<td>5,954</td>\n<td>22%</td>\n<td>1,633</td>\n<td>18%</td>\n<td>1,590</td>\n<td>17%</td>\n</tr>\n<tr>\n<td>Work that I do involving WordPress is just a hobby, I don’t make money from it.</td>\n<td>1,930</td>\n<td>7%</td>\n<td>491</td>\n<td>6%</td>\n<td>411</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>How does your company or organization work with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,342</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for other people, companies, or organizations.</td>\n<td>7,772</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Develop or customize themes.</td>\n<td>5,404</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for my own use.</td>\n<td>4,733</td>\n<td>16%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Host websites for customers.</td>\n<td>4,397</td>\n<td>15%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Develop or distribute plugins.</td>\n<td>3,181</td>\n<td>11%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Provide educational resources to help others to use WordPress.</td>\n<td>1,349</td>\n<td>5%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Sponsor and/or attend WordCamps.</td>\n<td>1,127</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Contribute bug reports and/or patches to WordPress core.</td>\n<td>914</td>\n<td>3%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>182</td>\n<td> 1%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>3,457</td>\n<td></td>\n<td>3,598</td>\n<td></td>\n</tr>\n<tr>\n<td>We make websites for others.</td>\n<td></td>\n<td></td>\n<td>2,695</td>\n<td>24%</td>\n<td>2,722</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>We make websites for ourselves.</td>\n<td></td>\n<td></td>\n<td>2,355</td>\n<td>21%</td>\n<td>2,470</td>\n<td>21%</td>\n</tr>\n<tr>\n<td>We develop or customize themes.</td>\n<td></td>\n<td></td>\n<td>1,866</td>\n<td>16%</td>\n<td>1,910</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>We host websites for others.</td>\n<td></td>\n<td></td>\n<td>1,564</td>\n<td>14%</td>\n<td>1,595</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>We develop or distribute plugins.</td>\n<td></td>\n<td></td>\n<td>1,283</td>\n<td>11%</td>\n<td>1,342</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>We provide educational resources to help others to use WordPress.</td>\n<td></td>\n<td></td>\n<td>581</td>\n<td>5%</td>\n<td>631</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>We sponsor and/or attend WordCamps.</td>\n<td></td>\n<td></td>\n<td>561</td>\n<td>5%</td>\n<td>579</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>We contribute bug reports and/or patches to WordPress core.</td>\n<td></td>\n<td></td>\n<td>444</td>\n<td>4%</td>\n<td>468</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td></td>\n<td></td>\n<td>98</td>\n<td>1%</td>\n<td>96</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<p><strong>How would you describe the business of your typical client(s)? (2015) / How would you describe the business of your typical client/customer? (2016, 2017)</strong></p>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,154</td>\n<td></td>\n<td>3,317</td>\n<td></td>\n<td>3,498</td>\n<td></td>\n</tr>\n<tr>\n<td>Small business</td>\n<td>6,893</td>\n<td>32%</td>\n<td>2,398</td>\n<td>31%</td>\n<td>2,510</td>\n<td>31%</td>\n</tr>\n<tr>\n<td>Large business or Enterprise</td>\n<td>3,635</td>\n<td>17%</td>\n<td>1,361</td>\n<td>18%</td>\n<td>1,447</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>Non-profit</td>\n<td>2,644</td>\n<td>12%</td>\n<td>934</td>\n<td>12%</td>\n<td>992</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Individual</td>\n<td>2,600</td>\n<td>12%</td>\n<td>888</td>\n<td>12%</td>\n<td>1,022</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Education</td>\n<td>2,344</td>\n<td>11%</td>\n<td>854</td>\n<td>11%</td>\n<td>966</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Website development (sub-contracting)</td>\n<td>2,065</td>\n<td>10%</td>\n<td>637</td>\n<td>8%</td>\n<td>677</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>Government</td>\n<td>1,410</td>\n<td>6%</td>\n<td>524</td>\n<td>7%</td>\n<td>552</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>127</td>\n<td>1%</td>\n<td>66</td>\n<td>1%</td>\n<td>64</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<p><strong>How does your company or organization use WordPress when developing websites? (2015) / When making websites, how does your company or organization use WordPress? (2016, 2017)</strong></p>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,078</td>\n<td></td>\n<td>3,369</td>\n<td></td>\n<td>3,552</td>\n<td></td>\n</tr>\n<tr>\n<td>Mostly as a content management system (CMS)</td>\n<td>6,361</td>\n<td>70%</td>\n<td>2,482</td>\n<td>74%</td>\n<td>2,640</td>\n<td>74%</td>\n</tr>\n<tr>\n<td>About half the time as a blogging platform and half the time as a CMS</td>\n<td>1,222</td>\n<td>13%</td>\n<td>370</td>\n<td>11%</td>\n<td>383</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Mostly as a blogging platform</td>\n<td>721</td>\n<td>8%</td>\n<td>137</td>\n<td>4%</td>\n<td>129</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Mostly as an application framework</td>\n<td>629</td>\n<td>7%</td>\n<td>303</td>\n<td>9%</td>\n<td>303</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>145</td>\n<td>2%</td>\n<td>78</td>\n<td>2%</td>\n<td>97</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>How much is your average WordPress site customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,054</td>\n<td></td>\n<td>3,302</td>\n<td></td>\n<td>3,473</td>\n<td></td>\n</tr>\n<tr>\n<td>A lot of work has been done, the front end is unrecognizable, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>5,651</td>\n<td>62%</td>\n<td>2,025</td>\n<td>61%</td>\n<td>2,105</td>\n<td>61%</td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>2,230</td>\n<td>25%</td>\n<td>799</td>\n<td>24%</td>\n<td>905</td>\n<td>26%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as the original download.</td>\n<td>756</td>\n<td>8%</td>\n<td>302</td>\n<td>9%</td>\n<td>298</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything (including the admin) has been customized.</td>\n<td>417</td>\n<td>5%</td>\n<td>177</td>\n<td>5%</td>\n<td>165</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly how many currently active WordPress sites has your company or organization built?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>8,801</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>200 +</td>\n<td>1,074</td>\n<td>12%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>51 – 200</td>\n<td>1,721</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>21 – 50</td>\n<td>1,718</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>11 – 20</td>\n<td>1,284</td>\n<td>15%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6 – 10</td>\n<td>1,109</td>\n<td>13%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>2 – 5</td>\n<td>1,418</td>\n<td>16%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1</td>\n<td>390</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>0</td>\n<td>87</td>\n<td>1%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>3,358</td>\n<td></td>\n<td>3,540</td>\n<td></td>\n</tr>\n<tr>\n<td>Thousands.</td>\n<td></td>\n<td></td>\n<td>291</td>\n<td>9%</td>\n<td>331</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Hundreds.</td>\n<td></td>\n<td></td>\n<td>770</td>\n<td>23%</td>\n<td>894</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>Fewer than a hundred.</td>\n<td></td>\n<td></td>\n<td>1,144</td>\n<td>34%</td>\n<td>1,177</td>\n<td>33%</td>\n</tr>\n<tr>\n<td>Just a few, but they are really great.</td>\n<td></td>\n<td></td>\n<td>926</td>\n<td>28%</td>\n<td>896</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>Prefer not to answer.</td>\n<td></td>\n<td></td>\n<td>228</td>\n<td>7%</td>\n<td>242</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many person-hours (of your company’s work) does the typical site take to complete?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,091</td>\n<td></td>\n<td>3,353</td>\n<td></td>\n<td>3,522</td>\n<td></td>\n</tr>\n<tr>\n<td>More than 200</td>\n<td>939</td>\n<td>10%</td>\n<td>309</td>\n<td>9%</td>\n<td>325</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>100 – 200</td>\n<td>1080</td>\n<td>12%</td>\n<td>329</td>\n<td>10%</td>\n<td>367</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>60 – 100</td>\n<td>1541</td>\n<td>17%</td>\n<td>527</td>\n<td>16%</td>\n<td>513</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>40 – 60</td>\n<td>1854</td>\n<td>20%</td>\n<td>583</td>\n<td>17%</td>\n<td>620</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>20 – 40</td>\n<td>2066</td>\n<td>23%</td>\n<td>691</td>\n<td>21%</td>\n<td>685</td>\n<td>19%</td>\n</tr>\n<tr>\n<td>Fewer than 20</td>\n<td>1611</td>\n<td>18%</td>\n<td>479</td>\n<td>14%</td>\n<td>519</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>Prefer not to answer (2016, 2017)</td>\n<td></td>\n<td></td>\n<td>436</td>\n<td>13%</td>\n<td>493</td>\n<td>14%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly what percentage of your company or organization’s output is based around WordPress (as opposed to other platforms or software)?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>8,950</td>\n<td></td>\n<td>3,345</td>\n<td></td>\n<td>3,503</td>\n<td></td>\n</tr>\n<tr>\n<td>100 %</td>\n<td>1,089</td>\n<td>12%</td>\n<td>438</td>\n<td>13%</td>\n<td>480</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>90 %</td>\n<td>1,043</td>\n<td>12%</td>\n<td>417</td>\n<td>12%</td>\n<td>459</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>80 %</td>\n<td>955</td>\n<td>11%</td>\n<td>367</td>\n<td>11%</td>\n<td>424</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>70 %</td>\n<td>831</td>\n<td>9%</td>\n<td>305</td>\n<td>9%</td>\n<td>344</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>60 %</td>\n<td>534</td>\n<td>6%</td>\n<td>246</td>\n<td>7%</td>\n<td>226</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>50 %</td>\n<td>973</td>\n<td>11%</td>\n<td>335</td>\n<td>10%</td>\n<td>338</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>40 %</td>\n<td>613</td>\n<td>7%</td>\n<td>245</td>\n<td>7%</td>\n<td>202</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>30 %</td>\n<td>877</td>\n<td>10%</td>\n<td>335</td>\n<td>10%</td>\n<td>310</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>20 %</td>\n<td>806</td>\n<td>9%</td>\n<td>242</td>\n<td>7%</td>\n<td>280</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>10 %</td>\n<td>1,039</td>\n<td>12%</td>\n<td>344</td>\n<td>10%</td>\n<td>348</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>0 %</td>\n<td>190</td>\n<td>2%</td>\n<td>72</td>\n<td>2%</td>\n<td>92</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>In which of the following ways do you work with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>17,009</td>\n<td></td>\n<td>5,221</td>\n<td></td>\n<td>5,425</td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for other people, companies, or organizations</td>\n<td>15,342</td>\n<td>34%</td>\n<td>4,795</td>\n<td>34%</td>\n<td>5,064</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Develop or customize themes</td>\n<td>10,549</td>\n<td>24%</td>\n<td>2,997</td>\n<td>21%</td>\n<td>3,021</td>\n<td>20%</td>\n</tr>\n<tr>\n<td>Host websites for customers</td>\n<td>8,142</td>\n<td>18%</td>\n<td>2,466</td>\n<td>17%</td>\n<td>2,728</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>Develop or distribute plugins</td>\n<td>4,125</td>\n<td>9%</td>\n<td>1,395</td>\n<td>10%</td>\n<td>1,416</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Provide educational resources to help others to use WordPress</td>\n<td>3,276</td>\n<td>7%</td>\n<td>1,187</td>\n<td>8%</td>\n<td>1,308</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Sponsor and/or attend WordCamps</td>\n<td>1,559</td>\n<td>4%</td>\n<td>648</td>\n<td>5%</td>\n<td>724</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>Contribute bug reports and/or patches to WordPress core</td>\n<td>1,107</td>\n<td>2%</td>\n<td>381</td>\n<td>3%</td>\n<td>393</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>389</td>\n<td>1%</td>\n<td>243</td>\n<td>2%</td>\n<td>299</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3>How would you describe the business of your typical client(s)?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,863</td>\n<td></td>\n<td>5,151</td>\n<td></td>\n<td>5,353</td>\n<td></td>\n</tr>\n<tr>\n<td>Small business</td>\n<td>14,185</td>\n<td>35%</td>\n<td>4,342</td>\n<td>35%</td>\n<td>4,622</td>\n<td>36%</td>\n</tr>\n<tr>\n<td>Individual</td>\n<td>8,513</td>\n<td>21%</td>\n<td>2,581</td>\n<td>21%</td>\n<td>2,583</td>\n<td>20%</td>\n</tr>\n<tr>\n<td>Non-profit</td>\n<td>6,585</td>\n<td>16%</td>\n<td>2,004</td>\n<td>16%</td>\n<td>2,113</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>Website development (sub-contracting)</td>\n<td>4,301</td>\n<td>11%</td>\n<td>1,258</td>\n<td>10%</td>\n<td>1,216</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Education</td>\n<td>3,458</td>\n<td>8%</td>\n<td>1,049</td>\n<td>8%</td>\n<td>1,139</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Large business or Enterprise</td>\n<td>2,391</td>\n<td>6%</td>\n<td>805</td>\n<td>6%</td>\n<td>857</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Government</td>\n<td>1,150</td>\n<td>3%</td>\n<td>300</td>\n<td>2%</td>\n<td>329</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>173</td>\n<td>0%</td>\n<td>101</td>\n<td>1%</td>\n<td>99</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>How do you use WordPress in your development?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,768</td>\n<td></td>\n<td>5,145</td>\n<td></td>\n<td>5,372</td>\n<td></td>\n</tr>\n<tr>\n<td>Mostly as a content management system (CMS)</td>\n<td>11,754</td>\n<td>70%</td>\n<td>3,641</td>\n<td>71%</td>\n<td>3,959</td>\n<td>74%</td>\n</tr>\n<tr>\n<td>About half the time as a blogging platform and half the time as a CMS</td>\n<td>2,825</td>\n<td>17%</td>\n<td>812</td>\n<td>16%</td>\n<td>721</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>Mostly as an application framework</td>\n<td>1,012</td>\n<td>6%</td>\n<td>343</td>\n<td>7%</td>\n<td>344</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Mostly as a blogging platform</td>\n<td>992</td>\n<td>6%</td>\n<td>246</td>\n<td>5%</td>\n<td>226</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>185</td>\n<td>1%</td>\n<td>105</td>\n<td>2%</td>\n<td>122</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3>How much is your average WordPress site customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,699</td>\n<td></td>\n<td>5,131</td>\n<td></td>\n<td>5,317</td>\n<td></td>\n</tr>\n<tr>\n<td>A lot of work has been done, the front end is unrecognizable, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>9,457</td>\n<td>57%</td>\n<td>2,837</td>\n<td>55%</td>\n<td>2,998</td>\n<td>56%</td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>5,526</td>\n<td>33%</td>\n<td>1,694</td>\n<td>33%</td>\n<td>1,781</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as the original download.</td>\n<td>977</td>\n<td>6%</td>\n<td>341</td>\n<td>7%</td>\n<td>310</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything (including the admin) has been customized.</td>\n<td>739</td>\n<td>4%</td>\n<td>261</td>\n<td>5%</td>\n<td>228</td>\n<td>4%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many currently active WordPress sites have you built? (2015) / Roughly how many currently active WordPress sites have you built? (2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,690</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>200 +</td>\n<td>514</td>\n<td>3%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>51 – 200</td>\n<td>1,728</td>\n<td>10%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>21 – 50</td>\n<td>3,000</td>\n<td>18%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>11 – 20</td>\n<td>3,146</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6 – 10</td>\n<td>3,405</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>2 – 5</td>\n<td>3,838</td>\n<td>23%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1</td>\n<td>698</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>0</td>\n<td>361</td>\n<td>2%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>5,165</td>\n<td></td>\n<td>5367</td>\n<td></td>\n</tr>\n<tr>\n<td>Thousands.</td>\n<td></td>\n<td></td>\n<td>110</td>\n<td>2%</td>\n<td>104</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Hundreds.</td>\n<td></td>\n<td></td>\n<td>603</td>\n<td>12%</td>\n<td>713</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>Fewer than a hundred.</td>\n<td></td>\n<td></td>\n<td>2,264</td>\n<td>44%</td>\n<td>2,457</td>\n<td>46%</td>\n</tr>\n<tr>\n<td>Just a few, but they are really great.</td>\n<td></td>\n<td></td>\n<td>1,871</td>\n<td>36%</td>\n<td>1,813</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Prefer not to answer.</td>\n<td></td>\n<td></td>\n<td>319</td>\n<td>6%</td>\n<td>280</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly what percentage of your working time is spent working with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,658</td>\n<td></td>\n<td>5,039</td>\n<td></td>\n<td>5,241</td>\n<td></td>\n</tr>\n<tr>\n<td>100 %</td>\n<td>949</td>\n<td>6%</td>\n<td>459</td>\n<td>9%</td>\n<td>461</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>90 %</td>\n<td>1,300</td>\n<td>8%</td>\n<td>527</td>\n<td>10%</td>\n<td>540</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>80 %</td>\n<td>1,784</td>\n<td>11%</td>\n<td>637</td>\n<td>13%</td>\n<td>711</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>70 %</td>\n<td>1,850</td>\n<td>11%</td>\n<td>608</td>\n<td>12%</td>\n<td>627</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>60 %</td>\n<td>1,313</td>\n<td>8%</td>\n<td>438</td>\n<td>9%</td>\n<td>465</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>50 %</td>\n<td>2,095</td>\n<td>13%</td>\n<td>612</td>\n<td>12%</td>\n<td>639</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>40 %</td>\n<td>1,438</td>\n<td>9%</td>\n<td>391</td>\n<td>8%</td>\n<td>384</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>30 %</td>\n<td>2,076</td>\n<td>12%</td>\n<td>530</td>\n<td>11%</td>\n<td>511</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>20 %</td>\n<td>1,743</td>\n<td>10%</td>\n<td>445</td>\n<td>9%</td>\n<td>429</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>10 %</td>\n<td>1,819</td>\n<td>11%</td>\n<td>342</td>\n<td>7%</td>\n<td>419</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>0 %</td>\n<td>291</td>\n<td>2%</td>\n<td>52</td>\n<td>1%</td>\n<td>55</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many hours of your work does the typical site take to complete? (2015) / How many hours of work does your typical WordPress project take to launch? (2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,670</td>\n<td></td>\n<td>5,164</td>\n<td></td>\n<td>5,378</td>\n<td></td>\n</tr>\n<tr>\n<td>More than 200</td>\n<td>503</td>\n<td>3%</td>\n<td>222</td>\n<td>4%</td>\n<td>245</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>100 – 200</td>\n<td>973</td>\n<td>6%</td>\n<td>386</td>\n<td>7%</td>\n<td>393</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>60 – 100</td>\n<td>2,277</td>\n<td>14%</td>\n<td>788</td>\n<td>15%</td>\n<td>815</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>40 – 60</td>\n<td>3,896</td>\n<td>23%</td>\n<td>1,153</td>\n<td>22%</td>\n<td>1,216</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>20 – 40</td>\n<td>6,068</td>\n<td>36%</td>\n<td>1,487</td>\n<td>29%</td>\n<td>1,582</td>\n<td>29%</td>\n</tr>\n<tr>\n<td>Fewer than 20</td>\n<td>2,953</td>\n<td>18%</td>\n<td>712</td>\n<td>14%</td>\n<td>751</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>418</td>\n<td>8%</td>\n<td>376</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>Which of the following have you done with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" /> </colgroup>\n</table>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional (Company/Freelancer/Hobbyist)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>20,687</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve written a theme from scratch.</td>\n<td>11,894</td>\n<td>25%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve written a plugin.</td>\n<td>9,719</td>\n<td>21%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve answered a question in the WordPress forum.</td>\n<td>8,805</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve attended a WordPress meetup.</td>\n<td>4,062</td>\n<td>9%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve submitted a WordPress bug report.</td>\n<td>4,062</td>\n<td>9%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve attended a WordCamp.</td>\n<td>3,571</td>\n<td>8%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve contributed to WordPress documentation.</td>\n<td>1,778</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>1,739</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve contributed a WordPress core patch.</td>\n<td>1,055</td>\n<td>2%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the best thing about WordPress?<a href=\"https://wordpress.org/news/feed/#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>22,718</td>\n<td></td>\n<td>7,891</td>\n<td></td>\n<td>8,267</td>\n<td></td>\n</tr>\n<tr>\n<td>Easy/simple/user-friendly</td>\n<td>9,450</td>\n<td>42%</td>\n<td>3,454</td>\n<td>44%</td>\n<td>3,852</td>\n<td>47%</td>\n</tr>\n<tr>\n<td>Customizable/extensible/modular/plugins/themes</td>\n<td>8,601</td>\n<td>38%</td>\n<td>3,116</td>\n<td>39%</td>\n<td>3,555</td>\n<td>43%</td>\n</tr>\n<tr>\n<td>Community/support/documentation/help</td>\n<td>3,806</td>\n<td>17%</td>\n<td>1,211</td>\n<td>15%</td>\n<td>1,340</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>Free/open/open source</td>\n<td>2,291</td>\n<td>10%</td>\n<td>802</td>\n<td>10%</td>\n<td>908</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Popular/ubiquitous</td>\n<td>249</td>\n<td>1%</td>\n<td>86</td>\n<td>1%</td>\n<td>187</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3> What’s the most frustrating thing about WordPress?<a href=\"https://wordpress.org/news/feed/#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>21,144</td>\n<td></td>\n<td>7,294</td>\n<td></td>\n<td>7,691</td>\n<td></td>\n</tr>\n<tr>\n<td>Plugins & themes (abandoned/conflicts/coding standards)</td>\n<td>6,122</td>\n<td>29%</td>\n<td>2,194</td>\n<td>30%</td>\n<td>2,187</td>\n<td>28%</td>\n</tr>\n<tr>\n<td>Security/vulnerabilities/hacks</td>\n<td>2,321</td>\n<td>11%</td>\n<td>712</td>\n<td>10%</td>\n<td>829</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Updates</td>\n<td>1,544</td>\n<td>7%</td>\n<td>422</td>\n<td>6%</td>\n<td>508</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Nothing/I don’t know/can’t think of anything</td>\n<td>1,276</td>\n<td>6%</td>\n<td>344</td>\n<td>5%</td>\n<td>476</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Speed/performance/slow/heavy</td>\n<td>1,196</td>\n<td>6%</td>\n<td>644</td>\n<td>9%</td>\n<td>516</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress is as good as, or better than, its main competitors.</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (this question was not asked in the 2015 survey)</td>\n<td></td>\n<td></td>\n<td>8,672</td>\n<td></td>\n<td>9,059</td>\n<td></td>\n</tr>\n<tr>\n<td>Agree</td>\n<td></td>\n<td></td>\n<td>7551</td>\n<td>87%</td>\n<td>7836</td>\n<td>87%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>754</td>\n<td>9%</td>\n<td>795</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Disagree</td>\n<td></td>\n<td></td>\n<td>370</td>\n<td>4%</td>\n<td>428</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"user\">WordPress Users</h2>\n<h3>Which of the following describes how you use WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>15,169</td>\n<td></td>\n<td>5,043</td>\n<td></td>\n<td>5,521</td>\n<td></td>\n</tr>\n<tr>\n<td>My personal blog (or blogs) uses WordPress.</td>\n<td>9,395</td>\n<td>36%</td>\n<td>3,117</td>\n<td>36%</td>\n<td>3,424</td>\n<td>36%</td>\n</tr>\n<tr>\n<td>My company or organization’s website is built with WordPress software.</td>\n<td>7,480</td>\n<td>29%</td>\n<td>2,519</td>\n<td>29%</td>\n<td>2,841</td>\n<td>30%</td>\n</tr>\n<tr>\n<td>I have a hobby or side project that has a website built with WordPress.</td>\n<td>6,112</td>\n<td>23%</td>\n<td>1,973</td>\n<td>23%</td>\n<td>2,200</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>I write (or otherwise work) for an online publication that uses WordPress.</td>\n<td>2,329</td>\n<td>9%</td>\n<td>806</td>\n<td>9%</td>\n<td>821</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>872</td>\n<td>3%</td>\n<td>234</td>\n<td>3%</td>\n<td>288</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>Who installed your WordPress website?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>15,055</td>\n<td></td>\n<td>5,020</td>\n<td></td>\n<td>5,523</td>\n<td></td>\n</tr>\n<tr>\n<td>I did.</td>\n<td>11,216</td>\n<td>66%</td>\n<td>3,659</td>\n<td>73%</td>\n<td>4,129</td>\n<td>75%</td>\n</tr>\n<tr>\n<td>My hosting provider</td>\n<td>2,236</td>\n<td>13%</td>\n<td>667</td>\n<td>13%</td>\n<td>767</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>An external company</td>\n<td>909</td>\n<td>5%</td>\n<td>182</td>\n<td>4%</td>\n<td>178</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>An internal web person/team or a colleague</td>\n<td>874</td>\n<td>5%</td>\n<td>178</td>\n<td>4%</td>\n<td>191</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>A friend or family member</td>\n<td>787</td>\n<td>5%</td>\n<td>192</td>\n<td>4%</td>\n<td>172</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>I don’t know</td>\n<td>502</td>\n<td>3%</td>\n<td>145</td>\n<td>3%</td>\n<td>87</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>345</td>\n<td>2%</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>n/a</td>\n</tr>\n</tbody>\n</table>\n<h3>How much has the site been customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>14,789</td>\n<td></td>\n<td>4,997</td>\n<td></td>\n<td>5,494</td>\n<td></td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>7,465</td>\n<td>50%</td>\n<td>2,337</td>\n<td>47%</td>\n<td>2,660</td>\n<td>48%</td>\n</tr>\n<tr>\n<td>A lot of work has been done, the site itself is unrecognizable from the original theme, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>4,715</td>\n<td>32%</td>\n<td>1,707</td>\n<td>34%</td>\n<td>1,872</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as it was when I started out.</td>\n<td>1,841</td>\n<td>12%</td>\n<td>635</td>\n<td>13%</td>\n<td>673</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything has been customized.</td>\n<td>768</td>\n<td>5%</td>\n<td>321</td>\n<td>6%</td>\n<td>290</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the best thing about WordPress?<a href=\"https://wordpress.org/news/feed/#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>14,328</td>\n<td></td>\n<td>4,613</td>\n<td></td>\n<td>5,076</td>\n<td></td>\n</tr>\n<tr>\n<td>Easy/simple/user-friendly</td>\n<td>7,391</td>\n<td>52%</td>\n<td>2,276</td>\n<td>49%</td>\n<td>2,511</td>\n<td>49%</td>\n</tr>\n<tr>\n<td>Customizable/extensible/modular/plugins/themes</td>\n<td>4,219</td>\n<td>29%</td>\n<td>1,569</td>\n<td>34%</td>\n<td>1,632</td>\n<td>32%</td>\n</tr>\n<tr>\n<td>Free/open/open source</td>\n<td>1,586</td>\n<td>11%</td>\n<td>493</td>\n<td>11%</td>\n<td>538</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Community/support/documentation/help</td>\n<td>1,085</td>\n<td>8%</td>\n<td>388</td>\n<td>8%</td>\n<td>458</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Popular/ubiquitous</td>\n<td>223</td>\n<td>2%</td>\n<td>74</td>\n<td>2%</td>\n<td>48</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the most frustrating thing about WordPress?<a href=\"https://wordpress.org/news/feed/#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>13,681</td>\n<td></td>\n<td>4,287</td>\n<td></td>\n<td>4,758</td>\n<td></td>\n</tr>\n<tr>\n<td>Plugins & themes (abandoned/conflicts/coding standards)</td>\n<td>2,531</td>\n<td>19%</td>\n<td>1,183</td>\n<td>28%</td>\n<td>1,300</td>\n<td>27%</td>\n</tr>\n<tr>\n<td>Customization/design/look/template</td>\n<td>1,273</td>\n<td>9%</td>\n<td>381</td>\n<td>9%</td>\n<td>408</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Code/coding/PHP</td>\n<td>931</td>\n<td>7%</td>\n<td>306</td>\n<td>7%</td>\n<td>277</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Updates</td>\n<td>926</td>\n<td>7%</td>\n<td>209</td>\n<td>5%</td>\n<td>296</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Security/vulnerabilites/hacks</td>\n<td>785</td>\n<td>6%</td>\n<td>255</td>\n<td>6%</td>\n<td>292</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress is as good as, or better than, its main competitors.</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>5,026</td>\n<td></td>\n<td>5,498</td>\n<td></td>\n</tr>\n<tr>\n<td>Agree</td>\n<td></td>\n<td></td>\n<td>4,038</td>\n<td>80%</td>\n<td>4,462</td>\n<td>81%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>737</td>\n<td>15%</td>\n<td>782</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>Disagree</td>\n<td></td>\n<td></td>\n<td>254</td>\n<td>5%</td>\n<td>255</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"all\">All Respondents</h2>\n<h3>Can you (truthfully!) say “I make my living from WordPress”?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups from 2015; this question was not broken out by group in 2016-2017)</td>\n<td>42,236</td>\n<td></td>\n<td>14,906</td>\n<td></td>\n<td>15,616</td>\n<td></td>\n</tr>\n<tr>\n<td>Not really, but I do get some or all of my income as a result of working with WordPress.</td>\n<td>16,607</td>\n<td>39%</td>\n<td>5,408</td>\n<td>36%</td>\n<td>5,702</td>\n<td>37%</td>\n</tr>\n<tr>\n<td>Yes.</td>\n<td>9,635</td>\n<td>23%</td>\n<td>4,791</td>\n<td>32%</td>\n<td>5,033</td>\n<td>32%</td>\n</tr>\n<tr>\n<td>No.</td>\n<td>15,995</td>\n<td>38%</td>\n<td>4,713</td>\n<td>32%</td>\n<td>4,882</td>\n<td>31%</td>\n</tr>\n</tbody>\n</table>\n<h3>Which devices do you access WordPress on?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups from 2015; this question was not broken out by group in 2016-2017)</td>\n<td>42,433</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Web</td>\n<td>40,503</td>\n<td>95%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Android phone</td>\n<td>15,396</td>\n<td>36%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>iPhone</td>\n<td>12,353</td>\n<td>29%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>iPad</td>\n<td>11,748</td>\n<td>28%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Android tablet</td>\n<td>9,223</td>\n<td>22%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Desktop app, like MarsEdit</td>\n<td>6,018</td>\n<td>14%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>1837</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (this question was not broken out by group in 2016-2017)</td>\n<td></td>\n<td></td>\n<td>14,840</td>\n<td></td>\n<td>15,597</td>\n<td></td>\n</tr>\n<tr>\n<td>Web browser on a desktop or laptop</td>\n<td></td>\n<td></td>\n<td>14,160</td>\n<td>54%</td>\n<td>15,052</td>\n<td>55%</td>\n</tr>\n<tr>\n<td>Web browser on a mobile device (tablet or phone)</td>\n<td></td>\n<td></td>\n<td>7,952</td>\n<td>30%</td>\n<td>8,248</td>\n<td>30%</td>\n</tr>\n<tr>\n<td>An app on a mobile device (table or phone)</td>\n<td></td>\n<td></td>\n<td>3,309</td>\n<td>13%</td>\n<td>3,311</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>A desktop app like MarsEdit</td>\n<td></td>\n<td></td>\n<td>517</td>\n<td>2%</td>\n<td>498</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td></td>\n<td></td>\n<td>282</td>\n<td>1%</td>\n<td>240</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress now updates minor & security releases automatically for you. Check all that apply: (question not asked in 2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups)</td>\n<td>39,726</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I love auto-updates.</td>\n<td>17,367</td>\n<td>44%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto-updates for plugins.</td>\n<td>12,796</td>\n<td>32%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Initially, I was nervous about auto updates.</td>\n<td>11,868</td>\n<td>30%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Auto updates still make me nervous.</td>\n<td>10,809</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Auto updates don’t make me nervous now.</td>\n<td>10,708</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto-updates for themes.</td>\n<td>10,449</td>\n<td>26%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto updates for major versions of WordPress.</td>\n<td>10,225</td>\n<td>26%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>This is the first I’ve heard of auto-updates.</td>\n<td>8,660</td>\n<td>22%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I hate auto-updates.</td>\n<td>3,293</td>\n<td>8%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h3>What is your gender?<a href=\"https://wordpress.org/news/feed/#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All respondents (This question was not asked in the 2015 survey.)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>13,953</td>\n<td></td>\n<td>14,680</td>\n<td></td>\n</tr>\n<tr>\n<td>Male</td>\n<td></td>\n<td></td>\n<td>10,978</td>\n<td>78.68%</td>\n<td>11,570</td>\n<td>78.81%</td>\n</tr>\n<tr>\n<td>Female</td>\n<td></td>\n<td></td>\n<td>2,340</td>\n<td>16.77%</td>\n<td>2,511</td>\n<td>21.70%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>601</td>\n<td>4.31%</td>\n<td>562</td>\n<td>3.83%</td>\n</tr>\n<tr>\n<td>Transgender</td>\n<td></td>\n<td></td>\n<td>11</td>\n<td>0.08%</td>\n<td>8</td>\n<td>0.05%</td>\n</tr>\n<tr>\n<td>Nonbinary</td>\n<td></td>\n<td></td>\n<td>8</td>\n<td>0.06%</td>\n<td>17</td>\n<td>0.12%</td>\n</tr>\n<tr>\n<td>Genderqueer</td>\n<td></td>\n<td></td>\n<td>4</td>\n<td>0.03%</td>\n<td>3</td>\n<td>0.02%</td>\n</tr>\n<tr>\n<td>Androgynous</td>\n<td></td>\n<td></td>\n<td>6</td>\n<td>0.04%</td>\n<td>5</td>\n<td>0.03%</td>\n</tr>\n<tr>\n<td>Fluid</td>\n<td></td>\n<td></td>\n<td>3</td>\n<td>0.02%</td>\n<td>4</td>\n<td>0.03%</td>\n</tr>\n<tr>\n<td>Demimale</td>\n<td></td>\n<td></td>\n<td>2</td>\n<td>0.01%</td>\n<td>0</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n<h3>Where are you located?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All respondents (This question was not asked in the 2015 survey.)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>14,562</td>\n<td></td>\n<td>15,343</td>\n<td></td>\n</tr>\n<tr>\n<td>United States</td>\n<td></td>\n<td></td>\n<td>3,770</td>\n<td>25.89%</td>\n<td>4,067</td>\n<td>26.51%</td>\n</tr>\n<tr>\n<td>India</td>\n<td></td>\n<td></td>\n<td>1,456</td>\n<td>10.00%</td>\n<td>1,424</td>\n<td>9.28%</td>\n</tr>\n<tr>\n<td>United Kingdom</td>\n<td></td>\n<td></td>\n<td>810</td>\n<td>5.56%</td>\n<td>900</td>\n<td>5.87%</td>\n</tr>\n<tr>\n<td>Germany</td>\n<td></td>\n<td></td>\n<td>555</td>\n<td>3.81%</td>\n<td>729</td>\n<td>4.75%</td>\n</tr>\n<tr>\n<td>Canada</td>\n<td></td>\n<td></td>\n<td>511</td>\n<td>3.51%</td>\n<td>599</td>\n<td>3.90%</td>\n</tr>\n<tr>\n<td>Australia</td>\n<td></td>\n<td></td>\n<td>389</td>\n<td>2.67%</td>\n<td>460</td>\n<td>3.00%</td>\n</tr>\n<tr>\n<td>Italy</td>\n<td></td>\n<td></td>\n<td>298</td>\n<td>2.05%</td>\n<td>356</td>\n<td>2.32%</td>\n</tr>\n<tr>\n<td>Netherlands</td>\n<td></td>\n<td></td>\n<td>343</td>\n<td>2.36%</td>\n<td>350</td>\n<td>2.28%</td>\n</tr>\n<tr>\n<td>France</td>\n<td></td>\n<td></td>\n<td>232</td>\n<td>1.59%</td>\n<td>283</td>\n<td>1.84%</td>\n</tr>\n<tr>\n<td>Bangladesh</td>\n<td></td>\n<td></td>\n<td>257</td>\n<td>1.76%</td>\n<td>263</td>\n<td>1.71%</td>\n</tr>\n<tr>\n<td>Spain</td>\n<td></td>\n<td></td>\n<td>271</td>\n<td>1.86%</td>\n<td>252</td>\n<td>1.64%</td>\n</tr>\n<tr>\n<td>Brazil</td>\n<td></td>\n<td></td>\n<td>239</td>\n<td>1.64%</td>\n<td>251</td>\n<td>1.64%</td>\n</tr>\n<tr>\n<td>Pakistan</td>\n<td></td>\n<td></td>\n<td>254</td>\n<td>1.74%</td>\n<td>240</td>\n<td>1.56%</td>\n</tr>\n<tr>\n<td>Indonesia</td>\n<td></td>\n<td></td>\n<td>230</td>\n<td>1.58%</td>\n<td>226</td>\n<td>1.47%</td>\n</tr>\n<tr>\n<td>Iran, Islamic Republic of</td>\n<td></td>\n<td></td>\n<td>190</td>\n<td>1.30%</td>\n<td>173</td>\n<td>1.13%</td>\n</tr>\n<tr>\n<td>Sweden</td>\n<td></td>\n<td></td>\n<td>144</td>\n<td>0.99%</td>\n<td>173</td>\n<td>1.13%</td>\n</tr>\n<tr>\n<td>Nigeria</td>\n<td></td>\n<td></td>\n<td>196</td>\n<td>1.35%</td>\n<td>172</td>\n<td>1.12%</td>\n</tr>\n<tr>\n<td>South Africa</td>\n<td></td>\n<td></td>\n<td>193</td>\n<td>1.33%</td>\n<td>172</td>\n<td>1.12%</td>\n</tr>\n<tr>\n<td>Russian Federation</td>\n<td></td>\n<td></td>\n<td>181</td>\n<td>1.24%</td>\n<td>151</td>\n<td>0.98%</td>\n</tr>\n<tr>\n<td>Poland</td>\n<td></td>\n<td></td>\n<td>129</td>\n<td>0.89%</td>\n<td>137</td>\n<td>0.89%</td>\n</tr>\n<tr>\n<td>Romania</td>\n<td></td>\n<td></td>\n<td>144</td>\n<td>0.99%</td>\n<td>132</td>\n<td>0.86%</td>\n</tr>\n<tr>\n<td>Switzerland</td>\n<td></td>\n<td></td>\n<td>122</td>\n<td>0.84%</td>\n<td>130</td>\n<td>0.85%</td>\n</tr>\n<tr>\n<td>Philippines</td>\n<td></td>\n<td></td>\n<td>92</td>\n<td>0.63%</td>\n<td>125</td>\n<td>0.81%</td>\n</tr>\n<tr>\n<td>China</td>\n<td></td>\n<td></td>\n<td>136</td>\n<td>0.93%</td>\n<td>123</td>\n<td>0.80%</td>\n</tr>\n<tr>\n<td>Austria</td>\n<td></td>\n<td></td>\n<td>89</td>\n<td>0.61%</td>\n<td>122</td>\n<td>0.80%</td>\n</tr>\n<tr>\n<td>Ukraine</td>\n<td></td>\n<td></td>\n<td>105</td>\n<td>0.72%</td>\n<td>118</td>\n<td>0.77%</td>\n</tr>\n<tr>\n<td>Denmark</td>\n<td></td>\n<td></td>\n<td>107</td>\n<td>0.73%</td>\n<td>114</td>\n<td>0.74%</td>\n</tr>\n<tr>\n<td>Greece</td>\n<td></td>\n<td></td>\n<td>120</td>\n<td>0.82%</td>\n<td>114</td>\n<td>0.74%</td>\n</tr>\n<tr>\n<td>Portugal</td>\n<td></td>\n<td></td>\n<td>94</td>\n<td>0.65%</td>\n<td>109</td>\n<td>0.71%</td>\n</tr>\n<tr>\n<td>Vietnam</td>\n<td></td>\n<td></td>\n<td>101</td>\n<td>0.69%</td>\n<td>108</td>\n<td>0.70%</td>\n</tr>\n<tr>\n<td>Mexico</td>\n<td></td>\n<td></td>\n<td>94</td>\n<td>0.65%</td>\n<td>105</td>\n<td>0.68%</td>\n</tr>\n<tr>\n<td>Nepal</td>\n<td></td>\n<td></td>\n<td>76</td>\n<td>0.52%</td>\n<td>97</td>\n<td>0.63%</td>\n</tr>\n<tr>\n<td>Ireland</td>\n<td></td>\n<td></td>\n<td>72</td>\n<td>0.49%</td>\n<td>94</td>\n<td>0.61%</td>\n</tr>\n<tr>\n<td>Israel</td>\n<td></td>\n<td></td>\n<td>78</td>\n<td>0.54%</td>\n<td>94</td>\n<td>0.61%</td>\n</tr>\n<tr>\n<td>New Zealand</td>\n<td></td>\n<td></td>\n<td>77</td>\n<td>0.53%</td>\n<td>91</td>\n<td>0.59%</td>\n</tr>\n<tr>\n<td>Finland</td>\n<td></td>\n<td></td>\n<td>63</td>\n<td>0.43%</td>\n<td>90</td>\n<td>0.59%</td>\n</tr>\n<tr>\n<td>Turkey</td>\n<td></td>\n<td></td>\n<td>91</td>\n<td>0.62%</td>\n<td>86</td>\n<td>0.56%</td>\n</tr>\n<tr>\n<td>Malaysia</td>\n<td></td>\n<td></td>\n<td>91</td>\n<td>0.62%</td>\n<td>81</td>\n<td>0.53%</td>\n</tr>\n<tr>\n<td>Belgium</td>\n<td></td>\n<td></td>\n<td>84</td>\n<td>0.58%</td>\n<td>79</td>\n<td>0.51%</td>\n</tr>\n<tr>\n<td>Norway</td>\n<td></td>\n<td></td>\n<td>66</td>\n<td>0.45%</td>\n<td>79</td>\n<td>0.51%</td>\n</tr>\n<tr>\n<td>Argentina</td>\n<td></td>\n<td></td>\n<td>65</td>\n<td>0.45%</td>\n<td>76</td>\n<td>0.50%</td>\n</tr>\n<tr>\n<td>Bulgaria</td>\n<td></td>\n<td></td>\n<td>74</td>\n<td>0.51%</td>\n<td>72</td>\n<td>0.47%</td>\n</tr>\n<tr>\n<td>Japan</td>\n<td></td>\n<td></td>\n<td>61</td>\n<td>0.42%</td>\n<td>68</td>\n<td>0.44%</td>\n</tr>\n<tr>\n<td>Thailand</td>\n<td></td>\n<td></td>\n<td>69</td>\n<td>0.47%</td>\n<td>67</td>\n<td>0.44%</td>\n</tr>\n<tr>\n<td>Czech Republic</td>\n<td></td>\n<td></td>\n<td>76</td>\n<td>0.52%</td>\n<td>66</td>\n<td>0.43%</td>\n</tr>\n<tr>\n<td>Serbia</td>\n<td></td>\n<td></td>\n<td>89</td>\n<td>0.61%</td>\n<td>63</td>\n<td>0.41%</td>\n</tr>\n<tr>\n<td>Kenya</td>\n<td></td>\n<td></td>\n<td>58</td>\n<td>0.40%</td>\n<td>62</td>\n<td>0.40%</td>\n</tr>\n<tr>\n<td>Colombia</td>\n<td></td>\n<td></td>\n<td>39</td>\n<td>0.27%</td>\n<td>59</td>\n<td>0.38%</td>\n</tr>\n<tr>\n<td>Egypt</td>\n<td></td>\n<td></td>\n<td>40</td>\n<td>0.27%</td>\n<td>52</td>\n<td>0.34%</td>\n</tr>\n</tbody>\n</table>\n<h3>What is your age?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (This question was not asked in 2015.)</td>\n<td></td>\n<td></td>\n<td>14,944</td>\n<td></td>\n<td>15,636</td>\n<td></td>\n</tr>\n<tr>\n<td>60 and over</td>\n<td></td>\n<td></td>\n<td>1,139</td>\n<td>8%</td>\n<td>1,641</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>50-59</td>\n<td></td>\n<td></td>\n<td>1,537</td>\n<td>10%</td>\n<td>1,996</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>40-49</td>\n<td></td>\n<td></td>\n<td>2,205</td>\n<td>15%</td>\n<td>2,643</td>\n<td>17%</td>\n</tr>\n<tr>\n<td>30-39</td>\n<td></td>\n<td></td>\n<td>3,914</td>\n<td>26%</td>\n<td>3,972</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>20-29</td>\n<td></td>\n<td></td>\n<td>5,013</td>\n<td>34%</td>\n<td>4,444</td>\n<td>28%</td>\n</tr>\n<tr>\n<td>Under 20</td>\n<td></td>\n<td></td>\n<td>1142</td>\n<td>8%</td>\n<td>941</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you to everyone who made time to fill out the survey — we’re so happy you use WordPress, and we’re very grateful that you’re willing to share your experiences with us! Thanks also to everyone who spread the word about this survey, and to those of you who read all the way to the bottom of this post. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p><small><a id=\"text\"></a>*Text Field Questions: Each survey included some questions that could be answered only by filling out a text field. In the case of the questions “What is the best thing about WordPress?” and “What is the most frustrating thing about WordPress?” we listed the five most common responses, aggregated when applicable. In the case of the question “What is your gender?” in the 2016 and 2017 surveys, we aggregated responses as best we could. Responses meant to obscure respondents’ gender entirely are aggregated in “prefer not to answer.”</small></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Dec 2017 21:40: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:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"WPTavern: WPWeekly Episode 298 – GDPR, User Privacy, and More With Heather Burns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=77110&preview=true&preview_id=77110\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/wpweekly-episode-298-gdpr-user-privacy-and-more-with-heather-burns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2570:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://twitter.com/webdevlaw?lang=en\">Heather Burns</a>, Founder of <a href=\"https://webdevlaw.uk/\">WebDevLaw</a>. We have a lengthy discussion about <a href=\"https://www.eugdpr.org/\">GDPR</a> (General Data Protection Regulation), what it is, what’s at stake, and its potential impacts on the WordPress ecosystem. We also discuss the cultural differences between the North American and European views on user privacy.</p>\n<p>When asked what she hopes to see as we approach May of 2018, Burns replied:</p>\n<p>“I want to see all hands on deck making WordPress a force for good, that people can trust, and that people can be empowered to change for the better. Don’t let the fact that it involves law put you off. GDPR is a toolkit for empowerment, it’s a means for protecting and safeguarding your users in these quite scary times we’re living in. And it will make you a better developer and site administrator in the end.”</p>\n<p>For questions related to GDPR or how to make your site or WordPress plugins compliant, <a href=\"https://webdevlaw.uk/\">please get in touch with Burns</a>. You can also <a href=\"https://videopress.com/v/JkKwb2zi\">view her presentation</a> on WordPress.TV from WordCamp Belfast, 2016.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wp-site-care-acquires-wp-radius\">WP Site Care Acquires WP Radius</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://frontenberg.tomjn.com/\">Frontenberg</a> by Tom J. Nowell is a new site that displays Gutenberg to the frontend of WordPress. It allows visitors to tinker with Gutenberg without having to login to a site or install a plugin.</p>\n<p>John gave props to <a href=\"https://github.com/renatonascalves\">Renato Alves</a> who has been working on adding WP-CLI support for <a href=\"https://github.com/bbpress/wp-cli-bbpress\">bbPress</a> and <a href=\"https://github.com/buddypress/wp-cli-buddypress\">BuddyPress</a>.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 27th 18th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #298:</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, 21 Dec 2017 01:21: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: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:24:\"Matt: Design in Kentucky\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2017/12/design-in-kentucky/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"<p>Fast Company Design has written <a href=\"https://www.fastcodesign.com/90154530/tech-has-a-diversity-problem-so-this-designer-went-to-kentucky\">Tech Has A Diversity Problem–So This Designer Went To Kentucky</a>, about John Maeda's work pairing some of the top designers in the world with students in Paintsville, Kentucky. </p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Dec 2017 21:17:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:41:\"WPTavern: WP Site Care Acquires WP Radius\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=77086\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wp-site-care-acquires-wp-radius\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1407:\"<p><a href=\"https://www.wpsitecare.com\">WP Site Care</a>, a WordPress management and maintenance service provider<a href=\"https://www.wpsitecare.com/weve-acquired-wp-radius/\"> has acquired</a> <a href=\"https://www.wpradius.com/\">WP Radius</a>. Ryan Sullivan, Founder of WP Site Care, says the acquisition has been in the works for some time. </p>\n\n\n\n<p>\"We’ve been working toward growing our customer base and learning about new business models in the WordPress support space for quite some time, and the WP Radius acquisition allows us to accomplish both of those goals,\" he said.<br /></p>\n\n\n\n<p>The move increases WP Site Care's customer base by 20% and will allow it to experiment with <a href=\"https://www.wpradius.com/plans/\">an unlimited jobs model</a>, something that set WP Radius apart. </p>\n\n\n\n<p>\"We’ve been very interested in the unlimited jobs model and what that really means from an operations standpoint for quite some time, and whether or not it’s <em>actually</em> better for customers, so this move will allow us to learn a lot more about how that all plays out in the real world,\" Sullivan said.</p>\n\n\n\n<p>WP Radius will continue to operate as a separate entity and will eventually be consolidated into the WP Site Care brand. </p>\n\n\n\n<p>WP Radius was founded in 2015 by Todd Schwartzfarb and Brandon Yanofsky. Financial details of the acquisition were not disclosed. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Dec 2017 19:38:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"HeroPress: WordPress allowed me to have a Dream Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2357\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://heropress.com/essays/wordpress-allowed-dream-job/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-allowed-dream-job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13902:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/121917-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: You know that you should never stop dreaming, right?\" /><p>I was always interested in computers but I did not know I would become a developer. As a kid, a dream job, was playing and reviewing video games. I believe, many kids had a similar dream job. I guess, that’s where I started seeing a dream job would be a job where you would be happy to go to and maybe even sad when going from it.</p>\n<p>Today, I see myself as having a dream job. Let me tell you how I got to my current situation.</p>\n<h3>Programming was not for me</h3>\n<p>While going to high school, I was introduced to programming. We did some Turbo C++ and I could not understand a thing. Even a simple for-loop was hard for me. I would rather play Counter-Strike with friends who attended that class. After that, as I did not understand programming, I chose not to follow such career path. I did not want my parents to pay for my college expenses since I would have to go to another city. Especially since I realised I don’t understand how to code.</p>\n<p>Since I live in Croatia, I did not have access to a high speed internet. At that time, a high speed internet was an ADSL with a download speed of 200kb/s.</p>\n<blockquote><p>I was using the 56k modem which was too expensive so I had only 2 hours per week to spend on it.</p></blockquote>\n<p>I used those 2 hours for playing games instead of learning.</p>\n<p>Once I got the ADSL, somewhere near the end of high school, I was able to get my hands on Photoshop and learned how to manipulate images. After high school, I went to the Maritime College but soon after I knew I did not want to spend years and years working on ships, not seeing my family or friends. That was not my dream job.</p>\n<h3>Second Try</h3>\n<p>I decided to give another chance to programming, but with a different learning path. Since I already knew how to use Photoshop, I realized there was an option “Slice for Web..”. That was my first introduction to web development.</p>\n<p>I knew having a web page composed of images from Photoshop was not how it should be done. I was used to 56k modem and I knew how a page like that would take long to load.</p>\n<p>The luck was on my side now since I had ADSL and I could spend hours and hours weekly search the Internet. I searched how to slice images and prepare them for web pages by reading PSD Tuts+. Back then there were only PSD and Net TutsPlus sites in their network.</p>\n<p>I learned a lot on PSD to HTML and how to use CSS to style your web sites. After that, I wanted to learn how do blogging sites work. How do they show those articles. I mean, it couldn’t be that for each article, they would open one HTML file and edit it. That’s just too much work. So, I found about PHP and MySQL and got some courses on Lynda on that.</p>\n<p>I learned about creating a blog using PHP and MySQL. I also learned a little on advanced coding and I was really happy with my knowledge. All that was just a month or two from where I knew nothing on programming.</p>\n<h3>Looking for a CMS</h3>\n<p>With my knowledge, I knew how to build various types of sites. I asked other businesses if I could build a site for them in return of a favour or even product. Some of them were up to that. I didn’t want to charge since I knew I still had a lot to learn.</p>\n<p>After a while, I was a bit tired (read: lazy) of building SQL tables and all the base functions for each project. I wanted to see if there are some tools I could use for a faster development. Something that would give me a starting point with basic functionalities such as content, users, settings etc.</p>\n<p>After reading a lot of tutorials on PHP, I also read about Joomla, WordPress and similar. So I went for both. I was so confused by Joomla and how everything I wanted to do required me several clicks. After that, I tried WordPress. I loved it. Joomla had articles, which you could set as pages. WordPress had Posts and Pages. I really loved how everything was so easy to setup. At that time, there were no custom post types or featured images, but I did not need them yet. I was just beginning my journey with WordPress.</p>\n<p>From there forward I downloaded many themes and plugins just to read their code and learn how they’ve been developed.</p>\n<h3>The First Breadcrumbs & Disappointments</h3>\n<p>Even though I did not know too much, I did know how to develop something, how to use a library and integrate it into my own and so on.</p>\n<blockquote><p>The first time I realised that WordPress could help me have a dream job is when I created a simple Dropbox plugin for my own needs.</p></blockquote>\n<p>Once I’ve built it and scanned through CodeCanyon, I saw there was nothing like that (now there are several). So I went and uploaded it there. It went live after a week or so.</p>\n<p>I did not expect much from it. I could gather around $300 from it after several months. As a college student who didn’t work on a side job, such income was really great for me.</p>\n<p>That is where it all started for me. I decided to use WordPress for any new projects and build custom ones to learn more.</p>\n<p>Don’t get me wrong. It was not so easy to get new projects. I did get a job as a student which was a failure in the sense that I did not get paid for it. I also had another freelancing experience that was not good. But that did not let me down.</p>\n<p>You WILL get those clients from hell. It is something I think most of us get to know. But in time, you will learn how to identify such clients and pass on such projects.</p>\n<p>Fast forward a year and I got a job where I did not use WordPress. But I did not intend to leave it. I joined Elance (now Upwork) so I could earn some side money using WordPress.</p>\n<p>I did not earn anything on Elance and on my daily job, for a year, I was getting only 60% of the monthly paycheck because the Company did not have enough money. Somehow they did get the other 40% by the end of the month.</p>\n<p>But can you imagine how stressful was that? You can never know if you can travel or save some money. I could not afford purchasing a course which could improve my knowledge.</p>\n<p>I had a job where I liked to work, but the money situation was really stressful and I did not want to rely just on the company. WordPress to the rescue!</p>\n<h3>WordPress Community</h3>\n<p>Not long after, I learned about WordPress Croatia. Before that, I never used social media for such discussions and networking. That Facebook group was the first group I joined to discuss about WordPress and help each other.</p>\n<p>That was really a great experience. I learned about WordCamps and Meetups and that group pushed me into making my first eBook on WordPress. Another product I was able to earn some side money which involved WordPress. My mindset started to change.</p>\n<blockquote><p>By helping others through teaching and discussion, I can also help the WordPress Community.</p></blockquote>\n<p>My first experience on public speaking was on a WordPress Meetup in Zagreb. I would never go if I was not invited by Emanuel Blagonić. A great guy who with his brother Lucijan and several other folks really started a WordPress movement in Croatia.</p>\n<p>I never seen anything like that before. People helping each others, going so much to take their own free time to fix or at least investigate a bug on someone else’s site. I really liked it and wanted to be a part of such a community.</p>\n<p>Even if such a community does not help you directly to land a job or get a new gig, it really does help you indirectly with all the knowledge that is shared (from development to business).</p>\n<h3>Teaching & Job Opportunities</h3>\n<p>Because of the WordPress community in Croatia, I wanted to help by teaching others. So I also started a site where I have written a lot of tutorials on WordPress development. That site was in Croatian so people can start much sooner (even if they don’t know English).</p>\n<p>I used to sleep only for 2 to 3 hours so I could get up much earlier and start to write tutorials or make videos. I did not have a microphone at first, so I used a webcam as a microphone. You can imagine how awful the audio was. Even if it’s in Croatian, you can check the quality of it on <a href=\"https://www.youtube.com/channel/UCzcRclnBSnJRPM5h4PfnqWw\">YouTube</a>.</p>\n<blockquote><p>But I was really happy I could help someone who knows less than me.</p></blockquote>\n<p>By teaching, I have learned a lot and I am so thankful to the community which was one of the reasons I kept going like that. I also got invited to several WordPress projects just because people saw me as someone who understands WordPress.</p>\n<h3>WordCamps & WebCamps</h3>\n<p>You can make friends there. Seems a bit odd maybe, but you can. Due to the community I made some friends such as Ana & Marko from <a href=\"https://www.anarieldesign.com/\">anarieldesign.com</a> and Goran Jakovljević from <a href=\"https://wpgens.com/\">wpgens.com</a>.</p>\n<p>We have become friends through the community on social media. I’ve met them all just after a year or so on WordCamp Zagreb 2017. But we talked as if we were friends for years and years. I’ve seen how people from all over the world talk to each other and how a friendly and welcoming this WordPress Community is.</p>\n<p>Even today, I frequently talk to all of them and we help each other as we can. That is something that you can’t have everywhere.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/codeable.png\"><img class=\"alignleft size-medium wp-image-2359\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/codeable-300x270.png\" alt=\"Codeable sticker on a ski helmet\" width=\"300\" height=\"270\" /></a>My dream job progress came after WebCamp Zagreb 2016 where I met other people from the IT community. I got introduced to Toptal and just a month from it, I joined Toptal. Codeable was also something I wanted to try and I did. As if those platform communicated together, I got invited into <a href=\"https://codeable.io/\">Codeable</a> a week after I joined <a href=\"https://www.toptal.com/\">Toptal</a>.</p>\n<p>That is where it all has started getting real to me. I was able to freelance as much as I wanted and when I wanted. It was the first time I could go do my hobbies without worrying about money.</p>\n<h3>The Dream Job we all seek</h3>\n<p>My definition of a dream job is the feeling when you’re waking up happy and not sad because you have to go to work. Such job should also challenge you so you learn something new. Sometimes it may even get you out of your comfort zone, but you’ll be a better person because of it.</p>\n<p>I still have an occupied day, working on a daily job and then working with my own clients. It may not suit all. But I am finally able to feel somehow financially free, going happy to work and making friends while doing it. Even if I don’t have any side projects, I am working on my plugins and writing tutorials on my own site (I love it).</p>\n<p>Today, for the first time, I am planning to go to a WordCamp outside Croatia.</p>\n<p><strong>That is all thanks to WordPress.</strong></p>\n<p>You know that you should never stop dreaming, right?</p>\n<p>I guess, I wanted to let you know that WordPress can help you get a dream job! It can be something totally different, but as long as it involves Internet, I think WordPress can help you with it.</p>\n<p><strong>WordPress would not be where it is today if it was not to the whole WordPress Community. So, thanks to all involved in it!</strong></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress allowed me to have a Dream Job\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20allowed%20me%20to%20have%20a%20Dream%20Job&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-allowed-dream-job%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress allowed me to have a Dream Job\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-allowed-dream-job%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-allowed-dream-job%2F&title=WordPress+allowed+me+to+have+a+Dream+Job\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress allowed me to have a Dream Job\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-allowed-dream-job/&media=https://heropress.com/wp-content/uploads/2017/12/121917-150x150.jpg&description=WordPress allowed me to have a Dream Job\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress allowed me to have a Dream Job\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-allowed-dream-job/\" title=\"WordPress allowed me to have a Dream Job\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-allowed-dream-job/\">WordPress allowed me to have a Dream Job</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Dec 2017 07:00:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Igor Benić\";s: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:71:\"Akismet: Version 4.0.2 of the Akismet WordPress Plugin Is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1982\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2017/12/18/version-4-0-2-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1161:\"<p>Version 4.0.2 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>4.0.2 contains a few helpful changes:</p>\n<ul>\n<li class=\"p1\"><span class=\"s1\">Fixed a bug that could cause Akismet to recheck a comment that has already been manually approved or marked as spam.</span></li>\n<li class=\"p1\"><span class=\"s1\">Fixed a bug that could cause Akismet to claim that some comments are still waiting to be checked when no comments are waiting to be checked.</span></li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1982/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1982/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1982&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Dec 2017 16:56:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Stephane Daury\";s: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:69:\"WPTavern: Jetpack 5.6.1 Increases Security of the Contact Form Module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=77061\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/jetpack-5-6-1-increases-security-of-the-contact-form-module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:575:\"<p>Jetpack has <a href=\"https://jetpack.com/2017/12/14/jetpack-5-6-1/\">released version 5.6.1</a> which hardens the Contact Form module by improving permissions checking when updating a form's settings. In addition to security fixes, the character count for when Publicize publishes content to Twitter has been increased to 280. </p>\n\n\n\n<p>This release also fixes a bug that disabled the ability to save widgets after removing a Widget Visibility rule. Users are encouraged to update as soon as possible, especially if you make heavy use of the Contact Form module. </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, 15 Dec 2017 22:49:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: WPWeekly Episode 297 – WordCamp US 2017 Recap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=77042&preview=true&preview_id=77042\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpweekly-episode-297-wordcamp-us-2017-recap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2715:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://mor10.com/\">Morten Rand-Hendriksen</a>. We have an engaging conversation about WordCamp US 2017, Gutenberg, and what it’s going to take for it to succeed. Rand-Hendriksen shared what he thinks are <a href=\"https://mor10.com/gutenberg-and-the-future-of-wordpress-conditions-for-success/\">the three conditions</a> that need to be met before Gutenberg can be shipped.</p>\n<p>Near the end of the show, we discuss the possible impacts Gutenberg’s timeline may have on the WordPress economy. Jacoby and I round out the show by reviewing the 2017 State of the Word and our picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\">Storify to Close May 16, 2018, WordPress Plugin Discontinued</a><br />\n<a href=\"https://wptavern.com/gutenberg-and-the-wordpress-of-tomorrow-by-morten-rand-hendriksen\" rel=\"bookmark\">Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen</a><br />\n<a href=\"https://bridgetwillard.com/economic-impact-timeline-gutenberg-rollout/\">The Economic Impact of the Timeline of the Gutenberg Rollout</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://www.copytrans.net/copytransheic/\">CopyTrans</a> is a plugin for Windows to view HEIC files. In iOS 11, Apple started using HEIC/HEIF. HEIF stands for High Efficiency Image Format, and, as the name suggests, is a more streamlined way to store image files. It allows digital photographs to be created in smaller files sizes while retaining higher image quality than its JPEG alternative. The image format is currently not supported in Windows 7, 8, and 10.</p>\n<p>CopyTrans HEIC for Windows is a simple Windows plugin that allows you to open HEIC files using Windows Photo Viewer. This format is also <a href=\"https://core.trac.wordpress.org/ticket/42775\">not compatible with WordPress.</a></p>\n<p><a href=\"http://github.com/10up/wpsnapshots\">WP Snapshots</a> is a command line interface (CLI) tool by 10Up that empowers engineering teams to quickly share WordPress projects, including files and the database.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 20th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #297:</strong> </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, 14 Dec 2017 00:59: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: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:48:\"HeroPress: Finding My Way Out Of My Comfort Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2341\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://heropress.com/essays/finding-way-comfort-zone/#utm_source=rss&utm_medium=rss&utm_campaign=finding-way-comfort-zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20331:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/121317-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: As web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky.\" /><p>I don’t remember when we had a computer for the first time. I practically grew up with them. Hungary was a communist country when I was born in ’84, so while everyone had a job, no one could really do their own thing. Everything was state owned.</p>\n<p>In 1989-1990 there was a change of regime which followed the collapse of the Berlin wall, and suddenly the country became a democracy, and people were free to start and own companies. Yes, the era also had other problems, like 35% inflation at one point, but at least we were “free”.</p>\n<p>My parents started out by importing computers from Hong Kong. That was a huge thing. We had one of the first of those, a 286 with a whopping speed of 8 Mhz which went up to 16 if I pressed the Turbo button! I had no idea what that meant though besides the number being higher.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/young_gabor.jpg\"><img class=\"aligncenter size-large wp-image-2343\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/young_gabor-1024x576.jpg\" alt=\"Gabor about age 3, at a computer\" width=\"960\" height=\"540\" /></a></p>\n<p>It was a good time of Sim City, Prince of Persia, and Sokoban.</p>\n<h3>Finding the Web</h3>\n<p>My first “website” was one my grandmother asked me to make for her Quaker group. I was 12. I created it with tables and inline styling (CSS wasn’t a thing back then), but never got it live – hosting wasn’t something I really knew about.</p>\n<p>Fast forward to 2003 when I started university studying architecture in Budapest. It was fun, I loved physics, I loved drawing, I loved math, I <em>especially</em> loved descriptive geometry! The latter is pretty much “how to represent a 3d thing on a sheet of paper”. Incidentally that brought me my first high paying consulting job. As a student in 2nd year I coached a student in first year in descriptive geometry – he had broken his leg so couldn’t actually make the classes, but he had to pass that subject to advance. So every week I would go to their house and spend about 3 hours helping him draw and figure out how to draw what to draw and why to draw those things that way. That experience taught him everything he needed to know to pass with a 4 (on a scale of 5, 5 being best), which translates to around 80%. I had my first satisfied customer. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>It also taught me two very important things:</p>\n<ol>\n<li>if you’re good at it, they will overlook the fact that you’re not actually “qualified” to do the thing (I wasn’t a TA / lecturer. I was merely another student in an upper class. An upperclassman. 先輩)</li>\n<li>if you’re good at it, you can charge people a lot more than you otherwise think. I got paid about 3x the standard hourly wage of adults working the majority of hourly jobs, and as a student, that was awesome!</li>\n</ol>\n<p>For context though, there is no tuition fee for your first degree (i.e.: it’s paid for by the government for you which gets that money from taxes).</p>\n<p>The second formative experience was between 2004-2006. I joined an extracurricular architecture club. Basically students who don’t just want to bumble through the university but actually get good! Like, REALLY GOOD. We pitched to host EASA – European Architecture Students’ Assembly – in Budapest in 2006. For that we needed a website, both an internal forum, and a public facing site for sponsors / attendees / workshops / visitors / everyone.</p>\n<p>I knew nothing besides basic html.</p>\n<p>So naturally I volunteered.</p>\n<h3>Leveling up</h3>\n<p>I learned PHP, MySQL, and Flash from books: learn php in 24 hours, PHP 4 reference, learn mysql in 24 hours, learn flash in 24 hours, etc. I had one guy over the internet who helped me figure out things in PHP, but other than that I was all alone. Stack Overflow wasn’t a thing either. Wild times. From memory I could probably exploit that engine in one of 284 ways today. I’m glad it’s not online any more. The flash site is, it’s somewhat broken, but here you go: <a href=\"https://javorszky.github.io/ancientflashsite/\" rel=\"nofollow\">https://javorszky.github.io/ancientflashsite/</a></p>\n<p>I built a forum engine and a full actionscript site. We also had a requirement that whoever applies to host whatever workshop, we need to judge the workshop on its own merit, not on who submits it, so I built the submit form in such a way that it took the files, and renamed them, scrubbed the email addresses that reached the judging committee, and we made it a rule that if there’s any identifying information ON the pdf, it’s immediately disqualified. The year is 2005.</p>\n<p>Looking back, I realized two things:</p>\n<ol>\n<li>learn to learn on the job, and learn to enjoy not knowing stuff. Nobody does, really</li>\n<li>biases are real. Mitigate them. Even the ones you don’t know about. Especially the ones you don’t know about! Or at least have a framework by which you acknowledge if you’re called out</li>\n</ol>\n<h3>Moving On</h3>\n<p>I then decided to not continue my studies there. I was failed in one class where I expected a strong pass. We were split into 12 groups, and groups 1 and 2 got mostly failed, and groups 3-12 got overwhelmingly passed. Something wasn’t right, I spoke up, but I was a student, and they were faculty. I left because I didn’t feel like fighting and losing my soul over it.</p>\n<blockquote><p>Something wasn’t right, I spoke up, but I was a student, and they were faculty. I left because I didn’t feel like fighting and losing my soul over it.</p></blockquote>\n<p>I continued making websites for myself and got introduced to WordPress around this time. I don’t remember my first project. I <em>think</em> it was a site I built for myself in 8 hours for a competition which led me to my first paying website job, which I totally screwed up.</p>\n<p>In 2010 I decided to move countries with 3 friends I went to university with, at the time I was studying International Tourism Management, and I could transfer to Oxford Brookes University (not the one you heard about).</p>\n<p>I missed the application deadline.</p>\n<p>Which meant that I had to find work. When I bought my plane ticket I decided that whatever it takes, I will make it work. Staying in Hungary was not an option for me: I didn’t like the politics, I didn’t like where the country was heading economically, and I longed for a more cheerful society to surround me. Movement rights and language I can speak and other people going the same way helped me decide on the UK.</p>\n<h3>Restarting</h3>\n<p>So I made it work: I accepted the first full time job that I got offered. I worked as a wait staff at the restaurant of one of the luxury hotels in the city. It had very little to do with computers, but I had income, I could pay back the help I got from my friends (and by extension, their families), and I could actually take control of my own life instead of just bumping into furniture.</p>\n<blockquote><p>It had very little to do with computers, but I had income, I could pay back the help I got from my friends (and by extension, their families), and I could actually take control of my own life […]</p></blockquote>\n<p>I’ve learned a lot from working there. Chef taught me that literally no one cares WHY there was a mistake at that time in putting through an order – what’s important is what the error was, what’s needed to correct it. Everything else is wasting everyone’s time. Of course we’d go through these after the service.</p>\n<p>I’ve learned that to work in hospitality, you have to leave your ego at the door. Doesn’t mean you should take abuse, but there you’re part of a – hopefully – finely tuned, oiled machinery, and keeping the whole thing operating is the number one goal. Turns out that’s also applicable to working in teams in general.</p>\n<p>A year goes by, and we need to move out of the house we’re renting. In a break between morning and evening shifts I look at the job postings in the local newspaper: someone’s looking for a developer! It was a Wednesday. I got an interview for Friday, and started on Monday. I had to talk to my supervisor to move me to evening-only shifts because I have a second desk job. My days: 9am – 4:45pm developer, 5pm – 2am (ish, whenever we finished) waiting tables. Rinse and repeat.</p>\n<p>Working 60-80 hours could only go on for so long. After about 3 months I had a very sharp chest pain while on shift at the restaurant. Had to walk home (normally I cycle), and then made my way to the emergency room where after having waited 5 hours, I got an X-ray, and EKG, and the doctor determined there’s nothing wrong, so here’s some Ibuprofen (3×1) and some Paracetamol (1×1).</p>\n<blockquote><p>Kids, don’t work 60-80 hours a week.</p></blockquote>\n<p>“Uh, which one should I take on a day?” “Oh… both!”</p>\n<p>I went home, took the first dose, and slept for 22 hours. I handed in my resignation 2 days later at the restaurant because I needed to not work that much. My manager pleaded me to stay at least on part time, which I did, because they were genuinely lovely people.</p>\n<p>Kids, don’t work 60-80 hours a week.</p>\n<h3>Back to the web with full steam</h3>\n<p>After a year at the development agency + restaurant combo, I got hired to a WordPress agency through recruiters. My new boss asked me why I haven’t applied to them directly, even though I saw their ad, why I waited to go through a recruiter. I said I didn’t think I was good enough. That decision ended up costing him a few thousand pounds in recruitment fees.</p>\n<p>I quit my restaurant job for good. I also learned a lesson to actually trust myself.</p>\n<p>Something that during the 2,5 years with them I would question a lot of times. There have been instances when I made mistakes that were incredibly easy to avoid had I just taken 5 more minutes to think. But every time it was something we could correct fairly fast (shoutout to hospitality experience!) and then I had a postmortem, and changed the way I work to avoid similar problems.</p>\n<p>I had the privilege to work on some seriously challenging WordPress sites while with them. That was my first actual commercial experience with it. We built blogs from Oxford University (the one you heard about) to eCommerce site migrations from Magento using Jigoshop and later WooCommerce.</p>\n<p>I’ve had to disassemble how WooCommerce worked fairly fast because of some of the client requirements, and I got pretty good at it.</p>\n<p>In November 2014 I got hired to one of the product companies around WooCommerce and spent a year and a half with them maintaining their plugins, answering customer queries and helping them fix their sites occasionally. That was my first help desk experience.</p>\n<p>I got access to some incredibly large eCommerce stores and I quickly discovered where the bottlenecks were in our plugins, WordPress, and WooCommerce itself. Some of the customers had access to New Relic, which I could use to help me find what’s taking so long.</p>\n<p>From then on it was just a case of finding what’s slow, following it back, reading the documentation and code on why it’s slow, and coming up with ideas on how to fix it.</p>\n<p>I got really good at this.</p>\n<h3>The Freelance Days</h3>\n<p>At the end of July 2016 our ways parted, and I had a buffer of about 3 months when I didn’t need to worry about having to find another job. While trying to figure out what to do, where next, I started getting requests to work on some projects. They asked me my hourly rate. I said a number I was slightly uncomfortable with, they said yeah, and off I went.</p>\n<blockquote><p>[…] I started getting requests to work on some projects. They asked me my hourly rate. I said a number I was slightly uncomfortable with, they said yeah […]</p></blockquote>\n<p>It also helped that I was at the time known for my love of hard problems and actually figuring out why things break and fixing them.</p>\n<p>I thought “hey, if I can command that much hourly rate, I could make this work!”</p>\n<p>I took on clients, and managed to make things work for… a surprisingly long time. Having GREAT accountants is a must for self employment.</p>\n<p>I suddenly also had time to pursue some of my other interests: I learned how to ride a motorcycle.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_motorcycle.jpg\"><img class=\"aligncenter size-large wp-image-2344\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_motorcycle-1024x576.jpg\" alt=\"Gabor standing by a sporty motorcycle\" width=\"960\" height=\"540\" /></a></p>\n<p>I started learning Japanese! I got back onto the slackline.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_slackline.jpg\"><img class=\"aligncenter size-large wp-image-2345\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_slackline-1024x768.jpg\" alt=\"Gabor balancing on a narrow strap hung between two trees\" width=\"960\" height=\"720\" /></a></p>\n<p>I got to speak at WordCamp Brighton in 2017!</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_wordcamp.jpg\"><img class=\"aligncenter wp-image-2346 size-large\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_wordcamp-1024x683.jpg\" alt=\"Gabor, on stage at WordCamp Brighton\" width=\"960\" height=\"640\" /></a></p>\n<p>Until very recently, it was a game of “how long can I be self employed before I need to look for a job?” Turns out I couldn’t answer this, because an opportunity came up to join Mindsize as a lead backend developer.</p>\n<p>When I heard about them starting up a few months prior, I had two thoughts:</p>\n<ol>\n<li>they are probably the only company I would stop doing freelance work for</li>\n<li>I’m not good enough to work with them yet</li>\n</ol>\n<p>Statement 1 was true :).</p>\n<h3>Catching up with the present</h3>\n<p>This brings us into the very recent present. It’s maybe a month old development at the time of publication. Since then I’ve been working really hard to reclaim my time of about 40 hours worked a week. With the holiday push of the clients I had as a freelancer, there was a transition phase where I had to work 60-80 hours.</p>\n<p>Don’t work 60-80 hours a week, kids!</p>\n<p>Looking back it was incredibly humbling experience so far, but also exciting, and full of challenges, and learnings. I’ve made a lot of excellent friends, and luckily very few enemies. I am grateful for each and every one of them.</p>\n<p>I don’t know where life takes me. For the foreseeable future I’ll be with Mindsize and will make eCommerce sites awesome, and will make awesome eCommerce sites. But I’ll also try and pass on some of the things I’ve learned by helping people new to the industry.</p>\n<p>There are a lot more things I could say, but they aren’t necessarily part of my journey, so I’ll save them for some other time.</p>\n<h3>On privilege</h3>\n<blockquote><p>We, as web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky.</p></blockquote>\n<p>Except for one thing. When I worked at the WordPress agency, Twitter, and by extension, society, started the “check your privilege” trend. It took a while to understand what it was all about, but it’s something I wish everyone did.</p>\n<p>We, as web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky. I’ve realized that my journey wouldn’t have been possible had I been born to less fortunate circumstances:</p>\n<p>If my parents didn’t make the decision to start teaching me English when I was 3.</p>\n<p>If I didn’t have the financial stability in my family to be able to just explore what I like to do.</p>\n<p>If I didn’t have the financial stability to just drop out of university after 3 years because “I didn’t like it”. And another one after a semester. And never finish my Tourism Management course.</p>\n<p>If I didn’t live in a developed nation with easy access and high standards of living.</p>\n<p>This brings into mind one of my favorite tweets:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Your job, lucky person, is to help others less lucky than you to improve their odds.</p>\n<p>— Dylan Wilbanks, Human Grumpy Cat (@dylanw) <a href=\"https://twitter.com/dylanw/status/522060876304486400?ref_src=twsrc%5Etfw\">October 14, 2014</a></p></blockquote>\n<p></p>\n<p>Not everyone has these opportunities and every day I am conscious of it.</p>\n<p>Humans are hard. Interpersonal skills are hard. Treating each other with dignity, respect, and grace is hard if you haven’t been brought up with those values as a kid. It’s been a challenge for me to shed the “boys will be boys” upbringing I was carrying.</p>\n<p>Let’s use our power and means and help the less fortunate walk their own paths. Let’s lessen marginalization with the view of ending it. Let’s be excellent to each other!</p>\n<p>And don’t use “guys” to mean everyone!</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Finding My Way Out Of My Comfort Zone\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20My%20Way%20Out%20Of%20My%20Comfort%20Zone&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding My Way Out Of My Comfort Zone\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F&title=Finding+My+Way+Out+Of+My+Comfort+Zone\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding My Way Out Of My Comfort Zone\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/finding-way-comfort-zone/&media=https://heropress.com/wp-content/uploads/2017/12/121317-150x150.jpg&description=Finding My Way Out Of My Comfort Zone\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding My Way Out Of My Comfort Zone\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-way-comfort-zone/\" title=\"Finding My Way Out Of My Comfort Zone\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-way-comfort-zone/\">Finding My Way Out Of My Comfort Zone</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Dec 2017 08:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gabor Javorszky\";s: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:70:\"WPTavern: Storify to Close May 16, 2018, WordPress Plugin Discontinued\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2906:\"<p><a href=\"https://storify.com/\">Storify</a>, a service that launched in 2010 and opened to the public in 2013 has announced that it is shutting down version one of its service on May 16th, 2018. Concurrently, its WordPress plugin that is actively installed on more than 2,000 sites has been <a href=\"https://wordpress.org/plugins/storify/\">discontinued</a>. </p>\n\n\n\n<img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/12/StorifyPluginDiscontinued.png?w=627&ssl=1\" />\n Storify Plugin is Discontinued\n\n\n\n\n<p>Storify enabled journalists and others to build stories and timelines similar to Twitter and other social networks. The service <a href=\"https://techcrunch.com/2013/09/09/livefyre-acquires-storify/\">was acquired</a> by <a href=\"http://www.livefyre.com\">Livefyre</a> in 2013 and became part of Adobe when it <a href=\"https://techcrunch.com/2016/05/03/adobe-acquires-livefyre/\">acquired Livefyre</a> in 2016. </p>\n\n\n\n<p>Storify has disabled new accounts from being created and will delete stories and accounts on May 16th, 2018. Existing users who want to move to Storify 2, a paid feature of Livefyre, will need to purchase a license. The service has <a href=\"https://storify.com/faq-eol\">published a FAQ</a> that includes directions on how to export content. </p>\n\n\n\n<h2>New Plugin Opportunity</h2>\n\n\n\n<p>According to some users, the export process is cumbersome, providing an excellent opportunity for a prospecting developer to create a WordPress plugin that makes the process easier. A search of the WordPress plugin directory for Storify Export produces zero results. <br /></p>\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">A fantastic <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> dev opportunity: <a href=\"https://twitter.com/Storify?ref_src=twsrc%5Etfw\">@Storify</a> just announced its \"End of Life\" for May 2018. The export is kinda lame. If I could import a story from Storify into a WordPress Post/Page that would be fabulous! I have a few stories that I wouldn\'t want to lose. <a href=\"https://twitter.com/hashtag/biz?src=hash&ref_src=twsrc%5Etfw\">#biz</a></p>— Birgit Pauli-Haack (@bph) <a href=\"https://twitter.com/bph/status/940706045449703424?ref_src=twsrc%5Etfw\">December 12, 2017</a></blockquote>\n\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I have a lot of Storify stories I\'d hate to lose, too. If you hear of someone doing this, I\'d love to know about it.</p>— Deborah Edwards-Onoro (@redcrew) <a href=\"https://twitter.com/redcrew/status/940729186469253120?ref_src=twsrc%5Etfw\">December 12, 2017</a></blockquote>\n\n\n\n\n<p>If you know of any methods or plugins that eases the process of exporting content from Storify and importing it to WordPress, please share them in the comments. Also feel free to let us know if you create a plugin that performs this task. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Dec 2017 07:30:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"WPTavern: Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76959\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/gutenberg-and-the-wordpress-of-tomorrow-by-morten-rand-hendriksen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1054:\"<p>While attending WordCamp US 2017, there were a number of sessions that stood out to me. <a href=\"https://wordpress.tv/2017/12/10/morten-rand-hendriksen-gutenberg-and-the-wordpress-of-tomorrow/\">Gutenberg and the WordPress of Tomorrow</a> by Morten Rand-Hendriksen was one of them. </p>\n\n\n\n<p>Hendriksen explains the state of WYSIWYG in WordPress and how it doesn't really exist but Gutenberg provides opportunities to change that. He explores developing sites without being confined to a small view port. He also performs a live demo of Gutenberg showing off its capabilities.</p>\n\n\n\n<p>An interesting outcome from his presentation is the amount of optimism and excitement it generated from the audience. During the question and answer session, a member of the audience commented on how far Gutenberg has advanced in the last three months and that it looks cool to use now. </p>\n\n\n\n<p>To gain insight into how Gutenberg can moonshot WordPress over its competition, watch Hendriksen's presentation. </p>\n\n\n\n\n <div class=\"embed-wrap\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Dec 2017 20:57:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:26:\"Matt: Post-Verbal Language\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47705\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/12/post-verbal-language/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1800:\"<p>James Beshara has a <a href=\"https://jjbeshara.com/2017/12/09/a-post-verbal-world/\">really interesting read on how communication will change and evolve in a post-verbal world</a>, namely one where human/brain interfaces like <a href=\"https://waitbutwhy.com/2017/04/neuralink.html\">Neuralink</a> can more directly transmit thought between people than the medium of language allows today. </p>\n\n\n\n<p>After reading the essay I wonder if people's thoughts or the neural pathways they activate, if they could be directly transmitted into another brain, would actually make any sense to someone else with a unique internal set of pathways and framework for parsing and understanding the world. The essay assumes we'd understand and have more empathy with each other, but that seems like a leap. It seems likely the neural link would need it own set of abstractions, perhaps even unique per person, similar to how <a href=\"https://www.newscientist.com/article/2114748-google-translate-ai-invents-its-own-language-to-translate-with/\">Google Translate AI invented its own meta-language</a>. </p>\n\n\n\n<p>Today <a href=\"https://www.economist.com/news/leaders/21730871-facebook-google-and-twitter-were-supposed-save-politics-good-information-drove-out\">idea-viruses that cause outrage (outrageous?) in today's discourse have been weaponized by algorithms optimizing for engagement</a>, and directly brain-transmitted memes seem especially risky for appealing to our base natures or causing <a href=\"https://en.wikipedia.org/wiki/Amygdala_hijack\">amygdala hijack</a>. But perhaps a feature of these neural interface devices could counteract that, with a command like \"tell me this piece of news but suppress my confirmation bias and tribal emotional reactions while I'm taking it in.\"</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Dec 2017 03:09: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: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:26:\"Matt: iPhone Fast Charging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47682\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2017/12/iphone-charging/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:382:\"<p>I love USB, cables, and charging things. <a href=\"https://www.macrumors.com/guide/iphone-x-fast-charging-speeds-compared/\">So MacRumors comparison of different wired and wireless charging options and speed for the iPhone X is my catnip</a>. tl; dr: USB-C + USB-C-to-Lightning cable gives you far and away the fastest times. I've found this true for the iPad Pro as well.</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, 07 Dec 2017 16:51:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:29:\"Matt: State of the Word, 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2017/12/state-of-the-word-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:524:\"<p>I really enjoyed connecting with the WordPress community in Nashville this previous weekend. On Saturday I delivered the State of the Word presentation alongside <a href=\"https://choycedesign.com/\">Mel</a>, <a href=\"https://weston.ruter.net/\">Weston</a>, and <a href=\"https://matiasventura.com/\">Matías</a>. There's always a post-event buzz but I definitely noticed a change in tenor of people's thoughts on Gutenberg after the presentation and demo. The video is above, check it out when you get a chance.</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, 06 Dec 2017 23:38:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:37:\"HeroPress: Remote Work Brings Freedom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/remote-work-brings-freedom/#utm_source=rss&utm_medium=rss&utm_campaign=remote-work-brings-freedom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21046:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/120617-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is not just a CMS, it\'s a Community of lovely people!\" /><p><a href=\"http://heropress.com/feed/#gujarati\">આ નિબંધ ગુજરાતીમાં પણ ઉપલબ્ધ છે</a></p>\n<p>First of all, I want to say thank you to HeroPress for reaching out and letting so many people share their stories. I am a follower of HeroPress and read new stories every week! A few months ago my friend <a href=\"https://heropress.com/essays/wordpress-good-indian-women/\">Juhi Patel shared her great WordPress story</a>, and I was inspired by her to share my own and how it has changed my way of working.</p>\n<blockquote><p>I am that guy who hates theory and loves to do practical programming.</p></blockquote>\n<p>After completing my bachelor of engineering with Information Technology in 2013, I was looking for a job. I found that there were many different kinds of programming language jobs that were available. I was really not sure which one I needed or wanted to choose. After getting advice from a senior, I started training for PHP because it was easy and quick to learn. A few days before I had completed Training, I got selected in small company (5 Employees) as a PHP Developer. I was making websites there using PHP codeigniter framework.</p>\n<p>I was belong from a small town, and everyday it took me around 3 hours to travel to my job. After about 2 months, I applied for a job at another big company and was selected as Web Developer. There I was working on CMS Framework (not WordPress <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> ) for website projects. After a few days, I made my personal site using WordPress in my free time.</p>\n<blockquote><p>At that time, I was not aware of themes and plugins. I was just playing with theme files and editor to make changes on my website! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f61c.png\" alt=\"?\" class=\"wp-smiley\" /></p></blockquote>\n<p>After a month, my team leader got to know about that I was interested in WordPress. I got the opportunity to learn WordPress. I learned and explored WordPress with some demo projects by understanding how plugins and themes work. After 3 weeks of learning WordPress, I worked on my first WordPress project. This project took around 4 months to complete <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> After this successful project, the whole CMS Team migrated to WordPress.</p>\n<blockquote><p>I realized that, WordPress is so easy to learn, get help and work on it!</p></blockquote>\n<p>After around 1 year and 3 months of working with that company, I was told to work after working hours due to heavy requirements from our projects. I felt really stressed and frustrated at work and during that time…</p>\n<blockquote><p>I got to know about “Remote” work. But I didn’t know what that was or how it works?</p></blockquote>\n<p>I explored about remote work and found that this is a career that you can work from your home, workplace or anywhere you like. I saw that many people in world are doing remote work happily. I decided to switch my job from Office Job to Remote Job. My parents, family and relatives advised me to not leave office job because they believed Remote Job is not as secure as an Office Job. But I stuck with my decision. In March 2015, I resigned from my job without notice period with the condition of no experience letter would be provided to me of this job.</p>\n<blockquote><p>At the initial stage it was hard to be freelancer. But I was trying and trying to get that started.</p></blockquote>\n<p>I had registered in one popular freelancer marketplace. After 1 week of trying very hard I got my first project. It was just for $5 to make an HTML page with a countdown timer. I did it successfully and got the best review. After that I had also completed many projects successfully. That’s it! I was done with my decision. Within the first few weeks I made a website for one US Client. They were impressed by my work and hired me as Full time Web Developer for their company in April 2015. I am remotely working with them happily still today from my home!</p>\n<blockquote><p>Everything is going smoothly. I am enjoying Work from Home, Freedom and Quality time with Family.</p></blockquote>\n<p>In October 2016, I learned about WordCamp. I attended my first WordCamp Nashik 2016. I met many WordPress Developers, Freelancers, Professionals, Users and many other people at this WordCamp. After that, I became a fan of WordCamp. We started organizing Meetups in our City. Within the last year, I have attended, volunteered and contributed as a friend and sponsor at more than 6 WordCamps. Currently I am active member of Ahmedabad WordPress Community.</p>\n<blockquote><p>I am a WordCamp Lover. WordCamp is a way to meet new people, learn and share knowledge!</p></blockquote>\n<p>In October 2017, we successfully organized WordCamp in our city. I have been speaking about how remote job can be a good opportunity as a career to students and newbie in panel discussion of WordCamp Ahmedabad.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/wcahmedabad-panel-discussion.jpg\"><img class=\"size-large wp-image-2325\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/wcahmedabad-panel-discussion-1024x683.jpg\" alt=\"4 men on a couch at the front of a room.\" width=\"960\" height=\"640\" /></a>Panel Discussion – WordCamp Ahmedabad 2017 (PC. Meher Bala)\n<blockquote><p>WordPress is not just a CMS, It’s a community of lovely people!</p></blockquote>\n<hr />\n<h1 id=\"gujarati\">રિમોટ કામ સ્વતંત્રતા લાવે છે.</h1>\n<blockquote><p>“મને હીરોપ્રેસ સ્ટોરીમાં ભાગ લેવામાં કેવી રીતે પ્રેરણા મળી?”</p></blockquote>\n<p>સૌ પ્રથમ, ઘણા લોકો સુધી પહોંચીને અને તેમની વાર્તાઓ કહેવા માટે હું હીરોપ્રેસનો ખુબ જ આભાર માનું છું. હું હિરોપ્રેસનો અનુયાયી છું અને દર અઠવાડિયે નવી વાર્તાઓ વાંચું છું! થોડા મહિના પહેલા મારી મિત્ર જુહી પટેલે તેની વર્ડપ્રેસની રસપ્રદ વાર્તા હીરોપ્રેસ પર કહી હતી. તે વાંચીને મને, મારા પોતાની વાર્તા, મારા કામ કરવાની રીત કઇ રીતે બદલાઈ તે કહેવા માટે પ્રેરણા મળી હતી.</p>\n<blockquote><p>“હું તે વ્યક્તિ છું જે થિયોરીને નફરત કરે છે અને પ્રાયોગિક પ્રોગ્રામિંગ કરવા માટે પ્રેમ કરે છે. “</p></blockquote>\n<p>2013 માં ઇન્ફોર્મેશન ટેકનોલોજી સાથે મારી સ્નાતક એન્જિનિયરિંગ પૂર્ણ કર્યા પછી, હું નોકરી શોધી રહ્યો હતો ત્યારે મેં જોયું કે અહીં ઘણી બધી પ્રોગ્રામિંગ ભાષાની નોકરીઓ ઉપલબ્ધ છે. ત્યારે હું ચોક્કસ ન હતો કે મારે કઈ પ્રોગ્રામિંગ ભાષા પસંદ કરવાની જરૂર છે? વરિષ્ઠ પાસેથી સલાહ મેળવ્યા પછી, મેં PHP માટે તાલીમ શરૂ કરી, કારણ કે તે શીખવા માટે સરળ અને ઝડપી હતી. તાલીમ પૂર્ણ થયાના થોડા દિવસો પહેલાં, મારી નાની કંપની (5 કર્મચારીઓ) માં PHP ડેવલપર તરીકે પસંદગી થઇ. હું PHP Codeigniter ફ્રેમવર્કનો ઉપયોગ કરીને ત્યાં વેબસાઇટ્સ બતાવતો હતો.</p>\n<p>હું એક નાનકડા શહેરમાંથી આવતો હતો, અને દરરોજ મને મારી નોકરી પર મુસાફરી કરવા માટે 3 કલાક જેવા થતા હતા. લગભગ 2 મહિના પછી, મેં બીજી મોટી કંપનીમાં નોકરી માટે અરજી કરી હતી અને ત્યાં મારી વેબ ડેવલપર તરીકે પસંદગી કરવામાં આવી હતી. ત્યાં હું વેબસાઇટ સંબંધિત પ્રોજેક્ટ્સ માટે સીએમએસ ફ્રેમવર્ક (વર્ડપ્રેસ સિવાયની <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" />) પર કામ કરતો હતો. થોડા દિવસો પછી, મેં મારી વ્યક્તિગત વેબસાઈટને મારા સ્વતંત્ર સમય દરમિયાન વર્ડપ્રેસની મદદથી બનાવી.</p>\n<blockquote><p>“તે સમયે, હું થીમ્સ અને પ્લગિન્સથી વાકેફ ન હતો. હું મારી વેબસાઇટ પર ફેરફારો કરવા માટે માત્ર થીમ ફાઇલો અને એડિટર સાથે રમી રહ્યો હતો! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f61c.png\" alt=\"?\" class=\"wp-smiley\" />”</p></blockquote>\n<p>એક મહિના પછી, મારી ટીમના આગેવાનને જાણવા મળ્યું કે મને વર્ડપ્રેસમાં રસ હતો. ત્યારે મને વર્ડપ્રેસ શીખવાની તક મળી. વર્ડપ્રેસ થીમ્સ અને પ્લગીંસ કેવી રીતે કામ કરે છે એ સમજવા, મેં જાતે શીખીને કેટલાક ડેમો પ્રોજેક્ટસ બનાવ્યા. વર્ડપ્રેસ શીખવાના 3 અઠવાડિયા પછી, મેં મારા પ્રથમ વર્ડપ્રેસ લાઈવ પ્રોજેક્ટ પર કામ કર્યું હતું. આ પ્રોજેક્ટ પૂર્ણ કરવા માટે મને લગભગ 4 મહિના લાગ્યા હતા <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> આ સફળ પ્રોજેક્ટ પછી, સમગ્ર સીએમએસ ટીમ વર્ડપ્રેસમાં જોડાઈ ગઈ.</p>\n<blockquote><p>“મેં અનુભવ કર્યો કે, વર્ડપ્રેસ શીખવું, સહાય મેળવવી અને તેના પર કાર્ય કરવુ ખૂબ જ સરળ છે!”</p></blockquote>\n<p>લગભગ 1 વર્ષ અને 3 મહિના તે કંપની સાથે કામ કર્યા પછી, મને અમારા પ્રોજેક્ટ્સની ભારે આવશ્યકતાના કારણે કામના કલાકો પછી પણ વધારે રોકાઈને કામ કરવા કહેવામાં આવતું હતું અને તે 2 સપ્તાહથી વધુ ચાલુ રહ્યું. ત્યારે મને કામ કરવું ખરેખર ભારયુક્ત અને નિરાશાજનક લાગવા લાગ્યું, તે સમય દરમિયાન ..</p>\n<blockquote><p>“મને “રિમોટ” કામ વિશે જાણવા મળ્યું. પરંતુ મને ખબર નહોતી કે તે કે તે કેવી રીતે કાર્ય કરે છે?”</p></blockquote>\n<p>મેં રિમોટ કામ વિશે તપાસ કરી અને જાણવા મળ્યું કે આ એક કારકિર્દી છે જે તમે તમારા ઘર, કાર્યસ્થળ અથવા તમને પસંદ હોય એ જગ્યાએથી કામ કરી શકો છો. મેં જોયું કે દુનિયામાં ઘણા લોકો રિમોટ કામ ખુબ જ ખુશીથી કરી રહ્યા હતા. મેં ઑફિસ જોબ છોડીને રિમોટ કામ કરવાનું નક્કી કર્યું. મારા માતાપિતા, કુટુંબીજનો અને સંબંધીઓએ મને ઓફિસની નોકરી ના છોડવાની સલાહ આપી કારણ કે તેઓ માનતા હતા કે રિમોટ કામ એ ઓફિસ જોબ જેટલું સુરક્ષિત નથી. પરંતુ હું મારા નિર્ણય સાથે જોડાઈ રહ્યો. માર્ચ 2015 માં, મેં નોટિસના સમયગાળા વગર મારા કામમાંથી રાજીનામું આપ્યું હતું અને શરત હતી કે આ નોકરીનો કોઈપણ અનુભવ પત્ર મને પૂરો પાડવામાં આવશે નહીં.</p>\n<blockquote><p>“પ્રારંભિક તબક્કે ફ્રીલાન્સર બનવું મુશ્કેલ હતું. પરંતુ હું તે ગમે તેમ કરીને શરૂ કરવાનો ખુબ જ પ્રયાસ કરી રહ્યો હતો.”</p></blockquote>\n<p>મેં એક લોકપ્રિય ફ્રીલાન્સર માર્કેટપ્લેસમાં રજીસ્ટર કર્યું હતું. 1 અઠવાડિયાના સખત પ્રયાસ કાર્ય પછી મને પહેલો પ્રોજેક્ટ મળ્યો. આ પ્રોજેક્ટ કાઉન્ટડાઉન ટાઈમર સાથે એક HTML પેજ બનાવવા માટે મને માત્ર $5 મળ્યા હતા. મેં એ પ્રોજેક્ટ સફળતાપૂર્વક પૂરો કર્યો અને શ્રેષ્ઠ રિવ્યૂ મેળવ્યો. તે પછી મેં ઘણા પ્રોજેક્ટ્સ પણ સફળતાપૂર્વક પૂર્ણ કર્યા હતા. બસ આ જ! મને મારો નિર્ણય સાચો પુરવાર થયો. પ્રથમ થોડા અઠવાડિયાની અંદર મેં એક યુએસ ક્લાયન્ટ માટે વેબસાઇટ બનાવી. તેઓ મારા કામથી પ્રભાવિત થયા હતા અને એપ્રિલ 2015 માં મને તેમની કંપની માટે સંપૂર્ણ સમય માટે વેબ ડેવલપર તરીકે નિયુક્ત કર્યો. હું આજે પણ તેમની સાથે ખુબ જ ખુશીપૂર્વક મારા ઘરેથી રિમોટ કામ કરું છું!</p>\n<blockquote><p>“બધું સરળતાપૂર્વક જઈ રહ્યું છે. હું ઘરેથી કામ કરીને સ્વતંત્રતા અને પરિવાર સાથે ગુણવત્તાભર્યો સમય પસાર કરવાનો આનંદ અનુભવું છું.”</p></blockquote>\n<p>ઑક્ટોબર 2016 માં, મને વર્ડકેમ્પ વિશે જાણવા મળ્યું. મેં મારી પહેલી વર્ડકેમ્પ નાસિક 2016 માં હાજરી આપી હતી. હું ઘણા વર્ડપ્રેસ ડેવલપર્સ, ફ્રીલાન્સર્સ, પ્રોફેશનલ્સ, યુઝર્સ અને ઘણા અન્ય લોકોને આ વર્ડકેમ્પ પર મળ્યો હતો. તે પછી, હું વર્ડકેમ્પ નો ચાહક બની ગયો. અમે અમારા શહેરમાં મીટપનું નું આયોજન કરવાનું શરૂ કર્યું. છેલ્લા વર્ષમાં, 6 થી વધુ વર્ડકેમ્પ પર મેં હાજરી આપીને, સ્વયંસેવક અને મિત્ર સ્પોન્સર તરીકે ફાળો આપ્યો છે. હાલમાં હું અમદાવાદ વર્ડપ્રેસ સમુદાયનો સક્રિય સભ્ય છું</p>\n<blockquote><p>“હું વર્ડકેમ્પનો પ્રેમી છું. વર્ડકેમ્પ નવા લોકોને મળવાનો, પોતાના જ્ઞાનની આપ-લે કરવાનો એક માર્ગ છે!”</p></blockquote>\n<p>ઓક્ટોબર 2017 માં, અમે અમારા શહેરમાં સફળતાપૂર્વક વર્ડકૅમ્પનું આયોજન કર્યું હતું. વર્ડકૅમ્પ અમદાવાદની પેનલ ચર્ચામાં મેં વિદ્યાર્થીઓ અને વપરાશકર્તાઓ માટે રિમોટ કામ કેવી રીતે સારી કારકિર્દી હોઈ શકે તે વિશે ચર્ચા કરી હતી.</p>\n<blockquote><p>“વર્ડપ્રેસ ફક્ત સીએમએસ નથી, પણ તે શ્રેષ્ઠ લોકોનો સમુદાય છે.”</p></blockquote>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Remote Work Brings Freedom\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Remote%20Work%20Brings%20Freedom&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Remote Work Brings Freedom\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F&title=Remote+Work+Brings+Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Remote Work Brings Freedom\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/remote-work-brings-freedom/&media=https://heropress.com/wp-content/uploads/2017/12/120617-150x150.jpg&description=Remote Work Brings Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Remote Work Brings Freedom\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/remote-work-brings-freedom/\" title=\"Remote Work Brings Freedom\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/remote-work-brings-freedom/\">Remote Work Brings Freedom</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2017 02: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:16:\"Chetan Prajapati\";s: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: WordCamp US 2017 is Livestreaming All Sessions for Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76937\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/wordcamp-us-2017-is-livestreaming-all-sessions-for-free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2781:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/wordcamp-us-nashville.jpeg?ssl=1\"><img /></a></p>\n<p>WordCamp US is kicking off this morning. If you couldn’t make the journey to Nashville, you can still follow along at home or wherever you are in the world. <a href=\"https://2017.us.wordcamp.org/tickets/\" rel=\"noopener\" target=\"_blank\">Livestream Tickets</a> are free on the event’s website. Once you’ve registered for a ticket, head on over to <a href=\"https://2017.us.wordcamp.org/live-stream/\" rel=\"noopener\" target=\"_blank\">2017.us.wordcamp.org/live-stream/</a> and you’ll be able to tune in to the Fiddle Track, Banjo Track, Guitar Track, and the State of the Word (scheduled for Saturday, December 2, at 4PM CST).</p>\n<p>WordCamp US will be running three tracks simultaneously for both days of the conference and all sessions will be livestreamed. Check out the <a href=\"https://2017.us.wordcamp.org/schedule/\" rel=\"noopener\" target=\"_blank\">schedule</a> to find sessions you want to attend from home. Volunteers will also include captions, which will be embedded within the live stream video. If you have any problems with the stream, the event has a page dedicated to <a href=\"https://2017.us.wordcamp.org/live-stream/attendee-test/\" rel=\"noopener\" target=\"_blank\">livestream attendees</a> with a backup stream, as well as a troubleshooting page for <a href=\"https://2017.us.wordcamp.org/live-stream/support/\" rel=\"noopener\" target=\"_blank\">livestream support</a>.</p>\n<p>If you’re following along on Twitter, the <a href=\"https://twitter.com/wordcampus\" rel=\"noopener\" target=\"_blank\">WCUS Twitter</a> volunteers will be providing threaded coverage of sessions. This should keep your Twitter stream a little tidier with a kickoff tweet for each session, followed by live coverage threaded under each as replies.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Want to follow along with WCUS coverage at home? It will be easy by following our threaded coverage. Each session will start with a tweet that looks like this, All coverage of that session will be threaded to that kick-off tweet. <a href=\"https://t.co/J0M6jo6GEi\">pic.twitter.com/J0M6jo6GEi</a></p>\n<p>— WordCamp US (@WordCampUS) <a href=\"https://twitter.com/WordCampUS/status/936595172485468160?ref_src=twsrc%5Etfw\">December 1, 2017</a></p></blockquote>\n<p></p>\n<p>Want to see WCUS hosted near you in 2019/2020? <a href=\"https://wordcampcentral.polldaddy.com/s/wcus-2019-2020\" rel=\"noopener\" target=\"_blank\">Applications for host cities</a> opened today. If you want to be part of the team that makes WCUS happen in your city, talk to your local WordPress community organizers about filling out an application for the next host city.</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, 01 Dec 2017 15:34:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Dev Blog: The Month in WordPress: November 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2017/12/the-month-in-wordpress-november-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4232:\"<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 4.9 “Tipton”</h2>\n\n\n\n<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>\n\n\n\n<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</p>\n\n\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n\n\n<h2>Apply to Speak At WordCamp Europe 2018</h2>\n\n\n\n<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>\n\n\n\n<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>\n\n\n\n<h2>Diversity Outreach Speaker Training Initiative</h2>\n\n\n\n<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>\n\n\n\n<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>\n\n\n\n<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>\n <li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>\n <li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>\n <li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>\n</ul>\n\n\n\n<p><em></em></p>\n\n\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\n\n\n<p><em></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 11:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:34:\"BuddyPress: BuddyPress 2018 Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=269296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2017/12/buddypress-2018-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:630:\"<p>What would you like BuddyPress to focus on in 2018? The core team has ideas of where BuddyPress can expand on and your input is important to harness the time and resources of an all-volunteer crew.</p>\n<p>The survey will take 10-15 minutes to complete. Be assured that we will not publish your name, email address, nor IP address when we post the results of this survey at BuddyPress.org.</p>\n<p>Thank you for your time and cooperation. Your feedback will help us improve BuddyPress for you.</p>\n<p>=> <strong><a href=\"https://mercime.polldaddy.com/s/buddypress-2018-survey\">Take the 2018 BuddyPress Survey</a></strong></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, 01 Dec 2017 10:26: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:8:\"@mercime\";s: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:72:\"WPTavern: Gutenberg 1.8 Adds Greater Extensibility for Plugin 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:29:\"https://wptavern.com/?p=76855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/gutenberg-1-8-adds-greater-extensibility-for-plugin-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:3668:\"<p><a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.8</a> was released this week with several notable improvements that will give plugin developers more flexibility in extending the editor. It introduces <a href=\"https://github.com/WordPress/gutenberg/pull/3668\" rel=\"noopener\" target=\"_blank\">block templates</a>, which developers can use when registering a new custom post type. The block templates define a set of pre-configured blocks that will initialize when a user creates a new post. In the example below, Gutenberg lead engineer Matias Ventura demonstrates what a block template for a book custom post type might look like.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/block-template-book.gif?ssl=1\"><img /></a></p>\n<p>This release also <a href=\"https://github.com/WordPress/gutenberg/pull/3456\" rel=\"noopener\" target=\"_blank\">improves the design of the tools menu</a> (toggled by the ellipses at the top of the editor) to have a more lightweight UI that will lend itself better to displaying items added by extensions in the future. The new design displays multiple menu items as a radio group where the selected item shows a checkmark, an approach that Gutenberg designers found to be more intuitive after some research.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-29-at-10.02.09-PM.png?ssl=1\"><img /></a></p>\n<p>Version 1.8 adds the ability for developers to <a href=\"https://github.com/WordPress/gutenberg/pull/3577\" rel=\"noopener\" target=\"_blank\">filter allowed block types</a> by specifying an array of type names that can be shown in the inserter component. This capability paves the way for block nesting where developers can define allowed children types. It also allows custom post types to specify which blocks are allowed or restricted, which will be useful for keeping CPTs lean as Gutenberg already has a large number of block types.</p>\n<p>The release also <a href=\"https://github.com/WordPress/gutenberg/pull/3554\" rel=\"noopener\" target=\"_blank\">improves meta box compatibility</a> with a fallback to the classic editor if Gutenberg detects that the meta box is unsupported. Plugin authors can now explicitly declare Gutenberg incompatibility when registering meta boxes, which will trigger a warning to the end user that explains which meta boxes have caused the fallback to the classic editor.</p>\n<p>In addition to all the improvements for extending Gutenberg, version 1.8 makes many small design tweaks, including <a href=\"https://github.com/WordPress/gutenberg/pull/3054\" rel=\"noopener\" target=\"_blank\">updated color pickers</a> with color indications and collapsible panels, <a href=\"https://github.com/WordPress/gutenberg/pull/3563\" rel=\"noopener\" target=\"_blank\">updated icon and tooltip</a> for table of contents menu, and a new <a href=\"https://github.com/WordPress/gutenberg/pull/3483\" rel=\"noopener\" target=\"_blank\">contrast checker</a> for paragraph color options. It also <a href=\"https://github.com/WordPress/gutenberg/pull/3632\" rel=\"noopener\" target=\"_blank\">puts block actions back on the block level</a> for the default, while still preserving the option to change it to a fixed toolbar at the top of the screen.</p>\n<p>For a full list of all the changes in version 1.8, check out the <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">release post</a> and the <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a> 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:\"Thu, 30 Nov 2017 17:23:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:94:\"WPTavern: WPWeekly Episode 296 – Gutenberg, Telemetry, Calypso, and More With 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76917&preview=true&preview_id=76917\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wpweekly-episode-296-gutenberg-telemetry-calypso-and-more-with-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1249:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://ma.tt/\">Matt Mullenweg</a>, co-creator of the WordPress project and CEO of Automattic. We discussed a wide range of topics including, his role on the board of directors at GitLab, Telemetry or data-usage gathering in WordPress, and the WordPress Growth Council.</p>\n<p>We learned what’s happening with the Mobile teams inside Automattic, the future of Calypso, and the role of Pressable as a testing bed. Last but not least, we find out how beneficial joining HackerOne has been for WordPress and why WordPress.com finally allowed the installation of third-party themes and plugins through its Business Plan.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 13th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #296:</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, 30 Nov 2017 04:40: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: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:59:\"WPTavern: WordPress 4.9.1 Released, Fixes Page Template Bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-4-9-1-released-fixes-page-template-bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1473:\"<p>WordPress 4.9.1 <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">is available</a> for download and is a maintenance and security release. This release addresses four security issues in WordPress 4.9 and below that could potentially be used as part of a multi-vector attack. According to the release notes, the following changes have been made to WordPress to protect against these vulnerabilities.</p>\n<ol>\n<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n<li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n<p><a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn are credited with responsibly disclosing the vulnerabilities. In addition to the changes above, 4.9.1 fixes eleven bugs, including the Page Template issue <a href=\"https://wptavern.com/workarounds-for-the-page-template-bug-in-wordpress-4-9\">we wrote about</a> last week. Many sites have already updated to 4.9.1 automatically. To see a list of detailed changes, check out <a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">this post</a> on Make WordPress 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, 30 Nov 2017 04:07:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:96:\"WPTavern: Distributor Plugin Now in Beta: A New WordPress Content Syndication Solution from 10up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76871\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/distributor-plugin-now-in-beta-a-new-wordpress-content-syndication-solution-from-10up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6117:\"<p>10up published a <a href=\"https://10up.com/blog/2017/distributor-plugin/\" rel=\"noopener\" target=\"_blank\">preview of its Distributor plugin</a> today, a new solution for syndicating content across WordPress multisite networks and the web. The <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">plugin</a>, which the company plans to release for free, is currently in final closed beta. It enables content managers to either “push” or “pull” content to/from sites where they have permission to publish.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-push-screenshot.jpg?ssl=1\"><img /></a>image credit: <a href=\"https://10up.com/blog/2017/distributor-plugin/\">10up</a>\n<p>Distributor includes the ability for editors to make changes to the original post and have linked copies automatically inherit the changes. This includes post content, post meta (custom fields), and taxonomy terms. It also ensures that content is SEO-friendly by providing canonical links that prevent duplicate content issues.</p>\n<p>The plugin differs from many <a href=\"https://wordpress.org/plugins/search/syndicate/\" rel=\"noopener\" target=\"_blank\">existing content syndication solutions</a>, which traditionally make use of RSS or XML/RPC, in that it is built using the <a href=\"https://developer.wordpress.org/rest-api/\" rel=\"noopener\" target=\"_blank\">REST API</a>.</p>\n<p>“The main technical advantage of the REST API is that it’s a ‘standard’ inside core for sharing information across sites,” 10up President Jake Goldman said. “Outside of multisite, we never even considered another approach. It is worth saying that you do need Distributor installed on both ‘ends’ for all of its features to work across the REST API – we need to extend the REST API a bit to get everything to pull across (plus the handling of ‘linked’ copies).”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-pull-screenshot.jpg?ssl=1\"><img /></a></p>\n<p>Goldman said that although “syndication” means many different things to different people, the “classic” use case of simply pulling from a source, such as ingesting content from a newswire, is not exactly the use case for Distributor. He said the team behind the plugin is perhaps more excited about the “push” implementation. In building their own solution, 10up also incorporated its trademark lean/streamlined UI, as many existing solutions are more complicated to use.</p>\n<p>“We’re definitely aware that there are other takes at a good content sharing workflow,” Goldman said. “We even helped Automattic refactor their solution a few years ago, which they use on VIP. We took a bit of inspiration from that project, including the modular ‘connection’ types. In earnest, when trying to help our clients find solutions that were intuitive, extensible, and engineered to an enterprise grade, we just couldn’t endorse any of the options we found. It’s more a UX problem – clunky workflows, overwhelming interfaces, feature overload (I prefer a certain simplicity) – than anything, though we also have concerns about how modular / customizable some of the other solutions are.”</p>\n<h3>10up Plans to Release Distributor on WordPress.org Following the Closed Beta</h3>\n<p>10up currently has several clients using Distributor, including large publishers with several properties/magazines/newspapers, as well as large technology businesses using it for their news and media features across a network of sites. The plugin is in final closed beta but 10up is granting early access to those with interesting use cases.</p>\n<p>“We’re casting a pretty broad net in terms of ‘appropriate’ use cases for the beta; in fact, we’re hoping that broader beta testing will open our eyes to great use cases within the scope of its purpose that we hadn’t considered,” Goldman said. “We’ve already heard from some very large publishers, some smaller digital publishers, universities, public school systems, some enterprises with multiple properties, agencies interested in staging content, and just engineers who own multiple sites that share content – we’re excited about all of these use cases!”</p>\n<p>Goldman said his team is most curious to see Distributor applied to use cases that aren’t simply “news and publishing,” including CRMs and product businesses with multiples sites that share content. 10up has not yet tested specific plugins for full compatibility with Distributor, but Goldman said pre-version 1.0, it should work with any plugin that adds custom post types and fields/taxonomies “the WordPress way.”</p>\n<p>“In fact, Distributor checks to see which sites support the same post type and terms before it offers a list of sites you can ‘distribute’ content to (so you can’t ‘distribute’ a WooCommerce product to a site not running WooCommerce),” he said. Selling the same products across multiple stores, with automatically updating inventory and price changes, is just one of the many interesting use cases for Distributor.</p>\n<p>Goldman said the team anticipates taking the plugin out of beta and putting it on WordPress.org by mid to late Q1 of 2018, in approximately 2-3 months, depending on feedback from testers. 10up does not currently have a plan to monetize the plugin.</p>\n<p>“I never want to rule out that there are ‘eventually’ opportunities for commercialization, but I can honestly say that isn’t anywhere on our roadmap or consideration set at the moment,” Goldman said.</p>\n<p>Those who want to get in on the Distributor beta before it is publicly available can <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">sign up on the plugin’s website </a>with a quick explanation of your use case. 10up will send a copy of the plugin for testing.</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 Nov 2017 23:19: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: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:58:\"Dev Blog: WordPress 4.9.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4275:\"<p>WordPress 4.9.1 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n\n\n<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>\n\n\n\n<ol>\n <li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n <li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n <li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n <li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n\n\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>\n\n\n\n<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>\n\n\n\n<ul>\n <li>Issues relating to the caching of theme template files.</li>\n <li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>\n <li>The inability to edit theme and plugin files on Windows based servers.</li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you'd like to learn more</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</a> or venture over to Dashboard → Updates and click \"Update Now.\" Sites that support automatic background updates are already beginning to update automatically.</p>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</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 Nov 2017 20:33:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s: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:74:\"WPTavern: Four Things I’d Like to See in This Year’s State of the Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76830\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/four-things-id-like-to-see-in-this-years-state-of-the-word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2724:\"<p>This weekend, WordPressers from far and wide will descend upon Nashville, TN, for WordCamp US. One of the highlights of the event is Matt Mullenweg’s <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">State of the Word</a>. Last year, Mullenweg shared a variety of statistics, made a few announcements, and plotted a new course for WordPress development.</p>\n<p>As the event draws near, here are some things I’d like to see addressed in this year’s State of the Word.</p>\n<h2>Will There Be A Renewed Effort to Make Calypso Plugin Aware?</h2>\n<p>During the 2016 State of the Word, Mullenweg announced that Calypso became plugin aware.</p>\n<img />Plugin Aware Calypso\n<p>The idea was that plugins that are actively installed on more than 1 million sites could participate in an experimental program that would add meta box support and other plugin specific features to Calypso. To this day, this has not materialized and I’d like to know what happened and if there will be a renewed effort in 2018.</p>\n<h2>An Update on WordPress Foundation Supported Initiatives</h2>\n<p>Last year, we learned that WordCamp Central became its own Public Benefit Corporation while the WordPress Foundation maintained its non-profit status. In addition, the Foundation announced support for like-minded non-profits such as, Hack the Hood, Internet Archive, and Black Girls CODE.</p>\n<p>I’d like to know how much money the Foundation has contributed to these causes and if any progress has been made on providing educational workshops in underdeveloped countries.</p>\n<h2>An Update on WordPress’ Development/Release Strategy</h2>\n<p>A year into WordPress’ new development and release strategy, I’d like to know what challenges he and the team have faced and overcome. I’d also like to know if the results he has seen thus far warrant continuing the experiment in 2018.</p>\n<h2>Take an Opportunity to Explain What Gutenberg Really Is</h2>\n<p>Last year, Mullenweg surprised the community by announcing that the WordPress post editor would be revamped. Since then, we’ve learned that the project’s <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">name is Gutenberg</a> and it’s about more than just the editor. I’d like to see Mullenweg take this unique opportunity to provide a deeper explanation into what the project is and why it’s pivotal for WordPress’ continued success.</p>\n<hr />\n<p>This year’s State of the Word will be presented on Saturday, December 2nd, at 4PM Eastern. If you can’t see it in-person, you can <a href=\"https://2017.us.wordcamp.org/live-stream/\">watch it for free</a> via the livestream.</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 Nov 2017 17:38:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"HeroPress: WordPress Gave Me the Perfect Identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2294\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"https://heropress.com/essays/wordpress-gave-perfect-identity/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-gave-perfect-identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18339:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/112917-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have fallen head over heels in love with WordPress and I am excited.\" /><h3>How it all began…</h3>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself.jpg\"><img class=\"size-medium wp-image-2305\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I just love this picture of myself..hehehe\n<p>I remember when cybercafés started trending in Nigeria; I had just finished high school and was awaiting my results for admittance into the university. I would spend not less than 10 hours surfing the internet every day, all my pocket money went into buying bulk time at cafes. My first email was opened in 2002 on my 1st attempt to surf the internet. Spending my day at cafes continued till I left the university after which I bought a desktop computer and a modem. You can imagine my excitement as being a proud owner of a PC even though it was a desktop PC.</p>\n<p>You see, my first degree was in Philosophy. I remember my dad asking me if I was sure about that course because prior to my senior school leaving exams I had always said I was going to study business administration. What business administration was, to be honest, I had no idea, I only wanted it because I had the impression it was a cool course and I would be a corporate employee in a big firm strutting around in my skirt suit looking all glamorous.</p>\n<h3><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2.jpg\"><img class=\"size-medium wp-image-2310 aligncenter\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></a>Funny right?</h3>\n<p>Anyway i always had a thing for Philosophy so you can imagine my enthusiasm when I discovered Philosophy was a course of study, of course I opted to study Philosophy in 2004 and graduated in 2008. However my love for the internet did not reduce by the way. I not only surfed the internet but I spent a lot of time freelancing and testing my skills as a ghost writer on different freelancing sites. I also went into blogging as well in 2009. I tried using blogger, hubpages and WordPress, but oh my, I found WordPress so complicated for me because I did not understand how it worked so I stuck with blogger and hubpages.</p>\n<h3>Growing up as a Timid but Curious Cat…</h3>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother.jpg\"><img class=\"wp-image-2306 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I and my little brother. Haa of course we all grown now. Haha\n<p>During my younger years and even up to two years ago I was always a shy person deep down in my mind, but alas quite a number of people thought I was bold. This might be because 99.9% of my friends were males, or maybe not. Perhaps this could also be because I grew up with 3 brothers and no sister. It’s quite shocking though that they thought that way because it is only quite recent that I cultivated the courage to speak my mind. Prior to a year ago (2016), expressing my feelings by speaking the words out was a <em>herculean task</em>; this was what led me to starting a personal blog around 2009. I needed to let out my feelings and since I dared not speak them out, I blogged them.</p>\n<p>Blogging gave me a voice and a medium to express my thoughts and I became a better writer with each passing script. After my one year government mandated youth service in 2010 which is required of every Nigerian citizen after a bachelor’s degree, I bought an HP Mini Laptop. Can you imagine my excitement at owning a personalized computer? This I could carry around, my happiness knew no bounds.</p>\n<p>In 2010 thanks to the social network Facebook I met an Uncle of mine and we became BFF’s {Best Friends Forever} even though we had never met physically before. He was in Rome at the period we met studying Media and Communication. He came back home in 2012 but his job as a Salesian Brother took him to Ghana. Of course I made sure to keep a date with him when he came back home briefly in 2012 before heading to resume in Ghana. We had cake and ice cream at my favourite café that day.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam.jpg\"><img class=\"size-medium wp-image-2303\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>I and my BFF Uncle..Hehe\n<h3>Rediscovering WordPress…</h3>\n<p>Then came 2015, I ended a horrid relationship and i lost my best friend female; I mean I thought I was in love, but alas I had loved the idea of loving a person. I was not happy and I wanted a breath of fresh air and a change of environment. At that period, I had obtained a postgraduate diploma in mass communication and I had started a Masters Degree in Information Management and my required 3 months internship was coming up that summer. I decided to volunteer in Ghana at the headquarters of the <a href=\"https://sdbafw.org\" target=\"_blank\" rel=\"noopener\">Salesians of Don Bosco in West Africa {SDBAFW}</a> where my Uncle was. My time there was beyond awesome and a new beautiful story in my life chapter.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman.jpeg\"><img class=\"size-medium wp-image-2309\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman-300x300.jpeg\" alt=\"\" width=\"300\" height=\"300\" /></a>I met a lot of amazing people and made new friends within the SDB community in Ashaiman, Ghana\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum.jpg\"><img class=\"size-medium wp-image-2308\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>i and other volunteers and great friends at Kakum National Park in Cape Coast, Ghana\n<p>I worked in the communications department at the SDBAFW province. My Uncle knew how much I loved blogging and he had been my writing tutor for a while, so one day he asked why I was not blogging on WordPress. Of course I went on about how difficult and complicated the platform was, he sighed, told me their organization website was built on WordPress and he gave me a folder with tutorial videos made by <a href=\"https://twitter.com/mor10\">Morten Rand-Hendriksen</a> for beginners to go watch.</p>\n<p>After two weeks of watching those videos, my life changed. You see prior to 2015 I treated my time online as a purely personal affair because I was just passionate about being online right, exploring, freelancing and discovering. I never thought it would become something I could make a full time career out of. I was still pursuing a career in Human Resources since managing people was another thing I was great at. In late 2015 I had joined a series of online Facebook groups and I was wowed by one in particular run by John Obidi (<a href=\"https://web.facebook.com/groups/smartbcamp\" target=\"_blank\" rel=\"noopener\">SmartBCamp</a>) because I saw a lot of people earning an income from things I did and knew for the fun of it. I found myself asking what planet I had been living on and why I had not made my passion my business.</p>\n<p>Hence I made a decision in 2016 to make my passion my business, I decided to move to Lagos since I was done with my Master’s coursework and focus on this new journey of mine. Meanwhile in December of 2015, a woman had contacted me saying she loved how my blog UX on WordPress looked and if I could work on hers.</p>\n<blockquote><p>As at then I didn’t even know the difference between wordpress.com and wordpress.org so I started googling which is something I’m also great at.</p></blockquote>\n<p>I took on the task of redesigning her website and I started troubleshooting all the current issues she had on her site, I read up a lot, I visited the WordPress.Org/showcase and was wowed with all the good things I could do with WordPress.org, I especially loved Snoop Doggs website and told myself my goal would be to be able to make a project that would look like that one day. But of course the first few sites I designed were horrible, when I look back at them now I wonder what was going on in my head when I designed them.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh.jpg\"><img class=\"size-medium wp-image-2302\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>A typical day for me in front of my PC\n<p>Alas I had great online plans for the year 2016 but up until the middle of year 2016, I had a series of bad experiences that sent me back to the stone age and my parents house; I blogged about it <a href=\"https://mojispeaks.com/2017/01/09/my-2016-in-retrospect/\">here</a>. They were bad experiences alright, but a lot of good came out of them. I got saved bit by bit and found my rhythm again. Meanwhile I was already <em><strong>falling in love with WordPress</strong></em> so I decided to look for ways to give back. That’s when I stumbled upon make.wordpress.org and discovered there were so many ways to give back. I was not a programmer alright so what will I go to do in Core or CLI or any other similar place, I automatically went for the community.</p>\n<h3>Building the Nigerian WordPress Community…</h3>\n<p>In November 2016 I made one of the best decisions that turned my life around. I was fed up because the entire year had not turned out in any way I had planned in December 2015 of the previous year. So I made an interesting decision to turn off my data and go to sleep by 10pm. Trust me this was a big decision for me before I would usually freak out if my data wasn’t functioning or if my phone battery died. Anyway during this period I had moved back to my parents’ right and I needed to work in a quiet room because I so much needed to focus.</p>\n<p>Also by now I had discovered there was a WordPress Meetup community in Lagos but when I applied I did so for Ogun which is my state, but during my conversations with WordPress Global they had requested if I would be willing to join the Lagos WordPress Group, at first I was a little hesitant because Lagos is an hour drive from my town, I don’t have a car, so that adds another one hour. Surely you can’t live in Lagos and not know Lagos and traffic are best buddies so that adds another hour to my trip. Without thinking too much about it I agreed. Looking back today I do not regret it one bit.</p>\n<blockquote><p>This started my journey as a WordPress Lagos Community Co-organizer and a Community Deputy.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788.jpeg\"><img class=\"size-medium wp-image-2317\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>the first meetup i had as a Lagos co-organizer</blockquote>\n<p>This is 2017 right, I must not fail to mention it to you that my income in the last one year has come solely from WordPress Web Design. Today the Nigerian WordPress has grown, still growing definitely, the Lagos WordPress Meetup group has also grown and we have had 8 Meetups this year. I have made great friends and co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am. We are hosting the very first Nigerian <a href=\"https://2018.lagos.wordcamp.org/\">WordCamp in Lagos</a> on March 10 2018 at the Civic Centre in Victoria Island, Lagos. I must not forget to mention that we also now have an Ijebu WordPress Community; that’s my town alright <span class=\"ttfmake-icon mceNonEditable fa\"></span> .</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\"><img class=\"wp-image-2312 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\" alt=\"\" width=\"299\" height=\"224\" /></a>this was our 4th meetup event this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018.jpg\"><img class=\"wp-image-2313 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>this was our first meetup event this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287.jpeg\"><img class=\"wp-image-2316 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>our third meetup early this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1.jpg\"><img class=\"size-medium wp-image-2318\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>WPlagos 30th Sept Meetup (5th meetup this year)\n<p>We recently created a <a href=\"https://photos.app.goo.gl/VNx047kS0Bj8u7z63\" target=\"_blank\" rel=\"noopener\">google photos for our past meetups, click here to view them. </a>So tell me why I shouldn’t be grateful? Why I shouldn’t fall in love with WordPress? Because this is all that has happened to me since I met WordPress, <em><strong>I have fallen head over heels in love with WordPress and I am excited.</strong></em></p>\n<h3>What have i gained from WordPress?</h3>\n<ol>\n<li>I overcame my stage fright fully because i have to get in front of the crowd at every meetup to do the introductions and introduce the WordPress communities.</li>\n<li>I attended my first WordCamp in Cape Town, South Africa. <a href=\"https://youtu.be/PE6k8-PLKVk\" target=\"_blank\" rel=\"noopener\">Click here to see my picture story</a>. Coincidentally this was also my first time outside West Africa. I had never been in an aircraft for more than one hour before my trip.</li>\n<li>I have made money from WordPress Web Design Projects, enough to sustain me during my learning period. Still learning everyday.</li>\n<li>I jumped off <a href=\"https://mojispeaks.com/2017/11/19/i-did-jump-off-a-hill-my-wordcamp-cape-town-story/\" target=\"_blank\" rel=\"noopener\">Signal Hill in Cape Town, find post here</a>; next up, sky diving.</li>\n</ol>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1.jpg\"><img class=\"size-medium wp-image-2314\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>At a WordCamp Cape Town session\n<p><strong>My advice to you from my experience so far…</strong></p>\n<p>Always seek to understand the basics of whatever knowledge you seek…never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will crash down effortlessly if you do so and would have learnt nothing.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity.png\"><img class=\"size-medium wp-image-2315\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity-300x225.png\" alt=\"\" width=\"300\" height=\"225\" /></a>WordPress Gave Me the Perfect Identity Indeed…I no longer roam the internet..hehehe\n<blockquote>\n<p>The End…?<br />\nI Don’t Think So…<br />\nMy Story has Just Begun. <strong>Stay Tuned….!</strong></p>\n</blockquote>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Gave Me the Perfect Identity\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Gave%20Me%20the%20Perfect%20Identity&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Gave Me the Perfect Identity\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F&title=WordPress+Gave+Me+the+Perfect+Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Gave Me the Perfect Identity\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-gave-perfect-identity/&media=https://heropress.com/wp-content/uploads/2017/11/112917-150x150.jpg&description=WordPress Gave Me the Perfect Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Gave Me the Perfect Identity\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\" title=\"WordPress Gave Me the Perfect Identity\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\">WordPress Gave Me the Perfect Identity</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 12:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Mary Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:71:\"WPTavern: WordCamp Albuquerque Gears Up for 5th Edition in January 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76845\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wordcamp-albuquerque-gears-up-for-5th-edition-in-january-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3644:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-28-at-8.15.51-PM-e1511921930548.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://2018.albuquerque.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Albuquerque</a> is gearing up for its 5th edition January 19-21, 2018, following events held in 2011, 2012, 2013, and 2016. An all-new organizing team is ready to invigorate the Southwestern WordPress community with an exciting array of world-class speakers and educational opportunities for both new and experienced users.</p>\n<p>Lead organizer Alonso Indacochea said the team is expecting to host 300 attendees. Many of them will be coming from New Mexico, Southern Colorado, West Texas, and Arizona.</p>\n<p>“The southwestern community is interesting because there are a lot of developers doing really interesting tech work, but a lot of it happens in silos due to government secrecy,” speaker wrangler Sam Hotchkiss said. “New Mexico has a rich history of technology, from the Manhattan Project and the creation of the first nuclear weapons to the formation of Microsoft, which was founded in Albuquerque in 1975.</p>\n<p>“We’re trying to pull together that community to connect with each other, and also establish Albuquerque as a WordCamp with consistently high-quality speakers of global renown.”</p>\n<p>In pursuit of this goal, Hotchkiss has recruited a healthy crop of top quality speakers from the WordPress community. During the Saturday afternoon session, <a href=\"http://chrislema.com/\" rel=\"noopener\" target=\"_blank\">Chris Lema</a>, Vice President of Products and Innovation at <a href=\"https://www.liquidweb.com/\" rel=\"noopener\" target=\"_blank\">Liquid Web</a>, will be interviewing a diverse group of speakers in the main hall, including the following:</p>\n<ul>\n<li>Ashleigh Axios, former Creative Director for the Obama White House and AIGA Board Member</li>\n<li>Sakin Shrestha, Founder of Catch Themes and the main drive behind the vibrant WordPress community in Nepal</li>\n<li>John Maeda, Global Head, Computational Design and Inclusion at Automattic</li>\n<li>Jon Brown, WordPress Nomad</li>\n<li>Alonso Indacochea, WordCamp lead organizer, who had no serious software development experience 5 years ago, went through a local boot camp, and is now CEO of the fastest growing digital agency in New Mexico</li>\n</ul>\n<p>This year WordCamp Albuquerque will feature multiple tracks sorted by topic, beginning with a WordPress Fundamentals track on Friday, January 19.</p>\n<p>“Foundation Friday is something I’ve seen be really successful at other camps,” Hotchkiss said. “It gives people who are new to WP a base of knowledge so that they can go into Saturday feeling confident and ready to learn. Each class on Friday will build on the one before it. Starting from scratch? Show up at 9. Already have a site, but need help handling the layout? Come at 10:30.”</p>\n<p>Saturday’s program will include sessions in the Business, Design, and Development tracks throughout the day, in addition to the planned interviews. A contributor day session is planned for Sunday. The event’s organizers are still <a href=\"https://2018.albuquerque.wordcamp.org/speakers/\" rel=\"noopener\" target=\"_blank\">accepting speaker applications</a> until midnight on Monday, December 4. They plan to finalize the schedule next week. <a href=\"https://2018.albuquerque.wordcamp.org/attendees/\" rel=\"noopener\" target=\"_blank\">Tickets</a> are on sale now and attendees can elect to purchase one for whatever combination of days they wish to attend.</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 Nov 2017 02:30:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:52:\"WPTavern: Practicing the Pac-Man Rule at WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/practicing-the-pac-man-rule-at-wordcamp-us\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1750:\"<p>With more than 2,000 attendees expected, WordCamp US is one of the largest conferences devoted to WordPress. It’s a great opportunity to meet a lot of new faces and catch up with familiar ones. If you’re standing in the hallway at WordCamp US speaking with a group of people and want to encourage others to say hi or be part of the conversation, try this tip <a href=\"https://www.facebook.com/GreatSmokyMountainsAssociation/videos/10155628004363673/\">shared by</a> Jason Cosper called the <a href=\"http://ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/\">Pac-Man rule</a> written by Eric Holscher.</p>\n<img />photo credit: rbatina <a href=\"http://www.flickr.com/photos/27988337@N00/12081061246\">Random Phone Shots</a> <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p>The rule is simple. When standing in a circle, provide an opening for someone to join the group. By standing in an open circle, it gives a passersby explicit permission to join the group and limits the appearance of cliques. I didn’t realize how standing in a closed circle can be off-putting to those wanting to introduce themselves or chime in until learning about this rule.</p>\n<p>In addition to the Pac-Man rule, <a href=\"https://twitter.com/bobWP/status/935576711252533248\">Bob Dunn suggests</a> using eye contact to invite people to the group. <a href=\"https://twitter.com/mor10/status/935582280164065280\">Morten Rand-Hendriksen suggests</a> that if you’re looking to start a conversation with someone new, start with groups of two people as they likely know each other and want to talk to new people. I’ll be practicing the Pac-Man rule this weekend and I encourage other attendees to do so as well.</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 Nov 2017 21:06: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: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:71:\"WPTavern: Gutenberg Team Is Ramping Up Usability Testing at WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/gutenberg-team-is-ramping-up-usability-testing-at-wordcamp-us\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4848:\"<p>The Gutenberg Team will have a usability testing station set up at WordCamp US where attendees can participate in a round of pre-set tests that focus on the writing flow. Testers will answer a short survey that includes their prior WordPress experience level, age, and device used. Volunteers will get participants set up with a testing site and will start the screen recording app.</p>\n<p>Testers will be asked to create a post based on the content shown in an image. There are three different images, which require the user to perform actions such as adding images, embedding media, creating unordered lists, adding quotes, and other basic content creation tasks. In order to segment results, the usability tests have been divided into <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32RWJRa2diODFXVGs/view\" rel=\"noopener\" target=\"_blank\">beginner</a>, <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32bVpyd2xaaFVVMWM/view\" rel=\"noopener\" target=\"_blank\">intermediate</a>, and <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32R3U0ZkJRVXBySWM/view\" rel=\"noopener\" target=\"_blank\">advanced</a> level images.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-10.23.35-PM.png?ssl=1\"><img /></a>Advanced level task image for Gutenberg usability testing\n<p>After completing the test, participants will be asked to answer a few followup questions, such as “Did the task take longer or shorter than you expected?” and “Are you more or less likely to use the Gutenberg editor in the future?”</p>\n<p>“This is the second round of usability testing scripts — we tried out the first batch of scripts at WordCamp Milano, and made some adjustments for clarity,” Gutenberg design lead Tammie Lister said. “As a result of testing, we moved the toolbar on blocks to not be fixed and back to the block. At Milano, we tested the tests.”</p>\n<p>As the result of these tests and other prior feedback, Lister <a href=\"https://github.com/WordPress/gutenberg/issues/3570\" rel=\"noopener\" target=\"_blank\">recommended the default position of the toolbar to be fixed to the block</a>.</p>\n<p>Anna Harrison, UX lead at Ephox (the makers of tinyMCE), has been instrumental in helping with the efforts around testing and writing scripts. She also offered <a href=\"https://github.com/WordPress/gutenberg/issues/3570#issuecomment-345879950\" rel=\"noopener\" target=\"_blank\">feedback on the ticket</a>, referencing comments from the previous discussion on the issue:</p>\n<blockquote><p>A fixed [docked to top] toolbar solution has several complications. Firstly, we break accessibility. I won’t reiterate the discussion, as it’s well articulated above. Secondly, we break things independent of accessibility – I ran user tests on something quite similar to this last year, and we discovered that <a href=\"https://go.tinymce.com/blog/from-the-ux-desk-road-testing-inline-image-editing/\" rel=\"noopener\" target=\"_blank\">disconnecting the toolbar from the point of action resulted in 100% user test fails</a>.</p></blockquote>\n<p>Gutenberg version 1.8 will change the default back to displaying block actions on the block level, although the option to change it to a fixed toolbar at the top of the screen will still be available. This change is one example of how usability testing is shaping Gutenberg’s development. WordCamp US is an opportunity for the team to collect a host of new testing data in one place.</p>\n<p>Lister said all the data that is collected will be processed by volunteers on the make/test team, but the team is still small and they could use more volunteers to work on this effort.</p>\n<p>“The turnaround time on processing the data we collect really depends on how many volunteers are available to work on it,” Lister said. “It also depends on if it’s a bug reported – bugs are easier to get fixed right away. If the data indicates an area where we need to investigate more, we’ll do that. The results of the testing will be published on make.wordpress.org/test.”</p>\n<p>Lister said the team is hoping to reach a wider variety of WordPress users at WCUS this year, from all backgrounds and careers. The testing booth offers an opportunity for anyone to contribute to the future of WordPress, regardless of your experience level or familiarity with the software. The team is also eager to broaden its testing field by recruiting non-WordPress users as well. If you can’t make it to WordCamp US, you can still <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\" rel=\"noopener\" target=\"_blank\">contribute to Gutenberg by taking and administering usability tests</a> on your own with the help of the instructions posted on the make.wordpress.org/test site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 16:55:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:102:\"WPTavern: Delete Me WordPress Plugin Assists Website Owners in Granting the GDPR Right to be Forgotten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/delete-me-wordpress-plugin-assists-website-owners-in-granting-the-gdpr-right-to-be-forgotten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4080:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/eraser.jpg?ssl=1\"><img /></a>photo credit: pj_vanf <a href=\"http://www.flickr.com/photos/48066826@N02/5006945413\">to err is human</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>With the EU GDPR compliance deadline just <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">178 days away</a>, many WordPress site owners are looking for tools that will help them meet the requirements. The regulation expands existing rights of data subjects in several key ways, including (but not limited to) the right to be notified of data breaches, the right to access personal data, the right to be forgotten, and the right to data portability.</p>\n<p>A plugin called <a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a>, by Clinton Caldwell, is one that may be helpful in addressing the Right to be Forgotten. The <a href=\"https://www.eugdpr.org\" rel=\"noopener\" target=\"_blank\">GDPR.org</a> website breaks it down as follows:</p>\n<blockquote><p>Also known as Data Erasure, the right to be forgotten entitles the data subject to have the data controller erase his/her personal data, cease further dissemination of the data, and potentially have third parties halt processing of the data. The conditions for erasure, as outlined in article 17, include the data no longer being relevant to original purposes for processing, or a data subjects withdrawing consent. It should also be noted that this right requires controllers to compare the subjects’ rights to “the public interest in the availability of the data” when considering such requests.</p></blockquote>\n<p>The Delete Me plugin takes this one step further for site owners who are comfortable allowing users to delete their own data without having to create a request for it. By default, the delete button displays on the profile.php screen in the admin, but administrators can elect to use a shortcode to display it somewhere else on the frontend.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.42-PM.png?ssl=1\"><img /></a></p>\n<p>The plugin will delete the users’ posts, links, and even comments (optional) after the user confirms. The confirmation screen could stand to include more information about what data is being deleted so that the user knows what to expect. However, administrators do have the option to specify this within the JavaScript confirmation dialog. After deletion the user is dumped back out to the homepage by default, but the redirect URL can be configured in the plugin’s settings page.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.21-PM.png?ssl=1\"><img /></a></p>\n<p>Additional configurable settings include the ability to select specific WordPress roles to allow to delete themselves, specify class and style attributes of delete link, enable or disable JavaScript confirm for Shortcode, specify button text, and send an email notification when users delete themselves.</p>\n<p>Delete Me also supports network activation and single site activation for multisite installations. By default, users can only delete themselves and their content from a single site, while other networked sites where they are registered will not be affected. The plugin does include a “Delete From Network” checkbox that administrators can enable to allow users to delete themselves from all sites on the network.</p>\n<p><a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a> is available for free on WordPress.org. I tested the plugin and have confirmed that it works with WordPress 5.0-alpha. It is currently active on more than 2,000 sites. By no means does it satisfy the full requirements of the GDPR, but it provides a decent starting point for site owners who want to make this option available to their users without having to manually fulfill their requests.</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 Nov 2017 00:08:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:99:\"WPTavern: WPWeekly Episode 295 – Turkey With A Side of Gutenberg and Giving Thanks to Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76789&preview=true&preview_id=76789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wpweekly-episode-295-turkey-with-a-side-of-gutenberg-and-giving-thanks-to-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3233:\"<p>I apologize for the delay in getting this episode out to you. In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discussed a range of topics, including a caching bug introduced in WordPress 4.9 that causes Page Templates not to display for an hour. We talk about the possibilities of using Gutenberg with WooCommerce and how it could impact product management.</p>\n<p>As is tradition, near the end of the show, we shared what we’re thankful for. We also shared what listeners are <a href=\"https://twitter.com/jeffr0/status/933101857039200258\">thankful for</a> regarding open source.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://core.trac.wordpress.org/ticket/42573\">This bug</a> is causing some theme developers to rip their hair out. Weston Ruter <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">explains</a> why the change was implemented.<br />\n<a href=\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\">WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era</a><br />\n<a href=\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\">Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2018-speaker-applications-now-open\">WordCamp Europe 2018 Speaker Applications Now Open</a><br />\n<a href=\"https://wptavern.com/github-launches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\">GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wordpress.org/plugins/trigger-happy/\">Trigger Happy</a> developed by Hotsource is a visual scripting tool for WordPress, allowing you to connect plugins and events together using a simple user interface. It currently supports core WordPress functionality, WooCommerce, and Ninja Form.</p>\n<p><a href=\"https://github.com/boogah/big-dummy\">Big dummy</a> is a project for folks who need to emulate an established blog with plenty of content while doing WordPress benchmarking and performance testing.</p>\n<p>There are 2495 posts, 6197 comments, 231 tags, 26 categories, and 10 pages worth of WordPress dummy data, fully ready to import. That’s 3 (simulated) years worth of content. <i>Note:</i> There are ~1.6 GB of images (courtesy of<a href=\"https://unsplash.com\"> Unsplash</a>) attached to these posts. It’s a very good idea to import everything <i>but</i> the media in order to avoid timeouts or errors with the WordPress Importer.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 29th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #295:</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:\"Mon, 27 Nov 2017 07:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: Workarounds for the Page Template Bug in WordPress 4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/workarounds-for-the-page-template-bug-in-wordpress-4-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2105:\"<p>WordPress 4.9 “Tipton” <a href=\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\">was released</a> last week and although it’s largely trouble-free, there is one particular issue <a href=\"https://wordpress.org/support/topic/updated-to-4-9-wont-detect-page-template/\">users</a> and <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:75\">developers</a> are running into that’s causing frustration. In 4.9, custom page templates that are created fail to display in the Template drop-down menu. The issue is related to changes made to the <a href=\"https://core.trac.wordpress.org/changeset/41806\">file editor</a>.</p>\n<p>Previous versions of WordPress listed files 2-levels deep in the editor. In 4.9, the entire directory tree for a theme is listed regardless of its depth. Caching was added to help limit the performance impacts of loading large WordPress themes. “An unintended side effect of the caching is that the same directory listing function <tt>get_files</tt> is used both for the theme editor and for gathering page templates,” Weston Ruter, Co-Release Lead for WordPress 4.9 <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">said</a>.</p>\n<p>Within the <a href=\"https://core.trac.wordpress.org/ticket/42573\">trac ticket</a>, developers suggests that a button be added that flushes all caches or disabling the cache if <tt>WP_DEBUG</tt> is set to true. Neither suggestion turned into a patch committed to core. Instead, Ruter has <a href=\"https://gist.github.com/westonruter/6c2ca0e5a4da233bf4bd88a1871dd950\">released a plugin</a> as a workaround that flushes the template cache. Other workarounds include, bumping the theme’s version, running the <tt>wp cache flush</tt> command in WP CLI, or waiting 60 minutes for the cache to expire.</p>\n<p>The ticket is marked as a high priority but because of the upcoming holidays in the US and WordCamp US next weekend, it could be at least a few weeks before WordPress 4.9.1 is released.</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 Nov 2017 00:42:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:97:\"WPTavern: Tide Project Aims to Audit and Score WordPress Themes and Plugins based on Code Quality\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/tide-project-aims-to-audit-and-score-wordpress-themes-and-plugins-based-on-code-quality\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8526:\"<p>Last week XWP dropped an intriguing <a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\" rel=\"noopener\" target=\"_blank\">preview of a new project called Tide</a> that aims to improve code quality across the WordPress plugin and theme ecosystems. The company has been working with the support of Google, Automattic, and WP Engine, on creating a new service that will help users make better plugin decisions and assist developers in writing better code.</p>\n<p>XWP’s marketing manager Rob Stinson summarized the project’s direction so far:</p>\n<blockquote><p>Tide is a service, consisting of an API, Audit Server, and Sync Server, working in tandem to run a series of automated tests against the WordPress.org plugin and theme directories. Through the Tide plugin, the results of these tests are delivered as an aggregated score in the WordPress admin that represents the overall code quality of the plugin or theme. A comprehensive report is generated, equipping developers to better understand how they can increase the quality of their code.</p></blockquote>\n<p>The XWP announcement also included a screenshot of how this data might be presented in the WordPress plugin directory:</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/jetpack-tide-plugin-score.jpg?ssl=1\"><img /></a></p>\n<p>XWP plans to unveil the service at WordCamp US in Nashville at the Google booth where they will be inviting the community to get involved. Naturally, a project with the potential to have this much impact on the plugin ecosystem raises many questions about who is behind the vision and what kind of metrics will be used.</p>\n<p>I contacted Rob Stinson and Luke Carbis at XWP, who are both contributors to the project, to get an inside look at how it started and where they anticipate it going.</p>\n<p>“Tide was started at XWP about 12 months ago when one of our service teams pulled together the idea, followed up by a proof of concept, of a tool that ran a series of code quality tests against a package of code (WordPress plugin) and returned the results via an API,” Stinson said. “We shortly after came up with the name Tide, inspired by the proverb ‘A rising tide lifts all boats,’ thinking that if a tool like this could lower the barrier of entry to good quality code for enough developers, it could lift the quality of code across the whole WordPress ecosystem.”</p>\n<p>Stinson said XWP ramped up its efforts on Tide during the last few months after beginning to see its potential and sharing the vision with partners.</p>\n<p>“Google, Automattic and WP Engine have all helped resource (funds, infrastructure, developer time, advice etc) the project recently as well,” Stinson said. “Their support has really helped us build momentum. Google have been a big part of this since about August. We had been working with them on other projects and when we shared with them the vision for Tide, they loved it and saw how in line it is with the vision they have for a better performant web.”</p>\n<p>The Tide service is not currently active but a beta version will launch at WordCamp US with a WordPress plugin to follow shortly thereafter. Stinson said the team designed the first version to present the possibilities of Tide and encourage feedback and contribution from the community.</p>\n<p>“We realize that Tide will be its best if its open sourced,” he said. “There are many moving parts to it and we recognize that the larger the input from the community, the better it will represent and solve the needs of the community around code quality.”</p>\n<p>At this phase of the project, nothing has been set in stone. The Tide team is continuing to experiment with different ways of making the plugin audit data available, as well as refining how that data is weighed when delivering a Tide score.</p>\n<p>“The star rating is just an idea we have been playing with,” Stinson said. “The purpose of it will be to aggregate the full report that is produced by Tide into a simple and easy to understand metric that WordPress users can refer to when making decisions about plugins and themes. We know we haven’t got this metric and how it is displayed quite right. We’ve had some great feedback from the community already.”</p>\n<p>The service is not just designed to output scores but also to make it easy for developers to identify weaknesses in their code and learn how to fix them.</p>\n<p>“Lowering the barrier of entry to writing good code was the original inspiration for the idea,” Stinson said.</p>\n<h3>Tide Project Team Plans to Refine Metrics Used for Audit Score based on Community Feedback</h3>\n<p>The Tide project website, <a href=\"http://wptide.org\" rel=\"noopener\" target=\"_blank\">wptide.org</a>, will launch at WordCamp US and will provide developers with scores, including specifics like line numbers and descriptions of failed sniffs. Plugin developers will be able to use the site to improve their code and WordPress users will be able to quickly check the quality of a plugin. XWP product manager Luke Carbis explained how the Tide score is currently calculated.</p>\n<p>“Right now, Tide runs a series of code sniffs across a plugin / theme, takes the results, applies some weighting (potential security issues are more important than tabs vs. spaces), and then averages the results per line of code,” Carbis said. “The output of this is a score out of 100, which is a great indicator of the quality of a plugin or theme. The ‘algorithm’ that determines the score is basically just a series of weightings.”</p>\n<p>The weightings the service is currently using were selected as a starting point, but Carbis said the team hopes the WordPress community will help them to refine it.</p>\n<p>“If it makes sense, maybe one day this score could be surfaced in the WordPress admin (on the add new plugin page),” Carbis said. “Or maybe it could influence the search results (higher rated plugins ranked first). Or maybe it just stays on wptide.org. That’s really up to the community to decide.”</p>\n<p>In addition to running codesniffs, the Tide service will run two other scans. A <a href=\"https://developers.google.com/web/tools/lighthouse/\" rel=\"noopener\" target=\"_blank\">Lighthouse</a> scan, using Google’s open-source, automated tool for improving the quality of web pages, will be performed on themes, which Carbis says is a “huge technological accomplishment.”</p>\n<p>“For every theme in the directory, we’re spinning up a temporary WordPress install, and running a Lighthouse audit in a headless chrome instance,” Carbis said. “This means we get a detailed report of the theme’s <em>front end output</em> quality, not just the code that powers it.”</p>\n<p>The second scan Tide will perform measures PHP compatibility and will apply to both plugins and themes.</p>\n<p>“Tide can tell which versions of PHP a plugin or theme will work with,” Carbis said. “For users, this means we could potentially hide results that we <em>know</em> won’t work with their WordPress install (or at least show a warning). For hosts, this means they can easily check the PHP compatibility before upgrading an install to PHP 7 (we think this will cause <em>many</em> more installs to be upgraded – the net effect being a noticeable speed increase, which we find really exciting and motivating).”</p>\n<p>Carbis said that the team is currently working in the short term to get the PHP Compatibility piece into the WordPress.org API, which he says could start influencing search results without any changes to WordPress core.</p>\n<p>“We’d also like to start engaging with the community to find out whether surfacing a Code Quality score to WordPress users is helpful, and if it is, what does that look like? (e.g. score out of 100, 5 star rating, A/B/C/D, etc.),” Carbis said. “We will release our suggestion for what this <em>could</em> look like as a plugin shortly after WordCamp US.”</p>\n<p>More specific information about the metrics Tide is currently using and how it applies to plugins and themes will be available after the service launches in beta. If you are attending WordCamp US and have some suggestions or feedback to offer the team, make sure to stop by the Google sponsorship booth.</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 Nov 2017 21:21:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"Matt: Adam Robinson on Understanding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2017/11/adam-robinson-on-understanding/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5921:\"<p>This is a long quote/excerpt from <a href=\"https://twitter.com/iamadamrobinson\">Adam Robinson</a> I’ve been holding onto for a while, from <a href=\"https://tribeofmentors.com/\">Tribe of Mentors</a>. Worth considering, especially if you strive to work in a data-informed product organization.</p>\n<blockquote><p>Virtually all investors have been told when they were younger — or implicitly believe, or have been tacitly encouraged to do so by the cookie-cutter curriculums of the business schools they all attend — that the more they understand the world, the better their investment results. It makes sense, doesn’t it? The more information we acquire and evaluate, the “better informed” we become, the better our decisions. Accumulating information, becoming “better informed,” is certainly an advantage in numerous, if not most, fields.</p>\n<p>But not in the eld of counterintuitive world of investing, where accumulating information can hurt your investment results.</p>\n<p>In 1974, Paul Slovic — a world-class psychologist, and a peer of Nobel laureate Daniel Kahneman — decided to evaluate the effect of information on decision-making. This study should be taught at every business school in the country. Slovic gathered eight professional horse handicappers and announced, “I want to see how well you predict the winners of horse races.” Now, these handicappers were all seasoned professionals who made their livings solely on their gambling skills.</p>\n<p>Slovic told them the test would consist of predicting 40 horse races in four consecutive rounds. In the first round, each gambler would be given the five pieces of information he wanted on each horse, which would vary from handicapper to handicapper. One handicapper might want the years of experience the jockey had as one of his top five variables, while another might not care about that at all but want the fastest speed any given horse had achieved in the past year, or whatever.</p>\n<p>Finally, in addition to asking the handicappers to predict the winner of each race, he asked each one also to state how confident he was in his prediction. Now, as it turns out, there were an average of ten horses in each race, so we would expect by blind chance — random guessing — each handicapper would be right 10 percent of the time, and that their confidence with a blind guess to be 10 percent.</p>\n<p>So in round one, with just five pieces of information, the handicappers were 17 percent accurate, which is pretty good, 70 percent better than the 10 percent chance they started with when given zero pieces of information. And interestingly, their confidence was 19 percent — almost exactly as confident as they should have been. They were 17 percent accurate and 19 percent confident in their predictions.</p>\n<p>In round two, they were given ten pieces of information. In round three, 20 pieces of information. And in the fourth and final round, 40 pieces of information. That’s a whole lot more than the five pieces of information they started with. Surprisingly, their accuracy had flatlined at 17 percent; they were no more accurate with the additional 35 pieces of information. Unfortunately, their confidence nearly doubled — to 34 percent! So the additional information made them no more accurate but a whole lot more confident. Which would have led them to increase the size of their bets and lose money as a result.</p>\n<p>Beyond a certain minimum amount, additional information only feeds — leaving aside the considerable cost of and delay occasioned in acquiring it — what psychologists call “confirmation bias.” The information we gain that conflicts with our original assessment or conclusion, we conveniently ignore or dismiss, while the information that confirms our original decision makes us increasingly certain that our conclusion was correct.</p>\n<p>So, to return to investing, the second problem with trying to understand the world is that it is simply far too complex to grasp, and the more dogged our at- tempts to understand the world, the more we earnestly want to “explain” events and trends in it, the more we become attached to our resulting beliefs — which are always more or less mistaken — blinding us to the financial trends that are actually unfolding. Worse, we think we understand the world, giving investors a false sense of confidence, when in fact we always more or less misunderstand it.<br />\nYou hear it all the time from even the most seasoned investors and financial “experts” that this trend or that “doesn’t make sense.” “It doesn’t make sense that the dollar keeps going lower” or “it makes no sense that stocks keep going higher.” But what’s really going on when investors say that something makes no sense is that they have a dozen or whatever reasons why the trend should be moving in the opposite direction.. yet it keeps moving in the current direction. So they believe the trend makes no sense. But what makes no sense is their model of the world. That’s what doesn’t make sense. The world always makes sense.</p>\n<p>In fact, because financial trends involve human behavior and human beliefs on a global scale, the most powerful trends won’t make sense until it becomes too late to profit from them. By the time investors formulate an understanding that gives them the confidence to invest, the investment opportunity has already passed.</p>\n<p>So when I hear sophisticated investors or financial commentators say, for example, that it makes no sense how energy stocks keep going lower, I know that energy stocks have a lot lower to go. Because all those investors are on the wrong side of the trade, in denial, probably doubling down on their original decision to buy energy stocks. Eventually they will throw in the towel and have to sell those energy stocks, driving prices lower still.</p></blockquote>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 16:33: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: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:40:\"HeroPress: Finding WordPress in Cameroon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/finding-wordpress-cameroon/#utm_source=rss&utm_medium=rss&utm_campaign=finding-wordpress-cameroon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5922:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/11/112217-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The more I share knowledge with someone the more I gain in return.\" /><p>My name is Michaël Nde Tabefor, I reside in Cameroon. I grew up in the economic capital of the country surrounded by so much diversity and culture.</p>\n<p>Yet I was still very young when I developed an interest in technology, back in Primary school I had a PC at home I used to play around, most especially Spider Solitaire hahaha. Well that game sound crazy but it’s educative, it built up my reflex with the mouse and yeah it worth it. When I arrived in Secondary school I quickly picked up the subject.</p>\n<p>I began educating myself on the trend of Technology and how they work. I developed a great interest for organisations such as Google, what they doing for humanity not just about technology. So I understood that no matter the position I get, I must always contribute to Humanity by volunteering.</p>\n<p>When I got to the University back in 2014 as a Freshman, I enrolled into Software engineering program where I began excelling and widening my thinking and reflex, met with other enthusiasts of technology.</p>\n<h3>Taking Another Path</h3>\n<p>Unlike other students I decided to go in for an internship at my first year (am one of those who believe university is good but it contribute to just about 10 – 20% of what builds up skill, people must be passionate about what the do, that passion alone will get you have the skills and be able to learn more and more).</p>\n<p>On my first day of internship, my internship coordinator gave me a task to go and install WordPress on my computer and create with the use of an external template (not there default themes) the website of my university.</p>\n<blockquote><p>Let me make this point, I didn’t know about WordPress. Had no idea of what it’s meant for. Completely blank.</p></blockquote>\n<p>I went back to my university, I met one of my professors, explained it to him, he redirected me to a senior student who once did internship and had to use WordPress.</p>\n<p>I went home, got my environment set up and called my senior, She did the guiding all through the installation on phone, till installing the template, my curiosity did the rest of the job hahaha, end of story. The next day I went back to the office, my coordinator didn’t expect me that soon Lol.</p>\n<h3>Diving Deeper</h3>\n<p>So I worked on some tutorial on building themes and plugin from scratch from Lynda.com but I took a break from building cuz I didn’t have much skills in PHP, in first year we didn’t do web technologies, I began hacking on PHP on my own, basic’ly I learnt almost every skill on my own via research and practice.</p>\n<p>I worked on several sites that used WordPress and began installing for others. My coordinator told me it would be interesting to start a WordPress Community so others could benefit from it. Actually the more I share knowledge with someone I gain 100% in return too, it builds up my mastery and ability to debug and resolve issues.</p>\n<blockquote><p>I began our local community and everyday I kept understanding WordPress more and more.</p></blockquote>\n<p>After a couple of months I officially joined the WordPress Volunteer Community in doing more reach outs in (November 2015 – via Rocio Valdiva) and on April 15, 2017 I organized <a href=\"https://2017.buea.wordcamp.org/\">the very first WordCamp in the whole of Central Africa</a> that brought together over 240 persons. Complete gallery on <a href=\"https://www.flickr.com/photos/144827169@N08/\">Flickr</a>, Video on <a href=\"https://youtu.be/nnUgqhveB00\">YouTube</a>.</p>\n<p>After the WordCamp I later on built a Mobile Money Payment Gateway with a local Network Operator web payment API using WooCommerce.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Finding WordPress in Cameroon\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20WordPress%20in%20Cameroon&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding WordPress in Cameroon\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F&title=Finding+WordPress+in+Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding WordPress in Cameroon\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/finding-wordpress-cameroon/&media=https://heropress.com/wp-content/uploads/2018/11/112217-150x150.jpg&description=Finding WordPress in Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding WordPress in Cameroon\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\" title=\"Finding WordPress in Cameroon\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\">Finding WordPress in Cameroon</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 15:45:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Michaël Nde Tabefor\";s: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:98:\"WPTavern: Envato Elements Adds Unlimited WordPress Theme and Plugin Downloads to Subscription Plan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/envato-elements-adds-unlimited-wordpress-theme-and-plugin-downloads-to-subscription-plan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4096:\"<p>Envato has added <a href=\"https://envato.com/blog/announcing-wordpress-themes-on-envato-elements/\" rel=\"noopener\" target=\"_blank\">unlimited WordPress theme and plugin downloads</a> to its Elements digital assets subscription service. The company is including a curated collection of <a href=\"https://elements.envato.com/wordpress/themes/sort-by-latest\" rel=\"noopener\" target=\"_blank\">210 WordPress themes</a> and <a href=\"https://elements.envato.com/wordpress/plugins/sort-by-latest\" rel=\"noopener\" target=\"_blank\">100 plugins</a> along with 400,000 other design assets already offered through the service.</p>\n<p>Envato is the largest WordPress theme marketplace on the web with 39,102 themes and website templates for sale. Last year the company <a href=\"https://wptavern.com/envato-celebrates-10-years-in-business\" rel=\"noopener\" target=\"_blank\">celebrated 10 years in business</a> and reported that the community earned more than $40 million, with a significant portion of that revenue coming from WordPress products.</p>\n<p>The new “all you can eat” style package for WordPress themes on Envato Elements was introduced to boost the value of the service’s annual subscription plan and is not available to monthly subscribers. For $228/year, annual subscribers can change themes as often as they choose, which is the chief selling point of the new addition. However, the subscription service does not provide direct item support for the themes, as they are submitted by independent designers.</p>\n<p>Current Elements subscribers have the option to change their payment plans from monthly to annual to gain access to the unlimited WordPress products. Several disgruntled customers have taken to Twitter to express their dissatisfaction with the WordPress additions being withheld from existing monthly subscribers and perceive it to be heavy-handed a tactic for locking in more annual subscribers before raising the price.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Not cheeky ask at all, your roadmap did not say anything about this price change, but got people signed up at $19 per month with the understanding this was going to be an added edition. Shocking way to treat loyal customers. <a href=\"https://twitter.com/hashtag/moneyhungry?src=hash&ref_src=twsrc%5Etfw\">#moneyhungry</a></p>\n<p>— TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"?\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/930943546693226501?ref_src=twsrc%5Etfw\">November 15, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why hold monthly subscribers ransom by only allowing annual subscribers access? Feels somewhat unfair to long term subs!</p>\n<p>— Paul Charlton (@ipixel_design) <a href=\"https://twitter.com/ipixel_design/status/931203052765433862?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yes we were on the understanding us early day loyal subscribers signed up would get what the roadmap said, it’s such a sneaky way to get people locked in to the annual plan which you will then increase in year 2, seen it all before.</p>\n<p>— TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"?\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/931097713579610112?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>\n<p></p>\n<p>An Envato support representative offered some background on the decision in response to monthly subscribers who do not appreciate being excluded from additions to the service.</p>\n<p>“We chose this pricing model because we think it creates the fairest platform for both our subscribers and our authors,” the representative said. “A huge amount of time and dedication goes into creating and maintaining WordPress themes and plugin so this allows us to help protect the earnings of the authors who provide our community with premium assets.”</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 Nov 2017 04:01:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"Matt: Tribe of Mentors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2017/11/tribe-of-mentors/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1004:\"<p>Tim Ferriss’s new book <a href=\"https://tribeofmentors.com/\">Tribe of Mentors is out</a>. I have finished it already, and can say it’s really excellent and I even liked it more than Tools of Titans even though I’m not in this one. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> As I said in a message to Tim:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Curious how Tribe of Mentors is different from Tools of Titans? Here\'s a text to me from Matt Mullenweg (<a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a>, CEO Automattic)… <a href=\"https://t.co/D9kvA2rFFC\">pic.twitter.com/D9kvA2rFFC</a></p>\n<p>— Tim Ferriss (@tferriss) <a href=\"https://twitter.com/tferriss/status/919729467244863488?ref_src=twsrc%5Etfw\">October 16, 2017</a></p></blockquote>\n<p></p>\n<p>I learned a lot from it, took a ton of notes to follow up on, and wrote down about twenty more books I have to read.</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 Nov 2017 23:55:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:98:\"WPTavern: Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6385:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/tailor-e1510853958841.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.enclavely.io/\" rel=\"noopener\" target=\"_blank\">Enclavely, Inc.</a>, the owners of the <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">Tailor Page Builder plugin</a>, have announced that they will be <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a> effective immediately.</p>\n<p><a href=\"http://andrewworsfold.com/\" rel=\"noopener\" target=\"_blank\">Andrew Worsfold</a>, the original developer, launched Tailor in April 2016 and the plugin received an enthusiastic reception from the WordPress community. After performing <a href=\"https://wptavern.com/pippin-williamson-shakes-up-page-builder-plugins-with-critical-review\" rel=\"noopener\" target=\"_blank\">a critical review of the major page builders</a> available to users in September 2016, Pippin Williamson found only three that he could happily recommend to his customers: Tailor, Pootle Page Builder, and Beaver Builder. This recommendation was based primarily on code quality, usability, and compatibility with other plugins.</p>\n<p>The plugin <a href=\"https://www.tailorwp.com/tailor-page-builder-under-new-management/\" rel=\"noopener\" target=\"_blank\">came under new management in July 2017</a> after the original developer no longer had enough time to dedicate to the project. Worsfold sold it to Enclavely, whose owners were early and enthusiastic users of the plugin, for what he said was “a nominal amount.” Three months later, the new owners cite the cost of keeping up with Gutenberg and other competitors as the primary reason for <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a>:</p>\n<blockquote><p>Gutenberg is going to be bundled with WordPress itself. That’s definitely going to give a tough time to all 3rd party page builders and even that is not the case there are some really big players around like Elementor, Divi, Beaver Builder, and others which are going to be hard for us to compete with, being a completely free project and providing almost all the great features in free version…</p>\n<p>So the main reason for us to discontinue Tailor is due to finances, which Tailor needs to keep on its development and marketing to compete with all the big players and especially Gutenberg.</p></blockquote>\n<p>This instance seems to be more of a case of the new management running out of funds, rather than Gutenberg preemptively killing off a page builder. Enclavely was no longer willing to invest in developing a product that could compete against some of the more widely used page builders.</p>\n<p>“Tailor needs a lot of effort and money, which was much more than we estimated,” an Enclavely representative said when I contacted the company. “And even if we continue to put effort and money in this project, we all know that Gutenberg is going to smash this space soon and we won’t be able to survive, and so will be the case with some other page builders. This is why we decided to end this now.”</p>\n<p>Tailor currently has more than 3,000 active installations, according to WordPress.org. Fans of the plugin commented on the <a href=\"https://medium.com/tailor-page-builder/end-of-tailor-rise-of-gutenberg-6b4c59431f99\" rel=\"noopener\" target=\"_blank\">announcement</a>, asking if the original developer might be able to pick the project back up again.</p>\n<p>When I contacted the company, they said the original developer was no longer involved with the project.</p>\n<p>“The original developer has parted ways since the acquisition,” an Enclavely representative said. “He was involved with some stuff in the start but not that much, thus the decision is mainly taken by us based on the issues we were facing in maintaining this project.”</p>\n<p>However, Worsfold’s account of his involvement with Tailor following the acquisition differs greatly from Enclavely’s report.</p>\n<p>“I handed over control of the project in July, although all releases since then were also written by me and deployed on their behalf,” Worsfold said. “Given that I haven’t been asked to help with anything recently, and there have been no further releases, it looks like development has already ended.”</p>\n<p>The plugin is <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">available free on WordPress.org</a> and licensed under the GPL, so anyone who wants to can fork it. Worsfold doesn’t anticipate having the time to maintain the project himself and said he was under the impression that Enclavely is attempting to sell it.</p>\n<p>“I made the decision to hand over control of Tailor as work and other commitments meant that I couldn’t dedicate enough time to the project,” Worsfold said. “I had hoped that the new team would continue development, provide support, and ensure the needs of existing users were met. However after just three months they’ve decided to give up. That’s obviously very disappointing.”</p>\n<p>Worsfold said that when he sold it to them, it was with the understanding that they would continue to develop and maintain it. He doesn’t anticipate being able to re-adopt it due to a lack of time to dedicate to the project.</p>\n<p>“I’m in much the same situation I was in before and it seems they are wanting to on-sell it themselves, so I can’t imagine I will be able to readopt it,” Worsfold said. “I have mixed feelings about the whole situation. Ultimately I see Gutenberg doing most of what page builders currently do, but in a better, more standardized, way. Hopefully, whatever’s left (custom blocks, styles, functionality etc.) will build on the framework and serve to reduce the amount of fragmentation in the ecosystem.”</p>\n<p>Worsfold is still limited on free time but said he would be willing to contribute to the project if someone decided to fork it and keep it alive.</p>\n<p>“It would be a shame to see something I built, and that people use, simply die,” he said. “Hopefully someone will either fork it or take over development.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Nov 2017 00:15: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: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:105:\"WPTavern: GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/github-launches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1873:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?ssl=1\"><img /></a></p>\n<p>Last month <a href=\"https://wptavern.com/github-launches-new-dependency-graph-feature-with-security-alerts-coming-soon\" rel=\"noopener\" target=\"_blank\">GitHub launched its Dependency Graph feature</a> that tracks a repository’s dependencies and sub-dependencies under the Insights tab. This week the company rolled out an expansion of the feature and will now <a href=\"https://github.com/blog/2470-introducing-security-alerts-on-github\" rel=\"noopener\" target=\"_blank\">identify known vulnerabilities and send notifications</a> with suggested fixes from the GitHub community.</p>\n<p>Dependency graphs and security alerts are automatically enabled for public repositories, provided the repository owner has defined the dependencies in <a href=\"https://help.github.com/articles/listing-the-packages-that-a-repository-depends-on\" rel=\"noopener\" target=\"_blank\">one of the supported manifest file types</a>, such as package.json or Gemfile. (Private repo owners have to opt in.) The vulnerability alerts are not public – they will only be shown to those who have been granted access to the vulnerability alerts.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/github-dependency-vulnerability.png?ssl=1\"><img /></a></p>\n<p>GitHub uses data from the <a href=\"https://nvd.nist.gov/\" rel=\"noopener\" target=\"_blank\">National Vulnerability Database</a> to alert repository owners about publicly disclosed vulnerabilities that have <a href=\"https://cve.mitre.org/\" rel=\"noopener\" target=\"_blank\">CVE IDs</a>. Vulnerability detection is currently limited to JavaScript and Ruby projects but Python support is next on the roadmap for 2018. PHP, which is a bet less widely used in projects on GitHub, is likely further down the list.</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 Nov 2017 00:25:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordCamp Europe 2018 Speaker Applications Now Open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76608\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordcamp-europe-2018-speaker-applications-now-open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3019:\"<p>WordCamp Europe 2018 has opened the <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\" rel=\"noopener\" target=\"_blank\">call for speakers</a> and will be accepting applications through January 15. The organizing team recommends that speakers already have some experience ahead of applying to speak at the largest WordPress event in Europe, but a dedicated Content Team will also be available with resources for helping speakers create a successful presentation.</p>\n<p>The 2017 event received a total of 235 speaker applications and 43 were selected for the main event. Organizers plan to stick to the same format and are calling for 40-minute talks (30 min + 10 min Q&A) as well as 10-minute lightning talks. This year the event will experiment with hosting community workshops and organizers plan to open a separate call for workshop leaders next week.</p>\n<p>The Content Team put out a specific call for more technical talks at the 2018 event after a <a href=\"https://2018.europe.wordcamp.org/2017/11/10/how-your-feedback-will-help-us-shape-the-next-wordcamp-europe/\" rel=\"noopener\" target=\"_blank\">community survey</a> showed that more developer-oriented talks are what the audience is looking for. More than half of those surveyed identified themselves as developers (54%), with business owners (12%) the next largest demographic.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-17-at-11.44.21-AM.png?ssl=1\"><img /></a></p>\n<p>The survey also showed that 37% of respondents have been working with WordPress for more than 9 years and roughly 90% of attendees have been using WordPress for 4-9+ years. Advanced development was the most highly requested topic for presentations, selected by 53% of respondents, followed by design (45%).</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-17-at-11.54.06-AM.png?ssl=1\"><img /></a></p>\n<p>The survey results offer some insight about which topics might fare well at WCEU in 2018. Organizers have also compiled an extensive <a href=\"https://apply.wp-europe.org/ideas\" rel=\"noopener\" target=\"_blank\">list of ideas and topics</a> to inspire speaker applicants.</p>\n<p>A batch of 1,000 Early Bird tickets recently <a href=\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\" rel=\"noopener\" target=\"_blank\">went on sale</a> and there are still 680 available. Attendees who purchase a ticket before December 31, 2017, will receive a limited-edition swag item. The organizing team plans to release tickets in batches, as in previous years, but will not be setting specific expectations on sales this year, according to PR representative Letizia Barbi. The Sava Center venue, an international congress and cultural center, is the largest audience hall in Serbia and will accommodate all who want to attend WCEU 2018. Barbi said it should also scale down nicely in case of a smaller turn out.</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 Nov 2017 19:19:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:99:\"WPTavern: WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76597\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4350:\"<p>The next release of WordPress (5.0) will introduce the new Gutenberg editor and contributors plan to keep it rolling towards the eventual goal of providing a full site building experience. Nearly every WordPress theme and plugin developer will be impacted by the change and many are starting to look ahead to how their products may interact with Gutenberg in the future.</p>\n<p>What will e-commerce look like in the Gutenberg era? The WooCommerce design team has published <a href=\"https://woocommerce.com/2017/11/woocommerce-gutenberg/\" rel=\"noopener\" target=\"_blank\">a preview of some of their “Wootenberg” experiments</a>, along with a gif demonstrating what a block-based editing experience may look like in the context of working with products. The team sees a lot of potential for putting the power of visual product editing into the hands of users.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/wootenberg.gif?ssl=1\"><img /></a></p>\n<p>The example shows a quick exploration of page layout with product blocks and the team also posted an idea of what basic product authoring may look like with a predefined product template that includes the featured image, product title, description, and price as new Gutenberg blocks. But will it be possible to have complex product creation fit into a block-based editor? The WooCommerce team admits in the post that they don’t yet know how this will work.</p>\n<p>“One thing that isn’t yet 100% clear is how complex plugins like WooCommerce will work with Gutenberg,” Automattic designer/developer James Koster said. “A simple product with a description, a price, and a category is one thing. But a product with variations, for each of which you want to upload a different image, and need to manage/track stock is quite another. Imagining a WYSIWYG editing experience for that kind of data is a little fuzzier.”</p>\n<p>Koster referenced Gutenberg’s newly merged support for meta boxes, the first step in making product authoring possible. However, the Gutenberg team is still experimenting and isn’t yet set on a solution for implementing meta boxes.</p>\n<p>“How this works with WooCommerce in the long term is unclear,” Koster said. “But you can rest assured it’s something we’ll be dedicating more time to investigating as WordPress approaches the 5.0 release.” Koster concludes the post by asking readers if visual product editing, with the flexibility to rearrange product/shop layouts, is something that interests them.</p>\n<p>“If there’s one thing that WooCommerce should perhaps learn from Shopify’s rapid growth, it’s that many ‘would-be’ shop owners don’t care to spend hours upon hours tweaking the layout of their shop, and that pre-built easy-to-use software that looks good and feels good, but can still be extended in complex ways, is what attracts many users,” Jesse Nickles commented on the post. “While this may be the underlying goal of Gutenberg, it perhaps doesn’t crossover clearly to the e-commerce world.”</p>\n<p>Koster said he agrees that users don’t always need visual editing experiences and that simple things like price changes should be quick and painless.</p>\n<p>“How we present data-driven editing alongside the Gutenberg experience will ultimately determine the success of the project from a WooCommerce perspective,” Koster said.</p>\n<p>Support for meta boxes is one the most challenging aspects of the Gutenberg project that the team has yet to solve. Exploring the possibilities of flexible page layouts for products is exciting, but even the WooCommerce team is left wondering how this is all going to work with more complex CMS data. Smaller product teams without the collective knowledge and resources of WooCommerce may have a more difficult time finding the bandwidth to experiment and rebuild their products in time for WordPress 5.0.</p>\n<p>The WooCommerce team invites any users interested in Gutenberg-related UX changes to join the plugin’s <a href=\"https://woocommerce.com/design-feedback/\" rel=\"noopener\" target=\"_blank\">design feedback group</a>, as they continue to explore how the new editor will work in the context of complex e-commerce product creation and display.</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 Nov 2017 04:30:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: GDPR for WordPress Project Gains Momentum, Proposal Receives Positive Response from Developer Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76484\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/gdpr-for-wordpress-project-gains-momentum-proposal-receives-positive-response-from-developer-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:5743:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/WP-GDPR-Compliance.png?ssl=1\"><img /></a></p>\n<p>Community feedback on the new <a href=\"https://www.gdprwp.com\" rel=\"noopener\" target=\"_blank\">GDPR for WordPress project</a>, created by WordCamp Denmark organizer Kåre Mulvad Steffensen and WP Pusher creator Peter Suhm, has started rolling in after the two launched a survey for developers. The project aims to provide an industry standard for getting plugins compliant with EU General Data Protection Regulation (GDPR) legislation ahead of the May 2018 deadline.</p>\n<p>Steffensen <a href=\"https://www.gdprwp.com/status-the-gdpr-interface/\" rel=\"noopener\" target=\"_blank\">published</a> some initial results of the survey after having it open for two weeks. So far, 90% of respondents have answered that they would consider implementing a GDPR “file” types solution for their plugins if a standard was available. Only 4.9% of the 40 developers who responded said they have a plan for making their plugins GDPR compliant and 43.9% said they do not currently have a plan. The remaining 24.4% were developers of plugins that do not handle personal data.</p>\n<p>“Our talks with Paul Sieminski from <a href=\"https://automattic.com/\" rel=\"noopener\" target=\"_blank\">Automattic</a> and Dovy Paukstys from the <a href=\"https://reduxframework.com/\" rel=\"noopener\" target=\"_blank\">Redux options framework</a> have reassured us that we still do have a need for a GDPR structure which can help the community establish a basis for handling GDPR compliance,” Steffensen said.</p>\n<p>Steffensen and Suhm created a <a href=\"https://github.com/GDPRWP/standard\" rel=\"noopener\" target=\"_blank\">GitHub repository</a> where they have outlined their proposal for a PHP object interface that plugin developers could add to their codebases as a standard way of indicating how their plugins work with personal data.</p>\n<p>“The nature of such an interface puts some responsibility in the hands of the developer to identify any place personal data is stored,” Steffensen said. “What kind of data it is, and for what purpose as well as how it should be handled upon deletion. The Interface approach will allow a community-wide adoption, without setting limitations on how plugin developers choose to work with their data – something we obviously can’t control.”</p>\n<p>The idea is that plugin developers could then build other tools on top of this framework using specific functions that correspond to GDPR requirements, such as functions that allow users to access their data, implement the right to be forgotten, report data breaches, and delete and anonymize data. Developers could also build plugins that offer a plain language description of what personal data a plugin collects and how it is handled.</p>\n<p>In speaking with Dovy Paukstys on how this could work with Redux, Steffensen said the options framework may be able to facilitate compliance for the 500,000+ sites where it is active and the developers who use it to build plugins.</p>\n<p>“Dovy from Redux has a coder’s view on this,” Steffensen said. “Our object interface (PHP) would be something his framework could provide an easy way to utilize for the many developers using Redux. The redux users (developers) could essentially do this themselves also, but since Redux is a framework it makes sense to see if they can build something that will make it near instant for developers to provide compliance for the GDPR.”</p>\n<p>Steffensen said the team is aware that the first version of the interface will not render plugins, and by extension their sites, instantly compliant. The interface they are proposing is not one that could be held legally accountable, but the goal is to make it possible for developers to build accountable systems on top of it.</p>\n<h3>GDPR for WordPress Project Founders Consider Accepting Sponsorships</h3>\n<p>With 189 <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">days remaining before the GDPR goes into effect</a>, the team will need to work quickly to make a solution available with enough time for interested developers to incorporate it into their plugins. They have not yet set up a way to accept donations but are considering it.</p>\n<p>“We aren’t actively seeking funding, but would love any funds that would help us allocate the time needed to keep the momentum going,” Steffensen said. “We’re lucky that the <a href=\"https://wptavern.com/gdpr-for-wordpress-project-seeks-to-provide-a-standard-for-plugin-compliance\" rel=\"noopener\" target=\"_blank\">WP Tavern article</a> brought attention to our GDPR approach and have caught the eyes of some of the key players in the ecosystem. One such company is Mailpoet that was the first to raise the idea of sponsoring our work.”</p>\n<p>Steffensen works at <a href=\"http://Peytz.dk\" rel=\"noopener\" target=\"_blank\">Peytz.dk</a>, a Danish WordPress agency that wants to support the community and has allocated some of his time to work on the project. He said any funding/donations they receive would be spent on pushing the roadmap forward, investing time in coding, and possibly seeking further advice from people who they cannot expect to be in it for free.</p>\n<p>In addition to looking at ways to receive donations, the team plans to keep the survey open for developers for awhile longer to try to make more connections in the community. Steffensen said they hope respondents will help them gain insight on the developer community’s readiness and also enable them to reach out to any plugin owners who could play a key role in a wider adoption.</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 Nov 2017 20:58:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"WPTavern: Consultants Are WordPress’ Boots on the Ground\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wptavern.com/consultants-are-wordpress-boots-on-the-ground\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"<blockquote><p>A business can’t survive without strong sales & customer service, two competencies that are arguably the lifeblood of a company.</p>\n<p>Many of you reading this fill that exact gap for the open source WordPress project. I don’t mean this as a slight to the thousands of wonderful people who build the software, document it, and support it in the forums, but that consultants (doing it right or wrong) are also fueling this locomotive too.</p>\n<p>There are no official sales or customer service channels at WordPress.org and us consultants bear the brunt of it — for better or worse — and that’s where our job comes in. Just as you trust a core contributor to spot-check her code and ensure that we’ve <em>sanitized all the things! </em></p>\n<p><em>Consultants are the boots on the ground, and as you’ll see below in my feedback section, represent a disproportionate ratio of launching many more websites than an individual website owner. – Matt Medeiros<br />\n</em></p></blockquote>\n<p>From <a href=\"https://mattreport.com/growth-of-wordpress/\">The blue-collar WordPress worker and the 2,500+ websites built to grow the CMS</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, 16 Nov 2017 20:07:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:90:\"WPTavern: WPWeekly Episode 294 – HeroPress, Community, and WinningWP With Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76578&preview=true&preview_id=76578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/wpweekly-episode-294-heropress-community-and-winningwp-with-topher-derosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2958:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://topher1kenobe.com/\">Topher DeRosia</a>, founder of <a href=\"https://heropress.com/\">HeroPress</a>. DeRosia provides an update on HeroPress and explains his new role creating <a href=\"https://www.youtube.com/channel/UCt8Sa48zWN_WcordE7TaUBg\">WordPress training videos</a> for <a href=\"https://winningwp.com/\">WinningWP</a>. Jacoby and I discussed the news of the week including, Press This removed in WordPress 4.9, Meta box support in Gutenberg, and WP-SpamShield removed from the directory.</p>\n<p>Near the end of the show, we discuss whether or not consultants, agencies, and site builders have been left out of the discussion and not factored into WordPress’ growth over the years.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\">Press This Removed from WordPress 4.9 in Favor of a Plugin</a><br />\n<a href=\"https://wptavern.com/bianca-welds-awarded-kim-parsell-travel-scholarship\">Bianca Welds Awarded Kim Parsell Travel Scholarship</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\">WordCamp Europe 2018 Early Bird Tickets Now on Sale</a><br />\n<a href=\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\">Gutenberg Contributors Explore Alternative to Using iframes for Meta Boxes</a><br />\n<a href=\"https://wptavern.com/wp-spamshield-plugin-removed-from-wordpress-org-author-plans-to-pull-all-plugins-from-the-directory\">WP-SpamShield Plugin Removed from WordPress.org, Author Plans to Pull All Plugins from the Directory</a><br />\n<a href=\"https://mattreport.com/growth-of-wordpress/?utm_content=bufferee910&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer\">The blue-collar WordPress worker and the 2,500+ websites built to grow the CMS</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptavern.com/how-to-whitelist-comments-in-wordpress\">How to Whitelist Comments in WordPress</a></p>\n<p><a href=\"https://wordpress.org/plugins/dark-mode/\">Dark Mode</a> is an experimental feature plugin that darkens the colors of the WordPress backend.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 22nd 3:00 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\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">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\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #294:</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 Nov 2017 03:13:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:130:\"WPTavern: WordPress 4.9 Released with Major Improvements to Customizer Workflow, Updated Code Editors, and New Core Gallery 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76391\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5359:\"<p><a href=\"https://wordpress.org/news/2017/11/tipton/\" rel=\"noopener\" target=\"_blank\">WordPress 4.9</a> “Tipton” was released today, named for Oklahoma-born jazz musician <a href=\"https://en.wikipedia.org/wiki/Billy_Tipton\" rel=\"noopener\" target=\"_blank\">William Lee Tipton</a>, a gifted pianist and saxophonist. This update introduces major improvements to the design and collaboration workflow in the Customizer, improves WordPress’ built-in code editor, and enhances core text and media widgets.</p>\n<h4>Draft, Schedule, and Preview Changes in the Customizer</h4>\n<p>Prior to 4.9, users could get a live preview of their sites in the Customizer but any changes they made would need to be saved immediately or discarded. This update makes it possible to draft and schedule changes in the Customizer, and even share a preview link to collaborate on changes before making them live. Users can now stage content, such as new pages, a new set of widgets, a different combination of menu items, and schedule it all to publish at a future date.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/customizer-publish-settings-schedule-e1510636315310.png?ssl=1\"><img /></a></p>\n<p>This release also brings the ability to search, browse, and preview themes directly in the Customizer. The search interface includes filters for subject, features, and layout, just like the ones on the “Add Themes” screen in wp-admin. It does not yet include the featured, popular, latest, or favorites tabs, so users will need to navigate back to the admin if they want to browse those categories.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/theme-browser-customizer.png?ssl=1\"><img /></a></p>\n<p>The menu creation process has also been updated in the Customizer to be less confusing with a rethink of the UI and revised copy.</p>\n<h4>Syntax Highlighting and Error Checking Added to the Code Editors</h4>\n<p>WordPress 4.9 brings syntax highlighting, linting, and auto-completion to the built-in code editors by incorporating the <a href=\"https://codemirror.net/\">CodeMirror</a> library. These long-awaited improvements are now available in the theme and plugin editors as well as the custom HTML widget and additional CSS box in the Customizer. The feature comes with <a href=\"https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors\" rel=\"noopener\" target=\"_blank\">prominent warnings</a> about directly editing themes and plugins and protection against saving code that would cause a fatal error.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/editor-css-error-e1510640427941.png?ssl=1\"><img /></a></p>\n<h4>New Core Gallery Widget and Support for Shortcodes and Embedded Media in the Text Widget</h4>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/core-gallery-widget.png?ssl=1\"><img /></a><a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">WordPress 4.9 adds a new gallery widget</a> to the collection of core media widgets (audio, image, and video) that were introduced in 4.8. It brings the same gallery-creation features to widgets that have long been available in the post and page editors.</p>\n<p>These incremental changes will help users get ready for Gutenberg’s block-based interface. The plan is to eventually transition widgets over to blocks after Gutenberg is in core and the plugin already has support for a gallery block, as well as a Custom HTML block.</p>\n<p>As of 4.9, users can now embed media in the Text widget, including images, video, and audio by clicking the “Add Media” button. In order to make this possible, WordPress contributors also needed to <a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\" rel=\"noopener\" target=\"_blank\">add shortcode support to widgets</a>, a feature that users have requested for nearly a decade. With this now built into core, hundreds of thousands of WordPress sites will no longer need additional code from plugins and themes to use shortcodes in widgets.</p>\n<p>Widgets have also been improved to offer a better migration experience with updated logic for mapping widgets between two themes’ widget areas.</p>\n<h4>On Towards Gutenberg</h4>\n<p>WordPress 4.9 also includes a notice in the about.php page of the admin, inviting users to help test or contribute to Gutenberg. It is the first time a feature plugin has been highlighted so prominently on the page users see after they update to the latest version.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-4.33.01-PM-e1510785254925.png?ssl=1\"><img /></a></p>\n<p>The Gutenberg project has been getting a lot of attention over the past few months as the WordPress community looks ahead to the 5.0 release that will introduce the new editor to the world. Meanwhile, contributors to 4.9 have been working in tandem to make significant improvements to existing features, enabling users to do more with widgets and overall site design than ever before. This release was led by Weston Ruter and Mel Choyce with help from 443 contributors, 42% (185) of them contributing to WordPress for the first time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 01:24:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"Dev Blog: WordPress 4.9 “Tipton”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2017/11/tipton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:41484:\"<h2>Major Customizer Improvements, Code Error Checking, and More! ?</h2>\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&ssl=1\" alt=\"\" />\n\n\n\n<p>Version 4.9 of WordPress, named “Tipton” in honor of jazz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>\n\n\n\n<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Customizer Workflow Improved </h2>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&ssl=1\" alt=\"\" />\n\n\n\n<h3>Draft and Schedule Site Design Customizations</h3>\n\n\n\n<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>\n\n\n\n<h3>Collaborate with Design Preview Links</h3>\n\n\n\n<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>\n\n\n\n<h3>Design Locking Guards Your Changes</h3>\n\n\n\n<p>Ever encounter a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>\n\n\n\n<h3>A Prompt to Protect Your Work</h3>\n\n\n\n<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Coding Enhancements</h2>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&ssl=1\" alt=\"\" />\n\n\n\n<h3>Syntax Highlighting and Error Checking? Yes, Please!</h3>\n\n\n\n<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out & fix code errors quickly.</p>\n\n\n\n<h3>Sandbox for Safety</h3>\n\n\n\n<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>\n\n\n\n<h3>Warning: Potential Danger Ahead!</h3>\n\n\n\n<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’ll thank you. Your team and customers will thank you.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Even More Widget Updates </h2>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&ssl=1\" alt=\"\" />\n\n\n\n<h3>The New Gallery Widget</h3>\n\n\n\n<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>\n\n\n\n<h3>Press a Button, Add Media</h3>\n\n\n\n<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Site Building Improvements </h2>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&ssl=1\" alt=\"\" />\n\n\n\n<h3>More Reliable Theme Switching</h3>\n\n\n\n<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. </p>\n\n\n\n<h3>Find and Preview the Perfect Theme</h3>\n\n\n\n<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s more, you can speed your search with filters for subject, features, and layout.</p>\n\n\n\n<h3>Better Menu Instructions = Less Confusion</h3>\n\n\n\n<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Lend a Hand with Gutenberg ?</h2>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&ssl=1\" alt=\"\" />\n\n\n\n<p>WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href=\"https://wordpress.org/plugins/gutenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>\n\n\n\n<p>(PS: this post was written in Gutenberg!)</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Developer Happiness ?</h2>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>\n\n\n\n<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>\n\n\n\n<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>\n\n\n\n<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>\n\n\n\n<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first time. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Christian Herrmann</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Frankie</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">Joshua Wold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/zoonini\">Kathryn Presner</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">Ken Newman</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">Krista Stevens</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt PeepSo</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/michelleweber\">Michelle Weber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/zuige\">Viljami Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>\n\n\n\n<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We've compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</p>\n\n\n\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 01:16:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s: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:108:\"WPTavern: Gutenberg 1.7 Adds Multi-Block Transform Functionality, Drops iframes Implementation of Meta Boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/gutenberg-1-7-adds-multi-block-transform-functionality-drops-iframes-implementation-of-meta-boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4469:\"<p><a href=\"https://make.wordpress.org/core/2017/11/15/whats-new-in-gutenberg-15th-november/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.7</a> was released today, two weeks after version 1.6, with a fresh round of new features, design updates, and the groundwork for nested blocks and block extensibility.</p>\n<p>Last week contributors began exploring <a href=\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\" rel=\"noopener\" target=\"_blank\">an alternative to using iframes for meta boxes</a>. This experiment has landed in 1.7 so that the plugin now <a href=\"https://github.com/WordPress/gutenberg/pull/3345\" rel=\"noopener\" target=\"_blank\">renders meta boxes inline</a>. Gutenberg engineer Riad Benguella, who wrote and merged the code, said that it doesn’t fix all the meta box issues and might create some new ones, but it “gets us closer to where we want to go.” Pre-rendering meta boxes and creating a migration path for existing ones is next on the agenda.</p>\n<p>One of the most exciting new features in 1.7 is the <a href=\"https://github.com/WordPress/gutenberg/pull/3357\" rel=\"noopener\" target=\"_blank\">multi-block transform functionality</a> that allows users to select multiple blocks and instantly transform them into other block types. It works like a little bit of Gutenberg magic. By default, users can select multiple paragraphs and transform them into a list or select multiple images and transform them into a gallery.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-2.50.25-PM-e1510779367673.png?ssl=1\"><img /></a></p>\n<p>After selecting two or more blocks, the user can click on the block’s settings in the toolbar to transform them. They can also be easily changed back to single blocks. The multi-block transform functionality has been added to the Blocks API so that developers can set isMultiBlock to true to specify blocks that can be transformed.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-3.31.49-PM-e1510781927286.png?ssl=1\"><img /></a></p>\n<p>Version 1.7 introduces a new toggle that the team is testing for <a href=\"https://github.com/WordPress/gutenberg/pull/3311\" rel=\"noopener\" target=\"_blank\">switching between the top fixed toolbar and the contextual toolbars attached to each block</a>. It provides an easy way for users to test both types of toolbar styles, but may be temporary as the pull request was submitted as a suggestion for an A/B test.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-4.03.38-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg 1.7 <a href=\"https://github.com/WordPress/gutenberg/pull/2743\" rel=\"noopener\" target=\"_blank\">paves the way for nested blocks</a> in the data structure. It also adds <a href=\"https://github.com/WordPress/gutenberg/pull/3318\" rel=\"noopener\" target=\"_blank\">hooks for block extensibility</a> and contributors are currently testing how these work internally.</p>\n<p>A few other notable features in this release include the following:</p>\n<ul>\n<li>Added <a href=\"https://github.com/WordPress/gutenberg/pull/2896\" rel=\"noopener\" target=\"_blank\">@-mention autocomplete for users</a> in a site</li>\n<li>Allow <a href=\"https://github.com/WordPress/gutenberg/pull/2792\" rel=\"noopener\" target=\"_blank\">pasting standalone images</a> and uploading them (also supports pasting base64 encoded images)</li>\n<li>Full <a href=\"https://github.com/WordPress/gutenberg/pull/3401\" rel=\"noopener\" target=\"_blank\">design update to focus styles</a> around the UI</li>\n<li>Placed <a href=\"https://github.com/WordPress/gutenberg/pull/3459\" rel=\"noopener\" target=\"_blank\">“table of contents” button in the header area</a>, disabled when there are no blocks in the content, added paragraph count</li>\n</ul>\n<p>Gutenberg’s documentation has also been <a href=\"https://github.com/WordPress/gutenberg/pull/3381\" rel=\"noopener\" target=\"_blank\">moved</a> to <a href=\"https://wordpress.org/gutenberg/handbook/\" rel=\"noopener\" target=\"_blank\">https://wordpress.org/gutenberg/handbook/</a>, signaling the project is getting closer to becoming part of WordPress. The new editor will be included in WordPress 5.0, which will ship when Gutenberg is ready. A notice in the 4.9 about.php page invites users to start testing the feature plugin ahead of its inclusion in 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:\"Wed, 15 Nov 2017 23:57: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: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:27:\"Matt: Post Status Interview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ma.tt/2017/11/post-status-interview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:676:\"<p>In the lead-up <a href=\"https://2017.us.wordcamp.org/\">to WordCamp US</a> we're in right now <a href=\"https://poststatus.com/interview-matt-mullenweg-wordpress-ecosystem-draft-podcast/\">I chatted with Brian Krogsgard at Post Status in an hour podcast</a> and we spoke about the core releases this year, Gutenberg, React, WooCommerce, and WordPress.org. On the 29th I'll be <a href=\"https://wptavern.com/\">talking to WP Tavern</a>, so tune in then as well. For something completely different, I was on the <a href=\"https://offrcrd.com/episodes/matt-mullenweg/\">new OFF RCRD podcast with Cory Levy about the earliest days at Automattic and entrepreneurship</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 Nov 2017 17:06: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: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: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:85:\"HeroPress: My journey to WordPress taught me that my talents are best used elsewhere.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/#utm_source=rss&utm_medium=rss&utm_campaign=journey-wordpress-taught-talents-best-used-elsewhere\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10351:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/111517-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Together we\'ll create the future of WordPress.\" /><p>My first website was built using Frontpage. Then I discovered Geocities, which at the time made it easy to break and fix code and have it instantly live for others to find on the world wide web. It was an optimal learning environment for me. I learned HTML and CSS by copying, pasting, and then tweaking every which way until it was doing something absurd like flashing hot pink text. It was the Wild West and there were no real rules yet except for those in this new language.</p>\n<blockquote><p>Like any language, I was learning little by little in search of ways to bend the rules and “speak” like a native.</p></blockquote>\n<p>I only coded for fun, but many years later, I made a website for a job. I used Dreamweaver because I was told all professionals used Dreamweaver. I found it easy to use, much easier than Frontpage, especially for building a larger more complex website. I started learning how to read PHP and doing a lot of what was needed in the metadata and the code for basic SEO.</p>\n<h3>Finding WordPress</h3>\n<p>Fast forward another few years. I set up several free sites for nonprofits using Webs, Weebly, other page builders whose names I can’t recall, Joomla, and then, one day I stumbled upon WordPress. I wasn’t sure if I liked it at first because the out of the box theme was ugly and I couldn’t figure out how to manipulate it. Then, I found a theme on Themeforest that installed the styles and the demo content. This was worth the $30. This gave me the ability to tweak the theme because I knew enough HTML and CSS to change things in the file editor. I was still coding like I did in my Geocities days, only my aesthetics had improved.</p>\n<p>I cringe relaying that experience now. I knew enough to be really dangerous. I didn’t do any form of version control, I didn’t do any backups, I didn’t vet my plugins, or even know how to properly vet my plugins.</p>\n<blockquote><p>I am so lucky nothing went terribly wrong.</p></blockquote>\n<p>On one hand, WordPress gave me an easy way to dive right in and do everything on my own. On the other hand, it made it too easy for me to download bad plugins, edit things I probably should not have been touching, and in the end, I guess that’s okay because when I was serious about maintaining a website, I did take the time to learn more about what I needed to know.</p>\n<h3>Finding What I Needed</h3>\n<p>What I know today is that I am not a developer. I’m not even a designer. I have fun with the creation process, but there are other people who are much more talented and efficient in those processes and I’m happy to pay them for their expertise. I have learned what I need to know about the framework and can talk to designers and developers about what I’m looking for and ensure they know what they’re doing. I can pick out reliable themes and plugins. I can advise our clients, who are mostly nonprofits and social enterprises, on the best path for a sustainable website. I understand the need for disaster recovery, backups, and security. I understand the value of paid premium licenses and ongoing support.</p>\n<p>These are all things that in my days of starting out I didn’t know I needed. Even if someone tried to explain it to me, I probably wouldn’t have felt that I needed them. Sometimes I can be stubborn and I need to experience the pain points myself before I buy into what everyone else is saying. I used to learn best from failure.</p>\n<blockquote><p>I still learn from failure, but when it comes to WordPress, I have also surrounded myself with a community who help me grow and learn.</p></blockquote>\n<p>In 2013, I started attending the Fort Worth WordPress meetup. The group was still pretty small at the time, but they were very inviting. I picked up some new tips and tricks that I used right away. While my eyes glazed over at some of the more advanced details, I understood the possibilities and that the work was beyond my capabilities. I learned how to ask for help with those things. Remember, I’m not a designer or a developer, so this meant hiring for those skills from the network of people I met in the WordPress community.</p>\n<p>Over the last 4 ½ years I’ve been able to sell numerous WordPress projects and some of them are incredibly custom and complex. In return, I’ve been able to provide freelance work for members of my community; I’ve been able to give back via WordCamps sharing my experience with project scoping, sales, and negotiations. We all have something of value to share. No matter your area of expertise, you can give something back to the community.</p>\n<h3>The Real Value</h3>\n<p>The best thing about WordPress is not the tool itself. It’s the people who use it or are wanting to try it. The WordPress community is what makes WordPress and WordCamps really great. My hope is that as a community we can help WordPress evolve and adapt and that we can leverage technology, including WordPress, for the greater good.</p>\n<p>We’ve already done this and that’s why WordPress powers almost 30% of the web. We’ve been doing it for years, but the technology landscape is changing rapidly. Are we keeping up?</p>\n<p>A few weeks ago, Chris Lema asked me and a group of other WordPressers, “What could destroy WordPress, and how would you fix it?” We answered this a number of ways and you’ve probably come up with your own answer. My answer? I think that the evolution of technology could destroy WordPress.</p>\n<p>To fix that we would need to evolve, dream big, and create the innovative changes that would keep WordPress alive. We can’t wait until the changes are already in place. It would take far too long for such a large ecosystem to catch up, and in the meantime, it would start to disappear. Look at Kodak; my kids don’t even know what a Kodak moment is. That’s just sad.</p>\n<h3>What is our dream as a community?</h3>\n<p>Will people talk about WordPress in the past tense or will we find ways to help it thrive?</p>\n<p>Even as we work towards the same dream, there are still complex challenges to overcome. We’ll likely fail many times as we try to innovate. This is actually good; we’ll learn from those mistakes, but we might become jaded. We’ll certainly have moments of frustration. We might even try another framework, and the grass might actually be greener on the other side. Yet, the fact that we are such a close knit community sets us apart.</p>\n<blockquote><p>Imagine what could happen if a community this large banded together towards one dream.</p></blockquote>\n<p>We could pave a path towards something really great. It feels like a huge undertaking. It’s something that could paralyze us if we tried to get it “right” before we started. The key is to set common goals, but to individually start working and living on purpose. Then, we can come together in a more meaningful way.</p>\n<p>In my recent keynote at WordCamp DFW I shared a bit of my heritage and my life story so that people could understand my passion for social impact. Everyone has a story that makes them a unique fit to tackle different challenges. When we put our collective skills together, we can make a difference.</p>\n<p>John F. Kennedy said, “One person can make difference, and everyone should try,” and Nelson Mandela said, “It is in our hands to make a difference.”</p>\n<p>Many paths have been paved so that we could live in a different world. Now, our dreams pave the way for future. Together we’ll create the future of WordPress.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: My journey to WordPress taught me that my talents are best used elsewhere.\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=My%20journey%20to%20WordPress%20taught%20me%20that%20my%20talents%20are%20best%20used%20elsewhere.&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: My journey to WordPress taught me that my talents are best used elsewhere.\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F&title=My+journey+to+WordPress+taught+me+that+my+talents+are+best+used+elsewhere.\" rel=\"nofollow\" target=\"_blank\" title=\"Share: My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/&media=https://heropress.com/wp-content/uploads/2017/11/111517-150x150.jpg&description=My journey to WordPress taught me that my talents are best used elsewhere.\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/\" title=\"My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/\">My journey to WordPress taught me that my talents are best used elsewhere.</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Nov 2017 12:10: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:16:\"Sheryle Gillihan\";s: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:43:\"Dev Blog: WordPress 4.9 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4080:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (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. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that’s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer’s Additional CSS editor.</li>\n<li>Adding nav menu items for Custom Links in the Customizer.</li>\n<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Didn’t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Nov 2017 06:53: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:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 26 Dec 2017 04:09:20 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 26 Dec 2017 03:45:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(16204,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1514304560','no'),(16205,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1514261360','no'),(16206,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1514304561','no'),(16207,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/12/wordpress-user-survey-data-for-2015-2017/\'>WordPress User Survey Data for 2015-2017</a> <span class=\"rss-date\">December 22, 2017</span><div class=\"rssSummary\">For many years, we’ve invited folks to tell us how they use WordPress by filling out an annual survey. In the past, interesting results from this survey have been shared in the annual State of the Word address. This year, for the first time, the results of the 2017 survey are being published on WordPress […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2017/12/norads-santa-tracker/\'>Matt: NORAD’s Santa Tracker</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/12/wordpress-user-survey-data-for-2015-2017/\'>Dev Blog: WordPress User Survey Data for 2015-2017</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-298-gdpr-user-privacy-and-more-with-heather-burns\'>WPTavern: WPWeekly Episode 298 – GDPR, User Privacy, and More With Heather Burns</a></li></ul></div>','no'),(16263,'_transient_doing_cron','1519801489.6064939498901367187500','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB AUTO_INCREMENT=638 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (4,5,'_edit_last','1'),(5,5,'_edit_lock','1506598414:1'),(6,6,'_wp_attached_file','2015/12/CEMS-GLOBAL-sml.jpg'),(7,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:71;s:4:\"file\";s:27:\"2015/12/CEMS-GLOBAL-sml.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{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:\"\";}}'),(8,7,'_wp_attached_file','2015/12/image001.jpg'),(9,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:256;s:4:\"file\";s:20:\"2015/12/image001.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-125x145.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(10,5,'_wp_page_template','template-home.php'),(11,9,'_menu_item_type','post_type'),(12,9,'_menu_item_menu_item_parent','0'),(13,9,'_menu_item_object_id','5'),(14,9,'_menu_item_object','page'),(15,9,'_menu_item_target',''),(16,9,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17,9,'_menu_item_xfn',''),(18,9,'_menu_item_url',''),(20,15,'_edit_last','1'),(21,15,'_edit_lock','1506598277:1'),(22,15,'_wp_page_template','default'),(23,17,'_menu_item_type','post_type'),(24,17,'_menu_item_menu_item_parent','0'),(25,17,'_menu_item_object_id','15'),(26,17,'_menu_item_object','page'),(27,17,'_menu_item_target',''),(28,17,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(29,17,'_menu_item_xfn',''),(30,17,'_menu_item_url',''),(32,18,'_edit_last','1'),(33,18,'_edit_lock','1506602133:1'),(34,18,'_wp_page_template','template-full-width.php'),(35,20,'_menu_item_type','post_type'),(36,20,'_menu_item_menu_item_parent','47'),(37,20,'_menu_item_object_id','18'),(38,20,'_menu_item_object','page'),(39,20,'_menu_item_target',''),(40,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(41,20,'_menu_item_xfn',''),(42,20,'_menu_item_url',''),(44,21,'_edit_last','1'),(45,21,'_edit_lock','1494570263:1'),(46,21,'_wp_page_template','default'),(47,23,'_menu_item_type','post_type'),(48,23,'_menu_item_menu_item_parent','0'),(49,23,'_menu_item_object_id','21'),(50,23,'_menu_item_object','page'),(51,23,'_menu_item_target',''),(52,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(53,23,'_menu_item_xfn',''),(54,23,'_menu_item_url',''),(56,24,'_edit_last','1'),(57,24,'_wp_page_template','default'),(58,24,'_edit_lock','1485164924:1'),(59,26,'_menu_item_type','post_type'),(60,26,'_menu_item_menu_item_parent','47'),(61,26,'_menu_item_object_id','24'),(62,26,'_menu_item_object','page'),(63,26,'_menu_item_target',''),(64,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(65,26,'_menu_item_xfn',''),(66,26,'_menu_item_url',''),(68,27,'_edit_last','1'),(69,27,'_edit_lock','1506601355:1'),(70,28,'_wp_attached_file','2015/12/cems-usa.jpg'),(71,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:47;s:4:\"file\";s:20:\"2015/12/cems-usa.jpg\";s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"cems-usa-125x43.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(72,29,'_wp_attached_file','2015/12/cems-bangladesh.jpg'),(73,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:47;s:4:\"file\";s:27:\"2015/12/cems-bangladesh.jpg\";s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"cems-bangladesh-125x43.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(74,30,'_wp_attached_file','2015/12/cems-india.jpg'),(75,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:47;s:4:\"file\";s:22:\"2015/12/cems-india.jpg\";s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cems-india-125x43.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(76,27,'_wp_page_template','default'),(77,33,'_menu_item_type','post_type'),(78,33,'_menu_item_menu_item_parent','0'),(79,33,'_menu_item_object_id','27'),(80,33,'_menu_item_object','page'),(81,33,'_menu_item_target',''),(82,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,33,'_menu_item_xfn',''),(84,33,'_menu_item_url',''),(86,34,'_edit_last','1'),(87,34,'_wp_page_template','default'),(88,34,'_edit_lock','1506598408:1'),(89,36,'_menu_item_type','post_type'),(90,36,'_menu_item_menu_item_parent','0'),(91,36,'_menu_item_object_id','34'),(92,36,'_menu_item_object','page'),(93,36,'_menu_item_target',''),(94,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(95,36,'_menu_item_xfn',''),(96,36,'_menu_item_url',''),(98,38,'_edit_last','1'),(99,38,'_edit_lock','1506602644:1'),(100,38,'_wp_page_template','default'),(101,40,'_edit_last','1'),(102,40,'_edit_lock','1485164578:1'),(103,40,'_wp_page_template','default'),(104,42,'_edit_last','1'),(105,42,'_edit_lock','1506602341:1'),(106,42,'_wp_page_template','default'),(107,44,'_menu_item_type','post_type'),(108,44,'_menu_item_menu_item_parent','47'),(109,44,'_menu_item_object_id','42'),(110,44,'_menu_item_object','page'),(111,44,'_menu_item_target',''),(112,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(113,44,'_menu_item_xfn',''),(114,44,'_menu_item_url',''),(125,46,'_menu_item_type','post_type'),(126,46,'_menu_item_menu_item_parent','47'),(127,46,'_menu_item_object_id','38'),(128,46,'_menu_item_object','page'),(129,46,'_menu_item_target',''),(130,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(131,46,'_menu_item_xfn',''),(132,46,'_menu_item_url',''),(134,47,'_menu_item_type','custom'),(135,47,'_menu_item_menu_item_parent','0'),(136,47,'_menu_item_object_id','47'),(137,47,'_menu_item_object','custom'),(138,47,'_menu_item_target',''),(139,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(140,47,'_menu_item_xfn',''),(141,47,'_menu_item_url','#'),(143,48,'_edit_last','1'),(144,48,'_edit_lock','1494570000:1'),(145,48,'_wp_page_template','template-full-width.php'),(146,50,'_menu_item_type','post_type'),(147,50,'_menu_item_menu_item_parent','0'),(148,50,'_menu_item_object_id','48'),(149,50,'_menu_item_object','page'),(150,50,'_menu_item_target',''),(151,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(152,50,'_menu_item_xfn',''),(153,50,'_menu_item_url',''),(155,51,'_edit_last','1'),(156,51,'_edit_lock','1485165306:1'),(157,51,'_wp_page_template','default'),(167,64,'_wp_attached_file','2015/12/WinterDIFS.png'),(168,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:298;s:4:\"file\";s:22:\"2015/12/WinterDIFS.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WinterDIFS-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WinterDIFS-125x165.png\";s:5:\"width\";i:125;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(169,71,'_edit_last','1'),(170,71,'_edit_lock','1494663784:1'),(171,71,'_wp_page_template','template-full-width.php'),(175,87,'_edit_last','1'),(176,87,'_wp_page_template','default'),(177,87,'_edit_lock','1485164542:1'),(178,90,'_edit_last','1'),(179,90,'_wp_page_template','default'),(180,90,'_edit_lock','1494570172:1'),(181,93,'_menu_item_type','post_type'),(182,93,'_menu_item_menu_item_parent','47'),(183,93,'_menu_item_object_id','90'),(184,93,'_menu_item_object','page'),(185,93,'_menu_item_target',''),(186,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(187,93,'_menu_item_xfn',''),(188,93,'_menu_item_url',''),(190,94,'_menu_item_type','post_type'),(191,94,'_menu_item_menu_item_parent','47'),(192,94,'_menu_item_object_id','87'),(193,94,'_menu_item_object','page'),(194,94,'_menu_item_target',''),(195,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(196,94,'_menu_item_xfn',''),(197,94,'_menu_item_url',''),(199,100,'_wp_attached_file','2015/12/denim-logo.png'),(200,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:151;s:4:\"file\";s:22:\"2015/12/denim-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"denim-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"denim-logo-125x67.png\";s:5:\"width\";i:125;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(201,101,'_wp_attached_file','2015/12/WinterDIFS.jpg'),(202,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:238;s:4:\"file\";s:22:\"2015/12/WinterDIFS.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WinterDIFS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WinterDIFS-125x165.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(203,108,'_edit_last','1'),(204,108,'_edit_lock','1485164855:1'),(205,108,'_wp_page_template','default'),(206,110,'_wp_attached_file','2016/10/IMG_2744.jpg'),(207,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_2744.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2744-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2744-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_2744-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2744-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_2744-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_2744-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472723632\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(208,111,'_wp_attached_file','2016/10/IMG_2910-1.jpg'),(209,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:22:\"2016/10/IMG_2910-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_2910-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_2910-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_2910-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_2910-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_2910-1-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:22:\"IMG_2910-1-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472734179\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(210,112,'_wp_attached_file','2016/10/IMG_3361.jpg'),(211,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_3361.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3361-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3361-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3361-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3361-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3361-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_3361-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472817084\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(212,113,'_wp_attached_file','2016/10/IMG_3712.jpg'),(213,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_3712.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3712-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3712-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3712-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3712-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3712-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_3712-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472833599\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(214,114,'_wp_attached_file','2016/10/IMG_3744.jpg'),(215,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_3744.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3744-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3744-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3744-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3744-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3744-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_3744-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472835629\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(216,115,'_wp_attached_file','2016/10/IMG_3800.jpg'),(217,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_3800.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3800-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3800-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3800-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3800-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_3800-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472837107\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(218,116,'_wp_attached_file','2016/10/IMG_3801.jpg'),(219,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_3801.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3801-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3801-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3801-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3801-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3801-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_3801-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472837121\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(220,117,'_wp_attached_file','2016/10/IMG_4102.jpg'),(221,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_4102.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_4102-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_4102-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_4102-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_4102-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_4102-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_4102-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472903809\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(222,118,'_wp_attached_file','2016/10/IMG_4317.jpg'),(223,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_4317.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_4317-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_4317-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_4317-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_4317-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_4317-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_4317-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472906886\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(224,119,'_wp_attached_file','2016/10/IMG_4814.jpg'),(225,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_4814.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_4814-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_4814-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_4814-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_4814-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_4814-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_4814-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472923872\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(226,120,'_wp_attached_file','2016/10/IMG_3932.jpg'),(227,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_3932.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3932-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3932-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3932-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3932-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3932-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_3932-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472901585\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(228,121,'_wp_attached_file','2016/10/IMG_4057.jpg'),(229,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2016/10/IMG_4057.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_4057-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_4057-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_4057-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_4057-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_4057-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"IMG_4057-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472903278\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(230,122,'_wp_attached_file','2016/10/IMG_4102-1.jpg'),(231,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:22:\"2016/10/IMG_4102-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_4102-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_4102-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_4102-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_4102-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_4102-1-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:22:\"IMG_4102-1-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472903809\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(232,123,'_wp_attached_file','2016/10/921.jpg'),(233,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1667;s:4:\"file\";s:15:\"2016/10/921.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"921-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"921-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"921-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"921-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"921-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:15:\"921-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(234,124,'_wp_attached_file','2016/10/denim_jeans-1024x576.jpg'),(235,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:32:\"2016/10/denim_jeans-1024x576.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"denim_jeans-1024x576-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"denim_jeans-1024x576-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"denim_jeans-1024x576-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"denim_jeans-1024x576-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"denim_jeans-1024x576-125x70.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:32:\"denim_jeans-1024x576-615x346.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(236,125,'_wp_attached_file','2016/10/download.jpg'),(237,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:664;s:4:\"file\";s:20:\"2016/10/download.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"download-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"download-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"download-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"download-615x408.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"NEX-5\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1336589063\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(238,126,'_wp_attached_file','2016/10/e-tessitura07.1.jpg'),(239,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:27:\"2016/10/e-tessitura07.1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"e-tessitura07.1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"e-tessitura07.1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"e-tessitura07.1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"e-tessitura07.1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"e-tessitura07.1-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:27:\"e-tessitura07.1-615x410.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1391012001\";s:9:\"copyright\";s:21:\"©Giuliano Berarducci\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(240,127,'_wp_attached_file','2016/10/img_2336.jpg'),(241,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2816;s:6:\"height\";i:1880;s:4:\"file\";s:20:\"2016/10/img_2336.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"img_2336-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"img_2336-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"img_2336-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"img_2336-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_2336-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"img_2336-615x411.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:27:\"Canon EOS DIGITAL REBEL XTi\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1221916426\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(242,128,'_wp_attached_file','2016/10/jeans.jpg'),(243,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:17:\"2016/10/jeans.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"jeans-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"jeans-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"jeans-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"jeans-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:17:\"jeans-615x409.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:57:\"fashionable clothes. pile of jeans on a wooden background\";s:17:\"created_timestamp\";s:10:\"1425137953\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:57:\"fashionable clothes. pile of jeans on a wooden background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:5:\"jeans\";i:1;s:5:\"stack\";i:2;s:5:\"white\";i:3;s:4:\"blue\";i:4;s:10:\"background\";i:5;s:8:\"isolated\";i:6;s:5:\"denim\";i:7;s:8:\"trousers\";i:8;s:6:\"fabric\";i:9;s:5:\"cloth\";i:10;s:7:\"fashion\";i:11;s:5:\"pants\";i:12;s:6:\"pocket\";i:13;s:7:\"apparel\";i:14;s:4:\"dark\";i:15;s:8:\"clothing\";i:16;s:7:\"clothes\";i:17;s:4:\"pile\";i:18;s:5:\"black\";i:19;s:7:\"garment\";i:20;s:5:\"light\";i:21;s:3:\"leg\";i:22;s:6:\"corner\";i:23;s:5:\"shade\";i:24;s:4:\"five\";i:25;s:6:\"outfit\";i:26;s:4:\"navy\";i:27;s:4:\"fold\";i:28;s:4:\"seam\";i:29;s:8:\"wardrobe\";i:30;s:9:\"outerwear\";i:31;s:5:\"rivet\";i:32;s:9:\"bluejeans\";i:33;s:6:\"slacks\";i:34;s:7:\"bottoms\";i:35;s:7:\"stacked\";i:36;s:6:\"design\";i:37;s:3:\"men\";i:38;s:5:\"color\";i:39;s:8:\"abstract\";i:40;s:6:\"female\";i:41;s:4:\"jean\";i:42;s:5:\"woman\";i:43;s:6:\"modern\";i:44;s:7:\"texture\";i:45;s:3:\"old\";i:46;s:5:\"style\";i:47;s:4:\"teen\";i:48;s:5:\"store\";i:49;s:6:\"wooden\";}}}'),(244,129,'_wp_attached_file','2016/10/rolled-jeans-denim.jpg'),(245,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:716;s:4:\"file\";s:30:\"2016/10/rolled-jeans-denim.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"rolled-jeans-denim-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"rolled-jeans-denim-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"rolled-jeans-denim-768x550.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"rolled-jeans-denim-125x90.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:30:\"rolled-jeans-denim-615x440.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(247,133,'_wp_attached_file','2016/10/download-brochure-buttion351-75.png'),(248,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:75;s:4:\"file\";s:43:\"2016/10/download-brochure-buttion351-75.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"download-brochure-buttion351-75-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"download-brochure-buttion351-75-300x64.png\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"download-brochure-buttion351-75-125x27.png\";s:5:\"width\";i:125;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(249,133,'_edit_lock','1475498447:1'),(251,136,'_wp_attached_file','2016/10/DhakaIntlDenimShow2017.pdf'),(254,142,'_wp_attached_file','2015/12/cemsusa.png'),(255,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:34;s:4:\"file\";s:19:\"2015/12/cemsusa.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(256,143,'_wp_attached_file','2015/12/consri-logo.jpg'),(257,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:34;s:4:\"file\";s:23:\"2015/12/consri-logo.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(258,144,'_wp_attached_file','2015/12/indoasso.jpg'),(259,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:20:\"2015/12/indoasso.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(260,145,'_wp_attached_file','2015/12/cems-china1.jpg'),(261,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:47;s:4:\"file\";s:23:\"2015/12/cems-china1.jpg\";s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cems-china1-125x43.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(262,146,'_wp_attached_file','2015/12/cems-india.jpg'),(263,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:47;s:4:\"file\";s:22:\"2015/12/cems-india.jpg\";s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cems-india-125x43.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(264,148,'_wp_attached_file','2015/12/cems-bd.png'),(265,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:19:\"2015/12/cems-bd.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(266,158,'_edit_last','1'),(267,158,'_edit_lock','1485164970:1'),(268,159,'_wp_attached_file','2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg'),(269,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2335;s:4:\"file\";s:43:\"2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"ICCB-BIRDS-EYE-VIEW-TENT-HALL-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"ICCB-BIRDS-EYE-VIEW-TENT-HALL-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"ICCB-BIRDS-EYE-VIEW-TENT-HALL-1-768x897.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"ICCB-BIRDS-EYE-VIEW-TENT-HALL-1-877x1024.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"ICCB-BIRDS-EYE-VIEW-TENT-HALL-1-125x146.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:43:\"ICCB-BIRDS-EYE-VIEW-TENT-HALL-1-615x718.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(270,158,'_wp_page_template','template-full-width.php'),(271,162,'_menu_item_type','post_type'),(272,162,'_menu_item_menu_item_parent','47'),(273,162,'_menu_item_object_id','158'),(274,162,'_menu_item_object','page'),(275,162,'_menu_item_target',''),(276,162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(277,162,'_menu_item_xfn',''),(278,162,'_menu_item_url',''),(279,5,'_yoast_wpseo_focuskw_text_input','Denim'),(280,5,'_yoast_wpseo_focuskw','Denim'),(281,5,'_yoast_wpseo_title','Dhaka International DENIM Show 2017'),(282,5,'_yoast_wpseo_metadesc','DIFS, Dhaka Int’l DENIM Show 2017 is presented by CEMS Global which is the biggest & only int\'l exhibition on int\'l yarn & fabric manufactures & exporters.'),(283,5,'_yoast_wpseo_linkdex','51'),(284,5,'_yoast_wpseo_content_score','60'),(285,15,'_yoast_wpseo_focuskw_text_input','event profile'),(286,15,'_yoast_wpseo_focuskw','event profile'),(287,15,'_yoast_wpseo_title','Event Profile | Dhaka Int’l Denim Show 2017'),(288,15,'_yoast_wpseo_metadesc','CEMS Global presents the “Dhaka Int’l Denim Show 2017” to be held from 15th to 18th February 2017 at the ICCB, Bashundhara , Kuril, Dhaka, Bangladesh.'),(289,15,'_yoast_wpseo_linkdex','67'),(290,15,'_yoast_wpseo_content_score','30'),(291,48,'_yoast_wpseo_focuskw_text_input','denim'),(292,48,'_yoast_wpseo_focuskw','denim'),(293,48,'_yoast_wpseo_title','Highlights | Dhaka Int’l Denim Show 2017'),(294,48,'_yoast_wpseo_metadesc','CEMS Global presents the “Dhaka Int’l Denim Show 2017” to be held from 15th to 18th February 2017 at the ICCB, Bashundhara , Kuril, Dhaka, Bangladesh.'),(295,48,'_yoast_wpseo_linkdex','10'),(296,48,'_yoast_wpseo_content_score','30'),(297,18,'_yoast_wpseo_focuskw_text_input','denim'),(298,18,'_yoast_wpseo_focuskw','denim'),(299,18,'_yoast_wpseo_title','Fact Sheet | Dhaka Int’l Denim Show 2017'),(300,18,'_yoast_wpseo_metadesc','Dhaka Int’l Denim Show 2017, A CEMS Global’s event, will be held on 15 to 18 February 2017 at 10:30 am to 7:30 pm at ICCB, Bashundhara, Dhaka'),(301,18,'_yoast_wpseo_linkdex','37'),(302,18,'_yoast_wpseo_content_score','30'),(303,158,'_yoast_wpseo_focuskw_text_input','floor plan'),(304,158,'_yoast_wpseo_focuskw','floor plan'),(305,158,'_yoast_wpseo_title','Floor Plan | Dhaka Int’l Denim Show 2017'),(306,158,'_yoast_wpseo_metadesc','Get the floor plan of Dhaka International Denim Show 2017.'),(307,158,'_yoast_wpseo_linkdex','44'),(308,158,'_yoast_wpseo_content_score','30'),(309,90,'_yoast_wpseo_focuskw_text_input','profile of visitors'),(310,90,'_yoast_wpseo_focuskw','profile of visitors'),(311,90,'_yoast_wpseo_title','Profile of Visitors | Dhaka Int’l Denim Show 2017'),(312,90,'_yoast_wpseo_metadesc','Dhaka Int’l Denim Show 2017 will be a perfect platform for Accessories / Trim Supplier, Design Studio, Fabric Mill, Garments Machine Supplier.'),(313,90,'_yoast_wpseo_linkdex','39'),(314,90,'_yoast_wpseo_content_score','30'),(315,87,'_yoast_wpseo_focuskw_text_input','profile of Exhibits'),(316,87,'_yoast_wpseo_focuskw','profile of Exhibits'),(317,87,'_yoast_wpseo_title','Profile of Exhibits | Dhaka Int’l Denim show 2017'),(318,87,'_yoast_wpseo_metadesc','Dhaka Int’l Denim Show exhibits: Denim Accessories, Fabric, Garments Machinery, Jeans & Other Garments, Dye-Stuff, Related Machinery and Equipment.'),(319,87,'_yoast_wpseo_linkdex','33'),(320,87,'_yoast_wpseo_content_score','30'),(321,24,'_yoast_wpseo_focuskw_text_input','focus'),(322,24,'_yoast_wpseo_focuskw','focus'),(323,24,'_yoast_wpseo_title','Focus | Dhaka Int’l Denim show 2017'),(324,24,'_yoast_wpseo_metadesc','Dhaka International Denim Show 2017 focus textile/apparel industry buyers to meet local and overseas textile & yarn manufactures.'),(325,24,'_yoast_wpseo_linkdex','48'),(326,24,'_yoast_wpseo_content_score','30'),(327,42,'_yoast_wpseo_focuskw_text_input','exhibiting guidelines'),(328,42,'_yoast_wpseo_focuskw','exhibiting guidelines'),(329,42,'_yoast_wpseo_title','Exhibiting Guidelines | Dhaka Int’l Denim show 2017'),(330,42,'_yoast_wpseo_metadesc','Exhibiting guidelines: Confirm your participation now to be a part of a great Marketing & B2B platform of Int\'l Yarn & Fabric Manufacturers & Exporters'),(331,42,'_yoast_wpseo_linkdex','62'),(332,42,'_yoast_wpseo_content_score','30'),(333,38,'_yoast_wpseo_focuskw_text_input','expo application form'),(334,38,'_yoast_wpseo_focuskw','expo application form'),(335,38,'_yoast_wpseo_title','Expo Application Form | Dhaka Int’l Denim show 2017'),(336,38,'_yoast_wpseo_metadesc','Exhibiting guidelines: Confirm your participation now to be a part of a great Marketing & B2B platform of int\'l Yarn & Fabric Manufacturers & Exporters.'),(337,38,'_yoast_wpseo_linkdex','47'),(338,38,'_yoast_wpseo_content_score','30'),(339,34,'_yoast_wpseo_focuskw_text_input','about Bangladesh'),(340,34,'_yoast_wpseo_focuskw','about Bangladesh'),(341,34,'_yoast_wpseo_title','About Bangladesh | Dhaka Int’l Denim show 2017'),(342,34,'_yoast_wpseo_metadesc','Get the knowledge of Bangladesh. In Dhaka, Bangladesh, Dhaka Int’l denim show will be held on 15 to 18 February, 2017'),(343,34,'_yoast_wpseo_linkdex','62'),(344,34,'_yoast_wpseo_content_score','30'),(345,21,'_yoast_wpseo_focuskw_text_input','About CEMS'),(346,21,'_yoast_wpseo_focuskw','About CEMS'),(347,21,'_yoast_wpseo_title','About CEMS | Dhaka Int’l Denim show 2017'),(348,21,'_yoast_wpseo_metadesc','CEMS has made a commendable presence as a multinational exhibition organizer of the region with operations in over 7 countries.'),(349,21,'_yoast_wpseo_linkdex','39'),(350,21,'_yoast_wpseo_content_score','30'),(351,27,'_yoast_wpseo_focuskw_text_input','contact us'),(352,27,'_yoast_wpseo_focuskw','contact us'),(353,27,'_yoast_wpseo_title','Contact Us | Dhaka Int’l Denim show 2017'),(354,27,'_yoast_wpseo_metadesc','Please let us know how we can assist you. You can mail us or you can call us.'),(355,27,'_yoast_wpseo_linkdex','53'),(356,27,'_yoast_wpseo_content_score','30'),(357,71,'_yoast_wpseo_title','Online Visitor Registration'),(358,71,'_yoast_wpseo_content_score','30'),(359,51,'_yoast_wpseo_content_score','30'),(360,174,'_edit_last','1'),(361,174,'_edit_lock','1491731223:1'),(362,174,'_wp_page_template','default'),(363,174,'_yoast_wpseo_content_score','30'),(364,178,'_menu_item_type','post_type'),(365,178,'_menu_item_menu_item_parent','47'),(366,178,'_menu_item_object_id','174'),(367,178,'_menu_item_object','page'),(368,178,'_menu_item_target',''),(369,178,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(370,178,'_menu_item_xfn',''),(371,178,'_menu_item_url',''),(373,184,'_wp_attached_file','2017/05/denim-summer.jpg'),(374,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:434;s:6:\"height\";i:268;s:4:\"file\";s:24:\"2017/05/denim-summer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"denim-summer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"denim-summer-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"denim-summer-125x77.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(375,185,'_wp_attached_file','2017/05/denim-summer-1.jpg'),(376,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:190;s:6:\"height\";i:117;s:4:\"file\";s:26:\"2017/05/denim-summer-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"denim-summer-1-150x117.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"denim-summer-1-125x77.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(381,201,'_aioseop_title','Features Of Effective Education Teachers'),(382,201,'_aioseop_description','An essay is primarily known as a fast composing that has to have the right level of quality to coordinate with your visitors. Selecting the most suitable essay is hence quite crucial. For...'),(383,201,'_aioseop_keywords',''),(385,203,'_aioseop_title','The Most Effective Programs for Composing a Research Report'),(386,203,'_aioseop_description','One should understand the 3 primary places of the essay. It is possible to be as innovative as you need to be, provided your composition expresses the right info to the reader. If you prefer to...'),(387,203,'_aioseop_keywords',''),(389,205,'_aioseop_title','Letter of Intent Layouts Three Packages'),(390,205,'_aioseop_description','In addition It Is crucial to be aware that, help with composition writing is largely urged when working with a customized essay writing service. Story documents comprise storylines which are...'),(391,205,'_aioseop_keywords',''),(393,207,'_aioseop_title','Kinds of Literature'),(394,207,'_aioseop_description','That\'s why you should address these undesirable levels inside your admission essay. These mistakes may decrease the standard of your papers and lower your level. Still another suggestion would...'),(395,207,'_aioseop_keywords',''),(397,209,'_aioseop_title','University ratings guide up worldwide and nationwide ranks rev for 2015 admissions'),(398,209,'_aioseop_description','Essays are a wellspring of information. You may be just as creative as you desire to be, so long as your composition communicates the appropriate information to the reader. Select us and relish...'),(399,209,'_aioseop_keywords',''),(401,211,'_aioseop_title','AMDA Auditions & Scholarships'),(402,211,'_aioseop_description','For example, for every single medical order you place with our medical made simple business, you may be sure that the front page in addition to the recommendations site may be performed...'),(403,211,'_aioseop_keywords',''),(405,213,'_aioseop_title','Example Essay Topic Ideas'),(406,213,'_aioseop_description','These essays aren\'t confined to a particular country or region. Interview documents make it possible for you to use individuals as your own sources in place of publications. Here, I should...'),(407,213,'_aioseop_keywords',''),(409,215,'_aioseop_title','Howto Punctuate Corporation Brands'),(410,215,'_aioseop_description','You need to see trusted websites to get additional information regarding the subject and its associated matters. They purchase composition on-line aid. It\'ll be the most suitable composition...'),(411,215,'_aioseop_keywords',''),(413,217,'_aioseop_title','The Emotional Goals Manual'),(414,217,'_aioseop_description','Documents usually are tiny parts of articles. Essay writing is the best part universal type of authorship. It\'s a rare art. Writing comes from reading rather a number of books. Essay writing...'),(415,217,'_aioseop_keywords',''),(417,219,'_aioseop_title','EASY Methods A Treadmill Can Help You Get & Shed Weight In Appearance!'),(418,219,'_aioseop_description','All the very best essay writing services are available at EssayDirectory. A experienced composition author might additionally endure excellent rapport alongside you. For anyone who is composing...'),(419,219,'_aioseop_keywords',''),(421,221,'_aioseop_title','Let us outline one of the most typical archetypes in the market world.'),(422,221,'_aioseop_description','Most of online article writing firms were in the marketplace to generate money. We are the best argumentative essay writing business accessible the...'),(423,221,'_aioseop_keywords',''),(425,223,'_aioseop_title','Characters and spots in one line\'s utmost amount is 85.'),(426,223,'_aioseop_description','In more than 8 decades we\'ve been within the essay writing industry. It is rather easy to acquire high grades today, you only have to locate a excellent article writing support. Pursuing these tip...'),(427,223,'_aioseop_keywords',''),(429,225,'_aioseop_title','You must understand what things to incorporate in your initial one if you favor followers to take towards the second phase.'),(430,225,'_aioseop_description','Composing good compositions is vital within the Englishlanguage within the feeling that it enables the student absolutely help express what\'s in her or...'),(431,225,'_aioseop_keywords',''),(433,227,'_aioseop_title','It\'s required to know about the topic you will reveal and equally important that you realize the market you\'re creating for.'),(434,227,'_aioseop_description','In the editing or revision step, the author makes changes to be able to accentuate the storyline. The most significant aims of instruction need to be empowering learners to obtain knowledge and mo...'),(435,227,'_aioseop_keywords',''),(436,229,'_aioseop_title','Additionally the school will need to have scientific infrastructure to undertake the exact distance -learning method.'),(437,229,'_aioseop_description','A significant part of composing a lengthy composition is studying. Composing a descriptive essay may be rich and satisfying expertise, but it could also...'),(438,229,'_aioseop_keywords',''),(441,231,'_aioseop_title','What Should I Write in Card or a Marriage Note'),(442,231,'_aioseop_description','You are going to be demonstrated a convincing composition that must be rewritten. Relative documents are between the mostmon sorts of composing you\'ll do in college. The article represents an...'),(443,231,'_aioseop_keywords',''),(445,233,'_aioseop_title','Hello world. This my website!'),(446,233,'_aioseop_description','Hello world. This my...'),(447,233,'_aioseop_keywords',''),(449,235,'_aioseop_title','Greetings'),(450,235,'_aioseop_description','This is my first...'),(451,235,'_aioseop_keywords',''),(453,237,'_aioseop_title','Os inúmeros benefícios de emprego de salas de dados para triunfo da sua empresa'),(454,237,'_aioseop_description','Internet é completo de pessoas e perigosos programas assistindo para capturar dados importante as empresas para seus próprios fins particulares, ou seja,...'),(455,237,'_aioseop_keywords',''),(462,242,'_aioseop_title','Just how to Medium, Set Brief & Longterm Goals'),(463,242,'_aioseop_description','Many people cannot make this as a freelance author. Most individuals get writers block in regards to bragging about themselves. On the opposite hand, you will find on-line marketers who...'),(464,242,'_aioseop_keywords',''),(466,244,'_aioseop_title','California 7069 has some positives; overall, not really a statement that is good'),(467,244,'_aioseop_description','The really first or preliminary two sentences are between the essential aspects of a fresh text. Now you\'ve got some ideas a website that writes essays for you of what to really create for each...'),(468,244,'_aioseop_keywords',''),(470,246,'_aioseop_title','Discover ways to rely on yourself and obtain fantastic at knowing what\'s good publishing and what\'s not.'),(471,246,'_aioseop_description','You may even get these online. Therefore that the reason behind buying shares on line and just how much you mean to invest in one obtain will establish...'),(472,246,'_aioseop_keywords',''),(474,248,'_aioseop_title','Howto Write a Finish to get a Fictional Analysis Article'),(475,248,'_aioseop_description','Creating essays on the net is an effective way to create revenue. However a significant percentage of the girls it are not seeking for relationships, both. Therefore, it truly is suggested to...'),(476,248,'_aioseop_keywords',''),(480,251,'_aioseop_title','Essay Papers For Free'),(481,251,'_aioseop_description','Essay Papers For Free Probably did you understand you can B fork out to jot lower essay? Confident, our authors will turn out an essay within the casing...'),(482,251,'_aioseop_keywords',''),(484,253,'_aioseop_title','Writing - Common Mistakes'),(485,253,'_aioseop_description','Nobody may read an essay- measured evaluation. A typical review ought to be informative, but tend not to feel like you must make a deep point about the movie.-> Starting a critique with a descript...'),(486,253,'_aioseop_keywords',''),(488,255,'_aioseop_title','Make Your Own Tattoo Online'),(489,255,'_aioseop_description','Typically, there\'ll be several mo Re linens whether or not it really is one- stuff and fewer if it really is two-ply.-> Toilet paper is used daily by best online essay writing service nearly all p...'),(490,255,'_aioseop_keywords',''),(492,257,'_aioseop_title','A Day Stay Fit With Pranayama Twenty Minutes'),(493,257,'_aioseop_description','In here you\'ll find loads of helpful hints about composition writing procedure. In the big event which you cannot pay attention to your project and certainly necessitate help composing an essay, s...'),(494,257,'_aioseop_keywords',''),(496,259,'_aioseop_title','Assessment OF Near future Difficulties OF Health-related Treatment'),(497,259,'_aioseop_description','Assessment OF Near future Difficulties OF Health-related Treatment For sale literature to the Medical care segment reveals the fact that the marketplace includes just about 8% to 15Percent of your...'),(498,259,'_aioseop_keywords',''),(500,261,'_aioseop_title','Do you know the way ahead for the printed out ebooks inside the electronic digital time?'),(501,261,'_aioseop_description','Do you know the way ahead for the printed out ebooks inside the electronic digital time? A digital your age has transformed the way by which material and knowledge is traded and passed on across t...'),(502,261,'_aioseop_keywords',''),(504,263,'_aioseop_title','Assessment: Potential Medical Care Struggles'),(505,263,'_aioseop_description','Assessment: Potential Medical Care Struggles Medical care involves choosing methods of recent health worries that individuals could possibly be having to deal with. The medical treatment field has...'),(506,263,'_aioseop_keywords',''),(508,265,'_aioseop_title','How Do You Write-Off Bad-Debt On My Tax Return'),(509,265,'_aioseop_description','Writing an essay is simple, but it gets tough if you need to locate accessibility within the popular small enterprise colleges.-> It is very simple to obtain large grades nowadays, you just have t...'),(510,265,'_aioseop_keywords',''),(512,267,'_aioseop_title','Essay-Capital . Net overview: prime business to get paper on any topic rapidly & easy'),(513,267,'_aioseop_description','Essay-Capital . Net overview: prime business to get paper on any topic rapidly & easy Will you be anxious because of the necessity to accomplish complex collegiate projects? essay-capital.net...'),(514,267,'_aioseop_keywords',''),(516,269,'_aioseop_title','PLAGIARISM'),(517,269,'_aioseop_description','PLAGIARISM Plagiarism is a form of cheating broadly used in lots of sectors of acardemic composing.Even with its against the law,all students and professional sees their selves engaged in plagiari...'),(518,269,'_aioseop_keywords',''),(520,271,'_aioseop_title','Affordable notebook bargains don\'t instantly mean that you should compromise with grade and the functions of the item.'),(521,271,'_aioseop_description','No person is an important article writer. In case you\'re searching for an expert essay writer, you\'re in the proper position! There are article writers...'),(522,271,'_aioseop_keywords',''),(524,273,'_aioseop_title','Ways to Get Into Law School'),(525,273,'_aioseop_description','No surprise you happen to be thinking about composition writing companies. Producing a composition within our firm is very pressure -free. We shall supply topquality composition publishing...'),(526,273,'_aioseop_keywords',''),(528,275,'_aioseop_title','How to Use Writing As Punishment'),(529,275,'_aioseop_description','Composing an essay may possibly be boring occupation, especially if you\'ve left it to the past moment. It truly is my expectation that this article was useful in earning your pick....'),(530,275,'_aioseop_keywords',''),(532,277,'_aioseop_title','How exactly to Publish a Research Paper the Easy Way'),(533,277,'_aioseop_description','All these forms of article writing services should be exceptional and can ensure customer satisfaction. It really is an essential skill which is implemented in several areas of life, especially...'),(534,277,'_aioseop_keywords',''),(536,279,'_aioseop_title','How exactly to Compose an Assessment Document with Sample Essays'),(537,279,'_aioseop_description','Proposition on a certain topic may be called concentrated free writing. Writing an auto Biography is an enormous endeavor. Although it really is a tough job ( presenting all the particulars...'),(538,279,'_aioseop_keywords',''),(540,281,'_aioseop_title','Healing Of Heart Problems'),(541,281,'_aioseop_description','You may start by reading somebody else\'s article. Below is a list in what a frequent essay includes. There are a lot of people strategies to structure your article. Then I ask them all to have...'),(542,281,'_aioseop_keywords',''),(544,283,'_aioseop_title','Clarify Essay Topics'),(545,283,'_aioseop_description','In here you\'ll find tons of useful suggestions about essay writing procedure. You will have lots of time to provide the composition your very best work. After this method is the simplest means...'),(546,283,'_aioseop_keywords',''),(548,285,'_aioseop_title','Information to Freudian Psych 101 Study Aid'),(549,285,'_aioseop_description','In here you\'ll discover lots of helpful tips about composition writing procedure. You may have lots of time to provide the essay your best effort. After this method is the most straightforward...'),(550,285,'_aioseop_keywords',''),(552,287,'_aioseop_title','How exactly to Produce a Nationwide Honor Society Composition'),(553,287,'_aioseop_description','Training programs should be honest for each learner. Do not allow the coach tag assignments within the session. A 20-30 minute Guided Reading lesson should be ready for every single degree. 1...'),(554,287,'_aioseop_keywords',''),(556,289,'_aioseop_title','How to Begin a Publishing Career'),(557,289,'_aioseop_description','His self less sacrifice to do his aims actually indicates that Martin Luther King Jr among the most brave men and women in history. Nerve is an extremely commended characteristic in some one....'),(558,289,'_aioseop_keywords',''),(560,291,'_aioseop_title','What exactly is the way ahead for the screen printed training books inside the online grow older'),(561,291,'_aioseop_description','What exactly is the way ahead for the screen printed training books inside the online grow older Textbooks have stayed a leading method of obtaining material as time immemorial, and have became a...'),(562,291,'_aioseop_keywords',''),(564,293,'_aioseop_title','The Truth About Research Problem Topic'),(565,293,'_aioseop_description','The Truth About Research Problem Topic The Foolproof Research Problem Topic Strategy The assert is that which you would like your crowd to believe also it needs to be stated in inch sentence. The...'),(566,293,'_aioseop_keywords',''),(568,295,'_aioseop_title','THOMAS KUHN 1962 Concept About The Format Of Your Research REVOLUTIONS'),(569,295,'_aioseop_description','THOMAS KUHN 1962 Concept About The Format Of Your Research REVOLUTIONS The time period Thomas Kuhn died that year 1996; he acquired surely that his philosophical job previously had not been...'),(570,295,'_aioseop_keywords',''),(572,297,'_aioseop_title','Way Ahead For THE Produced Ebooks While In The DIGITAL Grow older'),(573,297,'_aioseop_description','Way Ahead For THE Produced Ebooks While In The DIGITAL Grow older Thinking about the position that novels have performed in human everyday life during the last four ages, it really is acknowledgea...'),(574,297,'_aioseop_keywords',''),(576,299,'_aioseop_title','THE GROUNDLESS Climatic Change Points'),(577,299,'_aioseop_description','THE GROUNDLESS Climatic Change Points Global warming would be the continuous increase in the earth’s heat at a rate that appears to be get a new weather conditions belonging to the planet. Th...'),(578,299,'_aioseop_keywords',''),(580,301,'_aioseop_title','Year Rule To Become A Specialist'),(581,301,'_aioseop_description','There\'sn\'t any step-by-action means of writing a narrative composition is effective nicely. Following is a write my essay for me short summary of many varieties of documents and suggestions for...'),(582,301,'_aioseop_keywords',''),(585,305,'_aioseop_title','Remaining Institution Early If you quit on important institution early, you\'ve probably previously discovered that you must have a college level that was significant.'),(586,305,'_aioseop_description','Students are constantly looking for valid, dependable and real sort of composing services who deliver low plagiarized, significant quality specialist...'),(587,305,'_aioseop_keywords',''),(589,307,'_aioseop_title','Teacher Fraud on CRAIGSLIST.com -- my ad that was tutoring captivated scammers of the truth seeking profit, destroying confidence'),(590,307,'_aioseop_description','Many students find the prospect of studies that are online incredibly fascinating. Universities and several US colleges present online PhD programs. At these faculties, capital is usually...'),(591,307,'_aioseop_keywords',''),(593,309,'_aioseop_title','Just how to Produce Sentence Proofs for Geometry'),(594,309,'_aioseop_description','Though acupuncture was initially developed in China 1000s of years https://www.fastcase.com/students-educational-blog/information-to-get-yourself-ready-for-an-interior-2/ ago, because it seeped...'),(595,309,'_aioseop_keywords',''),(597,311,'_aioseop_title','How exactly to Estimate and Cite a Play within an Article Utilizing MLA Format'),(598,311,'_aioseop_description','There can be a postscript an addon to a correspondence that goes following the concluding signature brand. The most popular acronym to start out a...'),(599,311,'_aioseop_keywords',''),(601,313,'_aioseop_title','How-to Produce a Financial-Statement'),(602,313,'_aioseop_description','Google faces issue from app designer Google is currently experiencing an investigation in the European Commission on whether Google s visibility with Android, including bundling its apps harms...'),(603,313,'_aioseop_keywords',''),(605,315,'_aioseop_title','Just how to Create a Link Paper'),(606,315,'_aioseop_description','Writing documents could be employed! Article writing is pretty strict occasionally but that doesn\'t maintain you from actually being a small creative. It may be difficult, but it doesn\'t have to b...'),(607,315,'_aioseop_keywords',''),(609,317,'_aioseop_title','Most helpful essay composing encouragement for educational background and discovering'),(610,317,'_aioseop_description','Most helpful essay composing encouragement for educational background and discovering We haven\'t any attention in keeping you at nighttime and will be...'),(611,317,'_aioseop_keywords',''),(614,321,'_aioseop_title','Bestessay4u . Com scan: number one company to acquire paper on any topic swiftly and easy'),(615,321,'_aioseop_description','Bestessay4u . Com scan: number one company to acquire paper on any topic swiftly and easy Will you be nervous on how to cope with tricky academic projects?-> bestessay4u.com ensures turnkey expert...'),(616,321,'_aioseop_keywords',''),(618,323,'_aioseop_title','Informative Essay Topics'),(619,323,'_aioseop_description','This advice and strategies are able to help you make a solid impact. Learn the best tips from writers But these documents may be composed into a major common, and these suggestions can assist...'),(620,323,'_aioseop_keywords',''),(622,325,'_aioseop_title','How to Begin a Fund'),(623,325,'_aioseop_description','Does The App To Fight Visitors, Consider Technology Too Much? The phrase There s an app for that might seem somewhat old, nonetheless it seems to be rising trueras we start more and more of our...'),(624,325,'_aioseop_keywords',''),(626,327,'_aioseop_title','Your Family Law Act in Fiji'),(627,327,'_aioseop_description','Whether you intend to acquire that house you experienced your eye on all year or lastly buy your wish car, you will likely need a mortgage. Difficulty is, your credit score isn\'t very good....'),(628,327,'_aioseop_keywords',''),(630,330,'_edit_lock','1514271343:1'),(631,330,'_edit_last','1'),(632,330,'_wp_page_template','template-home.php'),(633,185,'_edit_lock','1506748094:1'),(634,334,'_wp_attached_file','2017/09/2nd-Denim-winter-01.jpg'),(635,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1055;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/09/2nd-Denim-winter-01.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2nd-Denim-winter-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2nd-Denim-winter-01-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"2nd-Denim-winter-01-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2nd-Denim-winter-01-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"2nd-Denim-winter-01-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:31:\"2nd-Denim-winter-01-615x408.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(636,335,'_wp_attached_file','2017/09/2nd-Denim-winter-01-1.jpg'),(637,335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1055;s:6:\"height\";i:700;s:4:\"file\";s:33:\"2017/09/2nd-Denim-winter-01-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2nd-Denim-winter-01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"2nd-Denim-winter-01-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"2nd-Denim-winter-01-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"2nd-Denim-winter-01-1-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"2nd-Denim-winter-01-1-125x83.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:33:\"2nd-Denim-winter-01-1-615x408.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=339 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2015-12-02 13:45:24','2015-12-02 13:45:24','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2015-12-02 13:45:24','2015-12-02 13:45:24','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=1',0,'post','',100),(5,1,'2015-12-02 13:56:32','2015-12-02 13:56:32','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a>','Home','','publish','open','open','','home','','','2017-05-12 06:36:14','2017-05-12 06:36:14','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=5',0,'page','',0),(6,1,'2015-12-02 13:52:10','2015-12-02 13:52:10','','CEMS-GLOBAL-sml','','inherit','open','open','','cems-global-sml','','','2015-12-02 13:52:10','2015-12-02 13:52:10','',5,'http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg',0,'attachment','image/jpeg',0),(7,1,'2015-12-02 13:53:15','2015-12-02 13:53:15','','image001','','inherit','open','open','','image001','','','2015-12-02 13:53:15','2015-12-02 13:53:15','',5,'http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg',0,'attachment','image/jpeg',0),(8,1,'2015-12-02 13:56:32','2015-12-02 13:56:32','<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"CEMS-GLOBAL-sml\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\" width=\"50\" height=\"71\" /></a><span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\"><img class=\"size-full wp-image-7 alignright\" alt=\"image001\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\" width=\"220\" height=\"256\" /></a>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\">Winter Edition Dhaka International Yarn & Fabric Show 2017—[WINTER DIFS 2017]</span></h3>\r\n<h4 style=\"text-align: right;\"><span style=\"color: #000000;\"> The biggest & ONLY International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span></h4>\r\n<h2 style=\"text-align: right;\"><span style=\"color: #ff0000;\">18~21 JANUARY 2017</span></h2>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\">International Convention City, Bashundhara, Dhaka, Bangladesh.</span></h3>','Home','','inherit','open','open','','5-revision-v1','','','2015-12-02 13:56:32','2015-12-02 13:56:32','',5,'http://www.cems-yarnandfabric.com/difs-winter/?p=8',0,'revision','',0),(9,1,'2015-12-02 13:59:19','2015-12-02 13:59:19',' ','','','publish','open','closed','','9','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=9',1,'nav_menu_item','',0),(10,1,'2015-12-02 14:00:16','2015-12-02 14:00:16','<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"CEMS-GLOBAL-sml\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\" width=\"50\" height=\"71\" /></a><span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\"><img class=\"size-full wp-image-7 alignright\" alt=\"image001\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\" width=\"183\" height=\"213\" /></a>\r\n<h3 style=\"text-align: right;\"></h3>\r\n<h3 style=\"text-align: right;\"></h3>\r\n<h3 style=\"text-align: right;\"></h3>\r\n<h3 style=\"text-align: right;\"></h3>\r\n<h3 style=\"text-align: right;\"></h3>\r\n<h3 style=\"text-align: right;\"></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\">Winter Edition Dhaka International Yarn & Fabric Show 2017—[WINTER DIFS 2017]</span></h3>\r\n<h4 style=\"text-align: right;\"><span style=\"color: #000000;\"> The biggest & ONLY International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span></h4>\r\n<h2 style=\"text-align: right;\"><span style=\"color: #ff0000;\">18~21 JANUARY 2017</span></h2>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\">International Convention City, Bashundhara, Dhaka, Bangladesh.</span></h3>','Home','','inherit','open','open','','5-revision-v1','','','2015-12-02 14:00:16','2015-12-02 14:00:16','',5,'http://www.cems-yarnandfabric.com/difs-winter/?p=10',0,'revision','',0),(12,1,'2015-12-02 14:07:03','2015-12-02 14:07:03','<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"CEMS-GLOBAL-sml\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\" width=\"50\" height=\"71\" /></a><span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\"><img class=\"size-full wp-image-7 alignleft\" alt=\"image001\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\" width=\"220\" height=\"256\" /></a>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\">Winter Edition Dhaka International Yarn & Fabric Show 2017—[WINTER DIFS 2017]</span></h3>\r\n<h4 style=\"text-align: right;\"><span style=\"color: #000000;\"> The biggest & ONLY International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span></h4>\r\n<h2 style=\"text-align: right;\"><span style=\"color: #ff0000;\">18~21 JANUARY 2017</span></h2>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\">International Convention City, Bashundhara, Dhaka, Bangladesh.</span></h3>','Home','','inherit','open','open','','5-revision-v1','','','2015-12-02 14:07:03','2015-12-02 14:07:03','',5,'http://www.cems-yarnandfabric.com/difs-winter/?p=12',0,'revision','',0),(13,1,'2015-12-02 14:07:25','2015-12-02 14:07:25','<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"CEMS-GLOBAL-sml\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\" width=\"50\" height=\"71\" /></a><span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\"><img class=\"size-full wp-image-7 alignright\" alt=\"image001\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\" width=\"220\" height=\"256\" /></a>\r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2015-12-02 14:07:25','2015-12-02 14:07:25','',5,'http://www.cems-yarnandfabric.com/difs-winter/?p=13',0,'revision','',0),(14,1,'2015-12-02 14:10:09','2015-12-02 14:10:09','<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"CEMS-GLOBAL-sml\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\" width=\"50\" height=\"71\" /></a><span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n\r\n \r\n<h3 style=\"text-align: right;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\"><img class=\"alignnone size-full wp-image-7\" alt=\"image001\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\" width=\"206\" height=\"239\" /></a></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\">WINTER DIFS 2017</span></h3>\r\n<h3 style=\"text-align: right;\"><i><span style=\"color: #000000;\">The <b>biggest & ONLY</b> International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span> </i></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\"><b>18~21 JANUARY 2017</b></span></h3>\r\n<p style=\"text-align: right;\"><span style=\"color: #ff0000;\"><strong>International Convention City, Bashundhara, Dhaka, Bangladesh.</strong></span></p>\r\n \r\n\r\n \r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2015-12-02 14:10:09','2015-12-02 14:10:09','',5,'http://www.cems-yarnandfabric.com/difs-winter/?p=14',0,'revision','',0),(15,1,'2015-12-02 14:11:09','2015-12-02 14:11:09','CEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 21 years. At 2017, CEMS Global is launched its own Denim related exhibition for the first time titled Dhaka International Denim Show 2016 and in Second Edition 2018 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\n \r\n\r\nThe ‘3<sup>rd</sup> <strong>Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \' Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers','Event Profile','','publish','open','closed','','event-profile','','','2017-09-28 11:16:44','2017-09-28 11:16:44','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=15',0,'page','',16),(16,1,'2015-12-02 14:11:09','2015-12-02 14:11:09','<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">CEMS-Global USA’s International `Yarn & Fabric series of Exhibitions’ have reached its accession in popularity in South and South-East Asia with the series exhibitions being organized by CEMS-Global in Bangladesh, Brazil, India, Indonesia, Singapore & Sri Lanka.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>With the enormous success of DIFS-SUMMER EDITION and due to lack of spacing to accommodate exhibitors; CEMS-Global launches Winter Edition to give scope to all in order to focus on the $25 Billion Apparel Export Market of Bangladesh.</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">After extremely 10 successful editions in Bangladesh, CEMS-Global presents the biggest and ONLY International Exhibition of its kind as `Dhaka International Yarn & Fabric Show 2017—Winter Edition,-- the leading oldest & biggest series of Exhibition in Bangladesh on Textile Apparel Technology & Machinery, for the entire Textile & Garment world of Bangladesh for last 17 years is all set to again draw huge visitors from the garment arena of Bangladesh, the biggest Export Exchange earning industry of Bangladesh and also leading in Asia with an annual export of over US$ 20 Billion to over 120 countries. Bangladesh currently stands as the world’s 2<sup>nd</sup>largest apparel exporter in `WTO’ rankings and requires to import over 75% Fabric (Woven) for the Garment export demand of over 7,500 Garment & Textile factories / mills of the country. The `Winter Edition of DIFS 2017’ will cater to the requirements of the ever-growing Garment Industry of Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">The \'Winter DIFS 2017’ will be a one-stop biggest marketplace of Bangladesh for textile business as well as presenting the latest fabrics and trends. Over 300 exhibitors from around the world will present their up-to-date fabrics, which is ready-to-use for garment, accessories, industrial use and other various applications. The `Winter DIFS 2017’ will be fully equipped with all ranges of textile products enhanced with the latest technology, will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.</span></p>\r\n\r\n</div>\r\n ','Event Profile ','','inherit','open','open','','15-revision-v1','','','2015-12-02 14:11:09','2015-12-02 14:11:09','',15,'http://www.cems-yarnandfabric.com/difs-winter/?p=16',0,'revision','',0),(17,1,'2015-12-02 14:11:50','2015-12-02 14:11:50',' ','','','publish','open','closed','','17','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=17',2,'nav_menu_item','',0),(18,1,'2015-12-02 14:13:42','2015-12-02 14:13:42','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"dhaka\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\">‘<strong>3<sup>rd</sup> Dhaka International Denim Show 2018 – Winter Edition</strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><em>An Int\'l Exhibition on Denim Fabrics & Accessories for Bangladesh</em></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong>31 JANUARY~3 FEBRUARY, 2018.</strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','publish','open','open','','fact-sheet','','','2017-05-12 06:23:50','2017-05-12 06:23:50','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=18',0,'page','',123),(19,1,'2015-12-02 14:13:42','2015-12-02 14:13:42','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" alt=\"dhaka\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table width=\"90%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\">\r\n<h3>WINTER DIFS 2017</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><i><span style=\"color: #000000;\">The <b>biggest & ONLY</b> International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span> </i></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong><b>18~21 JANUARY 2017</b></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','18-revision-v1','','','2015-12-02 14:13:42','2015-12-02 14:13:42','',18,'http://www.cems-yarnandfabric.com/difs-winter/?p=19',0,'revision','',0),(20,1,'2015-12-02 14:14:32','2015-12-02 14:14:32',' ','','','publish','open','closed','','20','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=20',5,'nav_menu_item','',0),(21,1,'2015-12-02 14:15:08','2015-12-02 14:15:08','<p align=\"justify\"><span style=\"color: #ff0000;\"><strong>About CEMS – The Organizer</strong></span></p>\r\n<p style=\"text-align: justify;\">CEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group\'s headquarters; the branches of CEMS Global\'s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil.</p>\r\n<p align=\"justify\"></p>','About CEMS','','publish','open','open','','about-cems','','','2017-05-12 06:26:30','2017-05-12 06:26:30','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=21',0,'page','',1),(22,1,'2015-12-02 14:15:08','2015-12-02 14:15:08','<p align=\"justify\"><span style=\"color: #ff0000;\"><strong>About CEMS – The Organizer</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Since its inception in 1992, CEMS, in this span of over 2 decades has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 7 countries. With its Global HQ in USA, CEMS carries out its activities from CEMS USA based in New York, its own operated offices - CEMS China, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMSIndonesia and over 10 associate offices around the world. CEMS organizes over 40 exhibitions per annum on all important sectors of the trade and economy in South & South-East Asia.</span></p>\r\n \r\n<p align=\"justify\"></p>','About CEMS ','','inherit','open','open','','21-revision-v1','','','2015-12-02 14:15:08','2015-12-02 14:15:08','',21,'http://www.cems-yarnandfabric.com/difs-winter/?p=22',0,'revision','',0),(23,1,'2015-12-02 14:15:19','2015-12-02 14:15:19',' ','','','publish','open','closed','','23','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=23',14,'nav_menu_item','',0),(24,1,'2015-12-02 14:15:48','2015-12-02 14:15:48','<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Dhaka International Denim Show 2017 </strong> will enable the Textile / Apparel Industry buyers to meet local and overseas textile & yarn manufacturers face to face for excellent qualities and reasonable prices.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Visitors to <strong>Dhaka International Denim Show 2017</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Garment Industry of Bangladesh from top manufacturers worldwide. Original designs and innovation, combined with traditional quality and style will be the key to the exhibition\'s success.</span></p>\r\n\r\n</div>','Focus','','publish','open','open','','focus','','','2017-01-23 09:50:54','2017-01-23 09:50:54','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=24',0,'page','',38),(25,1,'2015-12-02 14:15:48','2015-12-02 14:15:48','<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Winter DIFS 2017’ will enable the Textile / Apparel Industry buyers to meet local and overseas textile & yarn manufacturers face to face for excellent qualities and reasonable prices.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Visitors to \'Winter DIFS 2017’ will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Garment Industry of Bangladesh from top manufacturers worldwide. Original designs and innovation, combined with traditional quality and style will be the key to the exhibition\'s success.</span></p>\r\n\r\n</div>','Focus','','inherit','open','open','','24-revision-v1','','','2015-12-02 14:15:48','2015-12-02 14:15:48','',24,'http://www.cems-yarnandfabric.com/difs-winter/?p=25',0,'revision','',0),(26,1,'2015-12-02 14:16:09','2015-12-02 14:16:09',' ','','','publish','open','closed','','26','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=26',10,'nav_menu_item','',0),(27,1,'2015-12-07 09:11:16','2015-12-07 09:11:16','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n<img class=\"alignnone size-full wp-image-28\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cemsusa.png\" alt=\"cems usa\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-29\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-bd.png\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>\r\n</div>','Contact Us','','publish','open','open','','contact-us','','','2017-01-23 09:56:29','2017-01-23 09:56:29','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=27',0,'page','',20),(28,1,'2015-12-07 09:10:37','2015-12-07 09:10:37','','cems usa','','inherit','open','open','','cems-usa','','','2015-12-07 09:10:37','2015-12-07 09:10:37','',27,'http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg',0,'attachment','image/jpeg',0),(29,1,'2015-12-07 09:10:51','2015-12-07 09:10:51','','cems bangladesh','','inherit','open','open','','cems-bangladesh','','','2015-12-07 09:10:51','2015-12-07 09:10:51','',27,'http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg',0,'attachment','image/jpeg',0),(30,1,'2015-12-07 09:11:11','2015-12-07 09:11:11','','cems india','','inherit','open','open','','cems-india','','','2015-12-07 09:11:11','2015-12-07 09:11:11','',27,'http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg',0,'attachment','image/jpeg',0),(31,1,'2015-12-07 09:11:16','2015-12-07 09:11:16','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-28\" alt=\"cems usa\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-yarnandfabric.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-29\" alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +880-2 - 881 8111 ~ 5, F : +880-2 – 988 8816, 17</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-yarnandfabric.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\"><img class=\"alignnone size-full wp-image-30\" alt=\"cems india\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt. Ltd. [ CEMS India ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New Delhi, India</span>\r\n\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','27-revision-v1','','','2015-12-07 09:11:16','2015-12-07 09:11:16','',27,'http://www.cems-yarnandfabric.com/difs-winter/?p=31',0,'revision','',0),(32,1,'2015-12-07 09:11:46','2015-12-07 09:11:46','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-28\" alt=\"cems usa\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-yarnandfabric.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-29\" alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +880-2 - 881 8111 ~ 5, F : +880-2 – 988 8816, 17</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-yarnandfabric.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\"><img class=\"alignnone size-full wp-image-30\" alt=\"cems india\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','27-revision-v1','','','2015-12-07 09:11:46','2015-12-07 09:11:46','',27,'http://www.cems-yarnandfabric.com/difs-winter/?p=32',0,'revision','',0),(33,1,'2015-12-07 09:12:00','2015-12-07 09:12:00',' ','','','publish','open','closed','','33','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=33',15,'nav_menu_item','',0),(34,1,'2015-12-09 09:14:23','2015-12-09 09:14:23','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n </td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 75.00, Euro 1.00=Tk 93.00</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','publish','open','open','','about-bangladesh','','','2017-05-12 06:25:05','2017-05-12 06:25:05','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=34',0,'page','',2),(35,1,'2015-12-09 09:14:23','2015-12-09 09:14:23','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" alt=\"flag\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n </td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','34-revision-v1','','','2015-12-09 09:14:23','2015-12-09 09:14:23','',34,'http://www.cems-yarnandfabric.com/difs-winter/?p=35',0,'revision','',0),(36,1,'2015-12-09 09:14:38','2015-12-09 09:14:38',' ','','','publish','open','closed','','36','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=36',13,'nav_menu_item','',0),(37,1,'2017-05-12 06:24:55','2017-05-12 06:24:55','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\n\n<table>\n<tbody>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong>\n\n \n\n \n\n \n\n </td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span></td>\n</tr>\n<tr>\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span></strong></td>\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span></strong></td>\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span></td>\n</tr>\n<tr>\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span></td>\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\n</tr>\n</tbody>\n</table>\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\n\n<ul style=\"text-align: justify;\">\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','open','open','','34-autosave-v1','','','2017-05-12 06:24:55','2017-05-12 06:24:55','',34,'http://www.cems-yarnandfabric.com/difs-winter/?p=37',0,'revision','',0),(38,1,'2015-12-09 09:17:17','2015-12-09 09:17:17','<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\" target=\"_blank\">EXPO APPLICATION FORM</a>','Expo Application Form','','publish','open','open','','expo-application-form','','','2017-01-23 09:53:32','2017-01-23 09:53:32','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=38',0,'page','',4),(39,1,'2015-12-09 09:17:17','2015-12-09 09:17:17','<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\" target=\"_blank\">EXPO APPLICATION FORM</a>','Expo Application Form','','inherit','open','open','','38-revision-v1','','','2015-12-09 09:17:17','2015-12-09 09:17:17','',38,'http://www.cems-yarnandfabric.com/difs-winter/?p=39',0,'revision','',0),(40,1,'2015-12-09 09:18:10','2015-12-09 09:18:10','<p style=\"text-align: center;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/map22.gif\"><img class=\"alignnone size-full wp-image-14\" alt=\"map22\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/map22.gif\" width=\"244\" height=\"202\" /></a></p>\r\n\r\n<h2 style=\"text-align: center;\" align=\"center\"><span style=\"color: #ff0000;\"><strong>Why Dhaka Int’l Denim Show 2017 ?</strong></span></h2>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">DIDS is A Comprehensive Exhibition for Overseas Yarn, Fabric & Textile Manufacturers / Exporters focusing on the Textile & Apparel Industry of Bangladesh</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">DIDS is targeted to the entire textile & garment sector of Bangladesh</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">DIDS draws huge visitors from the textile & garment arena of Bangladesh, the biggest Export Exchange earning industry of Bangladesh with export of over US$ 12 Billion and requires to import over 75% Fabric (Woven) for the Garment export demand of over 6,000 Garment & Textile factories / mills of the country</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh is investing over US$ 2 billion to upgrade their Textile & Garment sector</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">The Textile and Garment Industry in Bangladesh Increased by 18.2% to Reach US$9.6bn</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh has ranked 4th in the global apparel exports and grabbed 3 percent market share, according to a recent World Trade Organisation (WTO) report by exporting apparel items worth more than $10 billion</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh Apparel exports have reached the US$ 12 Billion mark with Knitwear alone accounting for US$ 5.5 Billion in exports</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh exported US$12.496bn worth of apparel worldwide in the 12-month period from July 2009 to June 2010. It accounted for 77% of the country\'s total exports of US$16.204bn during the year</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh was the largest exporter of cotton T-shirts and was 2nd for cotton pullover and jeans exports to European countries in 2009. In terms of volume, the country was the 2nd largest exporter of cotton trousers to the US last year.</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh exported ready-made garments worth US$34.043 million during the July-December period of 2009-10</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh is one of the country in South Asia leading the race for shaping up for the Textile & Apparel exports to the US & EU</span>\r\n\r\n</div></li>\r\n</ul>','Why DIDS?','','publish','open','open','','why-dids','','','2016-09-22 07:44:16','2016-09-22 07:44:16','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=40',0,'page','',0),(41,1,'2015-12-09 09:18:10','2015-12-09 09:18:10','<p style=\"text-align: center;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/map22.gif\"><img class=\"alignnone size-full wp-image-14\" alt=\"map22\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/map22.gif\" width=\"244\" height=\"202\" /></a></p>\r\n\r\n<h2 style=\"text-align: center;\" align=\"center\"><span style=\"color: #ff0000;\"><strong>Why Dhaka International Yarn & Fabric Show ?</strong></span></h2>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">DIFS is A Comprehensive Exhibition for Overseas Yarn, Fabric & Textile Manufacturers / Exporters focusing on the Textile & Apparel Industry of Bangladesh</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">DIFS is targeted to the entire textile & garment sector of Bangladesh</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">DIFS draws huge visitors from the textile & garment arena of Bangladesh, the biggest Export Exchange earning industry of Bangladesh with export of over US$ 12 Billion and requires to import over 75% Fabric (Woven) for the Garment export demand of over 6,000 Garment & Textile factories / mills of the country</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh is investing over US$ 2 billion to upgrade their Textile & Garment sector</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">The Textile and Garment Industry in Bangladesh Increased by 18.2% to Reach US$9.6bn</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh has ranked 4th in the global apparel exports and grabbed 3 percent market share, according to a recent World Trade Organisation (WTO) report by exporting apparel items worth more than $10 billion</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh Apparel exports have reached the US$ 12 Billion mark with Knitwear alone accounting for US$ 5.5 Billion in exports</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh exported US$12.496bn worth of apparel worldwide in the 12-month period from July 2009 to June 2010. It accounted for 77% of the country\'s total exports of US$16.204bn during the year</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh was the largest exporter of cotton T-shirts and was 2nd for cotton pullover and jeans exports to European countries in 2009. In terms of volume, the country was the 2nd largest exporter of cotton trousers to the US last year.</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh exported ready-made garments worth US$34.043 million during the July-December period of 2009-10</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh is one of the country in South Asia leading the race for shaping up for the Textile & Apparel exports to the US & EU</span>\r\n\r\n</div></li>\r\n</ul>','Why DIFS? ','','inherit','open','open','','40-revision-v1','','','2015-12-09 09:18:10','2015-12-09 09:18:10','',40,'http://www.cems-yarnandfabric.com/difs-winter/?p=41',0,'revision','',0),(42,1,'2015-12-09 09:19:18','2015-12-09 09:19:18','<span style=\"color: #993300;\"><strong>Guidelines for Exhibiting</strong></span>\r\n<p align=\"justify\"><span style=\"color: #000000;\">Confirm your participation now to be a part of a great Marketing & B2B platform of International Yarn & Fabric Manufacturers & Exporters focused to the entire Textile & Apparel Industry of Bangladesh .</span></p>\r\n<p align=\"justify\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/guidelines_clip_image002.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-33\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/guidelines_clip_image002.jpg\" alt=\"guidelines_clip_image002\" width=\"230\" height=\"214\" /></span></a></span></p>\r\n\r\n<ul>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">Please complete your Expo Application Form mentioning the Exhibit Category and send it to <a href=\"mailto:contact@cems-yarnandfabric.com\" target=\"_blank\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> or <a href=\"mailto:cems@cemsonline.com\" target=\"_blank\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span></p>\r\n</li>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">Please check your Exhibit Category before filling out the form</span></p>\r\n</li>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">To avail the Early Registration promotion which is only accepted online,<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><span style=\"color: #000000;\">Please Click Here</span></a></span></p>\r\n</li>\r\n <li><span style=\"color: #000000;\">Basic Shell Scheme Booth Package is of 6 sqm & 9 sqm. Each basic booth fee includes the following :</span>\r\n<blockquote><span style=\"color: #000000;\">Shell scheme booth (as per booking)</span>\r\n<span style=\"color: #000000;\"> Booth name fascia board</span>\r\n<span style=\"color: #000000;\"> 01 no. Of information counter</span>\r\n<span style=\"color: #000000;\"> 02 nos. Of chairs</span>\r\n<span style=\"color: #000000;\"> 03. Nos. Of 40w fluorescent tube</span>\r\n<span style=\"color: #000000;\"> Power socket with power supply</span>\r\n<span style=\"color: #000000;\"> Free listing in expo catalogue / brochure</span>\r\n<span style=\"color: #000000;\"> Free Invitation Cards to invite your Clients (Depending on the number of booth(s) booked)</span>\r\n<span style=\"color: #000000;\"> Utilities will be billed separately</span></blockquote>\r\n</li>\r\n <li><span style=\"color: #000000;\">Surcharge for corner booth is 10% on basic booth price. However, if a full block of booths is booked, this surcharge is not applicable</span></li>\r\n <li><span style=\"color: #000000;\">Booth(s) / Space are on First Come – First Serve basis</span></li>\r\n</ul>','Exhibiting Guidelines','','publish','open','open','','exhibiting-guidelines','','','2017-01-23 09:54:31','2017-01-23 09:54:31','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=42',0,'page','',6),(43,1,'2015-12-09 09:19:18','2015-12-09 09:19:18','<span style=\"color: #993300;\"><strong>Guidelines for Exhibiting</strong></span>\r\n<p align=\"justify\"><span style=\"color: #000000;\">Confirm your participation now to be a part of a great Marketing & B2B platform of International Yarn & Fabric Manufacturers & Exporters focused to the entire Textile & Apparel Industry of Bangladesh .</span></p>\r\n<p align=\"justify\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/guidelines_clip_image002.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-33\" alt=\"guidelines_clip_image002\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/guidelines_clip_image002.jpg\" width=\"230\" height=\"214\" /></span></a></span></p>\r\n\r\n<ul>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">Please complete your Expo Application Form mentioning the Exhibit Category and send it to <a href=\"mailto:contact@cems-yarnandfabric.com\" target=\"_blank\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> or <a href=\"mailto:cems@cemsonline.com\" target=\"_blank\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span></p>\r\n</li>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">Please check your Exhibit Category before filling out the form</span></p>\r\n</li>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">To avail the Early Registration promotion which is only accepted online,<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><span style=\"color: #000000;\">Please Click Here</span></a></span></p>\r\n</li>\r\n <li><span style=\"color: #000000;\">Basic Shell Scheme Booth Package is of 6 sqm & 9 sqm. Each basic booth fee includes the following :</span>\r\n<blockquote><span style=\"color: #000000;\">Shell scheme booth (as per booking)</span>\r\n<span style=\"color: #000000;\"> Booth name fascia board</span>\r\n<span style=\"color: #000000;\"> 01 no. Of information counter</span>\r\n<span style=\"color: #000000;\"> 02 nos. Of chairs</span>\r\n<span style=\"color: #000000;\"> 03. Nos. Of 40w fluorescent tube</span>\r\n<span style=\"color: #000000;\"> Power socket with power supply</span>\r\n<span style=\"color: #000000;\"> Free listing in expo catalogue / brochure</span>\r\n<span style=\"color: #000000;\"> Free Invitation Cards to invite your Clients (Depending on the number of booth(s) booked)</span>\r\n<span style=\"color: #000000;\"> Utilities will be billed separately</span></blockquote>\r\n</li>\r\n <li><span style=\"color: #000000;\">Surcharge for corner booth is 10% on basic booth price. However, if a full block of booths is booked, this surcharge is not applicable</span></li>\r\n <li><span style=\"color: #000000;\">Booth(s) / Space are on First Come – First Serve basis</span></li>\r\n</ul>','Exhibiting Guidelines ','','inherit','open','open','','42-revision-v1','','','2015-12-09 09:19:18','2015-12-09 09:19:18','',42,'http://www.cems-yarnandfabric.com/difs-winter/?p=43',0,'revision','',0),(44,1,'2015-12-09 09:20:28','2015-12-09 09:20:28',' ','','','publish','open','closed','','44','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=44',11,'nav_menu_item','',0),(46,1,'2015-12-09 09:20:28','2015-12-09 09:20:28',' ','','','publish','open','closed','','46','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=46',12,'nav_menu_item','',0),(47,1,'2015-12-09 09:20:28','2015-12-09 09:20:28','','Exhibitor','','publish','open','closed','','exhibitor','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=47',4,'nav_menu_item','',0),(48,1,'2015-12-09 09:21:20','2015-12-09 09:21:20','CEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 21 years. At 2017, CEMS Global is launched its own Denim related exhibition for the first time titled Dhaka International Denim Show 2016 and in Second Edition 2018 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\n \r\n\r\nThe ‘3<sup>rd</sup> <strong>Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \' Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.','Highlights','','publish','open','open','','highlights','','','2017-05-12 06:22:11','2017-05-12 06:22:11','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=48',0,'page','',24),(49,1,'2015-12-09 09:21:20','2015-12-09 09:21:20','<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">CEMS-Global USA’s International `Yarn & Fabric series of Exhibitions’ have reached its accession in popularity in South and South-East Asia with the series exhibitions being organized by CEMS-Global in Bangladesh, Brazil, India, Indonesia, Singapore & Sri Lanka.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>With the enormous success of DIFS-SUMMER EDITION and due to lack of spacing to accommodate exhibitors; CEMS-Global launches Winter Edition to give scope to all in order to focus on the $25 Billion Apparel Export Market of Bangladesh.</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">After extremely 10 successful editions in Bangladesh, CEMS-Global presents the biggest and ONLY International Exhibition of its kind as `Dhaka International Yarn & Fabric Show 2017—Winter Edition,-- the leading oldest & biggest series of Exhibition in Bangladesh on Textile Apparel Technology & Machinery, for the entire Textile & Garment world of Bangladesh for last 17 years is all set to again draw huge visitors from the garment arena of Bangladesh, the biggest Export Exchange earning industry of Bangladesh and also leading in Asia with an annual export of over US$ 20 Billion to over 120 countries. Bangladesh currently stands as the world’s 2<sup>nd</sup>largest apparel exporter in `WTO’ rankings and requires to import over 75% Fabric (Woven) for the Garment export demand of over 7,500 Garment & Textile factories / mills of the country. The `Winter Edition of DIFS 2017’ will cater to the requirements of the ever-growing Garment Industry of Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">The \'Winter DIFS 2017’ will be a one-stop biggest marketplace of Bangladesh for textile business as well as presenting the latest fabrics and trends. Over 300 exhibitors from around the world will present their up-to-date fabrics, which is ready-to-use for garment, accessories, industrial use and other various applications. The `Winter DIFS 2017’ will be fully equipped with all ranges of textile products enhanced with the latest technology, will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.</span></p>\r\n\r\n</div>\r\n ','Highlights','','inherit','open','open','','48-revision-v1','','','2015-12-09 09:21:20','2015-12-09 09:21:20','',48,'http://www.cems-yarnandfabric.com/difs-winter/?p=49',0,'revision','',0),(50,1,'2015-12-09 09:22:40','2015-12-09 09:22:40',' ','','','publish','open','closed','','50','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://www.cems-yarnandfabric.com/difs-winter/?p=50',3,'nav_menu_item','',0),(51,1,'2015-12-09 09:23:51','2015-12-09 09:23:51','<span style=\"color: #000000;\"><strong>Classification of Exhibits</strong></span>\r\n<table border=\"0\" width=\"100%\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"421\">\r\n<ul>\r\n <li><span style=\"color: #000000;\">All kinds of Cotton / Synthetic fabrics (Woven / Knit)</span></li>\r\n <li><span style=\"color: #000000;\">Denim</span></li>\r\n <li><span style=\"color: #000000;\">Knitted Fabrics</span></li>\r\n <li><span style=\"color: #000000;\">Fleece</span></li>\r\n <li><span style=\"color: #000000;\">Natural Fabrics (Woven / Knit)</span></li>\r\n <li><span style=\"color: #000000;\">Coated Artificial Fur</span></li>\r\n <li><span style=\"color: #000000;\">Artificial Leather</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"340\">\r\n<table border=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX1.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-41\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX1.jpg\" alt=\"EX1\" width=\"100\" height=\"54\" /></span></a></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"right\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-42\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"EX2\" width=\"200\" height=\"71\" /></span></a></span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table border=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX5.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-44\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX5.jpg\" alt=\"EX5\" width=\"194\" height=\"137\" /></span></a></span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<ul>\r\n <li><span style=\"color: #000000;\">All kinds of Yarn & Fibre</span></li>\r\n <li><span style=\"color: #000000;\">Fancy Finishing</span></li>\r\n <li><span style=\"color: #000000;\">Home Textiles</span></li>\r\n <li><span style=\"color: #000000;\">Accessories</span></li>\r\n <li><span style=\"color: #000000;\">CAD/ CAM & E-business</span></li>\r\n <li><span style=\"color: #000000;\">Embroidery</span></li>\r\n <li><span style=\"color: #000000;\">Grey Cloth</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000;\"><strong>Accessories </strong></span>\r\n<table border=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<ul>\r\n <li><span style=\"color: #000000;\">Hangers</span></li>\r\n <li><span style=\"color: #000000;\">Computers & Labeling Systems</span></li>\r\n <li><span style=\"color: #000000;\">Labels</span></li>\r\n <li><span style=\"color: #000000;\">Zipper</span></li>\r\n <li><span style=\"color: #000000;\">Button</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"50%\">\r\n<div align=\"right\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX3.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-43\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX3.jpg\" alt=\"EX3\" width=\"100\" height=\"129\" /></span></a></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX4.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-45\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX4.jpg\" alt=\"EX4\" width=\"176\" height=\"100\" /></span></a></span></div></td>\r\n<td>\r\n<ul>\r\n <li><span style=\"color: #000000;\">Snap Fastener</span></li>\r\n <li><span style=\"color: #000000;\">Transfer Press</span></li>\r\n <li><span style=\"color: #000000;\">Shoulder Padding</span></li>\r\n <li><span style=\"color: #000000;\">Interlining</span></li>\r\n <li><span style=\"color: #000000;\">Weaving Ribbon</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000;\">Support Services, Related Trade Publications & Web portals.</span>','Classification of Exhibits','','publish','open','open','','classification-of-exhibits','','','2017-01-23 09:57:14','2017-01-23 09:57:14','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=51',0,'page','',0),(52,1,'2015-12-09 09:23:51','2015-12-09 09:23:51','<span style=\"color: #000000;\"><strong>Classification of Exhibits</strong></span>\r\n<table width=\"100%\" border=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"421\">\r\n<ul>\r\n <li><span style=\"color: #000000;\">All kinds of Cotton / Synthetic fabrics (Woven / Knit)</span></li>\r\n <li><span style=\"color: #000000;\">Denim</span></li>\r\n <li><span style=\"color: #000000;\">Knitted Fabrics</span></li>\r\n <li><span style=\"color: #000000;\">Fleece</span></li>\r\n <li><span style=\"color: #000000;\">Natural Fabrics (Woven / Knit)</span></li>\r\n <li><span style=\"color: #000000;\">Coated Artificial Fur</span></li>\r\n <li><span style=\"color: #000000;\">Artificial Leather</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"340\">\r\n<table width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX1.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-41\" alt=\"EX1\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX1.jpg\" width=\"100\" height=\"54\" /></span></a></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"right\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-42\" alt=\"EX2\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"71\" /></span></a></span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX5.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-44\" alt=\"EX5\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX5.jpg\" width=\"194\" height=\"137\" /></span></a></span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<ul>\r\n <li><span style=\"color: #000000;\">All kinds of Yarn & Fibre</span></li>\r\n <li><span style=\"color: #000000;\">Fancy Finishing</span></li>\r\n <li><span style=\"color: #000000;\">Home Textiles</span></li>\r\n <li><span style=\"color: #000000;\">Accessories</span></li>\r\n <li><span style=\"color: #000000;\">CAD/ CAM & E-business</span></li>\r\n <li><span style=\"color: #000000;\">Embroidery</span></li>\r\n <li><span style=\"color: #000000;\">Grey Cloth</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000;\"><strong>Accessories </strong></span>\r\n<table width=\"100%\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<ul>\r\n <li><span style=\"color: #000000;\">Hangers</span></li>\r\n <li><span style=\"color: #000000;\">Computers & Labeling Systems</span></li>\r\n <li><span style=\"color: #000000;\">Labels</span></li>\r\n <li><span style=\"color: #000000;\">Zipper</span></li>\r\n <li><span style=\"color: #000000;\">Button</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"50%\">\r\n<div align=\"right\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX3.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-43\" alt=\"EX3\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX3.jpg\" width=\"100\" height=\"129\" /></span></a></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX4.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-45\" alt=\"EX4\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX4.jpg\" width=\"176\" height=\"100\" /></span></a></span></div></td>\r\n<td>\r\n<ul>\r\n <li><span style=\"color: #000000;\">Snap Fastener</span></li>\r\n <li><span style=\"color: #000000;\">Transfer Press</span></li>\r\n <li><span style=\"color: #000000;\">Shoulder Padding</span></li>\r\n <li><span style=\"color: #000000;\">Interlining</span></li>\r\n <li><span style=\"color: #000000;\">Weaving Ribbon</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000;\">Support Services, Related Trade Publications & Web portals.</span>','Classification of Exhibits','','inherit','open','open','','51-revision-v1','','','2015-12-09 09:23:51','2015-12-09 09:23:51','',51,'http://www.cems-yarnandfabric.com/difs-winter/?p=52',0,'revision','',0),(54,1,'2015-12-09 11:08:59','2015-12-09 11:08:59','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" alt=\"dhaka\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table width=\"90%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\">\r\n<h3>WINTER DIFS 2017</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><i><span style=\"color: #000000;\">The <b>biggest & ONLY</b> International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span> </i></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><em><strong><span style=\"color: #000000;\">18~21 JANUARY 2017</span></strong></em></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','18-revision-v1','','','2015-12-09 11:08:59','2015-12-09 11:08:59','',18,'http://www.cems-yarnandfabric.com/difs-winter/?p=54',0,'revision','',0),(55,1,'2015-12-09 11:34:12','2015-12-09 11:34:12','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" alt=\"dhaka\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table width=\"90%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\">\r\n<h3>WINTER DIFS 2017</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><i><span style=\"color: #000000;\">The <b>biggest & ONLY</b> International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span> </i></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong><span style=\"color: #000000;\">18~21 JANUARY 2017</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','18-revision-v1','','','2015-12-09 11:34:12','2015-12-09 11:34:12','',18,'http://www.cems-yarnandfabric.com/difs-winter/?p=55',0,'revision','',0),(57,1,'2016-02-09 09:02:29','2016-02-09 09:02:29','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-28\" alt=\"cems usa\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-yarnandfabric.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-29\" alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +880 ~2~9872750 , 9890779 , 9885726, F : +880-2 – 988 8816, 17</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-yarnandfabric.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\"><img class=\"alignnone size-full wp-image-30\" alt=\"cems india\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','27-revision-v1','','','2016-02-09 09:02:29','2016-02-09 09:02:29','',27,'http://www.cems-yarnandfabric.com/difs-winter/?p=57',0,'revision','',0),(58,1,'2016-02-18 10:03:57','2016-02-18 10:03:57','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-28\" alt=\"cems usa\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-yarnandfabric.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-29\" alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-yarnandfabric.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\"><img class=\"alignnone size-full wp-image-30\" alt=\"cems india\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n</div>','Contact Us','','inherit','open','open','','27-revision-v1','','','2016-02-18 10:03:57','2016-02-18 10:03:57','',27,'http://www.cems-yarnandfabric.com/difs-winter/?p=58',0,'revision','',0),(60,1,'2016-02-28 07:45:51','2016-02-28 07:45:51','<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"CEMS-GLOBAL-sml\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\" width=\"50\" height=\"71\" /></a><span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n\r\n \r\n<h3 style=\"text-align: right;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\"><img class=\"alignnone size-full wp-image-7\" alt=\"image001\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/image001.jpg\" width=\"206\" height=\"239\" /></a></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\">WINTER DIFS 2017</span></h3>\r\n<h3 style=\"text-align: right;\"><i><span style=\"color: #000000;\">The <b>biggest & ONLY</b> International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span> </i></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\"><b>15~18 FEBRUARY 2017</b></span></h3>\r\n<p style=\"text-align: right;\"><span style=\"color: #ff0000;\"><strong>International Convention City, Bashundhara, Dhaka, Bangladesh.</strong></span></p>\r\n \r\n\r\n \r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-02-28 07:45:51','2016-02-28 07:45:51','',5,'http://www.cems-yarnandfabric.com/difs-winter/?p=60',0,'revision','',0),(61,1,'2016-02-28 07:46:25','2016-02-28 07:46:25','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" alt=\"dhaka\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table width=\"90%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\">\r\n<h3>WINTER DIFS 2017</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><i><span style=\"color: #000000;\">The <b>biggest & ONLY</b> International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span> </i></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong><span style=\"color: #000000;\">15~18 FEBRUARY 2017</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','18-revision-v1','','','2016-02-28 07:46:25','2016-02-28 07:46:25','',18,'http://www.cems-yarnandfabric.com/difs-winter/?p=61',0,'revision','',0),(63,1,'2016-03-01 09:16:37','2016-03-01 09:16:37','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-28\" alt=\"cems usa\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-yarnandfabric.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-29\" alt=\"cems bangladesh\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-yarnandfabric.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\"><img class=\"alignnone size-full wp-image-30\" alt=\"cems india\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-yarnandfabric.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" alt=\"cems china\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>\r\n</div>','Contact Us','','inherit','open','open','','27-revision-v1','','','2016-03-01 09:16:37','2016-03-01 09:16:37','',27,'http://www.cems-yarnandfabric.com/difs-winter/?p=63',0,'revision','',0),(64,1,'2016-03-01 11:28:39','2016-03-01 11:28:39','','WinterDIFS','','inherit','open','open','','winterdifs','','','2016-03-01 11:28:39','2016-03-01 11:28:39','',5,'http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/WinterDIFS.png',0,'attachment','image/png',0),(65,1,'2016-03-01 11:29:16','2016-03-01 11:29:16','<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"CEMS-GLOBAL-sml\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\" width=\"50\" height=\"71\" /></a><span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n\r\n \r\n<h3 style=\"text-align: right;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/WinterDIFS.png\"><img class=\"alignnone size-full wp-image-64\" alt=\"WinterDIFS\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/WinterDIFS.png\" width=\"208\" height=\"276\" /></a></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\">11TH Dhaka International Yarn & Fabric Show 2017 Winter Edition</span></h3>\r\n<h3 style=\"text-align: right;\"><i><span style=\"color: #000000;\">The <b>biggest & ONLY</b> International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span> </i></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\"><b>15~18 FEBRUARY 2017</b></span></h3>\r\n<p style=\"text-align: right;\"><span style=\"color: #ff0000;\"><strong>International Convention City, Bashundhara, Dhaka, Bangladesh.</strong></span></p>\r\n \r\n\r\n \r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-03-01 11:29:16','2016-03-01 11:29:16','',5,'http://www.cems-yarnandfabric.com/difs-winter/?p=65',0,'revision','',0),(66,1,'2016-03-01 11:30:51','2016-03-01 11:30:51','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" alt=\"dhaka\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table width=\"90%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\">\r\n<h3>11TH Dhaka International Yarn & Fabric Show 2017 Winter Edition</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><i><span style=\"color: #000000;\">The <b>biggest & ONLY</b> International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span> </i></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong><span style=\"color: #000000;\">15~18 FEBRUARY 2017</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','18-revision-v1','','','2016-03-01 11:30:51','2016-03-01 11:30:51','',18,'http://www.cems-yarnandfabric.com/difs-winter/?p=66',0,'revision','',0),(67,1,'2016-03-01 11:31:31','2016-03-01 11:31:31','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" alt=\"dhaka\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table width=\"90%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\">\r\n<h3><span style=\"color: #000000;\">11TH Dhaka International Yarn & Fabric Show 2017 Winter Edition</span></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><i><span style=\"color: #000000;\">The <b>biggest & ONLY</b> International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span> </i></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong><span style=\"color: #000000;\">15~18 FEBRUARY 2017</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','open','open','','18-revision-v1','','','2016-03-01 11:31:31','2016-03-01 11:31:31','',18,'http://www.cems-yarnandfabric.com/difs-winter/?p=67',0,'revision','',0),(68,1,'2016-03-01 11:32:48','2016-03-01 11:32:48','<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">\"11TH Dhaka International Yarn & Fabric Show 2017 Winter Edition’’ will enable the Textile / Apparel Industry buyers to meet local and overseas textile & yarn manufacturers face to face for excellent qualities and reasonable prices.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Visitors to \'11TH Dhaka International Yarn & Fabric Show 2017 Winter Edition’ will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Garment Industry of Bangladesh from top manufacturers worldwide. Original designs and innovation, combined with traditional quality and style will be the key to the exhibition\'s success.</span></p>\r\n\r\n</div>','Focus','','inherit','open','open','','24-revision-v1','','','2016-03-01 11:32:48','2016-03-01 11:32:48','',24,'http://www.cems-yarnandfabric.com/difs-winter/?p=68',0,'revision','',0),(69,1,'2016-03-01 11:33:04','2016-03-01 11:33:04','<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">11TH Dhaka International Yarn & Fabric Show 2017 Winter Edition’’ will enable the Textile / Apparel Industry buyers to meet local and overseas textile & yarn manufacturers face to face for excellent qualities and reasonable prices.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Visitors to \'11TH Dhaka International Yarn & Fabric Show 2017 Winter Edition’ will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Garment Industry of Bangladesh from top manufacturers worldwide. Original designs and innovation, combined with traditional quality and style will be the key to the exhibition\'s success.</span></p>\r\n\r\n</div>','Focus','','inherit','open','open','','24-revision-v1','','','2016-03-01 11:33:04','2016-03-01 11:33:04','',24,'http://www.cems-yarnandfabric.com/difs-winter/?p=69',0,'revision','',0),(70,1,'2016-03-01 11:33:55','2016-03-01 11:33:55','<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">CEMS-Global USA’s International `Yarn & Fabric series of Exhibitions’ have reached its accession in popularity in South and South-East Asia with the series exhibitions being organized by CEMS-Global in Bangladesh, Brazil, India, Indonesia, Singapore & Sri Lanka.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><b>With the enormous success of DIFS-SUMMER EDITION and due to lack of spacing to accommodate exhibitors; CEMS-Global launches Winter Edition to give scope to all in order to focus on the $25 Billion Apparel Export Market of Bangladesh.</b></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">After extremely 10 successful editions in Bangladesh, CEMS-Global presents the biggest and ONLY International Exhibition of its kind as `Dhaka International Yarn & Fabric Show 2017—Winter Edition,-- the leading oldest & biggest series of Exhibition in Bangladesh on Textile Apparel Technology & Machinery, for the entire Textile & Garment world of Bangladesh for last 17 years is all set to again draw huge visitors from the garment arena of Bangladesh, the biggest Export Exchange earning industry of Bangladesh and also leading in Asia with an annual export of over US$ 20 Billion to over 120 countries. Bangladesh currently stands as the world’s 2<sup>nd</sup>largest apparel exporter in `WTO’ rankings and requires to import over 75% Fabric (Woven) for the Garment export demand of over 7,500 Garment & Textile factories / mills of the country. The `Winter Edition of DIFS 2017’ will cater to the requirements of the ever-growing Garment Industry of Bangladesh.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">The \'11TH Dhaka International Yarn & Fabric Show 2017 Winter Edition’’ will be a one-stop biggest marketplace of Bangladesh for textile business as well as presenting the latest fabrics and trends. Over 300 exhibitors from around the world will present their up-to-date fabrics, which is ready-to-use for garment, accessories, industrial use and other various applications. The `11TH Dhaka International Yarn & Fabric Show 2017 Winter Edition’’ will be fully equipped with all ranges of textile products enhanced with the latest technology, will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.</span></p>\r\n\r\n</div>\r\n ','Highlights','','inherit','open','open','','48-revision-v1','','','2016-03-01 11:33:55','2016-03-01 11:33:55','',48,'http://www.cems-yarnandfabric.com/difs-winter/?p=70',0,'revision','',0),(71,1,'2016-03-02 09:31:51','2016-03-02 09:31:51','<iframe width=\"100%\" height=\"1423\" allowTransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none\" src=\"http://www.emailmeform.com/builder/embed/k10yc62bboVI2ObbUs13pfL\"><a href=\"http://www.emailmeform.com/builder/embed/k10yc62bboVI2ObbUs13pfL\">Fill out form.</a></iframe>','Online visitor registration','','publish','open','open','','online-visitor-registration','','','2017-05-13 08:25:23','2017-05-13 08:25:23','',0,'http://www.cems-yarnandfabric.com/difs-winter/?page_id=71',0,'page','',857),(72,1,'2016-03-02 09:31:51','2016-03-02 09:31:51','<iframe style=\"border: none;\" src=\"http://www.emailmeform.com/builder/embed/82D7acC1Lb6bQKeUfh\" height=\"1402\" width=\"100%\" frameborder=\"0\" scrolling=\"no\"></iframe>','Online visitor registration','','inherit','open','open','','71-revision-v1','','','2016-03-02 09:31:51','2016-03-02 09:31:51','',71,'http://www.cems-yarnandfabric.com/difs-winter/?p=72',0,'revision','',0),(73,1,'2016-03-02 09:32:52','2016-03-02 09:32:52','[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-yarnandfabric.com/difs-winter/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\"><img class=\"alignnone size-full wp-image-6\" alt=\"CEMS-GLOBAL-sml\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/CEMS-GLOBAL-sml.jpg\" width=\"50\" height=\"71\" /></a><span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n\r\n \r\n<h3 style=\"text-align: right;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/WinterDIFS.png\"><img class=\"alignnone size-full wp-image-64\" alt=\"WinterDIFS\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/WinterDIFS.png\" width=\"208\" height=\"276\" /></a></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\">11TH Dhaka International Yarn & Fabric Show 2017 Winter Edition</span></h3>\r\n<h3 style=\"text-align: right;\"><i><span style=\"color: #000000;\">The <b>biggest & ONLY</b> International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh</span> </i></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\"><b>15~18 FEBRUARY 2017</b></span></h3>\r\n<p style=\"text-align: right;\"><span style=\"color: #ff0000;\"><strong>International Convention City, Bashundhara, Dhaka, Bangladesh.</strong></span></p>\r\n \r\n\r\n \r\n\r\n ','Home','','inherit','open','open','','5-revision-v1','','','2016-03-02 09:32:52','2016-03-02 09:32:52','',5,'http://www.cems-yarnandfabric.com/difs-winter/5-revision-v1/',0,'revision','',0),(75,1,'2016-07-12 12:25:06','2016-07-12 12:25:06',' \r\n [one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-yarnandfabric.com/difs-winter/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]\r\n<p style=\"\"> \r\n[one_half]\r\n<a href=\"#\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/jifs/floor-plan/\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/jifs/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/jifs/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA’s International `Yarn & Fabric series of Exhibitions’ have reached its accession in popularity in South and South-East Asia with the series exhibitions being organized by CEMS-Global in Brazil, Bangladesh, India, Indonesia, Singapore and Sri Lanka.\r\n\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/jifs/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/jifs/wp-content/uploads/2014/11/MAP.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : A comprehensive Exhibition of overseas Yarn & Fabric Manufacturers & Suppliers\r\n\r\nOrganizer : CEMS Global USA in association with CEMS Indonesia\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/jifs/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n','Home','','inherit','open','open','','5-revision-v1','','','2016-07-12 12:25:06','2016-07-12 12:25:06','',5,'http://www.cems-yarnandfabric.com/difs-winter/5-revision-v1/',0,'revision','',0),(76,1,'2016-07-12 12:26:13','2016-07-12 12:26:13',' \r\n [one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-yarnandfabric.com/difs-winter/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]\r\n<p style=\"\"> \r\n[one_half]\r\n<a href=\"#\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA’s International `Yarn & Fabric series of Exhibitions’ have reached its accession in popularity in South and South-East Asia with the series exhibitions being organized by CEMS-Global in Brazil, Bangladesh, India, Indonesia, Singapore and Sri Lanka.\r\n\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : A comprehensive Exhibition of overseas Yarn & Fabric Manufacturers & Suppliers\r\n\r\nOrganizer : CEMS Global USA in association with CEMS Indonesia\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n','Home','','inherit','open','open','','5-revision-v1','','','2016-07-12 12:26:13','2016-07-12 12:26:13','',5,'http://www.cems-yarnandfabric.com/difs-winter/5-revision-v1/',0,'revision','',0),(77,1,'2016-07-12 12:29:02','2016-07-12 12:29:02',' \r\n [one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n [/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-yarnandfabric.com/difs-winter/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n [/five_sixth_last]\r\n[three_fourth]\r\n<p style=\"\"> \r\n[one_half]\r\n<a href=\"#\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-816\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-820\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-821\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" class=\"alignnone size-full wp-image-822\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n<p style=\"text-align: center;\" align=\"center\">\r\n\r\n[one_fourth]\r\n <img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA’s International `Yarn & Fabric series of Exhibitions’ have reached its accession in popularity in South and South-East Asia with the series exhibitions being organized by CEMS-Global in Bangladesh, Brazil, India, Indonesia, Singapore & Sri Lanka.\r\n\r\n\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest & ONLY International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n','Home','','inherit','open','open','','5-revision-v1','','','2016-07-12 12:29:02','2016-07-12 12:29:02','',5,'http://www.cems-yarnandfabric.com/difs-winter/5-revision-v1/',0,'revision','',0),(80,1,'2016-09-21 05:03:43','2016-09-21 05:03:43','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-28\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-29\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\"><img class=\"alignnone size-full wp-image-30\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>\r\n</div>','Contact Us','','inherit','closed','closed','','27-revision-v1','','','2016-09-21 05:03:43','2016-09-21 05:03:43','',27,'http://cems-denimshow.com/?p=80',0,'revision','',0),(82,1,'2016-09-21 05:07:57','2016-09-21 05:07:57','<div>\r\n\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2017’</strong> to be held from 15<sup>th</sup> till 18<sup>th</sup> February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 20 years. This year CEMS Global is launching its own Denim related exhibition for the first time titled Dhaka International Denim Show 2017 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\n \r\n\r\nThe ‘<strong>Dhaka International Denim Show 2017’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \' Dhaka International Denim Show 2017’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.\r\n\r\n</div>','Highlights','','inherit','closed','closed','','48-revision-v1','','','2016-09-21 05:07:57','2016-09-21 05:07:57','',48,'http://cems-denimshow.com/?p=82',0,'revision','',0),(83,1,'2016-09-21 05:09:25','2016-09-21 05:09:25','<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Dhaka International Denim Show 2017 </strong> will enable the Textile / Apparel Industry buyers to meet local and overseas textile & yarn manufacturers face to face for excellent qualities and reasonable prices.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Visitors to <strong>Dhaka International Denim Show 2017</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Garment Industry of Bangladesh from top manufacturers worldwide. Original designs and innovation, combined with traditional quality and style will be the key to the exhibition\'s success.</span></p>\r\n\r\n</div>','Focus','','inherit','closed','closed','','24-revision-v1','','','2016-09-21 05:09:25','2016-09-21 05:09:25','',24,'http://cems-denimshow.com/?p=83',0,'revision','',0),(84,1,'2017-05-12 06:23:36','2017-05-12 06:23:36','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"dhaka\" width=\"244\" height=\"202\" /></span></a></span>\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\n<tbody>\n<tr>\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\n<td width=\"413\">‘3<sup>rd</sup> <strong>Dhaka International Denim Show 2018 – Winter Edition’</strong></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Detail</span></td>\n<td><em>An Int\'l Exhibition on Denim Fabrics & Accessories for Bangladesh</em></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Date</span></td>\n<td><strong>31 JANUARY~3 FEBRUARY, 2018.</strong></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Location</span></td>\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Venue</span></td>\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\n<td><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Frequency</span></td>\n<td><span style=\"color: #000000;\">Annual</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Open to</span></td>\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Organizer</span></td>\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\n<td><span style=\"color: #000000;\">900</span></td>\n</tr>\n<tr>\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\n</tr>\n</tbody>\n</table>','Fact Sheet','','inherit','closed','closed','','18-autosave-v1','','','2017-05-12 06:23:36','2017-05-12 06:23:36','',18,'http://cems-denimshow.com/?p=84',0,'revision','',0),(85,1,'2016-09-21 05:10:49','2016-09-21 05:10:49','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"dhaka\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><strong>Dhaka Int’l Denim Show 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><em>An Int\'l Exhibition on Denim Fabrics & Accessories for Bangladesh</em></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong><span style=\"color: #000000;\">15~18 FEBRUARY 2017</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','18-revision-v1','','','2016-09-21 05:10:49','2016-09-21 05:10:49','',18,'http://cems-denimshow.com/?p=85',0,'revision','',0),(86,1,'2016-09-21 05:11:47','2016-09-21 05:11:47','<div>\r\n\r\n \r\n\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2017’</strong> to be held from 15<sup>th</sup> till 18<sup>th</sup> February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 20 years. This year CEMS Global is launching its own Denim related exhibition for the first time titled Dhaka International Denim Show 2017 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\n \r\n\r\nThe ‘<strong>Dhaka International Denim Show 2017’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \' Dhaka International Denim Show 2017’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.\r\n\r\n</div>','Event Profile','','inherit','closed','closed','','15-revision-v1','','','2016-09-21 05:11:47','2016-09-21 05:11:47','',15,'http://cems-denimshow.com/?p=86',0,'revision','',0),(87,1,'2016-09-21 05:12:41','2016-09-21 05:12:41','<ul>\r\n <li>Chemicals and Enzymes Used For Denim</li>\r\n <li>Denim Accessories</li>\r\n <li>Denim Fabric</li>\r\n <li>Denim Garments Machinery</li>\r\n <li>Denim Jeans & Other Garments</li>\r\n <li>Dye-Stuff</li>\r\n <li>Related Machinery and Equipment</li>\r\n</ul>','Profile of Exhibits','','publish','closed','closed','','profile-of-exhibits','','','2017-01-23 09:44:35','2017-01-23 09:44:35','',0,'http://cems-denimshow.com/?page_id=87',0,'page','',0),(88,1,'2016-09-21 05:12:23','2016-09-21 05:12:23','<div>\r\n\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2017’</strong> to be held from 15<sup>th</sup> till 18<sup>th</sup> February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 20 years. This year CEMS Global is launching its own Denim related exhibition for the first time titled Dhaka International Denim Show 2017 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\n \r\n\r\nThe ‘<strong>Dhaka International Denim Show 2017’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \' Dhaka International Denim Show 2017’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.\r\n\r\n</div>','Event Profile','','inherit','closed','closed','','15-revision-v1','','','2016-09-21 05:12:23','2016-09-21 05:12:23','',15,'http://cems-denimshow.com/?p=88',0,'revision','',0),(89,1,'2016-09-21 05:12:42','2016-09-21 05:12:42','<ul>\r\n <li>Chemicals and Enzymes Used For Denim</li>\r\n <li>Denim Accessories</li>\r\n <li>Denim Fabric</li>\r\n <li>Denim Garments Machinery</li>\r\n <li>Denim Jeans & Other Garments</li>\r\n <li>Dye-Stuff</li>\r\n <li>Related Machinery and Equipment</li>\r\n</ul>','Profile of Exhibits','','inherit','closed','closed','','87-revision-v1','','','2016-09-21 05:12:42','2016-09-21 05:12:42','',87,'http://cems-denimshow.com/?p=89',0,'revision','',0),(90,1,'2016-09-21 05:13:09','2016-09-21 05:13:09','<strong>‘Dhaka Int’l Denim Show 2018 – Winter Edition’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\nVisitors to <strong>‘3<sup>rd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top manufacturers worldwide. Original designs and innovation, combined with traditional quality and style will be the key to the exhibition\'s success.','Profile of Visitors','','publish','closed','closed','','profile-of-visitors','','','2017-05-12 06:24:25','2017-05-12 06:24:25','',0,'http://cems-denimshow.com/?page_id=90',0,'page','',0),(91,1,'2016-09-21 05:13:09','2016-09-21 05:13:09','<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\nVisitors to <strong>‘Dhaka Int’l Denim Show 2017’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top manufacturers worldwide. Original designs and innovation, combined with traditional quality and style will be the key to the exhibition\'s success.','Profile of Visitors','','inherit','closed','closed','','90-revision-v1','','','2016-09-21 05:13:09','2016-09-21 05:13:09','',90,'http://cems-denimshow.com/?p=91',0,'revision','',0),(93,1,'2016-09-21 05:23:51','2016-09-21 05:23:51',' ','','','publish','closed','closed','','93','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://cems-denimshow.com/?p=93',8,'nav_menu_item','',0),(94,1,'2016-09-21 05:23:51','2016-09-21 05:23:51',' ','','','publish','closed','closed','','94','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://cems-denimshow.com/?p=94',9,'nav_menu_item','',0),(95,1,'2017-09-28 09:31:36','2017-09-28 09:31:36','[one_sixth]\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\n<span style=\"color: #000000\"><strong><em> Presents</em></strong></span>\n[/one_sixth]\n\n[five_sixth_last]\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\n[/five_sixth_last]\n[three_fourth]\n\n[one_half]\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\n\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\n\n[/one_half]\n\n[one_half_last]\n\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\n\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\n[/one_half_last]\n\n[/three_fourth]\n\n[one_fourth_last]\n[/one_fourth_last]\n\n<!--Foure Page-->\n\n[one_fourth]\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\n<h3>About CEMS</h3>\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\n\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\n[/one_fourth]\n\n[one_fourth]\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\n<h3>Profile of Visitors</h3>\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\n<ul>\n <li>Accessories / Trim Supplier</li>\n <li>Design Studio</li>\n <li>Fabric Mill</li>\n <li>Garment Manufacturer</li>\n <li>Garments Machine Supplier</li>\n</ul>\n \n\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\n\n[/one_fourth]\n\n[one_fourth]\n\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\n<h3>Highlights</h3>\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\n\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\n[/one_fourth]\n\n[one_fourth_last]\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\n<h3>Fact Sheet</h3>\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\n\nOrganizer: CEMS USA in association with CEMS Bangladesh\n\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\n[/one_fourth_last]\n<p style=\"text-align: left\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a>','Home','','inherit','closed','closed','','5-autosave-v1','','','2017-09-28 09:31:36','2017-09-28 09:31:36','',5,'http://cems-denimshow.com/?p=95',0,'revision','',0),(96,1,'2016-09-21 05:26:21','2016-09-21 05:26:21','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a href=\"http://www.cems-denimshow/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA’s International `Yarn & Fabric series of Exhibitions’ have reached its accession in popularity in South and South-East Asia with the series exhibitions being organized by CEMS-Global in Bangladesh, Brazil, India, Indonesia, Singapore & Sri Lanka.\r\n\r\n<a href=\"http://www.cems-denimshow/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest & ONLY International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://www.cems-denimshowr/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','inherit','closed','closed','','5-revision-v1','','','2016-09-21 05:26:21','2016-09-21 05:26:21','',5,'http://cems-denimshow.com/?p=96',0,'revision','',0),(97,1,'2016-09-21 05:36:36','2016-09-21 05:36:36','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a href=\"http://www.cems-denimshow/index.php/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA’s International `Yarn & Fabric series of Exhibitions’ have reached its accession in popularity in South and South-East Asia with the series exhibitions being organized by CEMS-Global in Bangladesh, Brazil, India, Indonesia, Singapore & Sri Lanka.\r\n\r\n<a href=\"http://www.cems-denimshow/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest & ONLY International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://www.cems-denimshowr/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','inherit','closed','closed','','5-revision-v1','','','2016-09-21 05:36:36','2016-09-21 05:36:36','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(98,1,'2016-09-21 05:37:46','2016-09-21 05:37:46','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA’s International `Yarn & Fabric series of Exhibitions’ have reached its accession in popularity in South and South-East Asia with the series exhibitions being organized by CEMS-Global in Bangladesh, Brazil, India, Indonesia, Singapore & Sri Lanka.\r\n\r\n<a href=\"http://cems-denimshow/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : The biggest & ONLY International exhibition on International Yarn & Fabric Manufacturers & Exporters focused to the entire US$ 20 Billion Textile & Apparel Export Industry of Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshowr/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','inherit','closed','closed','','5-revision-v1','','','2016-09-21 05:37:46','2016-09-21 05:37:46','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(99,1,'2016-09-21 05:43:15','2016-09-21 05:43:15','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','inherit','closed','closed','','5-revision-v1','','','2016-09-21 05:43:15','2016-09-21 05:43:15','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(100,1,'2016-09-21 05:46:39','2016-09-21 05:46:39','','denim-logo','','inherit','open','closed','','denim-logo','','','2016-09-21 05:46:39','2016-09-21 05:46:39','',5,'http://cems-denimshow.com/wp-content/uploads/2015/12/denim-logo.png',0,'attachment','image/png',0),(101,1,'2016-09-21 05:52:49','2016-09-21 05:52:49','','winterdifs','','inherit','open','closed','','winterdifs-2','','','2016-09-21 05:52:49','2016-09-21 05:52:49','',5,'http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg',0,'attachment','image/jpeg',0),(102,1,'2016-09-21 05:53:46','2016-09-21 05:53:46','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2016-09-21 05:53:46','2016-09-21 05:53:46','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(103,1,'2016-09-21 05:54:30','2016-09-21 05:54:30','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"#\"><img class=\"alignnone size-full wp-image-816\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/final.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" ><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2016-09-21 05:54:30','2016-09-21 05:54:30','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(104,1,'2016-09-22 07:43:09','2016-09-22 07:43:09','<p style=\"text-align: center;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/map22.gif\"><img class=\"alignnone size-full wp-image-14\" alt=\"map22\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/map22.gif\" width=\"244\" height=\"202\" /></a></p>\r\n\r\n<h2 style=\"text-align: center;\" align=\"center\"><span style=\"color: #ff0000;\"><strong>Why Dhaka Int’l Denim Show 2017 ?</strong></span></h2>\r\n<ul>\r\n <li style=\"text-align: justify;\">\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">DIDS is A Comprehensive Exhibition for Overseas Yarn, Fabric & Textile Manufacturers / Exporters focusing on the Textile & Apparel Industry of Bangladesh</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">DIDS is targeted to the entire textile & garment sector of Bangladesh</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">DIDS draws huge visitors from the textile & garment arena of Bangladesh, the biggest Export Exchange earning industry of Bangladesh with export of over US$ 12 Billion and requires to import over 75% Fabric (Woven) for the Garment export demand of over 6,000 Garment & Textile factories / mills of the country</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh is investing over US$ 2 billion to upgrade their Textile & Garment sector</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">The Textile and Garment Industry in Bangladesh Increased by 18.2% to Reach US$9.6bn</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh has ranked 4th in the global apparel exports and grabbed 3 percent market share, according to a recent World Trade Organisation (WTO) report by exporting apparel items worth more than $10 billion</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh Apparel exports have reached the US$ 12 Billion mark with Knitwear alone accounting for US$ 5.5 Billion in exports</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh exported US$12.496bn worth of apparel worldwide in the 12-month period from July 2009 to June 2010. It accounted for 77% of the country\'s total exports of US$16.204bn during the year</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh was the largest exporter of cotton T-shirts and was 2nd for cotton pullover and jeans exports to European countries in 2009. In terms of volume, the country was the 2nd largest exporter of cotton trousers to the US last year.</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh exported ready-made garments worth US$34.043 million during the July-December period of 2009-10</span>\r\n\r\n</div></li>\r\n <li>\r\n<div align=\"left\">\r\n\r\n<span style=\"color: #003366;\">Bangladesh is one of the country in South Asia leading the race for shaping up for the Textile & Apparel exports to the US & EU</span>\r\n\r\n</div></li>\r\n</ul>','Why DIDS?','','inherit','closed','closed','','40-revision-v1','','','2016-09-22 07:43:09','2016-09-22 07:43:09','',40,'http://cems-denimshow.com/index.php/40-revision-v1/',0,'revision','',0),(107,1,'2016-10-03 10:54:24','2016-10-03 10:54:24','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"dhaka\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><strong>Dhaka Int’l Denim Show 2017</strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><em>An Int\'l Exhibition on Denim Fabrics & Accessories for Bangladesh</em></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong><span style=\"color: #000000;\">15~18 FEBRUARY 2017</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','18-revision-v1','','','2016-10-03 10:54:24','2016-10-03 10:54:24','',18,'http://cems-denimshow.com/index.php/18-revision-v1/',0,'revision','',0),(108,1,'2016-10-03 12:01:31','2016-10-03 12:01:31','[gallery ids=\"110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129\"]','Gallery','','publish','closed','closed','','gallery','','','2016-10-03 12:34:36','2016-10-03 12:34:36','',0,'http://cems-denimshow.com/?page_id=108',0,'page','',0),(109,1,'2016-10-03 12:01:31','2016-10-03 12:01:31','','Gallery','','inherit','closed','closed','','108-revision-v1','','','2016-10-03 12:01:31','2016-10-03 12:01:31','',108,'http://cems-denimshow.com/index.php/108-revision-v1/',0,'revision','',0),(110,1,'2016-10-03 12:06:16','2016-10-03 12:06:16','','img_2744','','inherit','open','closed','','img_2744','','','2016-10-03 12:06:16','2016-10-03 12:06:16','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_2744.jpg',0,'attachment','image/jpeg',0),(111,1,'2016-10-03 12:06:31','2016-10-03 12:06:31','','img_2910','','inherit','open','closed','','img_2910','','','2016-10-03 12:06:31','2016-10-03 12:06:31','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_2910-1.jpg',0,'attachment','image/jpeg',0),(112,1,'2016-10-03 12:07:34','2016-10-03 12:07:34','','img_3361','','inherit','open','closed','','img_3361','','','2016-10-03 12:07:34','2016-10-03 12:07:34','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_3361.jpg',0,'attachment','image/jpeg',0),(113,1,'2016-10-03 12:07:38','2016-10-03 12:07:38','','img_3712','','inherit','open','closed','','img_3712','','','2016-10-03 12:07:38','2016-10-03 12:07:38','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_3712.jpg',0,'attachment','image/jpeg',0),(114,1,'2016-10-03 12:07:42','2016-10-03 12:07:42','','img_3744','','inherit','open','closed','','img_3744','','','2016-10-03 12:07:42','2016-10-03 12:07:42','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_3744.jpg',0,'attachment','image/jpeg',0),(115,1,'2016-10-03 12:07:50','2016-10-03 12:07:50','','img_3800','','inherit','open','closed','','img_3800','','','2016-10-03 12:07:50','2016-10-03 12:07:50','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_3800.jpg',0,'attachment','image/jpeg',0),(116,1,'2016-10-03 12:07:54','2016-10-03 12:07:54','','img_3801','','inherit','open','closed','','img_3801','','','2016-10-03 12:07:54','2016-10-03 12:07:54','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_3801.jpg',0,'attachment','image/jpeg',0),(117,1,'2016-10-03 12:08:00','2016-10-03 12:08:00','','img_4102','','inherit','open','closed','','img_4102','','','2016-10-03 12:08:00','2016-10-03 12:08:00','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_4102.jpg',0,'attachment','image/jpeg',0),(118,1,'2016-10-03 12:08:05','2016-10-03 12:08:05','','img_4317','','inherit','open','closed','','img_4317','','','2016-10-03 12:08:05','2016-10-03 12:08:05','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_4317.jpg',0,'attachment','image/jpeg',0),(119,1,'2016-10-03 12:08:10','2016-10-03 12:08:10','','img_4814','','inherit','open','closed','','img_4814','','','2016-10-03 12:08:10','2016-10-03 12:08:10','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_4814.jpg',0,'attachment','image/jpeg',0),(120,1,'2016-10-03 12:09:06','2016-10-03 12:09:06','','img_3932','','inherit','open','closed','','img_3932','','','2016-10-03 12:09:06','2016-10-03 12:09:06','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_3932.jpg',0,'attachment','image/jpeg',0),(121,1,'2016-10-03 12:09:10','2016-10-03 12:09:10','','img_4057','','inherit','open','closed','','img_4057','','','2016-10-03 12:09:10','2016-10-03 12:09:10','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_4057.jpg',0,'attachment','image/jpeg',0),(122,1,'2016-10-03 12:09:14','2016-10-03 12:09:14','','img_4102','','inherit','open','closed','','img_4102-2','','','2016-10-03 12:09:14','2016-10-03 12:09:14','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/IMG_4102-1.jpg',0,'attachment','image/jpeg',0),(123,1,'2016-10-03 12:09:31','2016-10-03 12:09:31','','921','','inherit','open','closed','','921','','','2016-10-03 12:09:31','2016-10-03 12:09:31','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/921.jpg',0,'attachment','image/jpeg',0),(124,1,'2016-10-03 12:09:38','2016-10-03 12:09:38','','denim_jeans-1024x576','','inherit','open','closed','','denim_jeans-1024x576','','','2016-10-03 12:09:38','2016-10-03 12:09:38','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/denim_jeans-1024x576.jpg',0,'attachment','image/jpeg',0),(125,1,'2016-10-03 12:09:45','2016-10-03 12:09:45','','SONY DSC','SONY DSC','inherit','open','closed','','sony-dsc','','','2016-10-03 12:09:45','2016-10-03 12:09:45','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/download.jpg',0,'attachment','image/jpeg',0),(126,1,'2016-10-03 12:10:41','2016-10-03 12:10:41','','e-tessitura07-1','','inherit','open','closed','','e-tessitura07-1','','','2016-10-03 12:10:41','2016-10-03 12:10:41','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/e-tessitura07.1.jpg',0,'attachment','image/jpeg',0),(127,1,'2016-10-03 12:11:36','2016-10-03 12:11:36','','img_2336','','inherit','open','closed','','img_2336','','','2016-10-03 12:11:36','2016-10-03 12:11:36','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/img_2336.jpg',0,'attachment','image/jpeg',0),(128,1,'2016-10-03 12:11:50','2016-10-03 12:11:50','','fashionable clothes. pile of jeans on a wooden background','fashionable clothes. pile of jeans on a wooden background','inherit','open','closed','','fashionable-clothes-pile-of-jeans-on-a-wooden-background','','','2016-10-03 12:11:50','2016-10-03 12:11:50','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/jeans.jpg',0,'attachment','image/jpeg',0),(129,1,'2016-10-03 12:12:01','2016-10-03 12:12:01','','rolled-jeans-denim','','inherit','open','closed','','rolled-jeans-denim','','','2016-10-03 12:12:01','2016-10-03 12:12:01','',108,'http://cems-denimshow.com/wp-content/uploads/2016/10/rolled-jeans-denim.jpg',0,'attachment','image/jpeg',0),(130,1,'2016-10-03 12:34:27','2016-10-03 12:34:27','[gallery ids=\"110\"][gallery ids=\"110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129\"]','Gallery','','inherit','closed','closed','','108-autosave-v1','','','2016-10-03 12:34:27','2016-10-03 12:34:27','',108,'http://cems-denimshow.com/index.php/108-autosave-v1/',0,'revision','',0),(131,1,'2016-10-03 12:12:54','2016-10-03 12:12:54','[gallery ids=\"110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129\"]','Gallery','','inherit','closed','closed','','108-revision-v1','','','2016-10-03 12:12:54','2016-10-03 12:12:54','',108,'http://cems-denimshow.com/index.php/108-revision-v1/',0,'revision','',0),(133,1,'2016-10-03 12:40:33','2016-10-03 12:40:33','','download-brochure-buttion351-75','','inherit','open','closed','','download-brochure-buttion351-75','','','2016-10-03 12:40:33','2016-10-03 12:40:33','',0,'http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png',0,'attachment','image/png',0),(134,1,'2016-10-03 12:42:31','2016-10-03 12:42:31','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/PPT-Dhaka-Int’l-Denim-Show-2017-Reduce.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-03 12:42:31','2016-10-03 12:42:31','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(135,1,'2016-10-03 12:46:57','2016-10-03 12:46:57','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/PPT-Dhaka-Int’l-Denim-Show-2017-Reduce.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-03 12:46:57','2016-10-03 12:46:57','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(136,1,'2016-10-03 12:51:53','2016-10-03 12:51:53','','dhakaintldenimshow2017','','inherit','open','closed','','dhakaintldenimshow2017','','','2016-10-03 12:51:53','2016-10-03 12:51:53','',0,'http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf',0,'attachment','application/pdf',0),(137,1,'2016-10-03 12:53:42','2016-10-03 12:53:42','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2016-10-03 12:53:42','2016-10-03 12:53:42','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(138,1,'2016-10-08 07:24:58','2016-10-08 07:24:58','<div>\n\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\n\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\n<img class=\"alignnone size-full wp-image-28\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cemsusa.png\" alt=\"cems usa\" width=\"136\" height=\"47\" /> \n\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\n\n<span style=\"color: #000000;\">New York, USA</span>\n\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\n\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\n\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\n\n \n\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\n\n<img class=\"alignnone size-full wp-image-29\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" />\n\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\n\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\n\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\n</span>\n\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\n\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\n\n<span style=\"color: #000000;\"> </span>\n\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\n\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\"><img class=\"alignnone size-full wp-image-30\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\n\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\n<span style=\"color: #000000;\">New Delhi-110058</span>\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\n\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\n\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\n\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\n\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\n\n \n\n \n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\n<div></div>\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>\n</div>','Contact Us','','inherit','closed','closed','','27-autosave-v1','','','2016-10-08 07:24:58','2016-10-08 07:24:58','',27,'http://cems-denimshow.com/index.php/27-autosave-v1/',0,'revision','',0),(139,1,'2016-10-08 07:12:22','2016-10-08 07:12:22','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-28\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n<img class=\"alignnone size-full wp-image-29\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" />\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>\r\n</div>','Contact Us','','inherit','closed','closed','','27-revision-v1','','','2016-10-08 07:12:22','2016-10-08 07:12:22','',27,'http://cems-denimshow.com/index.php/27-revision-v1/',0,'revision','',0),(140,1,'2016-10-08 07:13:44','2016-10-08 07:13:44','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-28\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" />\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n<img class=\"alignnone size-full wp-image-29\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" />\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>\r\n</div>','Contact Us','','inherit','closed','closed','','27-revision-v1','','','2016-10-08 07:13:44','2016-10-08 07:13:44','',27,'http://cems-denimshow.com/index.php/27-revision-v1/',0,'revision','',0),(142,1,'2016-10-08 07:17:06','2016-10-08 07:17:06','','cemsusa','','inherit','open','closed','','cemsusa','','','2016-10-08 07:17:06','2016-10-08 07:17:06','',27,'http://cems-denimshow.com/wp-content/uploads/2015/12/cemsusa.png',0,'attachment','image/png',0),(143,1,'2016-10-08 07:17:07','2016-10-08 07:17:07','','consri-logo','','inherit','open','closed','','consri-logo','','','2016-10-08 07:17:07','2016-10-08 07:17:07','',27,'http://cems-denimshow.com/wp-content/uploads/2015/12/consri-logo.jpg',0,'attachment','image/jpeg',0),(144,1,'2016-10-08 07:17:09','2016-10-08 07:17:09','','indoasso','','inherit','open','closed','','indoasso','','','2016-10-08 07:17:09','2016-10-08 07:17:09','',27,'http://cems-denimshow.com/wp-content/uploads/2015/12/indoasso.jpg',0,'attachment','image/jpeg',0),(145,1,'2016-10-08 07:19:42','2016-10-08 07:19:42','','cems-china1','','inherit','open','closed','','cems-china1','','','2016-10-08 07:19:42','2016-10-08 07:19:42','',27,'http://cems-denimshow.com/wp-content/uploads/2015/12/cems-china1.jpg',0,'attachment','image/jpeg',0),(146,1,'2016-10-08 07:19:52','2016-10-08 07:19:52','','cems-india','','inherit','open','closed','','cems-india-2','','','2016-10-08 07:19:52','2016-10-08 07:19:52','',27,'http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg',0,'attachment','image/jpeg',0),(147,1,'2016-10-08 07:26:47','2016-10-08 07:26:47','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n<img class=\"alignnone size-full wp-image-28\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cemsusa.png\" alt=\"cems usa\" width=\"136\" height=\"47\" /> \r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-29\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cemsbd-logo.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>\r\n</div>','Contact Us','','inherit','closed','closed','','27-revision-v1','','','2016-10-08 07:26:47','2016-10-08 07:26:47','',27,'http://cems-denimshow.com/index.php/27-revision-v1/',0,'revision','',0),(148,1,'2016-10-08 07:27:41','2016-10-08 07:27:41','','cems-bd','','inherit','open','closed','','cems-bd','','','2016-10-08 07:27:41','2016-10-08 07:27:41','',27,'http://cems-denimshow.com/wp-content/uploads/2015/12/cems-bd.png',0,'attachment','image/png',0),(149,1,'2016-10-08 07:28:09','2016-10-08 07:28:09','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n<img class=\"alignnone size-full wp-image-28\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cemsusa.png\" alt=\"cems usa\" width=\"136\" height=\"47\" /> \r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-29\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-bd.png\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>\r\n</div>','Contact Us','','inherit','closed','closed','','27-revision-v1','','','2016-10-08 07:28:09','2016-10-08 07:28:09','',27,'http://cems-denimshow.com/index.php/27-revision-v1/',0,'revision','',0),(151,1,'2016-12-14 11:24:55','2016-12-14 11:24:55','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"<a href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\">http://www.cems-denimshow/online-visitor-registration/</a>\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2016-12-14 11:24:55','2016-12-14 11:24:55','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(153,1,'2017-01-04 06:55:00','2017-01-04 06:55:00','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/</a>\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-01-04 06:55:00','2017-01-04 06:55:00','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(154,1,'2017-01-04 06:55:26','2017-01-04 06:55:26','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-01-04 06:55:26','2017-01-04 06:55:26','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(155,1,'2017-01-04 06:56:08','2017-01-04 06:56:08','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-denimshow/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-01-04 06:56:08','2017-01-04 06:56:08','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(156,1,'2017-01-04 06:56:35','2017-01-04 06:56:35','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/floor-plan/\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-01-04 06:56:35','2017-01-04 06:56:35','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(157,1,'2017-01-04 07:09:17','2017-01-04 07:09:17','<iframe width=\"100%\" height=\"1423\" allowTransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none\" src=\"http://www.emailmeform.com/builder/embed/2D5edw1iCVz7NfIejbHnbveO7\"><a href=\"http://www.emailmeform.com/builder/embed/2D5edw1iCVz7NfIejbHnbveO7\">Fill out form.</a></iframe>','Online visitor registration','','inherit','closed','closed','','71-revision-v1','','','2017-01-04 07:09:17','2017-01-04 07:09:17','',71,'http://cems-denimshow.com/index.php/71-revision-v1/',0,'revision','',0),(158,1,'2017-01-08 09:06:32','2017-01-08 09:06:32','<a href=\"http://cems-denimshow.com/wp-content/uploads/2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://cems-denimshow.com/wp-content/uploads/2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg\" alt=\"iccb-birds-eye-view-tent-hall-1\" width=\"100%\" height=\"auto\" /></a>','Floor Plan','','publish','closed','closed','','floor-plan','','','2017-01-23 09:51:43','2017-01-23 09:51:43','',0,'http://cems-denimshow.com/?page_id=158',0,'page','',0),(159,1,'2017-01-08 09:06:04','2017-01-08 09:06:04','','iccb-birds-eye-view-tent-hall-1','','inherit','closed','closed','','iccb-birds-eye-view-tent-hall-1','','','2017-01-08 09:06:04','2017-01-08 09:06:04','',158,'http://cems-denimshow.com/wp-content/uploads/2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg',0,'attachment','image/jpeg',0),(160,1,'2017-01-08 09:06:32','2017-01-08 09:06:32','<a href=\"http://cems-denimshow.com/wp-content/uploads/2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg\"><img src=\"http://cems-denimshow.com/wp-content/uploads/2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg\" alt=\"iccb-birds-eye-view-tent-hall-1\" width=\"100%\" height=\"auto\" class=\"alignnone size-medium wp-image-159\" /></a>','Floor Plan','','inherit','closed','closed','','158-revision-v1','','','2017-01-08 09:06:32','2017-01-08 09:06:32','',158,'http://cems-denimshow.com/index.php/158-revision-v1/',0,'revision','',0),(161,1,'2017-01-08 09:06:38','2017-01-08 09:06:38','<a href=\"http://cems-denimshow.com/wp-content/uploads/2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg\"><img src=\"http://cems-denimshow.com/wp-content/uploads/2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg\" alt=\"iccb-birds-eye-view-tent-hall-1\" width=\"100%\" height=\"auto\" class=\"alignnone size-medium wp-image-159\" /></a>','Floor Plan','','inherit','closed','closed','','158-autosave-v1','','','2017-01-08 09:06:38','2017-01-08 09:06:38','',158,'http://cems-denimshow.com/index.php/158-autosave-v1/',0,'revision','',0),(162,1,'2017-01-08 09:08:05','2017-01-08 09:08:05',' ','','','publish','closed','closed','','162','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://cems-denimshow.com/?p=162',6,'nav_menu_item','',0),(163,1,'2017-01-08 09:08:48','2017-01-08 09:08:48','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-01-08 09:08:48','2017-01-08 09:08:48','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(165,1,'2017-01-22 11:22:34','2017-01-22 11:22:34','<a href=\"http://cems-denimshow.com/wp-content/uploads/2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg\"><img class=\"alignnone size-medium wp-image-159\" src=\"http://cems-denimshow.com/wp-content/uploads/2017/01/ICCB-BIRDS-EYE-VIEW-TENT-HALL-1.jpg\" alt=\"iccb-birds-eye-view-tent-hall-1\" width=\"100%\" height=\"auto\" /></a>','Floor Plan','','inherit','closed','closed','','158-revision-v1','','','2017-01-22 11:22:34','2017-01-22 11:22:34','',158,'http://cems-denimshow.com/index.php/158-revision-v1/',0,'revision','',0),(166,1,'2017-01-22 11:43:30','2017-01-22 11:43:30','<span style=\"color: #993300;\"><strong>Guidelines for Exhibiting</strong></span>\r\n<p align=\"justify\"><span style=\"color: #000000;\">Confirm your participation now to be a part of a great Marketing & B2B platform of International Yarn & Fabric Manufacturers & Exporters focused to the entire Textile & Apparel Industry of Bangladesh .</span></p>\r\n<p align=\"justify\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/guidelines_clip_image002.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-33\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/guidelines_clip_image002.jpg\" alt=\"guidelines_clip_image002\" width=\"230\" height=\"214\" /></span></a></span></p>\r\n\r\n<ul>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">Please complete your Expo Application Form mentioning the Exhibit Category and send it to <a href=\"mailto:contact@cems-yarnandfabric.com\" target=\"_blank\"><span style=\"color: #000000;\">contact@cems-yarnandfabric.com</span></a> or <a href=\"mailto:cems@cemsonline.com\" target=\"_blank\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span></p>\r\n</li>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">Please check your Exhibit Category before filling out the form</span></p>\r\n</li>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">To avail the Early Registration promotion which is only accepted online,<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><span style=\"color: #000000;\">Please Click Here</span></a></span></p>\r\n</li>\r\n <li><span style=\"color: #000000;\">Basic Shell Scheme Booth Package is of 6 sqm & 9 sqm. Each basic booth fee includes the following :</span>\r\n<blockquote><span style=\"color: #000000;\">Shell scheme booth (as per booking)</span>\r\n<span style=\"color: #000000;\"> Booth name fascia board</span>\r\n<span style=\"color: #000000;\"> 01 no. Of information counter</span>\r\n<span style=\"color: #000000;\"> 02 nos. Of chairs</span>\r\n<span style=\"color: #000000;\"> 03. Nos. Of 40w fluorescent tube</span>\r\n<span style=\"color: #000000;\"> Power socket with power supply</span>\r\n<span style=\"color: #000000;\"> Free listing in expo catalogue / brochure</span>\r\n<span style=\"color: #000000;\"> Free Invitation Cards to invite your Clients (Depending on the number of booth(s) booked)</span>\r\n<span style=\"color: #000000;\"> Utilities will be billed separately</span></blockquote>\r\n</li>\r\n <li><span style=\"color: #000000;\">Surcharge for corner booth is 10% on basic booth price. However, if a full block of booths is booked, this surcharge is not applicable</span></li>\r\n <li><span style=\"color: #000000;\">Booth(s) / Space are on First Come – First Serve basis</span></li>\r\n</ul>','Exhibiting Guidelines','','inherit','closed','closed','','42-revision-v1','','','2017-01-22 11:43:30','2017-01-22 11:43:30','',42,'http://cems-denimshow.com/index.php/42-revision-v1/',0,'revision','',0),(167,1,'2017-01-22 11:47:05','2017-01-22 11:47:05','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n </td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 68.00, Euro 1.00=Tk 93.00</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','closed','closed','','34-revision-v1','','','2017-01-22 11:47:05','2017-01-22 11:47:05','',34,'http://cems-denimshow.com/index.php/34-revision-v1/',0,'revision','',0),(168,1,'2017-01-22 11:50:20','2017-01-22 11:50:20','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n<img class=\"alignnone size-full wp-image-28\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cemsusa.png\" alt=\"cems usa\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-29\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-bd.png\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>\r\n</div>','Contact Us','','inherit','closed','closed','','27-revision-v1','','','2017-01-22 11:50:20','2017-01-22 11:50:20','',27,'http://cems-denimshow.com/index.php/27-revision-v1/',0,'revision','',0),(169,1,'2017-01-23 09:48:00','2017-01-23 09:48:00','<iframe style=\"border: none;\" src=\"http://www.emailmeform.com/builder/embed/2D5edw1iCVz7NfIejbHnbveO7\" width=\"100%\" height=\"1423\" frameborder=\"0\" scrolling=\"no\"><a href=\"http://www.emailmeform.com/builder/embed/2D5edw1iCVz7NfIejbHnbveO7\">Fill out form.</a></iframe>','Online visitor registration','','inherit','closed','closed','','71-revision-v1','','','2017-01-23 09:48:00','2017-01-23 09:48:00','',71,'http://cems-denimshow.com/index.php/71-revision-v1/',0,'revision','',0),(170,1,'2017-01-23 09:49:28','2017-01-23 09:49:28','<div>\r\n\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2017’</strong> to be held from 15<sup>th</sup> till 18<sup>th</sup> February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 20 years. This year CEMS Global is launching its own Denim related exhibition for the first time titled Dhaka International Denim Show 2017 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\n \r\n<p style=\"text-align: left;\">The ‘<strong>Dhaka International Denim Show 2017’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \' Dhaka International Denim Show 2017’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.</p>\r\n\r\n</div>','Highlights','','inherit','closed','closed','','48-revision-v1','','','2017-01-23 09:49:28','2017-01-23 09:49:28','',48,'http://cems-denimshow.com/index.php/48-revision-v1/',0,'revision','',0),(171,1,'2017-01-23 09:57:14','2017-01-23 09:57:14','<span style=\"color: #000000;\"><strong>Classification of Exhibits</strong></span>\r\n<table border=\"0\" width=\"100%\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"421\">\r\n<ul>\r\n <li><span style=\"color: #000000;\">All kinds of Cotton / Synthetic fabrics (Woven / Knit)</span></li>\r\n <li><span style=\"color: #000000;\">Denim</span></li>\r\n <li><span style=\"color: #000000;\">Knitted Fabrics</span></li>\r\n <li><span style=\"color: #000000;\">Fleece</span></li>\r\n <li><span style=\"color: #000000;\">Natural Fabrics (Woven / Knit)</span></li>\r\n <li><span style=\"color: #000000;\">Coated Artificial Fur</span></li>\r\n <li><span style=\"color: #000000;\">Artificial Leather</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"340\">\r\n<table border=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX1.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-41\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX1.jpg\" alt=\"EX1\" width=\"100\" height=\"54\" /></span></a></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"right\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-42\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"EX2\" width=\"200\" height=\"71\" /></span></a></span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table border=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX5.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-44\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX5.jpg\" alt=\"EX5\" width=\"194\" height=\"137\" /></span></a></span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td>\r\n<ul>\r\n <li><span style=\"color: #000000;\">All kinds of Yarn & Fibre</span></li>\r\n <li><span style=\"color: #000000;\">Fancy Finishing</span></li>\r\n <li><span style=\"color: #000000;\">Home Textiles</span></li>\r\n <li><span style=\"color: #000000;\">Accessories</span></li>\r\n <li><span style=\"color: #000000;\">CAD/ CAM & E-business</span></li>\r\n <li><span style=\"color: #000000;\">Embroidery</span></li>\r\n <li><span style=\"color: #000000;\">Grey Cloth</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000;\"><strong>Accessories </strong></span>\r\n<table border=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<ul>\r\n <li><span style=\"color: #000000;\">Hangers</span></li>\r\n <li><span style=\"color: #000000;\">Computers & Labeling Systems</span></li>\r\n <li><span style=\"color: #000000;\">Labels</span></li>\r\n <li><span style=\"color: #000000;\">Zipper</span></li>\r\n <li><span style=\"color: #000000;\">Button</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"50%\">\r\n<div align=\"right\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX3.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-43\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX3.jpg\" alt=\"EX3\" width=\"100\" height=\"129\" /></span></a></span></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"left\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX4.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-45\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX4.jpg\" alt=\"EX4\" width=\"176\" height=\"100\" /></span></a></span></div></td>\r\n<td>\r\n<ul>\r\n <li><span style=\"color: #000000;\">Snap Fastener</span></li>\r\n <li><span style=\"color: #000000;\">Transfer Press</span></li>\r\n <li><span style=\"color: #000000;\">Shoulder Padding</span></li>\r\n <li><span style=\"color: #000000;\">Interlining</span></li>\r\n <li><span style=\"color: #000000;\">Weaving Ribbon</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000;\">Support Services, Related Trade Publications & Web portals.</span>','Classification of Exhibits','','inherit','closed','closed','','51-revision-v1','','','2017-01-23 09:57:14','2017-01-23 09:57:14','',51,'http://cems-denimshow.com/index.php/51-revision-v1/',0,'revision','',0),(174,1,'2017-04-09 09:11:37','2017-04-09 09:11:37','<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/04/POST-SHOW-REPORT-11TH-DHAKA-INTERNATIONAL-YARN-FABRIC-SHOW-2017—WINTER-EDITION.pdf\">Dhaka Int’l Denim Show 2017—WINTER EDITION</a>','Post Show Report','','publish','closed','closed','','post-show-report','','','2017-04-09 09:47:02','2017-04-09 09:47:02','',0,'http://cems-denimshow.com/?page_id=174',0,'page','',0),(175,1,'2017-04-09 09:11:37','2017-04-09 09:11:37','<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/04/POST-SHOW-REPORT-11TH-DHAKA-INTERNATIONAL-YARN-FABRIC-SHOW-2017—WINTER-EDITION.pdf\">POST SHOW REPORT-Dhaka Int’l Denim Show 2017—WINTER EDITION</a>','Post Show Report','','inherit','closed','closed','','174-revision-v1','','','2017-04-09 09:11:37','2017-04-09 09:11:37','',174,'http://cems-denimshow.com/index.php/174-revision-v1/',0,'revision','',0),(176,1,'2017-04-09 09:13:39','2017-04-09 09:13:39','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"3\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-04-09 09:13:39','2017-04-09 09:13:39','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(177,1,'2017-04-09 09:13:51','2017-04-09 09:13:51','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"130\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n [/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-04-09 09:13:51','2017-04-09 09:13:51','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(178,1,'2017-04-09 09:15:12','2017-04-09 09:15:12',' ','','','publish','closed','closed','','178','','','2017-09-30 04:57:07','2017-09-30 04:57:07','',0,'http://cems-denimshow.com/?p=178',7,'nav_menu_item','',0),(179,1,'2017-04-09 09:43:19','2017-04-09 09:43:19','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n [/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, in this span of 2 decades has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘Dhaka Int’l Denim Show 2017’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘Dhaka International Denim Show 2017’ to be held from 15th till 18th February 2017 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-04-09 09:43:19','2017-04-09 09:43:19','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(180,1,'2017-04-09 09:47:02','2017-04-09 09:47:02','<a href=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/04/POST-SHOW-REPORT-11TH-DHAKA-INTERNATIONAL-YARN-FABRIC-SHOW-2017—WINTER-EDITION.pdf\">Dhaka Int’l Denim Show 2017—WINTER EDITION</a>','Post Show Report','','inherit','closed','closed','','174-revision-v1','','','2017-04-09 09:47:02','2017-04-09 09:47:02','',174,'http://cems-denimshow.com/index.php/174-revision-v1/',0,'revision','',0),(184,1,'2017-05-07 12:32:03','2017-05-07 12:32:03','','denim-summer','','inherit','closed','closed','','denim-summer','','','2017-05-07 12:32:03','2017-05-07 12:32:03','',0,'http://cems-denimshow.com/wp-content/uploads/2017/05/denim-summer.jpg',0,'attachment','image/jpeg',0),(185,1,'2017-05-07 12:35:01','2017-05-07 12:35:01','','denim-summer','','inherit','closed','closed','','denim-summer-2','','','2017-05-07 12:35:01','2017-05-07 12:35:01','',0,'http://cems-denimshow.com/wp-content/uploads/2017/05/denim-summer-1.jpg',0,'attachment','image/jpeg',0),(186,1,'2017-05-12 06:20:40','2017-05-12 06:20:40','CEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2017-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 21 years. At 2017, CEMS Global is launched its own Denim related exhibition for the first time titled Dhaka International Denim Show 2016 and in Second Edition 2018 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\n \r\n\r\nThe ‘3<sup>rd</sup> <strong>Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \' Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers','Event Profile','','inherit','closed','closed','','15-revision-v1','','','2017-05-12 06:20:40','2017-05-12 06:20:40','',15,'http://cems-denimshow.com/?p=186',0,'revision','',0),(187,1,'2017-05-12 06:22:00','2017-05-12 06:22:00','CEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2017-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 21 years. At 2017, CEMS Global is launched its own Denim related exhibition for the first time titled Dhaka International Denim Show 2016 and in Second Edition 2018 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\n\n \n\nThe ‘3<sup>rd</sup> <strong>Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \' Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers','Highlights','','inherit','closed','closed','','48-autosave-v1','','','2017-05-12 06:22:00','2017-05-12 06:22:00','',48,'http://cems-denimshow.com/?p=187',0,'revision','',0),(188,1,'2017-05-12 06:22:11','2017-05-12 06:22:11','CEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 21 years. At 2017, CEMS Global is launched its own Denim related exhibition for the first time titled Dhaka International Denim Show 2016 and in Second Edition 2018 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\n \r\n\r\nThe ‘3<sup>rd</sup> <strong>Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \' Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.','Highlights','','inherit','closed','closed','','48-revision-v1','','','2017-05-12 06:22:11','2017-05-12 06:22:11','',48,'http://cems-denimshow.com/?p=188',0,'revision','',0),(189,1,'2017-05-12 06:22:23','2017-05-12 06:22:23','CEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 21 years. At 2017, CEMS Global is launched its own Denim related exhibition for the first time titled Dhaka International Denim Show 2016 and in Second Edition 2018 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\n \r\n\r\nThe ‘3<sup>rd</sup> <strong>Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \' Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers','Event Profile','','inherit','closed','closed','','15-revision-v1','','','2017-05-12 06:22:23','2017-05-12 06:22:23','',15,'http://cems-denimshow.com/?p=189',0,'revision','',0),(190,1,'2017-05-12 06:23:50','2017-05-12 06:23:50','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"dhaka\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\">‘<strong>3<sup>rd</sup> Dhaka International Denim Show 2018 – Winter Edition</strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><em>An Int\'l Exhibition on Denim Fabrics & Accessories for Bangladesh</em></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong>31 JANUARY~3 FEBRUARY, 2018.</strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','18-revision-v1','','','2017-05-12 06:23:50','2017-05-12 06:23:50','',18,'http://cems-denimshow.com/?p=190',0,'revision','',0),(191,1,'2017-05-12 06:24:25','2017-05-12 06:24:25','<strong>‘Dhaka Int’l Denim Show 2018 – Winter Edition’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\nVisitors to <strong>‘3<sup>rd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top manufacturers worldwide. Original designs and innovation, combined with traditional quality and style will be the key to the exhibition\'s success.','Profile of Visitors','','inherit','closed','closed','','90-revision-v1','','','2017-05-12 06:24:25','2017-05-12 06:24:25','',90,'http://cems-denimshow.com/?p=191',0,'revision','',0),(192,1,'2017-05-12 06:25:05','2017-05-12 06:25:05','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n </td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 75.00, Euro 1.00=Tk 93.00</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','closed','closed','','34-revision-v1','','','2017-05-12 06:25:05','2017-05-12 06:25:05','',34,'http://cems-denimshow.com/?p=192',0,'revision','',0),(193,1,'2017-05-12 06:26:30','2017-05-12 06:26:30','<p align=\"justify\"><span style=\"color: #ff0000;\"><strong>About CEMS – The Organizer</strong></span></p>\r\n<p style=\"text-align: justify;\">CEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group\'s headquarters; the branches of CEMS Global\'s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil.</p>\r\n<p align=\"justify\"></p>','About CEMS','','inherit','closed','closed','','21-revision-v1','','','2017-05-12 06:26:30','2017-05-12 06:26:30','',21,'http://cems-denimshow.com/?p=193',0,'revision','',0),(194,1,'2017-05-12 06:30:53','2017-05-12 06:30:53','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/WinterDIFS.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-05-12 06:30:53','2017-05-12 06:30:53','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(195,1,'2017-05-12 06:35:32','2017-05-12 06:35:32','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"180\" height=\"238\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-05-12 06:35:32','2017-05-12 06:35:32','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(196,1,'2017-05-12 06:36:14','2017-05-12 06:36:14','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a>','Home','','inherit','closed','closed','','5-revision-v1','','','2017-05-12 06:36:14','2017-05-12 06:36:14','',5,'http://cems-denimshow.com/index.php/5-revision-v1/',0,'revision','',0),(197,1,'2017-05-13 08:25:23','2017-05-13 08:25:23','<iframe width=\"100%\" height=\"1423\" allowTransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none\" src=\"http://www.emailmeform.com/builder/embed/k10yc62bboVI2ObbUs13pfL\"><a href=\"http://www.emailmeform.com/builder/embed/k10yc62bboVI2ObbUs13pfL\">Fill out form.</a></iframe>','Online visitor registration','','inherit','closed','closed','','71-revision-v1','','','2017-05-13 08:25:23','2017-05-13 08:25:23','',71,'http://cems-denimshow.com/index.php/71-revision-v1/',0,'revision','',0),(201,1,'2017-09-04 15:32:35','2017-09-04 15:32:35','<p>An essay is primarily known as a fast composing that has to have the right level of quality to coordinate with your visitors. Selecting the most suitable essay is hence quite crucial. For instance it\'s not recommended to compose an argumentative essay on a topic like rocket technology should you not have adequate factual info to discovered your hypotheses and justifications on. Custom Writing Support It may seem there isn\'t any secure means of obtaining a extremely well-done article in a short time period and with minimum efforts on your part. Composing a five paragraph essay for university is an essential and a vital career, that need to be carried through in a appropriate manner. When selecting a theme for an essay, the writer should make sure they have sufficient information to create this essay. Freelance writers also find that it\'s useful. Freelance authors work at home are predicted in order to compose on a range of themes which range from engineering to gourmet cuisines. The issue of your composition should to be able to reveal your knowhow of what you\'ve realized. Usually, composition topics are picked based on the sort of composition you intend to write. <h2>Beginning early provides pupil the luxury to analyze at their own rate.</h2><p>Selecting the most suitable article topic is a step in the appropriate path with reference to essay creating. Article writing is ordinarily done on many different types. Web content it\'s among the easiest methods through which you can start your career as an internet freelance author. Composition composing becomes a fearing obligation you should carry. The authors must be good in doing research in certain particular subjects as every one mightn\'t be knowledgeable about all the topics. Article writers <a href=\"http://goji-cream-in-de.top/\">goji cream in de bestellen sie jetzt</a> are sure to recognize an information overload utilizing this investigation approach. An essay author ought to understand the distinction between dependable and unreliable sources. <p style=\"text-align:center;\"><img src=\"http://videos.videopress.com/1CT36M0D/march-on-washington-martin-luther-king-jr-public-domain-footage-newsreel-publicdomainfootagecom_std.original.jpg\" style=\"max-width: 500px; border: none;\"></p> <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/FwBrJ9H6vWA\" frameborder=0\" allowfullscreen></iframe></p> <h2>Some sites provide slideshow or an active movie to consumers that are new.</h2><p>Aside from content writing it is possible to develop into an essay writer. Composition authors provide services in a far more wide-ranging region. Equipped with their abilities, your author also needs to be in control of a wonderful grasp with this issue accessible. When you register as a writer on those web sites you\'ll discover several academic endeavors which are available. Second, writing essays is an established manner to be a self-disciplined individual It\'s a useful method to receive your article done in almost no time whatsoever. Overall the total composition should appear unique without having any fake info. Whether you would believe it is possible to write precisely the same composition, to exactly the same standards, without some suitable essay assist, isn\'t the same issue. <h2>Turn the power on, and ensure that the red light is sporting.</h2><p>A flourishing interview essay gives an author an entire info concerning the interviewee and a fulfillment which could only be felt when one has attained his target. You\'ve got to understand whether you\'re writing an article, termpaper, thesis or yet another kind of academic document. Now you might be prepared to start creating a school essay. Whenever you\'re writing the college essay requests you should know of the terminology you\'re using. Nicely, if you\'re prepared to compose a terrific essay, subsequently can choose support from Wonderfulessay.com. An extended composition like a dissertation can definitely get from presentational article help.','Features Of Effective Education Teachers','','publish','closed','closed','','features-of-effective-education-teachers','','','2017-09-07 10:37:13','2017-09-07 10:37:13','',0,'http://cems-denimshow.com/?p=201',0,'post','',0),(202,1,'2017-09-07 10:37:13','2017-09-07 10:37:13','<p>An essay is primarily known as a fast composing that has to have the right level of quality to coordinate with your visitors. Selecting the most suitable essay is hence quite crucial. For instance it\'s not recommended to compose an argumentative essay on a topic like rocket technology should you not have adequate factual info to discovered your hypotheses and justifications on. Custom Writing Support It may seem there isn\'t any secure means of obtaining a extremely well-done article in a short time period and with minimum efforts on your part. Composing a five paragraph essay for university is an essential and a vital career, that need to be carried through in a appropriate manner. When selecting a theme for an essay, the writer should make sure they have sufficient information to create this essay. Freelance writers also find that it\'s useful. Freelance authors work at home are predicted in order to compose on a range of themes which range from engineering to gourmet cuisines. The issue of your composition should to be able to reveal your knowhow of what you\'ve realized. Usually, composition topics are picked based on the sort of composition you intend to write. <h2>Beginning early provides pupil the luxury to analyze at their own rate.</h2><p>Selecting the most suitable article topic is a step in the appropriate path with reference to essay creating. Article writing is ordinarily done on many different types. Web content it\'s among the easiest methods through which you can start your career as an internet freelance author. Composition composing becomes a fearing obligation you should carry. The authors must be good in doing research in certain particular subjects as every one mightn\'t be knowledgeable about all the topics. Article writers <a href=\"http://goji-cream-in-de.top/\">goji cream in de bestellen sie jetzt</a> are sure to recognize an information overload utilizing this investigation approach. An essay author ought to understand the distinction between dependable and unreliable sources. <p style=\"text-align:center;\"><img src=\"http://videos.videopress.com/1CT36M0D/march-on-washington-martin-luther-king-jr-public-domain-footage-newsreel-publicdomainfootagecom_std.original.jpg\" style=\"max-width: 500px; border: none;\"></p> <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/FwBrJ9H6vWA\" frameborder=0\" allowfullscreen></iframe></p> <h2>Some sites provide slideshow or an active movie to consumers that are new.</h2><p>Aside from content writing it is possible to develop into an essay writer. Composition authors provide services in a far more wide-ranging region. Equipped with their abilities, your author also needs to be in control of a wonderful grasp with this issue accessible. When you register as a writer on those web sites you\'ll discover several academic endeavors which are available. Second, writing essays is an established manner to be a self-disciplined individual It\'s a useful method to receive your article done in almost no time whatsoever. Overall the total composition should appear unique without having any fake info. Whether you would believe it is possible to write precisely the same composition, to exactly the same standards, without some suitable essay assist, isn\'t the same issue. <h2>Turn the power on, and ensure that the red light is sporting.</h2><p>A flourishing interview essay gives an author an entire info concerning the interviewee and a fulfillment which could only be felt when one has attained his target. You\'ve got to understand whether you\'re writing an article, termpaper, thesis or yet another kind of academic document. Now you might be prepared to start creating a school essay. Whenever you\'re writing the college essay requests you should know of the terminology you\'re using. Nicely, if you\'re prepared to compose a terrific essay, subsequently can choose support from Wonderfulessay.com. An extended composition like a dissertation can definitely get from presentational article help.','Features Of Effective Education Teachers','','inherit','closed','closed','','201-revision-v1','','','2017-09-07 10:37:13','2017-09-07 10:37:13','',201,'http://cems-denimshow.com/index.php/201-revision-v1/',0,'revision','',0),(203,1,'2017-09-05 12:17:15','2017-09-05 12:17:15','<p>One should understand the 3 primary places of the essay. It is possible to be as innovative as you need to be, provided your composition expresses the right info to the reader. If you prefer to discover just how to create exceptional essay then you certainly must stay to the given below hints, it is aa comprehensive guideline for these novices who wish to write adequate essays in the very first try If you prefer to discover just how to create good composition then you ought to abide by the given below hints, it is aa complete guide for those novices who wish to create in the initial effort Article writing isn\'t a rough and tedious task if you know the fundamental directions to make a well composed composition. It\'s often a daunting task to lots of people. It\'s a uncommon art. There are three sorts of thesis claims. The thesis statement should speak about the house thought which you\'re probably <a href=\"http://summarygenerator.top/\">summarization tool</a> to present in your composition. Composing excellent dissertation statements shouldn\'t be difficult for you personally, when you preserve these variables in head. What\'s particularly useful in this kind of essay is that you\'re capable for a very first individual point of view on a theme, whether this is around somebody\'s lifestyle or something they\'re a specialist at. Any composition should furnish an effective analysis of the subject in question. <h2>Avoid stereotypes and phrases that are incorrect.</h2><p>Another trick is you ought to consistently compose the essay to the stage without information that\'s not affecting the matter of the article. The essays will protect every potential issue below sunlight. Composing a superb essay desires a foresight and a brilliant command over language. It is one which conveys the appropriate advice in a straightforward and understandable way. You\'ll unquestionably compose an excellent article up on a topic of your interest. For the ones that are starting to compose essays, you will find particular principles or ideas that can empower them to produce a great essay. Before getting started, there are a couple things you should be familiar with about writing an essay. If you\'re truly interested in focusing on just how to compose a fantastic composition, you ought to go through these suggestions. The composition topics are grouped in various groups only for the easy visitors. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/MrTtCKUiOko\" frameborder=0\" allowfullscreen></iframe></p> <h2>Now take a couple of days off so you can unwind and spend time along with your friend.</h2><p>It\'s used while the area of the essay demands analysis. Insightful essay subjects are excellent for individuals who need to learn more about the location of imaginative composing. Clearly measure one is always to pick a subject. Even though, in case you aren\'t being imputed with a matter and you should choose a subject yourself, then it\'s only practical to pick the subject you may normally reveal and you wouldn\'t desire plenty of investigating to gather some info first. After that you wish to consider creating your topic. Therefore should you believe you have not identified a subject of interest to reveal yet, utilize these suggestions to produce something which may reflect your passion, and that you\'re fundamentally pleased with. <p style=\"text-align:center;\"><img src=\"http://blogs.usda.gov/files/2012/02/Screen-shot-2012-02-29-at-10.49.08-AM.jpg\" style=\"max-width: 500px; border: none;\"></p>','The Most Effective Programs for Composing a Research Report','','publish','closed','closed','','the-most-effective-programs-for-composing-a','','','2017-09-07 10:37:16','2017-09-07 10:37:16','',0,'http://cems-denimshow.com/?p=203',0,'post','',0),(204,1,'2017-09-07 10:37:16','2017-09-07 10:37:16','<p>One should understand the 3 primary places of the essay. It is possible to be as innovative as you need to be, provided your composition expresses the right info to the reader. If you prefer to discover just how to create exceptional essay then you certainly must stay to the given below hints, it is aa comprehensive guideline for these novices who wish to write adequate essays in the very first try If you prefer to discover just how to create good composition then you ought to abide by the given below hints, it is aa complete guide for those novices who wish to create in the initial effort Article writing isn\'t a rough and tedious task if you know the fundamental directions to make a well composed composition. It\'s often a daunting task to lots of people. It\'s a uncommon art. There are three sorts of thesis claims. The thesis statement should speak about the house thought which you\'re probably <a href=\"http://summarygenerator.top/\">summarization tool</a> to present in your composition. Composing excellent dissertation statements shouldn\'t be difficult for you personally, when you preserve these variables in head. What\'s particularly useful in this kind of essay is that you\'re capable for a very first individual point of view on a theme, whether this is around somebody\'s lifestyle or something they\'re a specialist at. Any composition should furnish an effective analysis of the subject in question. <h2>Avoid stereotypes and phrases that are incorrect.</h2><p>Another trick is you ought to consistently compose the essay to the stage without information that\'s not affecting the matter of the article. The essays will protect every potential issue below sunlight. Composing a superb essay desires a foresight and a brilliant command over language. It is one which conveys the appropriate advice in a straightforward and understandable way. You\'ll unquestionably compose an excellent article up on a topic of your interest. For the ones that are starting to compose essays, you will find particular principles or ideas that can empower them to produce a great essay. Before getting started, there are a couple things you should be familiar with about writing an essay. If you\'re truly interested in focusing on just how to compose a fantastic composition, you ought to go through these suggestions. The composition topics are grouped in various groups only for the easy visitors. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/MrTtCKUiOko\" frameborder=0\" allowfullscreen></iframe></p> <h2>Now take a couple of days off so you can unwind and spend time along with your friend.</h2><p>It\'s used while the area of the essay demands analysis. Insightful essay subjects are excellent for individuals who need to learn more about the location of imaginative composing. Clearly measure one is always to pick a subject. Even though, in case you aren\'t being imputed with a matter and you should choose a subject yourself, then it\'s only practical to pick the subject you may normally reveal and you wouldn\'t desire plenty of investigating to gather some info first. After that you wish to consider creating your topic. Therefore should you believe you have not identified a subject of interest to reveal yet, utilize these suggestions to produce something which may reflect your passion, and that you\'re fundamentally pleased with. <p style=\"text-align:center;\"><img src=\"http://blogs.usda.gov/files/2012/02/Screen-shot-2012-02-29-at-10.49.08-AM.jpg\" style=\"max-width: 500px; border: none;\"></p>','The Most Effective Programs for Composing a Research Report','','inherit','closed','closed','','203-revision-v1','','','2017-09-07 10:37:16','2017-09-07 10:37:16','',203,'http://cems-denimshow.com/index.php/203-revision-v1/',0,'revision','',0),(205,1,'2017-09-05 08:03:54','2017-09-05 08:03:54','<p>In addition It Is crucial to be aware that, help with composition writing is largely urged when working with a customized essay writing service. Story documents comprise storylines which are intended to demonstrate a stage. In case you are going to write an interesting, unique composition, you\'ll need to complete investigation. To begin writing a descriptive essay, select the theme you are going to be explaining. You don\'t must write about a special subject. Our assignment was supposed to interview one another and compose an instant essay started on the interview. Emphasizing a special topic makes it simpler that you write an article. For a conventional 5 paragraph essay, you are going to need three or more motives, or elements to your own reply. It really is the many vital component the essay to a whole lot of people. For instance, this individual may favor the area which you are writing about, but may possibly notice too many spelling errors. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Gouki_vVHDA\" frameborder=0\" allowfullscreen></iframe></p> <h2>7.thou shalt yield a place in virtually any debate instead of shed a pal.</h2><p>You really do not must use large <a href=\"https://write-for-me.com/\">cheap essay writers</a> fancy phrases within your authorship. Afterward, if related, they\'ll examine the specified text for these questions. It really is additionally heading to get your writing more interesting since you\'ll not be regularly employing precisely precisely the same words. Fairly only, study it attentively. There\'s but one way to acquire a SuperiorPaper you must purchase it from your movie review homework narrativemost gifted authors. If your writer would love to recognize the storyline of their divorce or illness another period or event as soon as the author\'s lifestyle changed, he/she\'s probably likely to compose a memoir. If you like to recognize the narrative of all of your existence, go using an auto Biography. In the event you are really interested within the history of someone\'s life, you should pick up that person\'s auto Biography. <h2>It was not so unobvious that you just identified one\'s dreams\' man.</h2><p>Television is a superb educator <a href=\"http://royalessay.net/\">essay writer</a> also. Because of this purpose poverty is an excellent teacher.\'\'That is the reason why poverty is a massive educator. The best / brilliantly writing is immediate, easy and uncomplicated. Writing well is among the primary abilities which you may possibly develop. If you like to boost your composing abilities, you got to write for an established period everyday. If needed, change your writing using another write. A tremendous literature was written on this specific problem Perhaps a small needs to be mentioned about spritiual impoverishment. <p style=\"text-align:center;\"><img src=\"https://biblio.ugent.be/publication/6888958/file/6898935/thumbnail.png\" style=\"max-width: 500px; border: none;\"></p> <h2>It was decorated on the exterior of the property in more than one spot.</h2><p>What is more, stay to the task at hand during the entire article, ensuring you don\'t veer off in an alternate, unrelated course. Rather simply, folks in net software are personal - propelled self-starters. Actually, this commonly transforms off folks to your own composing. Say for example a straight stroke reveals impatience to really get the task done. If you truly want to receive a flavor of what it\'ll be tohgue to work with a business then the critiques provides you with some insight into the procedure and essay on my own avocation for kids quality of the last product. You might take a appear though because sometimes they\'ve extremely unique scholarships that you might get an improved possibility of winning. Don\'t forget that it\'ll just take a while to change in to a better writer. That is vital since it may enable you to advance in your job or become a honor roll student. Viewing the particular scenario from a space, there might be a few students using a distinct educational history, needing to acquire a scholarship within the exact same university.','Letter of Intent Layouts Three Packages','','publish','closed','closed','','letter-of-intent-layouts-three-packages','','','2017-09-07 10:37:18','2017-09-07 10:37:18','',0,'http://cems-denimshow.com/?p=205',0,'post','',0),(206,1,'2017-09-07 10:37:18','2017-09-07 10:37:18','<p>In addition It Is crucial to be aware that, help with composition writing is largely urged when working with a customized essay writing service. Story documents comprise storylines which are intended to demonstrate a stage. In case you are going to write an interesting, unique composition, you\'ll need to complete investigation. To begin writing a descriptive essay, select the theme you are going to be explaining. You don\'t must write about a special subject. Our assignment was supposed to interview one another and compose an instant essay started on the interview. Emphasizing a special topic makes it simpler that you write an article. For a conventional 5 paragraph essay, you are going to need three or more motives, or elements to your own reply. It really is the many vital component the essay to a whole lot of people. For instance, this individual may favor the area which you are writing about, but may possibly notice too many spelling errors. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Gouki_vVHDA\" frameborder=0\" allowfullscreen></iframe></p> <h2>7.thou shalt yield a place in virtually any debate instead of shed a pal.</h2><p>You really do not must use large <a href=\"https://write-for-me.com/\">cheap essay writers</a> fancy phrases within your authorship. Afterward, if related, they\'ll examine the specified text for these questions. It really is additionally heading to get your writing more interesting since you\'ll not be regularly employing precisely precisely the same words. Fairly only, study it attentively. There\'s but one way to acquire a SuperiorPaper you must purchase it from your movie review homework narrativemost gifted authors. If your writer would love to recognize the storyline of their divorce or illness another period or event as soon as the author\'s lifestyle changed, he/she\'s probably likely to compose a memoir. If you like to recognize the narrative of all of your existence, go using an auto Biography. In the event you are really interested within the history of someone\'s life, you should pick up that person\'s auto Biography. <h2>It was not so unobvious that you just identified one\'s dreams\' man.</h2><p>Television is a superb educator <a href=\"http://royalessay.net/\">essay writer</a> also. Because of this purpose poverty is an excellent teacher.\'\'That is the reason why poverty is a massive educator. The best / brilliantly writing is immediate, easy and uncomplicated. Writing well is among the primary abilities which you may possibly develop. If you like to boost your composing abilities, you got to write for an established period everyday. If needed, change your writing using another write. A tremendous literature was written on this specific problem Perhaps a small needs to be mentioned about spritiual impoverishment. <p style=\"text-align:center;\"><img src=\"https://biblio.ugent.be/publication/6888958/file/6898935/thumbnail.png\" style=\"max-width: 500px; border: none;\"></p> <h2>It was decorated on the exterior of the property in more than one spot.</h2><p>What is more, stay to the task at hand during the entire article, ensuring you don\'t veer off in an alternate, unrelated course. Rather simply, folks in net software are personal - propelled self-starters. Actually, this commonly transforms off folks to your own composing. Say for example a straight stroke reveals impatience to really get the task done. If you truly want to receive a flavor of what it\'ll be tohgue to work with a business then the critiques provides you with some insight into the procedure and essay on my own avocation for kids quality of the last product. You might take a appear though because sometimes they\'ve extremely unique scholarships that you might get an improved possibility of winning. Don\'t forget that it\'ll just take a while to change in to a better writer. That is vital since it may enable you to advance in your job or become a honor roll student. Viewing the particular scenario from a space, there might be a few students using a distinct educational history, needing to acquire a scholarship within the exact same university.','Letter of Intent Layouts Three Packages','','inherit','closed','closed','','205-revision-v1','','','2017-09-07 10:37:18','2017-09-07 10:37:18','',205,'http://cems-denimshow.com/index.php/205-revision-v1/',0,'revision','',0),(207,1,'2017-09-01 09:07:49','2017-09-01 09:07:49','<p>That\'s why you should address these undesirable levels inside your admission essay. These mistakes may decrease the standard of your papers and lower your level. Still another suggestion would be to only minimize the horrific grades by your school admission article. This might drastically decease your examination mark as MCQs are frequently worth several marks each so they\'re capable to compose a substantial piece of your ultimate mark. Essentially, every thing you have to understand to enhance your writing and begin obtaining A\'s would be the principal features of the absolutely created grade 10 essay. Excellent content portrayed in a straightforward manner may typically get you considerable levels. With the fresh Common Core standards, powerful writing becomes a vital component of the 2nd grade program. You might have many ways that you simply are able to minimize the effect of these unwelcome grades on your own application. On the flip side, if you attempt to impress your instructor by writing about every potential characteristic of your subject and including all the related phrases you may get your own hands on, you most probably will not receive a quite wonderful class possibly. <p style=\"text-align:center;\"><img src=\"https://yt3.ggpht.com/-sAq3Y9zjGQE/AAAAAAAAAAI/AAAAAAAAAAA/_tC77yd1ZFg/s88-c-k-no/photo.jpg\" style=\"max-width: 500px; border: none;\"></p> <h2>The backup-and- insert function built into windows can just only store one clip at a time.</h2><p>Arrange your research contents as well as your ideas. Your teachers will likely be spending time in school that can help you orient your self and acquire information regarding the check you will end up getting, but more often than not, lots of the training may shortly be by your self. Initially, you might want to choose an objective of composing for 10 minutes each and every day. The best writing is immediate, easy and straightforward. To attain success in the creating area, understand how to compose a brilliant thesis that\'s legitimate, clear and concise. It\'ll let you become a much better writer.1. Studying is significant since it will assist you to recognize exceptional composing. Documents are truly the most popular academic paper that appearances may seem straightforward to author. <h2>Eral\'s accomplishment is innovation.</h2><p>Read distinct documents to allow you to understand the best way to organize and present the info Decision is the closing area of the essay your reader will encounter. It\'s insufficient merely to establish the issue of your own document. The decision of an argumentative essay are at least as crucial as the introduction. I learned how to not just write an excellent article, but how precisely to have some fun when carrying it out. On the SAT article, there\'s no\'\' wrong\'\' reply within the standard feeling. Thinking thoughtsYour article should be special. Our free hints can allow you to cope with all types of documents. It truly is my expectation that this essay was useful in earning your selection. Additionally, you may have to find book and movie reviews and possibly even other parts of convincing creating. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/kzWwW30_CoQ\" frameborder=0\" allowfullscreen></iframe></p> <h2>However, you should be mindful with this particular.</h2><p>That is valid also within the quality in their writing. Write the thing on best. Students additionally needed to select who they were attempting to get. When it\'s the student makes your decision to tackle or ignore levels, nevertheless, <a href=\"http://customessays.me.uk/\">rightoverthere</a> the interviewer is likely to contemplate them. A student who doesn\'t tackle his poor mark, on the opposite palm, might just be supposed to become a horrible student. It will likewise make your writing more interesting since you\'ll not be consistently applying the very same words. This genuinely could be the word that could form the basis for the composition. Maintain the first variety of sentences brief, after you are able to. You don\'t need to use large fantasy phrases within your writing.','Kinds of Literature','','publish','closed','closed','','kinds-of-literature-26','','','2017-09-07 10:37:20','2017-09-07 10:37:20','',0,'http://cems-denimshow.com/?p=207',0,'post','',0),(208,1,'2017-09-07 10:37:20','2017-09-07 10:37:20','<p>That\'s why you should address these undesirable levels inside your admission essay. These mistakes may decrease the standard of your papers and lower your level. Still another suggestion would be to only minimize the horrific grades by your school admission article. This might drastically decease your examination mark as MCQs are frequently worth several marks each so they\'re capable to compose a substantial piece of your ultimate mark. Essentially, every thing you have to understand to enhance your writing and begin obtaining A\'s would be the principal features of the absolutely created grade 10 essay. Excellent content portrayed in a straightforward manner may typically get you considerable levels. With the fresh Common Core standards, powerful writing becomes a vital component of the 2nd grade program. You might have many ways that you simply are able to minimize the effect of these unwelcome grades on your own application. On the flip side, if you attempt to impress your instructor by writing about every potential characteristic of your subject and including all the related phrases you may get your own hands on, you most probably will not receive a quite wonderful class possibly. <p style=\"text-align:center;\"><img src=\"https://yt3.ggpht.com/-sAq3Y9zjGQE/AAAAAAAAAAI/AAAAAAAAAAA/_tC77yd1ZFg/s88-c-k-no/photo.jpg\" style=\"max-width: 500px; border: none;\"></p> <h2>The backup-and- insert function built into windows can just only store one clip at a time.</h2><p>Arrange your research contents as well as your ideas. Your teachers will likely be spending time in school that can help you orient your self and acquire information regarding the check you will end up getting, but more often than not, lots of the training may shortly be by your self. Initially, you might want to choose an objective of composing for 10 minutes each and every day. The best writing is immediate, easy and straightforward. To attain success in the creating area, understand how to compose a brilliant thesis that\'s legitimate, clear and concise. It\'ll let you become a much better writer.1. Studying is significant since it will assist you to recognize exceptional composing. Documents are truly the most popular academic paper that appearances may seem straightforward to author. <h2>Eral\'s accomplishment is innovation.</h2><p>Read distinct documents to allow you to understand the best way to organize and present the info Decision is the closing area of the essay your reader will encounter. It\'s insufficient merely to establish the issue of your own document. The decision of an argumentative essay are at least as crucial as the introduction. I learned how to not just write an excellent article, but how precisely to have some fun when carrying it out. On the SAT article, there\'s no\'\' wrong\'\' reply within the standard feeling. Thinking thoughtsYour article should be special. Our free hints can allow you to cope with all types of documents. It truly is my expectation that this essay was useful in earning your selection. Additionally, you may have to find book and movie reviews and possibly even other parts of convincing creating. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/kzWwW30_CoQ\" frameborder=0\" allowfullscreen></iframe></p> <h2>However, you should be mindful with this particular.</h2><p>That is valid also within the quality in their writing. Write the thing on best. Students additionally needed to select who they were attempting to get. When it\'s the student makes your decision to tackle or ignore levels, nevertheless, <a href=\"http://customessays.me.uk/\">rightoverthere</a> the interviewer is likely to contemplate them. A student who doesn\'t tackle his poor mark, on the opposite palm, might just be supposed to become a horrible student. It will likewise make your writing more interesting since you\'ll not be consistently applying the very same words. This genuinely could be the word that could form the basis for the composition. Maintain the first variety of sentences brief, after you are able to. You don\'t need to use large fantasy phrases within your writing.','Kinds of Literature','','inherit','closed','closed','','207-revision-v1','','','2017-09-07 10:37:20','2017-09-07 10:37:20','',207,'http://cems-denimshow.com/index.php/207-revision-v1/',0,'revision','',0),(209,1,'2017-08-30 10:19:42','2017-08-30 10:19:42','<p>Essays are a wellspring of information. You may be just as creative as you desire to be, so long as your composition communicates the appropriate information to the reader. Select us and relish your essays. Below are some fantastic essay issues that kids might discover straightforward to compose. Illustrative writing article providers provide. For anyone who is searching at other essay writing companies, make sure you check for the previously discussed details! Are you really prepared to purchase inexpensive essay writing online. Custom essay composing isn\'t imagined to have plagiarism within it. Without a doubt, getting a personalized essay is exactly what\'s going to cause one to get happy. 15 eessay for many Purchase Custom Essay. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZlQtBBhlf6Q\" frameborder=0\" allowfullscreen></iframe></p> <h2>Being in a connection that is healthier takes self love, and undoubtedly practice.</h2><p>IntroductionA outstanding introduction may undoubtedly provide the reader a brilliant feeling. There are a few schemes you should require along with clear and nicely - structured creating to be sure you will produce a convincing and successful composition. This ought to be just one phrase that describes what the rest of your own essay will comprise and what order it will include it in. Case, you might simplye to Aussiewriter and use our professional essay writing service. If students triumph on college creating tasks, they require to succeed on this kind of test. Teachers should also provide the children suitable recommendations for every sort of article which they must compose. Advice on the best means to compose a profitable determination letter to obtain accepted to the Master s of your own dreams. In the big event the intent isn\'t stated in the very first phase, you can affect the purpose by thinking about why you consider the author decided to write on this particular subject. This is the reason it is absolutely vital your opening is at least as <a href=\"http://buythesis.club/\">thesis writing</a> great as any other area of the essay (if perhaps not much better than others ). <h2>I feed on shrubs, lawn and leaves.</h2><p>Don\'t supply the audience a vague notion about the essay topic you\'ve just written. Have you ever got no idea how to compose an appealing book review. Only such as the article, the paragraphs within your essay needs to be well organised. Just ensure that it does not sound purely informative. Your satirical composition will make extra brownie points with a suitable name. Before you begin writing your essay you must determine what it really is which you are going to go over in your document. First, let\'s look at the start of the article. Where to purchase essays for college. Documents are a popular type of evaluation which will be utilized by teachers. <h2>It has a very good quality inside it and is really informative.</h2><p>If vision isn\'t mentioned in your dissertation, you may not incorporate this area in your document. After you have done some study, you may possibly desire to generate a rough plan of where you plan to go together with the article. Here you may purchase each job we perform subjects which could help you to fixer on line composition yourself by. Your article has to be up-to-date with all the details, significantly the efficiency figures of the players. Select three fictional products you will review in your article. You are going to get a great faculty papers articles services. Luckily there are several on line resources at any given article writers\' removal that alleviate the perform. <p style=\"text-align:center;\"><img src=\"http://i.kinja-img.com/gawker-media/image/upload/s--1gpeqXeS--/c_scale,fl_progressive,q_80,w_800/rgvkd7dyoeozu7mk4eqg.jpg\" style=\"max-width: 500px; border: none;\"></p>','University ratings guide up worldwide and nationwide ranks rev for 2015 admissions','','publish','closed','closed','','university-ratings-guide-up-worldwide-and-3','','','2017-09-07 10:37:22','2017-09-07 10:37:22','',0,'http://cems-denimshow.com/?p=209',0,'post','',0),(210,1,'2017-09-07 10:37:22','2017-09-07 10:37:22','<p>Essays are a wellspring of information. You may be just as creative as you desire to be, so long as your composition communicates the appropriate information to the reader. Select us and relish your essays. Below are some fantastic essay issues that kids might discover straightforward to compose. Illustrative writing article providers provide. For anyone who is searching at other essay writing companies, make sure you check for the previously discussed details! Are you really prepared to purchase inexpensive essay writing online. Custom essay composing isn\'t imagined to have plagiarism within it. Without a doubt, getting a personalized essay is exactly what\'s going to cause one to get happy. 15 eessay for many Purchase Custom Essay. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZlQtBBhlf6Q\" frameborder=0\" allowfullscreen></iframe></p> <h2>Being in a connection that is healthier takes self love, and undoubtedly practice.</h2><p>IntroductionA outstanding introduction may undoubtedly provide the reader a brilliant feeling. There are a few schemes you should require along with clear and nicely - structured creating to be sure you will produce a convincing and successful composition. This ought to be just one phrase that describes what the rest of your own essay will comprise and what order it will include it in. Case, you might simplye to Aussiewriter and use our professional essay writing service. If students triumph on college creating tasks, they require to succeed on this kind of test. Teachers should also provide the children suitable recommendations for every sort of article which they must compose. Advice on the best means to compose a profitable determination letter to obtain accepted to the Master s of your own dreams. In the big event the intent isn\'t stated in the very first phase, you can affect the purpose by thinking about why you consider the author decided to write on this particular subject. This is the reason it is absolutely vital your opening is at least as <a href=\"http://buythesis.club/\">thesis writing</a> great as any other area of the essay (if perhaps not much better than others ). <h2>I feed on shrubs, lawn and leaves.</h2><p>Don\'t supply the audience a vague notion about the essay topic you\'ve just written. Have you ever got no idea how to compose an appealing book review. Only such as the article, the paragraphs within your essay needs to be well organised. Just ensure that it does not sound purely informative. Your satirical composition will make extra brownie points with a suitable name. Before you begin writing your essay you must determine what it really is which you are going to go over in your document. First, let\'s look at the start of the article. Where to purchase essays for college. Documents are a popular type of evaluation which will be utilized by teachers. <h2>It has a very good quality inside it and is really informative.</h2><p>If vision isn\'t mentioned in your dissertation, you may not incorporate this area in your document. After you have done some study, you may possibly desire to generate a rough plan of where you plan to go together with the article. Here you may purchase each job we perform subjects which could help you to fixer on line composition yourself by. Your article has to be up-to-date with all the details, significantly the efficiency figures of the players. Select three fictional products you will review in your article. You are going to get a great faculty papers articles services. Luckily there are several on line resources at any given article writers\' removal that alleviate the perform. <p style=\"text-align:center;\"><img src=\"http://i.kinja-img.com/gawker-media/image/upload/s--1gpeqXeS--/c_scale,fl_progressive,q_80,w_800/rgvkd7dyoeozu7mk4eqg.jpg\" style=\"max-width: 500px; border: none;\"></p>','University ratings guide up worldwide and nationwide ranks rev for 2015 admissions','','inherit','closed','closed','','209-revision-v1','','','2017-09-07 10:37:22','2017-09-07 10:37:22','',209,'http://cems-denimshow.com/index.php/209-revision-v1/',0,'revision','',0),(211,1,'2017-08-21 13:51:35','2017-08-21 13:51:35','<p>For example, for every single medical order you place with our medical made simple business, you may be sure that the front page in addition to the recommendations site may be performed certainly at no price. There\'s zero need to be concerned anymore, because may assist you with your direction documents.<!--more--> Recall that folks specialized within the discipline are prepared to help you. It must be hand written. Several schools want an program. By contacting a neighborhood community school, you are able to regularly gain lots of advice about bartending classes which are made accessible locally. Some reputed firms choose to coach young professionals within the direction functions within their own own business in accordance with their firms conditions. Not only this, but depends on the positioning of the health care service, comparable to college districts. The livelihood of the shrink begins at a wellness college. Furthermore, school admissions officers will let you know the closing entrance essay that\'s examined has a far more hard time being real and distinctive in terms of the initial one which is reviewed. <h2>You may even like: 5 things you need to realize before you go to university .</h2></p><p>To enrich your medical care school candidacy entirely, think of functioning with an specialist. A wise translator might not understand how exactly to translate\'\'acute leukemia\'\', yet he understands where to get the response. There are several private colleges that have initiated approaches for managing disorders. They posses deep understanding of medication and its special results and put it to use during the treatment for patient. Because of the health care instruction, they could possibly bring an awareness of psychological and health treatment problems within their practice. An exceptional name sums up simply what the essay is about. You\'re promised your absolutely free plagiarism statement for the whole medication composition you obtain from us. In the event your posts or documents are on the web, title performs a crucial function in the entire phenomenon. It really is on this particular web site that you will be able to get each of the assistance you will receive in medication article composing. <h2>As they near the terrible object, one of the staff asks how he will halt it.</h2></p><p>You should smooth out all of the kinks within your essay. This genuinely does make a difference within the quality of the past composition. Likely yes, because it\'s the hottest craze in academic essay writing. These totally free test scholarship essays are located on the web, and you could examine them all to find how additional applicants have written their essays and what topics they\'ve employed. Many notably, be sure your essay demonstrates that you\'re a classifiable candidate. The very first essay is merely compared to itself. Dont change within the very same essays. Get numerous eyes or expert basic composition pros that can help you out. You definitely should do different things, since your preceding tactic did not perform. <h2>They will save you a great deal of energy and are hardly difficult to find.</h2></p><p>On any special evening, Wikipedia\'s breadth of protection is some matter that was unfathomable a brief period past. <a href=\"http://buyessaysfast.com\">buyessaysfast.com</a> Below are some examples of catchy names in unique places of writing. Custom article writing originates from analyzing the various viewpoints around that one specific subject. It need to be written in an official format. Additionally, That Is the time to cease struggling with creating formats that you\'re unacquainted with. Of course all these qualifications aren\'t possible for all correspondence writers. In reference to technical interpretation, you cannot figure the greatest term. Because you are able to notice from the aforementioned instance, the notice is actually a persuasive writing activity. Feign which you\'re being charged for each and every term you create. \r\n</p>','AMDA Auditions & Scholarships','','publish','closed','closed','','amda-auditions-scholarships','','','2017-09-07 12:12:17','2017-09-07 12:12:17','',0,'http://cems-denimshow.com/?p=211',0,'post','',0),(212,1,'2017-09-07 12:12:17','2017-09-07 12:12:17','<p>For example, for every single medical order you place with our medical made simple business, you may be sure that the front page in addition to the recommendations site may be performed certainly at no price. There\'s zero need to be concerned anymore, because may assist you with your direction documents.<!--more--> Recall that folks specialized within the discipline are prepared to help you. It must be hand written. Several schools want an program. By contacting a neighborhood community school, you are able to regularly gain lots of advice about bartending classes which are made accessible locally. Some reputed firms choose to coach young professionals within the direction functions within their own own business in accordance with their firms conditions. Not only this, but depends on the positioning of the health care service, comparable to college districts. The livelihood of the shrink begins at a wellness college. Furthermore, school admissions officers will let you know the closing entrance essay that\'s examined has a far more hard time being real and distinctive in terms of the initial one which is reviewed. <h2>You may even like: 5 things you need to realize before you go to university .</h2></p><p>To enrich your medical care school candidacy entirely, think of functioning with an specialist. A wise translator might not understand how exactly to translate\'\'acute leukemia\'\', yet he understands where to get the response. There are several private colleges that have initiated approaches for managing disorders. They posses deep understanding of medication and its special results and put it to use during the treatment for patient. Because of the health care instruction, they could possibly bring an awareness of psychological and health treatment problems within their practice. An exceptional name sums up simply what the essay is about. You\'re promised your absolutely free plagiarism statement for the whole medication composition you obtain from us. In the event your posts or documents are on the web, title performs a crucial function in the entire phenomenon. It really is on this particular web site that you will be able to get each of the assistance you will receive in medication article composing. <h2>As they near the terrible object, one of the staff asks how he will halt it.</h2></p><p>You should smooth out all of the kinks within your essay. This genuinely does make a difference within the quality of the past composition. Likely yes, because it\'s the hottest craze in academic essay writing. These totally free test scholarship essays are located on the web, and you could examine them all to find how additional applicants have written their essays and what topics they\'ve employed. Many notably, be sure your essay demonstrates that you\'re a classifiable candidate. The very first essay is merely compared to itself. Dont change within the very same essays. Get numerous eyes or expert basic composition pros that can help you out. You definitely should do different things, since your preceding tactic did not perform. <h2>They will save you a great deal of energy and are hardly difficult to find.</h2></p><p>On any special evening, Wikipedia\'s breadth of protection is some matter that was unfathomable a brief period past. <a href=\"http://buyessaysfast.com\">buyessaysfast.com</a> Below are some examples of catchy names in unique places of writing. Custom article writing originates from analyzing the various viewpoints around that one specific subject. It need to be written in an official format. Additionally, That Is the time to cease struggling with creating formats that you\'re unacquainted with. Of course all these qualifications aren\'t possible for all correspondence writers. In reference to technical interpretation, you cannot figure the greatest term. Because you are able to notice from the aforementioned instance, the notice is actually a persuasive writing activity. Feign which you\'re being charged for each and every term you create. \r\n</p>','AMDA Auditions & Scholarships','','inherit','closed','closed','','211-revision-v1','','','2017-09-07 12:12:17','2017-09-07 12:12:17','',211,'http://cems-denimshow.com/index.php/211-revision-v1/',0,'revision','',0),(213,1,'2017-09-05 17:30:53','2017-09-05 17:30:53','<p>These essays aren\'t confined to a particular country or region. Interview documents make it possible for you to use individuals as your own sources in place of publications. Here, I should teach you about how exactly to write a very effective traces and a few types of focus getters for you next article! It is my hope that this can help you with your article. Composition composing doesn\'t should be hard. You must remember to apply a magnificent and low - offensive terminology whilst writing on expository composition subjects. There are numerous unique issues which you can use in writing procedure documents. Use this entire composition structure to generate a thorough outline to your own essays. The dreaded college composition is the most bothersome with reference to really coming up plus a matter to reveal. It truly is likewise generally utilized as an extremely first duty for college writing courses. <p style=\"text-align:center;\"><img src=\"http://www-essay-free-com.pl/wp-content/uploads/9866719-ap-government-research-paper-topics3.jpg\" style=\"max-width: 500px; border: none;\"></p> <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/SXWNVeiATXo\" frameborder=0\" allowfullscreen></iframe></p> <h2>Outline partners as man: le mari, partner: la femme, or fianc??(e): le/la fianc??(e).</h2><p>For the moment, nevertheless, beginners are going to understand the essential article arrangement. This issue not simply influences university students, though. It\'s the type of document you\'d compose before writing a remedy paper. Have an excellent time, reminiscing and composing. If writing chronologically, possibly speak about the potential. No matter your purpose, just keep on composing. Looking at what you\'ve composed up to now, make a listing of phrases you may appear as much as attempt to get articles to your own paper. <h2>Cd-r stands for compact disc-recordable.</h2><p>A simple and efficacious means to probe and locate new matters would be to have a publication on a specific topic you\'re composing your papers on, and use the\'\' sources\'\' section inside this book to locate sources. For something to become a first-class convincing essay topic, it should be an controversial issue. This will frequently get one to the site of the journal where you could seek to your own issue. In exactly the same manner that literature evaluation is finished a summation of the novel you simply read, analysis of some body should be over a outline of the being. You might be required to determine the subject or perspective your autobiography will probably have. To compose on an expository composition, you\'ll need to examine and explore the info along with the arguments also, in a crystal clear and precise way. This list deals with several the straightforward to write essay issues. It is the simplest to compose, and the simplest for the audience to comprehend. <h2>But if this were the initial post i encountered, i might not have frustrated to appear further.</h2><p>Your readers was participated in your body paragraphs, in addition to your creating nevertheless ought to be pointing them right back to your own thesis declaration. In the event the reader or marker isn\'t interested within the very first few phrases, odds are they wont examine into what you\'re declaring for the balance of the essay either. In case your matter is indeed more comprehensive than so, the same guidelines <a href=\"http://royalessays.info/\" rel=\"nofollow\">royal essays uk</a> apply. The moment you\'ve <a href=\"http://paper-smart.net/\">help with essay writing</a> therefore much material, you truly should begin composing. Although you\'re reading, take notes. For an normal 5 paragraph essay, you happen to be going to require three or more motives, or elements to your own answer. The first factor you ought to make an excellent thesis is you must figure out your many important justifications, which you\'ve completed while functioning in your own subject. <h2>Basically, in two decades they???ve about tripled their organization.</h2><p>If you\'re not, the Internet and also the catalogue are equally superior places to detect solid evidence for your own composition. Assemble sources to your own matter from the internet and library which you think may permit you to answer the issue. Create a answer to that query.','Example Essay Topic Ideas','','publish','closed','closed','','example-essay-topic-ideas-12','','','2017-09-07 12:53:40','2017-09-07 12:53:40','',0,'http://cems-denimshow.com/?p=213',0,'post','',0),(214,1,'2017-09-07 12:53:40','2017-09-07 12:53:40','<p>These essays aren\'t confined to a particular country or region. Interview documents make it possible for you to use individuals as your own sources in place of publications. Here, I should teach you about how exactly to write a very effective traces and a few types of focus getters for you next article! It is my hope that this can help you with your article. Composition composing doesn\'t should be hard. You must remember to apply a magnificent and low - offensive terminology whilst writing on expository composition subjects. There are numerous unique issues which you can use in writing procedure documents. Use this entire composition structure to generate a thorough outline to your own essays. The dreaded college composition is the most bothersome with reference to really coming up plus a matter to reveal. It truly is likewise generally utilized as an extremely first duty for college writing courses. <p style=\"text-align:center;\"><img src=\"http://www-essay-free-com.pl/wp-content/uploads/9866719-ap-government-research-paper-topics3.jpg\" style=\"max-width: 500px; border: none;\"></p> <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/SXWNVeiATXo\" frameborder=0\" allowfullscreen></iframe></p> <h2>Outline partners as man: le mari, partner: la femme, or fianc??(e): le/la fianc??(e).</h2><p>For the moment, nevertheless, beginners are going to understand the essential article arrangement. This issue not simply influences university students, though. It\'s the type of document you\'d compose before writing a remedy paper. Have an excellent time, reminiscing and composing. If writing chronologically, possibly speak about the potential. No matter your purpose, just keep on composing. Looking at what you\'ve composed up to now, make a listing of phrases you may appear as much as attempt to get articles to your own paper. <h2>Cd-r stands for compact disc-recordable.</h2><p>A simple and efficacious means to probe and locate new matters would be to have a publication on a specific topic you\'re composing your papers on, and use the\'\' sources\'\' section inside this book to locate sources. For something to become a first-class convincing essay topic, it should be an controversial issue. This will frequently get one to the site of the journal where you could seek to your own issue. In exactly the same manner that literature evaluation is finished a summation of the novel you simply read, analysis of some body should be over a outline of the being. You might be required to determine the subject or perspective your autobiography will probably have. To compose on an expository composition, you\'ll need to examine and explore the info along with the arguments also, in a crystal clear and precise way. This list deals with several the straightforward to write essay issues. It is the simplest to compose, and the simplest for the audience to comprehend. <h2>But if this were the initial post i encountered, i might not have frustrated to appear further.</h2><p>Your readers was participated in your body paragraphs, in addition to your creating nevertheless ought to be pointing them right back to your own thesis declaration. In the event the reader or marker isn\'t interested within the very first few phrases, odds are they wont examine into what you\'re declaring for the balance of the essay either. In case your matter is indeed more comprehensive than so, the same guidelines <a href=\"http://royalessays.info/\" rel=\"nofollow\">royal essays uk</a> apply. The moment you\'ve <a href=\"http://paper-smart.net/\">help with essay writing</a> therefore much material, you truly should begin composing. Although you\'re reading, take notes. For an normal 5 paragraph essay, you happen to be going to require three or more motives, or elements to your own answer. The first factor you ought to make an excellent thesis is you must figure out your many important justifications, which you\'ve completed while functioning in your own subject. <h2>Basically, in two decades they???ve about tripled their organization.</h2><p>If you\'re not, the Internet and also the catalogue are equally superior places to detect solid evidence for your own composition. Assemble sources to your own matter from the internet and library which you think may permit you to answer the issue. Create a answer to that query.','Example Essay Topic Ideas','','inherit','closed','closed','','213-revision-v1','','','2017-09-07 12:53:40','2017-09-07 12:53:40','',213,'http://cems-denimshow.com/index.php/213-revision-v1/',0,'revision','',0),(215,1,'2017-08-17 16:29:33','2017-08-17 16:29:33','<p>You need to see trusted websites to get additional information regarding the subject and its associated matters. They purchase composition on-line aid. It\'ll be the most suitable composition aid on the internet you are able to find! Selecting the particular subject nevertheless may be tough but this website may try to enable you <a href=\"https://rush-essays.com/\">rush-essays.com</a> to ensure that you just decide the appropriate subject which will interest you.<!--more--> Therefore, we employed specialists on aid with essays of any kind. At these times, it\'s the right time to begin seeking to discover the greatest article help out there. When you purchase essays with UKEssayWriter, there isn\'t any more straightforward method to generate great outcomes. When you can\'t pay attention to your task and absolutely need help writing an article, just con Tact us. <h2>?? 2006 white this informative article was submitted on september 13, 2006.</h2></p><p>The educational documents are done to be able to answer to some specific question. For another point, don\'t have any curiosity within the subject. Therefore, the preceding five factors is a 1 stop solution for the choice difficulty of the biggest composition writing company on the web if you are going to follow them 1 by 1 you\'d really wind up with a very finest essay some day. This device is really a significant strategy to obtain internet advertising aid. From investigation hints and ideas through the true writing and editing procedure we\'ll offer you the help and assistance that you\'re looking for. Along with an specialist operating in your own newspaper, online essay help provides several other benefits. This is the greatest moment so that you can add Punch to your own writing abilities. Ultimately, there\'s a firm that provides a capable first-rate composition aid in virtually any area. With essay editing support which\'s expert, your papers may be an incredible tool in making a fabulous first impression you will be capable enough to use. <h2>A demand guided to some huge business may call for a formal notification.</h2></p><p>We\'re a well known name within the academic writing business for a few years. Along with that the firm\'s website ought to be accessible during the day since this may accentuate the business organization\'s operation in offering the analytic composition writing solutions to its clients. It isn\'t astonishing then that really several college students wind up seeking Article writing If you\'re a university student aspiring for good mark there are specific principles which you would be smart to remember. Several students become weighed down by making use of their school work, but many have additionally got help by using assignments, particularly by using documents. Firstly, a pupil just does not write an article. For publications pupils admission procedure of the university parts. Therefore essay composing isn\'t whole minus the opening as well as the summary. You will likely also think of other items to raise the article. <h2>Plus they have to be deemed before a beginner enrolls in it.</h2></p><p>The tips presented via the essay has to be exact. To generate good article writing might appear challenging sometimes. Now, remove those which don\'t provide funds - back guarantee on their site Basically, in order to purchase composition of on the internet composition print advantage site, you should make perfectly sure the web site might be respected and supplies quality transcribing bureau. It is possible to join these website totally free. Check to find out more on the site \r\n</p>','Howto Punctuate Corporation Brands','','publish','closed','closed','','howto-punctuate-corporation-brands','','','2017-09-08 09:11:34','2017-09-08 09:11:34','',0,'http://cems-denimshow.com/?p=215',0,'post','',0),(216,1,'2017-09-08 09:11:34','2017-09-08 09:11:34','<p>You need to see trusted websites to get additional information regarding the subject and its associated matters. They purchase composition on-line aid. It\'ll be the most suitable composition aid on the internet you are able to find! Selecting the particular subject nevertheless may be tough but this website may try to enable you <a href=\"https://rush-essays.com/\">rush-essays.com</a> to ensure that you just decide the appropriate subject which will interest you.<!--more--> Therefore, we employed specialists on aid with essays of any kind. At these times, it\'s the right time to begin seeking to discover the greatest article help out there. When you purchase essays with UKEssayWriter, there isn\'t any more straightforward method to generate great outcomes. When you can\'t pay attention to your task and absolutely need help writing an article, just con Tact us. <h2>?? 2006 white this informative article was submitted on september 13, 2006.</h2></p><p>The educational documents are done to be able to answer to some specific question. For another point, don\'t have any curiosity within the subject. Therefore, the preceding five factors is a 1 stop solution for the choice difficulty of the biggest composition writing company on the web if you are going to follow them 1 by 1 you\'d really wind up with a very finest essay some day. This device is really a significant strategy to obtain internet advertising aid. From investigation hints and ideas through the true writing and editing procedure we\'ll offer you the help and assistance that you\'re looking for. Along with an specialist operating in your own newspaper, online essay help provides several other benefits. This is the greatest moment so that you can add Punch to your own writing abilities. Ultimately, there\'s a firm that provides a capable first-rate composition aid in virtually any area. With essay editing support which\'s expert, your papers may be an incredible tool in making a fabulous first impression you will be capable enough to use. <h2>A demand guided to some huge business may call for a formal notification.</h2></p><p>We\'re a well known name within the academic writing business for a few years. Along with that the firm\'s website ought to be accessible during the day since this may accentuate the business organization\'s operation in offering the analytic composition writing solutions to its clients. It isn\'t astonishing then that really several college students wind up seeking Article writing If you\'re a university student aspiring for good mark there are specific principles which you would be smart to remember. Several students become weighed down by making use of their school work, but many have additionally got help by using assignments, particularly by using documents. Firstly, a pupil just does not write an article. For publications pupils admission procedure of the university parts. Therefore essay composing isn\'t whole minus the opening as well as the summary. You will likely also think of other items to raise the article. <h2>Plus they have to be deemed before a beginner enrolls in it.</h2></p><p>The tips presented via the essay has to be exact. To generate good article writing might appear challenging sometimes. Now, remove those which don\'t provide funds - back guarantee on their site Basically, in order to purchase composition of on the internet composition print advantage site, you should make perfectly sure the web site might be respected and supplies quality transcribing bureau. It is possible to join these website totally free. Check to find out more on the site \r\n</p>','Howto Punctuate Corporation Brands','','inherit','closed','closed','','215-revision-v1','','','2017-09-08 09:11:34','2017-09-08 09:11:34','',215,'http://cems-denimshow.com/index.php/215-revision-v1/',0,'revision','',0),(217,1,'2017-08-25 08:46:01','2017-08-25 08:46:01','<p>Documents usually are tiny parts of articles. Essay writing is the best part universal type of authorship. It\'s a rare art. Writing comes from reading rather a number of books. Essay writing might be amazing selection to internalize the information that is noticed or research. A process composition is really in the sort of step-by-stage directions that describe how a particular project might be done.<!--more--> You\'re set to go today, purchase the web article writing business online, settle back and unwind. There are a number of different matters that can be used written down process documents. <h2>Your doctor must be able to appeal a androgel withdrawal system for you.</h2></p><p>Really speaking, essay composing isn\'t a very clear-cut situation to do and it\'s essential that people require required help although composing an article. Essay and dissertation writing is a difficult function to do and it\'s essential that people take needed aid whilst composing an article. Without so, your article is just not probably to be considered a superb piece of writing. Go incorrect, and the complete composition is actually a mess. A descriptive article can also be composed to explain how some thing occurred. Each expository article may get a certain aim. Some short cuts are powerful authors stronger. Therefore, essay writing problems need to be eradicated by all potential means. <h2>The internet search engine will provide you various results for it.</h2></p><p>Quality article writing suppliers and thesis creating providers are reachable for the assist of the individuals specially the pupils so the students aren\'t required to search for help here and there. As a student, you might be going to be happy to understand that essay writing aid is going to help you to improve your profession in a better way. Below are a few good article topics that kids might discover easy to compose. As of this sort of time, a student wants a firm that may deliver their article at least time possible. Custom article writing has changed into a remarkably popular task during the last year or two. Such instance article writing providers may be good wellspring of help within their opinion. Undoubtedly, custom papers writing services aren\'t free. Reading is a strong tool that can assist you to build your writing abilities unlike every other instrument may. <h2>A is an excellent thought to obtain not just a scope, continually more exact photos.</h2></p><p>Essays should not actually be extended also significantly. Writing this kind of composition is not a straightforward job. Composition is your own viewpoint on something you\'ve heard, read, observed etc.. The closing studying should eventually be taken on to come across any point which has been missed away. Composing your 1st article may be good deal of pleasure! Your satirical article may make additional brownie points with a suitable title. This statement informs the audience precisely what the essay is likely to be about. Composing an essay really can be a simple job, but composing an excellent one is a totally different ball game. A reflective essay is not just a fantastic approach for those instructors to fee the pupil\'s British writing competence, but it certainly is also the chance for a student to research his expressive or creative abilities. <h2>You can get ringers from a number of locations, or develop one yourself.</h2></p><p>Authorship is among the important places, which reveal the expertise of the language student in the unique vocabulary. Writing skills are more often than not vital in any sort of writing. Authorship within the training world does need one to actually be innovative and which you\'re willing to review the accurate skill of composing on your own <a href=\"https://superior-papers.org/\">superior-papers.org</a> favourite theme. \r\n</p>','The Emotional Goals Manual','','publish','closed','closed','','the-emotional-goals-manual','','','2017-09-09 01:32:17','2017-09-09 01:32:17','',0,'http://cems-denimshow.com/?p=217',0,'post','',0),(218,1,'2017-09-09 01:32:17','2017-09-09 01:32:17','<p>Documents usually are tiny parts of articles. Essay writing is the best part universal type of authorship. It\'s a rare art. Writing comes from reading rather a number of books. Essay writing might be amazing selection to internalize the information that is noticed or research. A process composition is really in the sort of step-by-stage directions that describe how a particular project might be done.<!--more--> You\'re set to go today, purchase the web article writing business online, settle back and unwind. There are a number of different matters that can be used written down process documents. <h2>Your doctor must be able to appeal a androgel withdrawal system for you.</h2></p><p>Really speaking, essay composing isn\'t a very clear-cut situation to do and it\'s essential that people require required help although composing an article. Essay and dissertation writing is a difficult function to do and it\'s essential that people take needed aid whilst composing an article. Without so, your article is just not probably to be considered a superb piece of writing. Go incorrect, and the complete composition is actually a mess. A descriptive article can also be composed to explain how some thing occurred. Each expository article may get a certain aim. Some short cuts are powerful authors stronger. Therefore, essay writing problems need to be eradicated by all potential means. <h2>The internet search engine will provide you various results for it.</h2></p><p>Quality article writing suppliers and thesis creating providers are reachable for the assist of the individuals specially the pupils so the students aren\'t required to search for help here and there. As a student, you might be going to be happy to understand that essay writing aid is going to help you to improve your profession in a better way. Below are a few good article topics that kids might discover easy to compose. As of this sort of time, a student wants a firm that may deliver their article at least time possible. Custom article writing has changed into a remarkably popular task during the last year or two. Such instance article writing providers may be good wellspring of help within their opinion. Undoubtedly, custom papers writing services aren\'t free. Reading is a strong tool that can assist you to build your writing abilities unlike every other instrument may. <h2>A is an excellent thought to obtain not just a scope, continually more exact photos.</h2></p><p>Essays should not actually be extended also significantly. Writing this kind of composition is not a straightforward job. Composition is your own viewpoint on something you\'ve heard, read, observed etc.. The closing studying should eventually be taken on to come across any point which has been missed away. Composing your 1st article may be good deal of pleasure! Your satirical article may make additional brownie points with a suitable title. This statement informs the audience precisely what the essay is likely to be about. Composing an essay really can be a simple job, but composing an excellent one is a totally different ball game. A reflective essay is not just a fantastic approach for those instructors to fee the pupil\'s British writing competence, but it certainly is also the chance for a student to research his expressive or creative abilities. <h2>You can get ringers from a number of locations, or develop one yourself.</h2></p><p>Authorship is among the important places, which reveal the expertise of the language student in the unique vocabulary. Writing skills are more often than not vital in any sort of writing. Authorship within the training world does need one to actually be innovative and which you\'re willing to review the accurate skill of composing on your own <a href=\"https://superior-papers.org/\">superior-papers.org</a> favourite theme. \r\n</p>','The Emotional Goals Manual','','inherit','closed','closed','','217-revision-v1','','','2017-09-09 01:32:17','2017-09-09 01:32:17','',217,'http://cems-denimshow.com/index.php/217-revision-v1/',0,'revision','',0),(219,1,'2017-08-22 08:07:02','2017-08-22 08:07:02','<p>All the very best essay writing services are available at EssayDirectory. A experienced composition author might additionally endure excellent rapport alongside you. For anyone who is composing <a href=\"https://rush-essays.com/\">essays research</a> an academic article. Get aid in the really best composition composing team in the business.<!--more--> The writers of the organization are totally professional and they\'re specialized in various fields and possess a great experience of essay writing. Its written in several books and lots of men and women say that you need to take initiative. A superb essay editing service would enable you to construct the proper structure for your own essay. Only the optimal/optimally writers, only the very best quality. Each member of our support team is highly - qualified specialist article author who\'ll give you the most effective quality operates just. <h2>The initial and the consideration that is foremost is trustworthiness of the business.</h2></p><p>We only apply the best article writers to make sure our clients only find top quality, specialist papers. However buy essays on line, there\'s a lot to discover. WriteMyPaper is a great service of creating papers. There are a huge assortment of companies out there which provide essay services. It is never been so simple and fast to discover some one and pay to execute essay. Choosing from a broad collection of article providers could possibly be challenging, however you can manage and find the best one by following these guidelines for a terrific essay solutions. Purchasing documents within our service is truly simple. <h2>Some research instructors are worried that books for senior school won???t be obtained.</h2></p><p>Coffee wont allow you to write a brilliant essay, but we will. By way of example, the opening sentence one of many essay which you buy may capture you will need to factors so making sure the crowd has to read or listen further on your own article daily news. The many significant intention of composition writing may be to completely clarify the matter in a magnificent and brief signifies to assist the readers in understanding the total image in his own head. From us, you may purchase article that possesses an in-depth body. You\'re currently keeping tabs on where you are finding the information, so it is going to be simple to reunite for clarification or citations whenever you\'re actually creating the document. Purchase around because we\'ll component of your own schooling procedure and flip you in student who understands progress together with complete knowledge advancement. Summarized the comprehension hints I Have referred. Do not neglect, with essaycapital you\'ll never have some writing issues. <h2>Ad determine any improvements for the location for future years.</h2></p><p>Or if you\'re simply writing a record and seeking for suggestions. Writing papers is just not so difficult point should you be obtaining help along with the custom writing firm. You are going to be operating with the best educational writing staff within the company including your papers may soon be topquality. Writing company reports is a crucial instrument for the two specialists and pupils within the business filed. Writing a weblog along with your site is among the very best means to promote your firm. Writing business reports isn\'t a really simple job. Plagiarism is disallowed within our business. In countries like america, essays have gotten major component of formal schooling method. <h2>While composing a birthday card, note everything that you\'re feeling.</h2></p><p>You\'re required to remember the individuals you request to write these words for you\'re really active people that are asked to compose lots of guidelines. In other nations, it truly is actually an effort to enrich the writing skills of the students. Additionally, it offers recommendations for just two good businesses even though of course these tips ought to be controlled with your own study. \r\n</p>','EASY Methods A Treadmill Can Help You Get & Shed Weight In Appearance!','','publish','closed','closed','','easy-methods-a-treadmill-can-help-you-get-shed','','','2017-09-11 12:36:14','2017-09-11 12:36:14','',0,'http://cems-denimshow.com/?p=219',0,'post','',0),(220,1,'2017-09-11 12:36:14','2017-09-11 12:36:14','<p>All the very best essay writing services are available at EssayDirectory. A experienced composition author might additionally endure excellent rapport alongside you. For anyone who is composing <a href=\"https://rush-essays.com/\">essays research</a> an academic article. Get aid in the really best composition composing team in the business.<!--more--> The writers of the organization are totally professional and they\'re specialized in various fields and possess a great experience of essay writing. Its written in several books and lots of men and women say that you need to take initiative. A superb essay editing service would enable you to construct the proper structure for your own essay. Only the optimal/optimally writers, only the very best quality. Each member of our support team is highly - qualified specialist article author who\'ll give you the most effective quality operates just. <h2>The initial and the consideration that is foremost is trustworthiness of the business.</h2></p><p>We only apply the best article writers to make sure our clients only find top quality, specialist papers. However buy essays on line, there\'s a lot to discover. WriteMyPaper is a great service of creating papers. There are a huge assortment of companies out there which provide essay services. It is never been so simple and fast to discover some one and pay to execute essay. Choosing from a broad collection of article providers could possibly be challenging, however you can manage and find the best one by following these guidelines for a terrific essay solutions. Purchasing documents within our service is truly simple. <h2>Some research instructors are worried that books for senior school won???t be obtained.</h2></p><p>Coffee wont allow you to write a brilliant essay, but we will. By way of example, the opening sentence one of many essay which you buy may capture you will need to factors so making sure the crowd has to read or listen further on your own article daily news. The many significant intention of composition writing may be to completely clarify the matter in a magnificent and brief signifies to assist the readers in understanding the total image in his own head. From us, you may purchase article that possesses an in-depth body. You\'re currently keeping tabs on where you are finding the information, so it is going to be simple to reunite for clarification or citations whenever you\'re actually creating the document. Purchase around because we\'ll component of your own schooling procedure and flip you in student who understands progress together with complete knowledge advancement. Summarized the comprehension hints I Have referred. Do not neglect, with essaycapital you\'ll never have some writing issues. <h2>Ad determine any improvements for the location for future years.</h2></p><p>Or if you\'re simply writing a record and seeking for suggestions. Writing papers is just not so difficult point should you be obtaining help along with the custom writing firm. You are going to be operating with the best educational writing staff within the company including your papers may soon be topquality. Writing company reports is a crucial instrument for the two specialists and pupils within the business filed. Writing a weblog along with your site is among the very best means to promote your firm. Writing business reports isn\'t a really simple job. Plagiarism is disallowed within our business. In countries like america, essays have gotten major component of formal schooling method. <h2>While composing a birthday card, note everything that you\'re feeling.</h2></p><p>You\'re required to remember the individuals you request to write these words for you\'re really active people that are asked to compose lots of guidelines. In other nations, it truly is actually an effort to enrich the writing skills of the students. Additionally, it offers recommendations for just two good businesses even though of course these tips ought to be controlled with your own study. \r\n</p>','EASY Methods A Treadmill Can Help You Get & Shed Weight In Appearance!','','inherit','closed','closed','','219-revision-v1','','','2017-09-11 12:36:14','2017-09-11 12:36:14','',219,'http://cems-denimshow.com/index.php/219-revision-v1/',0,'revision','',0),(221,1,'2017-09-11 10:55:00','2017-09-11 10:55:00','<p>Most of online article writing firms were in the marketplace to generate money. We are the best argumentative essay writing business accessible the market. Visit our own essay writing company and relish particular and expert article providers. One of many anticipations is the propositions need to possess the acceptable range of webpages, be of superior quality and be composed utilizing the recommended writing and quotation type.<!--more--> Writing an college grade article might be tough procedure but it does not require to be. Pupils who\'d like to pass their exams shouldn\'t use or purchase no price argumentative <a href=\"http://premieressays.net/\">http://premieressays.net/</a> article. A roaring essay may be created just in case that one scans all the specifics of the education packets and is essential to write an excellent management composition. Composing Frankenstein essay becomes a headache for those pupils since they\'re not able enough to handle the challenges of article writing particularly the thesis statement. Here\'s the entire composition. <h2>Sophie is one of the most accommodating folks i have encounter.</h2><p>Besides it, the documents ought to be coherent. Examine what you would like to write within the essay and just how do you want the readers to answer your own essay. These totally free test scholarship essays are found online, and you are going to study them all to detect how other applicants have written their essays and what issues they\'ve used. There\'s hardly any conversation about the structure of the correctly ordered composition. It is possible to get just about any Trial essay on the net for various areas.','Let us outline one of the most typical archetypes in the market world.','','publish','closed','closed','','let-us-outline-one-of-the-most-typical-archetypes','','','2017-09-11 14:54:30','2017-09-11 14:54:30','',0,'http://cems-denimshow.com/?p=221',0,'post','',0),(222,1,'2017-09-11 14:54:30','2017-09-11 14:54:30','<p>Most of online article writing firms were in the marketplace to generate money. We are the best argumentative essay writing business accessible the market. Visit our own essay writing company and relish particular and expert article providers. One of many anticipations is the propositions need to possess the acceptable range of webpages, be of superior quality and be composed utilizing the recommended writing and quotation type.<!--more--> Writing an college grade article might be tough procedure but it does not require to be. Pupils who\'d like to pass their exams shouldn\'t use or purchase no price argumentative <a href=\"http://premieressays.net/\">http://premieressays.net/</a> article. A roaring essay may be created just in case that one scans all the specifics of the education packets and is essential to write an excellent management composition. Composing Frankenstein essay becomes a headache for those pupils since they\'re not able enough to handle the challenges of article writing particularly the thesis statement. Here\'s the entire composition. <h2>Sophie is one of the most accommodating folks i have encounter.</h2><p>Besides it, the documents ought to be coherent. Examine what you would like to write within the essay and just how do you want the readers to answer your own essay. These totally free test scholarship essays are found online, and you are going to study them all to detect how other applicants have written their essays and what issues they\'ve used. There\'s hardly any conversation about the structure of the correctly ordered composition. It is possible to get just about any Trial essay on the net for various areas.','Let us outline one of the most typical archetypes in the market world.','','inherit','closed','closed','','221-revision-v1','','','2017-09-11 14:54:30','2017-09-11 14:54:30','',221,'http://cems-denimshow.com/index.php/221-revision-v1/',0,'revision','',0),(223,1,'2017-09-11 07:23:15','2017-09-11 07:23:15','<p>In more than 8 decades we\'ve been within the essay writing industry. It is rather easy to acquire high grades today, you only have to locate a excellent article writing support. Pursuing these tips will allow you to write the ideal five paragraph essay.<!--more--> Pupils who aren\'t shrewd move for inexpensive article writing services. Turing their homework to net article writing companies, students must get the suitable composition writing firm. Additionally, we supply free of charge test communicating documents a pupil may read to be able to comprehend the best means to manage communication <a href=\"https://essaywritinglabs.co.uk\">essaywritinglabs.co.uk</a> essay composing. Composing a biology term paper is, in addition, not clear-cut and many students will want expert biology term paper writing help. The students may write essays, study papers or any added paper. As most pupils requires more guidance on the most useful means to compose any assignment, learners ought to take support from a specialist essay writer who\'ll be capable enough to ensure it is really potential an exceptional custom written essay in minimal feasible time. If they found it hard to understand the matters the first time, they can clear any doubts and confusions with assistance from custom- written essays.','Characters and spots in one line\'s utmost amount is 85.','','publish','closed','closed','','characters-and-spots-in-one-line-s-utmost-amount','','','2017-09-12 08:42:48','2017-09-12 08:42:48','',0,'http://cems-denimshow.com/?p=223',0,'post','',0),(224,1,'2017-09-12 08:42:48','2017-09-12 08:42:48','<p>In more than 8 decades we\'ve been within the essay writing industry. It is rather easy to acquire high grades today, you only have to locate a excellent article writing support. Pursuing these tips will allow you to write the ideal five paragraph essay.<!--more--> Pupils who aren\'t shrewd move for inexpensive article writing services. Turing their homework to net article writing companies, students must get the suitable composition writing firm. Additionally, we supply free of charge test communicating documents a pupil may read to be able to comprehend the best means to manage communication <a href=\"https://essaywritinglabs.co.uk\">essaywritinglabs.co.uk</a> essay composing. Composing a biology term paper is, in addition, not clear-cut and many students will want expert biology term paper writing help. The students may write essays, study papers or any added paper. As most pupils requires more guidance on the most useful means to compose any assignment, learners ought to take support from a specialist essay writer who\'ll be capable enough to ensure it is really potential an exceptional custom written essay in minimal feasible time. If they found it hard to understand the matters the first time, they can clear any doubts and confusions with assistance from custom- written essays.','Characters and spots in one line\'s utmost amount is 85.','','inherit','closed','closed','','223-revision-v1','','','2017-09-12 08:42:48','2017-09-12 08:42:48','',223,'http://cems-denimshow.com/index.php/223-revision-v1/',0,'revision','',0),(225,1,'2017-09-11 07:31:43','2017-09-11 07:31:43','<p>Composing good compositions is vital within the Englishlanguage within the feeling that it enables the student absolutely help express what\'s in her or his head regarding a specific dilemma. It\'s similarly essential for students in reference to English Language tests. English is fairly a rich language due to prefixes and suffixes combined with the typical use of modifiers.<!--more--> The phrase transitionsare found within the catalog of the majority of Language texts, equally greater school and college books. As this place is actually about just how to start writing great Language compositions, let\'s now dig directly in to that. It\'s additionally a wide term and shows the group of phrases, enunciation patterns which might be used in the US but that doesn\'t signify that each American speaks American English as it\'s defined in books. This may undoubtedly help supply a pleasant voice in your creating. An ordinary English Language composition is created up of four important elements, namely the heading, the opening, the human body as well as the finish. Design is a key part of composing abilities. Along with blends, English has a huge number of compound phrases. <h2>In cases like this too, mention this crucial little information.</h2><p>The Language should be in the base. Should you be going to write an intriguing, exceptional essay, you\'ll have to complete investigation. That is essentially the ending of your own composition. Ending through your thesis thought. You may not move if the paragraphs aren\'t balanced. You will locate some easy tips for writing powerful basic and compoundsentences. Review the thoughts within the sentence. There are a few sorts of essays and each one of those includes a particular arrangement. <h2>Negligence makes a negative effect on employers.</h2><p>The synopsis does not need to be in almost any formal essay structure. This will frequently get one to the web site of the journal where it\'s possible to seek to your own subject. The first protected the straightforward essay format. For the time being, however, novices are going to discover the essential article structure. The greatest he may accomplish is to get a superb research guide. In the event your introduction doesn\'t capture the interest of the readers, then you\'ven\'t done a fantastic job with that. Generally speaking, you\'d like to make certain you consistently utilize the author name and in addition the post title when you begin the overview, and that you utilize the author\'s prior name previously word of the outline to help it to become obvious you\'re nevertheless discussing the writer\'s ideas. Assemble sources to your own subject in the web and library which you consider will assist you to answer the issue. <h2>Your kindness is really as great as your perception of style.</h2><p>For a common 5 paragraph article, you\'ll need a minimum of three motives, or parts to your own answer. For instance the sayings utilized within a friendly correspondence should change from that utilized in a established correspondence because both letters are actually maybe not the exact same. Showing claims <a href=\"https://www.affordable-papers.net/\">https://www.affordable-papers.net/</a> in many cases are far too obscure for his or her particular literary good. This might be considered a term, a number of phrases, or a absolute expression, but not something more. Exactly the same is true for the official notice. Each paragraph will obtain a topic sentence which can be among the grounds to think the thesis. No semicolon is essential in this sentence since the phrase is a fundamental sentence, maybe not a compound word. Despite the fact that the conclusion is clear-cut and can actually be reached in 2 or three sentences, it\'s really a quite essential characteristic of your essay that you ought not to take for granted. This doesn\'t must be in the official composition kind or ideal phrases.','You must understand what things to incorporate in your initial one if you favor followers to take towards the second phase.','','publish','closed','closed','','you-must-understand-what-things-to-incorporate-in','','','2017-09-12 08:46:59','2017-09-12 08:46:59','',0,'http://cems-denimshow.com/?p=225',0,'post','',0),(226,1,'2017-09-12 08:46:59','2017-09-12 08:46:59','<p>Composing good compositions is vital within the Englishlanguage within the feeling that it enables the student absolutely help express what\'s in her or his head regarding a specific dilemma. It\'s similarly essential for students in reference to English Language tests. English is fairly a rich language due to prefixes and suffixes combined with the typical use of modifiers.<!--more--> The phrase transitionsare found within the catalog of the majority of Language texts, equally greater school and college books. As this place is actually about just how to start writing great Language compositions, let\'s now dig directly in to that. It\'s additionally a wide term and shows the group of phrases, enunciation patterns which might be used in the US but that doesn\'t signify that each American speaks American English as it\'s defined in books. This may undoubtedly help supply a pleasant voice in your creating. An ordinary English Language composition is created up of four important elements, namely the heading, the opening, the human body as well as the finish. Design is a key part of composing abilities. Along with blends, English has a huge number of compound phrases. <h2>In cases like this too, mention this crucial little information.</h2><p>The Language should be in the base. Should you be going to write an intriguing, exceptional essay, you\'ll have to complete investigation. That is essentially the ending of your own composition. Ending through your thesis thought. You may not move if the paragraphs aren\'t balanced. You will locate some easy tips for writing powerful basic and compoundsentences. Review the thoughts within the sentence. There are a few sorts of essays and each one of those includes a particular arrangement. <h2>Negligence makes a negative effect on employers.</h2><p>The synopsis does not need to be in almost any formal essay structure. This will frequently get one to the web site of the journal where it\'s possible to seek to your own subject. The first protected the straightforward essay format. For the time being, however, novices are going to discover the essential article structure. The greatest he may accomplish is to get a superb research guide. In the event your introduction doesn\'t capture the interest of the readers, then you\'ven\'t done a fantastic job with that. Generally speaking, you\'d like to make certain you consistently utilize the author name and in addition the post title when you begin the overview, and that you utilize the author\'s prior name previously word of the outline to help it to become obvious you\'re nevertheless discussing the writer\'s ideas. Assemble sources to your own subject in the web and library which you consider will assist you to answer the issue. <h2>Your kindness is really as great as your perception of style.</h2><p>For a common 5 paragraph article, you\'ll need a minimum of three motives, or parts to your own answer. For instance the sayings utilized within a friendly correspondence should change from that utilized in a established correspondence because both letters are actually maybe not the exact same. Showing claims <a href=\"https://www.affordable-papers.net/\">https://www.affordable-papers.net/</a> in many cases are far too obscure for his or her particular literary good. This might be considered a term, a number of phrases, or a absolute expression, but not something more. Exactly the same is true for the official notice. Each paragraph will obtain a topic sentence which can be among the grounds to think the thesis. No semicolon is essential in this sentence since the phrase is a fundamental sentence, maybe not a compound word. Despite the fact that the conclusion is clear-cut and can actually be reached in 2 or three sentences, it\'s really a quite essential characteristic of your essay that you ought not to take for granted. This doesn\'t must be in the official composition kind or ideal phrases.','You must understand what things to incorporate in your initial one if you favor followers to take towards the second phase.','','inherit','closed','closed','','225-revision-v1','','','2017-09-12 08:46:59','2017-09-12 08:46:59','',225,'http://cems-denimshow.com/index.php/225-revision-v1/',0,'revision','',0),(227,1,'2017-09-13 12:48:40','2017-09-13 12:48:40','<p>In the editing or revision step, the author makes changes to be able to accentuate the storyline. The most significant aims of instruction need to be empowering learners to obtain knowledge and moral principles. Perhaps you fight to notice how writing classes may be met in to your own daily schedule.<!--more--> When you have never had the opportunity to undergo the on-line writing laboratory, you happen to be going to need to really examine it out. Any less is too weak and also the thesis is not going to manage to uphold itself. First, let\'s take a look at the start of the article. There\'s really a arrangement and design which will be adopted for any skill. For a common 5 paragraph article, you might be going to <a href=\"https://dreamessaywriter.co.uk/\">dreamessaywriter</a> need three or more motives, or components for your own response. <h2>As it is form to do this we should assist poor people.</h2><p>With the right content that\'s arranged logically, the readers may likely be funnelled in to coming to the similar decision you will also be introducing within the final area of the article. The really first description is rather self explanatory. If your discourse continues to be there, I suggest reading it and envisioning that it\'s about you and individuals of various competition, nationality, ethnicity, etc.. Because you can probably guess, it truly is centered on who\'s viewing, what they\'re watching, as well as for how lengthy. If not then you must spend a person to do it for you. When you have determined to be a writer, first thing you have to realize is that not everybody may enjoy what you write. The sentence is actually not a outline of what it truly is that you are currently talking about, instead, it is in support of what it is you\'re authoring. While you don\'t should utilize an author label in every phrase of the overview, you have to be obvious when you are offering thoughts which are taken from the write-up, and when you\'re stating your own notions. Locate a quotation that states something quite similar to your very own analysis and apply it as assistance to your own ideas. <h2>Even phrasing it that way implies some sensation of outrageous brilliance.</h2><p>Review the ideas within the sentence. Whether you style your own website, or see a webdesigner for aid, you\'re going to appreciate having significant amounts of writing and images prepared to work with. In several businesses reference checking continues after you\'re hired. I required to change leading regions of the storyline, reconstruct figures, and execute the full lot of editing to create things come together. A superb ebook has a superb cover. A trip you\'ll never forget. I wound up starting a superb connection with this particular writer through the net and this writer empowered me to during my college years. <h2>Preserve the hands in water for around 15 to 20 units.</h2><p>Also in situation the websites of these businesses specifically target a specific group of people, odds are, there are those from several other nations who\'ll see these sites also. The critical factors may become both an personal essay sentence or perhaps a different portion of the expression papers, which is frequently recorded beneath a sub heading that represents the vital point\'s intent. The body gives the advice that facilitates what\'s said within the introduction in addition to in the very first word of the paragraph. People are beginning to notice that Global Warming is really an issue that must be maintained. Writing is chilling for loads of studentsand men and ladies in general. Today get back to your very first writing, and notice if there\'s something you forgot. Check out your topic suggestions and choose the right means toorder them.','It\'s required to know about the topic you will reveal and equally important that you realize the market you\'re creating for.','','future','closed','closed','','it-s-required-to-know-about-the-topic-you-will','','','2017-09-12 12:25:38','2017-09-12 12:25:38','',0,'http://cems-denimshow.com/?p=227',0,'post','',0),(228,1,'2017-09-12 12:25:38','2017-09-12 12:25:38','<p>In the editing or revision step, the author makes changes to be able to accentuate the storyline. The most significant aims of instruction need to be empowering learners to obtain knowledge and moral principles. Perhaps you fight to notice how writing classes may be met in to your own daily schedule.<!--more--> When you have never had the opportunity to undergo the on-line writing laboratory, you happen to be going to need to really examine it out. Any less is too weak and also the thesis is not going to manage to uphold itself. First, let\'s take a look at the start of the article. There\'s really a arrangement and design which will be adopted for any skill. For a common 5 paragraph article, you might be going to <a href=\"https://dreamessaywriter.co.uk/\">dreamessaywriter</a> need three or more motives, or components for your own response. <h2>As it is form to do this we should assist poor people.</h2><p>With the right content that\'s arranged logically, the readers may likely be funnelled in to coming to the similar decision you will also be introducing within the final area of the article. The really first description is rather self explanatory. If your discourse continues to be there, I suggest reading it and envisioning that it\'s about you and individuals of various competition, nationality, ethnicity, etc.. Because you can probably guess, it truly is centered on who\'s viewing, what they\'re watching, as well as for how lengthy. If not then you must spend a person to do it for you. When you have determined to be a writer, first thing you have to realize is that not everybody may enjoy what you write. The sentence is actually not a outline of what it truly is that you are currently talking about, instead, it is in support of what it is you\'re authoring. While you don\'t should utilize an author label in every phrase of the overview, you have to be obvious when you are offering thoughts which are taken from the write-up, and when you\'re stating your own notions. Locate a quotation that states something quite similar to your very own analysis and apply it as assistance to your own ideas. <h2>Even phrasing it that way implies some sensation of outrageous brilliance.</h2><p>Review the ideas within the sentence. Whether you style your own website, or see a webdesigner for aid, you\'re going to appreciate having significant amounts of writing and images prepared to work with. In several businesses reference checking continues after you\'re hired. I required to change leading regions of the storyline, reconstruct figures, and execute the full lot of editing to create things come together. A superb ebook has a superb cover. A trip you\'ll never forget. I wound up starting a superb connection with this particular writer through the net and this writer empowered me to during my college years. <h2>Preserve the hands in water for around 15 to 20 units.</h2><p>Also in situation the websites of these businesses specifically target a specific group of people, odds are, there are those from several other nations who\'ll see these sites also. The critical factors may become both an personal essay sentence or perhaps a different portion of the expression papers, which is frequently recorded beneath a sub heading that represents the vital point\'s intent. The body gives the advice that facilitates what\'s said within the introduction in addition to in the very first word of the paragraph. People are beginning to notice that Global Warming is really an issue that must be maintained. Writing is chilling for loads of studentsand men and ladies in general. Today get back to your very first writing, and notice if there\'s something you forgot. Check out your topic suggestions and choose the right means toorder them.','It\'s required to know about the topic you will reveal and equally important that you realize the market you\'re creating for.','','inherit','closed','closed','','227-revision-v1','','','2017-09-12 12:25:38','2017-09-12 12:25:38','',227,'http://cems-denimshow.com/index.php/227-revision-v1/',0,'revision','',0),(229,1,'2017-09-11 08:38:19','2017-09-11 08:38:19','<p>A significant part of composing a lengthy composition is studying. Composing a descriptive essay may be rich and satisfying expertise, but it could also feel just a little complex. Here are a few simple hints for composing <a href=\"https://1ws.com/academic-writing/\">Academic writing at 1ws</a> an adequate exemplification article. That is among the crucial guidelines for composing essays for dummies.<!--more--> Here you\'ve got few interesting and advantageous tips to tackle your essay quick and right. If you certainly know your stuff, you must find yourself writing a superb composition instead of simply an adequate article. Moreover, you will not be competent enough to do adequate thinking just in case you wait until the limit to execute your article. Creating essays might be used! <h2>Gloria estefan she is a cuban- artist, songwriter and entrepreneur.</h2><p>An essay should get an argument. Read the directions for the essay. The narrative whilst some thing article and. An in yourself as well as do against essays. Amazing composition writing begins with focusing on the best way to arrange info. Here is a instance of the manner I\'d do an article program before I began writing. It doesn\'t need to be a huge matter. Your paper must be written on the greatest degree and shipped punctually. VivaEssay has a handful of varied propositions that one can utilize to make composition creating an easy and pleasurable endeavor. <h2>Mark the biggest market of the move.</h2><p>In the event you can\'t pay attention to your endeavor and certainly require help writing an essay, simply con Tact us. You must begin with building a structure for authorship. The following part of producing the composition is proofreading it.','Additionally the school will need to have scientific infrastructure to undertake the exact distance -learning method.','','publish','closed','closed','','additionally-the-school-will-need-to-have','','','2017-09-12 13:52:53','2017-09-12 13:52:53','',0,'http://cems-denimshow.com/?p=229',0,'post','',0),(230,1,'2017-09-12 13:52:53','2017-09-12 13:52:53','<p>A significant part of composing a lengthy composition is studying. Composing a descriptive essay may be rich and satisfying expertise, but it could also feel just a little complex. Here are a few simple hints for composing <a href=\"https://1ws.com/academic-writing/\">Academic writing at 1ws</a> an adequate exemplification article. That is among the crucial guidelines for composing essays for dummies.<!--more--> Here you\'ve got few interesting and advantageous tips to tackle your essay quick and right. If you certainly know your stuff, you must find yourself writing a superb composition instead of simply an adequate article. Moreover, you will not be competent enough to do adequate thinking just in case you wait until the limit to execute your article. Creating essays might be used! <h2>Gloria estefan she is a cuban- artist, songwriter and entrepreneur.</h2><p>An essay should get an argument. Read the directions for the essay. The narrative whilst some thing article and. An in yourself as well as do against essays. Amazing composition writing begins with focusing on the best way to arrange info. Here is a instance of the manner I\'d do an article program before I began writing. It doesn\'t need to be a huge matter. Your paper must be written on the greatest degree and shipped punctually. VivaEssay has a handful of varied propositions that one can utilize to make composition creating an easy and pleasurable endeavor. <h2>Mark the biggest market of the move.</h2><p>In the event you can\'t pay attention to your endeavor and certainly require help writing an essay, simply con Tact us. You must begin with building a structure for authorship. The following part of producing the composition is proofreading it.','Additionally the school will need to have scientific infrastructure to undertake the exact distance -learning method.','','inherit','closed','closed','','229-revision-v1','','','2017-09-12 13:52:53','2017-09-12 13:52:53','',229,'http://cems-denimshow.com/index.php/229-revision-v1/',0,'revision','',0),(231,1,'2017-08-15 15:43:58','2017-08-15 15:43:58','<p>You are going to be demonstrated a convincing composition that must be rewritten. Relative documents are between the mostmon sorts of composing you\'ll do in college. The article represents an extremely limited creating efficiency. It requires a Clear focus on the particular problem in the prompt is preserved.<!--more--> Would you like to seek the services of private composition writers. Custtomized individuals Personal vehicles are becoming an exceptionally controversial customized documents nowadays but they\'re In this article I shall brieflypare and comparison both of the easays with respect to Composing an essay isn\'t hard in case the writer uses a formula. Composing your scholarship essay paper demands a author that may strive match your personal requirements, deadlines, authorship. Try our on-line article checker. Therefore keep searching for the mit executive mba documents which are related to your own field. My dissertation would not manage to be created any better. <h2>On one of his friends\' recommendation amos exposed a cookie retailer in la.</h2></p><p>Composing an academic paper involves an exhaustive research of the specified matter. Imbibe how to form a vacation essay describe. You can acquire detailed info from the TOEFL website. Since writessay is so focused on offering their people with the amazing providers possible, it really is no shock which they will have the most seasoned and totally competent authors. Just the ideal writers in UKUSA, only the ideal quality. National service coaching strategy article. Spend Someone For You might have to look for a custom essay writing support when you realize you will not have the capability to manage the job by yourself They build up on one another to assemble a comprehensive creating sample. GradeMiners.co.uk is a custom essay service which provides educational expert help to students. Learn some excellent benefits of custom essays and get knowledgeable about the procedure for ordering them. <h2>Movies are as streaming web movie in dvd format and available.take classes in reading plans.</h2></p><p>Do not forget that the beginning sentence has to have a powerful opening paragraph, obvious hint of the medial side you\'re on, and also the reasons why. Under you possess a listing of statements regarding this paragraph, click the claims which are accurate. Obtain a write written at no cost. 29 Let\'s take a gander at another case of the comprehensive section. Purchasing finest quality essays has not been an effortless occupation. Our essay helper team work creative and advanced approaches handling the jobs of different sophistication. Click each ability to gain more information. <h2>Some claims, for example colorado, have authorized some lawyers as legal malpractice authorities.</h2></p><p>The authorship may include several wars using a principal rotate around WW1 and WWII. You are going to be swamped by these who\'ve written or spoken about that issue, before. Obeying these short steps allow you to notice either side of the discussion and ensure it\'s easier that you finish a convincing article. The subject word should constantly be indented. British custom article that intends to get on-line comparison essay site purchase A3 page several. All references within your study papers, such as the illustrations above, aren\'t only documented in the system of your own document, but must even be listed in the appropriate structure on the References page. As soon as you\'ve finished, see <a href=\"https://rush-essays.com/\">rush-essays.com</a> the next page. To really have a sound composition, you\'ll need three or more thoughts with supporting illustrations and details. <h2>In the end, you merely desire to help to make her feel better.</h2></p><p>Download the programme standards for this particular diploma to learn more about what you might be going to understand and the way you\'ll be instructed and evaluated. Get your personal work Fortunately, you can perform a couple of issues to create homework less work. Composing in regions which are unknown can make your work harder and cause factual discrepancies. \r\n</p>','What Should I Write in Card or a Marriage Note','','publish','closed','closed','','what-should-i-write-in-card-or-a-marriage-note','','','2017-09-14 12:36:17','2017-09-14 12:36:17','',0,'http://cems-denimshow.com/?p=231',0,'post','',0),(232,1,'2017-09-14 12:36:17','2017-09-14 12:36:17','<p>You are going to be demonstrated a convincing composition that must be rewritten. Relative documents are between the mostmon sorts of composing you\'ll do in college. The article represents an extremely limited creating efficiency. It requires a Clear focus on the particular problem in the prompt is preserved.<!--more--> Would you like to seek the services of private composition writers. Custtomized individuals Personal vehicles are becoming an exceptionally controversial customized documents nowadays but they\'re In this article I shall brieflypare and comparison both of the easays with respect to Composing an essay isn\'t hard in case the writer uses a formula. Composing your scholarship essay paper demands a author that may strive match your personal requirements, deadlines, authorship. Try our on-line article checker. Therefore keep searching for the mit executive mba documents which are related to your own field. My dissertation would not manage to be created any better. <h2>On one of his friends\' recommendation amos exposed a cookie retailer in la.</h2></p><p>Composing an academic paper involves an exhaustive research of the specified matter. Imbibe how to form a vacation essay describe. You can acquire detailed info from the TOEFL website. Since writessay is so focused on offering their people with the amazing providers possible, it really is no shock which they will have the most seasoned and totally competent authors. Just the ideal writers in UKUSA, only the ideal quality. National service coaching strategy article. Spend Someone For You might have to look for a custom essay writing support when you realize you will not have the capability to manage the job by yourself They build up on one another to assemble a comprehensive creating sample. GradeMiners.co.uk is a custom essay service which provides educational expert help to students. Learn some excellent benefits of custom essays and get knowledgeable about the procedure for ordering them. <h2>Movies are as streaming web movie in dvd format and available.take classes in reading plans.</h2></p><p>Do not forget that the beginning sentence has to have a powerful opening paragraph, obvious hint of the medial side you\'re on, and also the reasons why. Under you possess a listing of statements regarding this paragraph, click the claims which are accurate. Obtain a write written at no cost. 29 Let\'s take a gander at another case of the comprehensive section. Purchasing finest quality essays has not been an effortless occupation. Our essay helper team work creative and advanced approaches handling the jobs of different sophistication. Click each ability to gain more information. <h2>Some claims, for example colorado, have authorized some lawyers as legal malpractice authorities.</h2></p><p>The authorship may include several wars using a principal rotate around WW1 and WWII. You are going to be swamped by these who\'ve written or spoken about that issue, before. Obeying these short steps allow you to notice either side of the discussion and ensure it\'s easier that you finish a convincing article. The subject word should constantly be indented. British custom article that intends to get on-line comparison essay site purchase A3 page several. All references within your study papers, such as the illustrations above, aren\'t only documented in the system of your own document, but must even be listed in the appropriate structure on the References page. As soon as you\'ve finished, see <a href=\"https://rush-essays.com/\">rush-essays.com</a> the next page. To really have a sound composition, you\'ll need three or more thoughts with supporting illustrations and details. <h2>In the end, you merely desire to help to make her feel better.</h2></p><p>Download the programme standards for this particular diploma to learn more about what you might be going to understand and the way you\'ll be instructed and evaluated. Get your personal work Fortunately, you can perform a couple of issues to create homework less work. Composing in regions which are unknown can make your work harder and cause factual discrepancies. \r\n</p>','What Should I Write in Card or a Marriage Note','','inherit','closed','closed','','231-revision-v1','','','2017-09-14 12:36:17','2017-09-14 12:36:17','',231,'http://cems-denimshow.com/index.php/231-revision-v1/',0,'revision','',0),(233,1,'1999-05-13 15:36:54','1999-05-13 15:36:54','<p>Hello world. This my website!</p>','Hello world. This my website!','','publish','closed','closed','','hello-world-this-my-website','','','2017-09-14 12:50:05','2017-09-14 12:50:05','',0,'http://cems-denimshow.com/?p=233',0,'post','',0),(234,1,'2017-09-14 12:50:05','2017-09-14 12:50:05','<p>Hello world. This my website!</p>','Hello world. This my website!','','inherit','closed','closed','','233-revision-v1','','','2017-09-14 12:50:05','2017-09-14 12:50:05','',233,'http://cems-denimshow.com/index.php/233-revision-v1/',0,'revision','',0),(235,1,'2017-09-14 13:49:44','2017-09-14 13:49:44','<p>This is my first post</p>','Greetings','','publish','closed','closed','','greetings-2','','','2017-09-14 14:23:27','2017-09-14 14:23:27','',0,'http://cems-denimshow.com/?p=235',0,'post','',0),(236,1,'2017-09-14 14:23:27','2017-09-14 14:23:27','<p>This is my first post</p>','Greetings','','inherit','closed','closed','','235-revision-v1','','','2017-09-14 14:23:27','2017-09-14 14:23:27','',235,'http://cems-denimshow.com/index.php/235-revision-v1/',0,'revision','',0),(237,1,'2017-09-15 14:15:53','2017-09-15 14:15:53','<p> Internet é completo de pessoas e perigosos programas assistindo para capturar dados importante as empresas para seus próprios fins particulares, ou seja, remova esses dados. Além disso, algumas ferramentas modernas úteis quase sempre são muito complicadas em seu uso, então raramente parece conveniente para usar novos programas tão eficaz quanto eles, e esse conforto é um fator muito importante. Existem agora feramentas simples em seu uso eles ajudam bem o mais crucial. Nos últimos tempos, os documentos que são armazenados no mundo virtual estão sujeitos a muitos perigos causados pelo desenvolvimento da tecnologia da informação. </p> <p> O sistema da sala virtual ajuda para compartilhar com segurança os dados com seus parceiros, funcionários ou clientes para um processo de trabalho produtivo, agradável e confortável em todos os aspectos. Uma sala de dados virtual é projetada como uma web site onde você pode carregar seus arquivos eletrônicos ou digitalize e depois carregá-los. A boa notícia é que existem salas de dados virtuais que são as melhores no momento para empresários e todos aqueles que precisam mais segurança no momento de compartilhar documentos de alto valor. </p> <p> Arraste e solte pode fácilmente documentos às suas pastas correspondentes. Para usuarios você pode organizar uma sessão de aprendizado que não seja muito complicada, então, em breve, você conhecerá todas as ferramentas e as possibilidades de uma sala de dados virtual. Em apenas menos de meia hora você pode usando sala de dados virtual em plena potência, adicionar usuários, atribua seus arquivos necessários para o trabalho, para escrevê-los e incluí-los em seus procedimentos. No início, implementar sua sala de dados é muito fácil porque não requer muita necessidade ou preciso. </p> <p> Mantendo uma sala de dados virtuais da sala virtual custo muitas vezes inferior a um tradicional e, claro, o orçamento é uma das principais teclas no momento para optar por uma sala de dados virtual. Após é a conveniência de uso, uma vez que a necessidade de muito viajar de uma sala antiga para a outra desaparece, então economize e dinheiro, isso vale tanto no século de decisões de rapidez. Outra vantagem muito significativo é conforto em comparação com sala de dados tradicional. Pode trabalhar sem ao estresse, em qualquer lugar que lhe agrada, e assim evitar incomodadas relacionadas aos deslocamentos. Você pode sair da fila para entrar na sala de dados tradicional, uma vez que o acesso remoto faz com que mais pessoas trabalhem ao mesmo tempo com uma mesmo documento. Como você pode ver, toda uma série de benefícios relacionados com conforto. </p> <p> Também um seguro e perfeitamente <a href=\"https://pt.datarooms.org/\">secure data room</a> defendido oferece segurança perfeita para a maioria dos documentos privados. Graças a uma sala de dados nunca será sozinho se aparecer algum imprevisto ou dúvida. Suporte ao cliente de salas virtuais é para suas necessidades empresariais 24/7, e lhe dará um completo e qualificado em alguns minutos. Não há chamada transferência de mod? que sempre fala com uma mesma pessoa que atende a você em toda a chamada inteira. Uma equipe de profissionais está ao seu alcance e irá fornecer-lhe conselhos apropriados apenas quando você precisar. </p> <p> Seu sistema de proteção permite proteger dados contra todos os tipos de ameaças, seja software ou hackers, desde as páginas abertas também têm os melhores instumentos para a defesa. Uso conveniente, orçamento muito razoável ferramentas melhores eo máximo segurança criam uma ferramenta ideal para gerenciamento de documentos. Desta forma, no uso de salas virtuais são todos benefícios. Esses níveis de proteção são os motivos por que todas as empresas confiam seus arquivos a salas de dados virtuais. </p>','Os inúmeros benefícios de emprego de salas de dados para triunfo da sua empresa','','publish','closed','closed','','os-inumeros-beneficios-de-emprego-de-salas-de','','','2017-09-15 14:19:47','2017-09-15 14:19:47','',0,'http://cems-denimshow.com/?p=237',0,'post','',0),(238,1,'2017-09-15 14:19:47','2017-09-15 14:19:47','<p> Internet é completo de pessoas e perigosos programas assistindo para capturar dados importante as empresas para seus próprios fins particulares, ou seja, remova esses dados. Além disso, algumas ferramentas modernas úteis quase sempre são muito complicadas em seu uso, então raramente parece conveniente para usar novos programas tão eficaz quanto eles, e esse conforto é um fator muito importante. Existem agora feramentas simples em seu uso eles ajudam bem o mais crucial. Nos últimos tempos, os documentos que são armazenados no mundo virtual estão sujeitos a muitos perigos causados pelo desenvolvimento da tecnologia da informação. </p> <p> O sistema da sala virtual ajuda para compartilhar com segurança os dados com seus parceiros, funcionários ou clientes para um processo de trabalho produtivo, agradável e confortável em todos os aspectos. Uma sala de dados virtual é projetada como uma web site onde você pode carregar seus arquivos eletrônicos ou digitalize e depois carregá-los. A boa notícia é que existem salas de dados virtuais que são as melhores no momento para empresários e todos aqueles que precisam mais segurança no momento de compartilhar documentos de alto valor. </p> <p> Arraste e solte pode fácilmente documentos às suas pastas correspondentes. Para usuarios você pode organizar uma sessão de aprendizado que não seja muito complicada, então, em breve, você conhecerá todas as ferramentas e as possibilidades de uma sala de dados virtual. Em apenas menos de meia hora você pode usando sala de dados virtual em plena potência, adicionar usuários, atribua seus arquivos necessários para o trabalho, para escrevê-los e incluí-los em seus procedimentos. No início, implementar sua sala de dados é muito fácil porque não requer muita necessidade ou preciso. </p> <p> Mantendo uma sala de dados virtuais da sala virtual custo muitas vezes inferior a um tradicional e, claro, o orçamento é uma das principais teclas no momento para optar por uma sala de dados virtual. Após é a conveniência de uso, uma vez que a necessidade de muito viajar de uma sala antiga para a outra desaparece, então economize e dinheiro, isso vale tanto no século de decisões de rapidez. Outra vantagem muito significativo é conforto em comparação com sala de dados tradicional. Pode trabalhar sem ao estresse, em qualquer lugar que lhe agrada, e assim evitar incomodadas relacionadas aos deslocamentos. Você pode sair da fila para entrar na sala de dados tradicional, uma vez que o acesso remoto faz com que mais pessoas trabalhem ao mesmo tempo com uma mesmo documento. Como você pode ver, toda uma série de benefícios relacionados com conforto. </p> <p> Também um seguro e perfeitamente <a href=\"https://pt.datarooms.org/\">secure data room</a> defendido oferece segurança perfeita para a maioria dos documentos privados. Graças a uma sala de dados nunca será sozinho se aparecer algum imprevisto ou dúvida. Suporte ao cliente de salas virtuais é para suas necessidades empresariais 24/7, e lhe dará um completo e qualificado em alguns minutos. Não há chamada transferência de mod? que sempre fala com uma mesma pessoa que atende a você em toda a chamada inteira. Uma equipe de profissionais está ao seu alcance e irá fornecer-lhe conselhos apropriados apenas quando você precisar. </p> <p> Seu sistema de proteção permite proteger dados contra todos os tipos de ameaças, seja software ou hackers, desde as páginas abertas também têm os melhores instumentos para a defesa. Uso conveniente, orçamento muito razoável ferramentas melhores eo máximo segurança criam uma ferramenta ideal para gerenciamento de documentos. Desta forma, no uso de salas virtuais são todos benefícios. Esses níveis de proteção são os motivos por que todas as empresas confiam seus arquivos a salas de dados virtuais. </p>','Os inúmeros benefícios de emprego de salas de dados para triunfo da sua empresa','','inherit','closed','closed','','237-revision-v1','','','2017-09-15 14:19:47','2017-09-15 14:19:47','',237,'http://cems-denimshow.com/index.php/237-revision-v1/',0,'revision','',0),(242,1,'2017-08-22 11:24:34','2017-08-22 11:24:34','<p>Many people cannot make this as a freelance author. Most individuals get writers block in regards to bragging about themselves. On the opposite hand, you will find on-line marketers who nonetheless choose to get the solutions of content writers in place of obtaining an article marketing software to perform the job.<!--more--> There\'s also way more strain on imaginative writers. Their occupation is actually to compose for assorted customers each day. In the aim component of your resume, you should mention the form of occupation you\'re seeking, and the variety of abilities combined with the qualifications you possess which are proper for that employment. You also may emphasize the substance of function in addition to your job duties, in short. Give yourself little rewards each day for the work well done. <h2>Tasks frequently change; make sure you include any upgrades or eliminate any tasks that are old.</h2></p><p>For composing the curriculum vitae of the cashier, you are able to seek the help of the specialist. Besides these essential responsibilities, a cashier can have some extra duties based on the sort of job as well as the employer. To put it differently, it\'s essential for you to mention work outline in the past employments, in a succinct manner. Your spelling, syntax and sentence structure must be great too, as the client will preferably not have to invest some time modifying work. All is depending on the character of function along with your own process of writing. You\'d think, now, the vocation is done. Target your resume to every job posting you\'re responding to. It is likely to pull numerous cvs. <h2>Delighted i possibly could help convey lighting that is fresh to reading poetry.</h2></p><p>Utilize that skill to acquire a internet - centered occupation in freelance writing. Worldwide authors may actually obtain an undesirable serving with regard to web independent composing. Creating a covering letter for post-doctoral place is very distinct, which center will supply you some essential thoughts to make a profitable coverletter. If you like composing and may generate apparent, intriguing, understandable material, it is possible to become a writer. Then you need to search for a great publishing home, with publishers which are thorough professionals. Writing anything of worth is a truly chaotic procedure which varies with every wonderful writer you see. I purchased my 1st challenging duplicate of the Author\'s Marketplace. So far As the educational skills are involved, there exists absolutely no special degree or course which makes someone a\' suggestion author\'. <h2>Do not bother about style! we will take care of it.</h2></p><p>So things that you would have to succeed within this market for a writer is just a background in Political Science, History, Journalism, British, Economics. Occasionally, you may possibly complete dozens of pages every day, some day, even writing an personal site may possibly appear a rough work. Post stories on the web and also see how folks respond to them. Nonetheless, conditioned up on the topic of the tale and just how much information he has seeing it, investigation is, in inclusion, a vital element of creating normally. You can find just two essential groups of writing jobs within the literary industry. Content is essential and message writing is most likely among the most responsible jobs in the whole globe. You wont visualize the combination of survey <a href=\"https://superior-papers.org/\">the most inspiring books</a> jobs which are available on the web. <h2>Sort the style of shorthand\'s title you\'d like to learn right into a searchengine.</h2></p><p>After you sift through and encounter the lists which appear legitimate, it really is a superb place to discover independent writing and editing jobs, jointly with blogging occupations. Professionals are expected to generate an excellent cv as a means to apply to get employment. If you discover a company that you appreciate working for, you may set a connection and carry on to obtain occupations from that organization. These on-line teaching jobs have gotten a substantial need within the recent period of history. \r\n</p>','Just how to Medium, Set Brief & Longterm Goals','','publish','closed','closed','','just-how-to-medium-set-brief-longterm-goals','','','2017-09-18 14:15:39','2017-09-18 14:15:39','',0,'http://cems-denimshow.com/?p=242',0,'post','',0),(243,1,'2017-09-18 14:15:39','2017-09-18 14:15:39','<p>Many people cannot make this as a freelance author. Most individuals get writers block in regards to bragging about themselves. On the opposite hand, you will find on-line marketers who nonetheless choose to get the solutions of content writers in place of obtaining an article marketing software to perform the job.<!--more--> There\'s also way more strain on imaginative writers. Their occupation is actually to compose for assorted customers each day. In the aim component of your resume, you should mention the form of occupation you\'re seeking, and the variety of abilities combined with the qualifications you possess which are proper for that employment. You also may emphasize the substance of function in addition to your job duties, in short. Give yourself little rewards each day for the work well done. <h2>Tasks frequently change; make sure you include any upgrades or eliminate any tasks that are old.</h2></p><p>For composing the curriculum vitae of the cashier, you are able to seek the help of the specialist. Besides these essential responsibilities, a cashier can have some extra duties based on the sort of job as well as the employer. To put it differently, it\'s essential for you to mention work outline in the past employments, in a succinct manner. Your spelling, syntax and sentence structure must be great too, as the client will preferably not have to invest some time modifying work. All is depending on the character of function along with your own process of writing. You\'d think, now, the vocation is done. Target your resume to every job posting you\'re responding to. It is likely to pull numerous cvs. <h2>Delighted i possibly could help convey lighting that is fresh to reading poetry.</h2></p><p>Utilize that skill to acquire a internet - centered occupation in freelance writing. Worldwide authors may actually obtain an undesirable serving with regard to web independent composing. Creating a covering letter for post-doctoral place is very distinct, which center will supply you some essential thoughts to make a profitable coverletter. If you like composing and may generate apparent, intriguing, understandable material, it is possible to become a writer. Then you need to search for a great publishing home, with publishers which are thorough professionals. Writing anything of worth is a truly chaotic procedure which varies with every wonderful writer you see. I purchased my 1st challenging duplicate of the Author\'s Marketplace. So far As the educational skills are involved, there exists absolutely no special degree or course which makes someone a\' suggestion author\'. <h2>Do not bother about style! we will take care of it.</h2></p><p>So things that you would have to succeed within this market for a writer is just a background in Political Science, History, Journalism, British, Economics. Occasionally, you may possibly complete dozens of pages every day, some day, even writing an personal site may possibly appear a rough work. Post stories on the web and also see how folks respond to them. Nonetheless, conditioned up on the topic of the tale and just how much information he has seeing it, investigation is, in inclusion, a vital element of creating normally. You can find just two essential groups of writing jobs within the literary industry. Content is essential and message writing is most likely among the most responsible jobs in the whole globe. You wont visualize the combination of survey <a href=\"https://superior-papers.org/\">the most inspiring books</a> jobs which are available on the web. <h2>Sort the style of shorthand\'s title you\'d like to learn right into a searchengine.</h2></p><p>After you sift through and encounter the lists which appear legitimate, it really is a superb place to discover independent writing and editing jobs, jointly with blogging occupations. Professionals are expected to generate an excellent cv as a means to apply to get employment. If you discover a company that you appreciate working for, you may set a connection and carry on to obtain occupations from that organization. These on-line teaching jobs have gotten a substantial need within the recent period of history. \r\n</p>','Just how to Medium, Set Brief & Longterm Goals','','inherit','closed','closed','','242-revision-v1','','','2017-09-18 14:15:39','2017-09-18 14:15:39','',242,'http://cems-denimshow.com/index.php/242-revision-v1/',0,'revision','',0),(244,1,'2017-09-04 09:50:51','2017-09-04 09:50:51','<p>The really first or preliminary two sentences are between the essential aspects of a fresh text. Now you\'ve got some ideas <a href=\"https://rush-essays.com/\">a website that writes essays for you</a> of what to really create for each one of the paragraphs within your record. You will find many techniques you may use to produce your narrative intriguing to your very own reader that will be covered in the next several paragraphs.<!--more--> Substantially more recommended to run the first instance phrase. Today find the abstract may be regarded as an unaffiliated document. Certainly, it really is occasionally accurate an outline will be read right together with the name and in basic it will probably be read without the balance of the file. To avoid that, make a plan for the post prior to your start. 1 error in a brief essay can cause one to appear poor, which can be not desirable in a nurse. It is additionally an excellent thought to have a rest for a number of hrs or maybe a evening before publishing the post. <h2>\"our liberation from academicism was via michelangelo\" composed rodin.</h2><p>In truth, the synopsis is composed following the probe and the entire article is finished. That is undoubtedly the most essential component writing a proposal. A great strategy about what your ultimate document or statement will appear like may provide you some notion about what to publish. Thus, you should check this forward of composing the report. In this composition, I wish to speak about the significant measure within the statement creating procedure of gathering the info. Now time to create your initial draft of your own final statement. In Professional Creating, you\'re the pro, you\'ve completed the study, made the analysis and you\'ll make the guidelines. <h2>Show them that integrity is the coverage that is best; and ensure it is difficult to cheat.</h2><p>Attention to depth is crucial within the last demonstration.\'\' Writing has its own guidelines. Under, you\'ll locate several thank you notice examples which one may use to display your admiration for a fantastic notice of reference. Steer clear of fancy words as it can be too tough to study. Always use easy and succinct vocabulary. There\'ll be refined distinctions in spelling together with terminology. Your materials review-should n\'t be an easy overview of a few posts and novels. I\'ve discovered that once I got a matter, I prefer to simply begin writing, and after that proceed with that stage. <h2>\" spamming \" could be disciplined having a low ranking by several searchengines..</h2><p>Whenever some one scans an article they must feel the content was exceptionally intriguing. That is a superb concept for publications additionally. The crucial fact to remember is the fact that to have the ability to manage to sell your writing services, you need to be capable enough to first follow particular primary principles of on-line writing. The decision is to re Fresh your article within the reader\'s mind. You\'re refreshing the information within the readers\'s mind. Just like something you expect creating, understanding your audience is significant. Request feedback from your buyers after you complete a package of work. If at all possible, get someone who\'s new to the info to read and comment in your projects. <h2>No union in islam can be valid with no agreement of either spouse.</h2><p>This really is particularly troublesome for dissertation and book writers where in fact the solution might not be evident until a big piece of the document was written. Developing a whitepaper should be performed with the purpose of educating the readers in your mind, not promoting them. You\'ll likely do work experience for a pupil. The writers must be impersonal and objective to be able to carry the thing effectively. It should supply an exceptional outlook on the existent literature, and ease additional argument. The following measure of your own successful writing abilities will be to review the complete project which you\'ve now written.','California 7069 has some positives; overall, not really a statement that is good','','publish','closed','closed','','california-7069-has-some-positives-overall-not','','','2017-09-19 14:43:06','2017-09-19 14:43:06','',0,'http://cems-denimshow.com/?p=244',0,'post','',0),(245,1,'2017-09-19 14:43:06','2017-09-19 14:43:06','<p>The really first or preliminary two sentences are between the essential aspects of a fresh text. Now you\'ve got some ideas <a href=\"https://rush-essays.com/\">a website that writes essays for you</a> of what to really create for each one of the paragraphs within your record. You will find many techniques you may use to produce your narrative intriguing to your very own reader that will be covered in the next several paragraphs.<!--more--> Substantially more recommended to run the first instance phrase. Today find the abstract may be regarded as an unaffiliated document. Certainly, it really is occasionally accurate an outline will be read right together with the name and in basic it will probably be read without the balance of the file. To avoid that, make a plan for the post prior to your start. 1 error in a brief essay can cause one to appear poor, which can be not desirable in a nurse. It is additionally an excellent thought to have a rest for a number of hrs or maybe a evening before publishing the post. <h2>\"our liberation from academicism was via michelangelo\" composed rodin.</h2><p>In truth, the synopsis is composed following the probe and the entire article is finished. That is undoubtedly the most essential component writing a proposal. A great strategy about what your ultimate document or statement will appear like may provide you some notion about what to publish. Thus, you should check this forward of composing the report. In this composition, I wish to speak about the significant measure within the statement creating procedure of gathering the info. Now time to create your initial draft of your own final statement. In Professional Creating, you\'re the pro, you\'ve completed the study, made the analysis and you\'ll make the guidelines. <h2>Show them that integrity is the coverage that is best; and ensure it is difficult to cheat.</h2><p>Attention to depth is crucial within the last demonstration.\'\' Writing has its own guidelines. Under, you\'ll locate several thank you notice examples which one may use to display your admiration for a fantastic notice of reference. Steer clear of fancy words as it can be too tough to study. Always use easy and succinct vocabulary. There\'ll be refined distinctions in spelling together with terminology. Your materials review-should n\'t be an easy overview of a few posts and novels. I\'ve discovered that once I got a matter, I prefer to simply begin writing, and after that proceed with that stage. <h2>\" spamming \" could be disciplined having a low ranking by several searchengines..</h2><p>Whenever some one scans an article they must feel the content was exceptionally intriguing. That is a superb concept for publications additionally. The crucial fact to remember is the fact that to have the ability to manage to sell your writing services, you need to be capable enough to first follow particular primary principles of on-line writing. The decision is to re Fresh your article within the reader\'s mind. You\'re refreshing the information within the readers\'s mind. Just like something you expect creating, understanding your audience is significant. Request feedback from your buyers after you complete a package of work. If at all possible, get someone who\'s new to the info to read and comment in your projects. <h2>No union in islam can be valid with no agreement of either spouse.</h2><p>This really is particularly troublesome for dissertation and book writers where in fact the solution might not be evident until a big piece of the document was written. Developing a whitepaper should be performed with the purpose of educating the readers in your mind, not promoting them. You\'ll likely do work experience for a pupil. The writers must be impersonal and objective to be able to carry the thing effectively. It should supply an exceptional outlook on the existent literature, and ease additional argument. The following measure of your own successful writing abilities will be to review the complete project which you\'ve now written.','California 7069 has some positives; overall, not really a statement that is good','','inherit','closed','closed','','244-revision-v1','','','2017-09-19 14:43:06','2017-09-19 14:43:06','',244,'http://cems-denimshow.com/index.php/244-revision-v1/',0,'revision','',0),(246,1,'2017-09-18 07:08:01','2017-09-18 07:08:01','<p>You may even get these online. Therefore that the reason behind buying shares on line and just how much you mean to invest in one obtain will establish which alternative is most suitable for you. For a considerably faster and simpler choice, you must consider shopping on the internet.<!--more--> It\'s so simple that you might now purchase it on line too. It really is that purchasing on the net is frequently super easy and fairly stress-free. Buying valuable blades on the internet can be quite a painstaking procedure but the discomfort needs to be tolerated if you would rather get the most effective potential gun for your own set. You can get origami papers online within an assortment of various colors and patterns to match your job. Every day, you have to speak with them all, and should you do that onpaper, envision the quantity of document you\'d need daily. If you\'re confused on how better to compose a research paper and so are uncertain about how you are going to be in a place to handle it, the smartest choice would be to get a study document. Before you can actually begin writing a research papers, you have to have a well considered strategy concerning how you\'ll proceed and what element of your topic you happen to be likely to be functioning on. <h2>You will find scams and scams in this organization.</h2><p>Paper is quite an essential substance employed in our day-to day living. Likewise, without the right ability being examined up to now as the phrase document is concerned, the phrase paper writing initiative might be an exercise in futility. Firstly the paper need to be shiny so it can easily slide from the device. The area labeled document has transferred on line, therefore it\'s very probable that you will locate a classifieds web site for the <a href=\"https://1ws.com/\">https://1ws.com/</a> regional location. Continue reading to understand why you should not pay money for an essay on line. Everyone likes to invest less, notably in the contemporary world. Just in case you\'re ready to understand you might get back and exchange your items trouble -free, you may not eliminate money and you will never have to tackle the stress of managing a hard supplier. As stated above, maybe not most folks have the money to get a phone outright and should you want a telephone at this time, the get now pay later program through quite a few these internet shopping catalogs are a superb alternative for you. You are able to frequently buy these in celebration shops or on the web, or you can make them yourself. <h2>Instance: i\'m absent on a business journey...</h2><p>The internet shop generally gives more selection of technologies gadgets compare to the locality store. Whatever you\'ve got to do is discover an excellent online store that shares a enormous variety of these paper goods so you could decide the particular items which meet your requirements. Some dependable on line retailers, for example Amazon, help it become simple to purchase henna kits on-line with their quick delivery choice to some places. In cases similar to this, it really is vital to locate an office stationery provider which will be able to give you advice on the best goods to purchase If you\'re looking for a trustworthy supplier for buying an advanced and amazing large quality machine, then PaperFolder Co among the greatest areas to observe.','Discover ways to rely on yourself and obtain fantastic at knowing what\'s good publishing and what\'s not.','','publish','closed','closed','','discover-ways-to-rely-on-yourself-and-obtain','','','2017-09-19 17:02:14','2017-09-19 17:02:14','',0,'http://cems-denimshow.com/?p=246',0,'post','',0),(247,1,'2017-09-19 17:02:14','2017-09-19 17:02:14','<p>You may even get these online. Therefore that the reason behind buying shares on line and just how much you mean to invest in one obtain will establish which alternative is most suitable for you. For a considerably faster and simpler choice, you must consider shopping on the internet.<!--more--> It\'s so simple that you might now purchase it on line too. It really is that purchasing on the net is frequently super easy and fairly stress-free. Buying valuable blades on the internet can be quite a painstaking procedure but the discomfort needs to be tolerated if you would rather get the most effective potential gun for your own set. You can get origami papers online within an assortment of various colors and patterns to match your job. Every day, you have to speak with them all, and should you do that onpaper, envision the quantity of document you\'d need daily. If you\'re confused on how better to compose a research paper and so are uncertain about how you are going to be in a place to handle it, the smartest choice would be to get a study document. Before you can actually begin writing a research papers, you have to have a well considered strategy concerning how you\'ll proceed and what element of your topic you happen to be likely to be functioning on. <h2>You will find scams and scams in this organization.</h2><p>Paper is quite an essential substance employed in our day-to day living. Likewise, without the right ability being examined up to now as the phrase document is concerned, the phrase paper writing initiative might be an exercise in futility. Firstly the paper need to be shiny so it can easily slide from the device. The area labeled document has transferred on line, therefore it\'s very probable that you will locate a classifieds web site for the <a href=\"https://1ws.com/\">https://1ws.com/</a> regional location. Continue reading to understand why you should not pay money for an essay on line. Everyone likes to invest less, notably in the contemporary world. Just in case you\'re ready to understand you might get back and exchange your items trouble -free, you may not eliminate money and you will never have to tackle the stress of managing a hard supplier. As stated above, maybe not most folks have the money to get a phone outright and should you want a telephone at this time, the get now pay later program through quite a few these internet shopping catalogs are a superb alternative for you. You are able to frequently buy these in celebration shops or on the web, or you can make them yourself. <h2>Instance: i\'m absent on a business journey...</h2><p>The internet shop generally gives more selection of technologies gadgets compare to the locality store. Whatever you\'ve got to do is discover an excellent online store that shares a enormous variety of these paper goods so you could decide the particular items which meet your requirements. Some dependable on line retailers, for example Amazon, help it become simple to purchase henna kits on-line with their quick delivery choice to some places. In cases similar to this, it really is vital to locate an office stationery provider which will be able to give you advice on the best goods to purchase If you\'re looking for a trustworthy supplier for buying an advanced and amazing large quality machine, then PaperFolder Co among the greatest areas to observe.','Discover ways to rely on yourself and obtain fantastic at knowing what\'s good publishing and what\'s not.','','inherit','closed','closed','','246-revision-v1','','','2017-09-19 17:02:14','2017-09-19 17:02:14','',246,'http://cems-denimshow.com/index.php/246-revision-v1/',0,'revision','',0),(248,1,'2017-08-31 09:51:17','2017-08-31 09:51:17','<p>Creating essays on the net is an effective way to create revenue. However a significant percentage of the girls it are not seeking for relationships, both. Therefore, it truly is suggested to submit it on line as it shows that you\'re theoretically savvy and comfortable operating in a web surroundings.<!--more--> Creating your internet dating profile stick out over the remainder is 1 tactic to become noticed. Of all Of the web jobs at this time, people appear to move toward article composing since it truly is function which provides the most credit for the hard work. Article writing is here now so that you can stay because it gives the opportunity for those folks who couldn\'t leave from the house as a result of medi cal rationale or an person who\'d only like to make much more at home. Finally, it truly is one net job that\'sn\'t an net occupation. You desire to be accomplished with the many significant writing of the essay weeks before it is thanks, therefore you\'ve tons of time to sort this up. <h2>Ann arbor, faria glaser with william paulson, college of michigan media, pp 3-13.</h2></p><p>Web relationship has taken over as the primary way of satisfy prospective companions, and building a brilliant on line account is crucial to creating a superb first impact. Web dating may destroy your life so the optimum / optimally advice will be to keep far from them. It really is also possible to locate some <a href=\"https://superior-papers.org/\">write papers online</a> hints on line which will help you to find the appropriate text on your article. There are several ways where in it is possible to acquire suitable college composition help. On occasion, he or she is available within the college it self. Simply as you\'re choosing assignments help which can be found on the world wide web, in the like fashion many such folks globally are also choosing the precise same. Essay is numerous notions and notions. Entry essays provide pupils an genuine opportunity to stick out from the entire remainder of the candidates and secure an area in the College you might have dreamed of. <h2>That is evidence that is rather convincing.</h2></p><p>For the, you may utilize fully free college admission essays to offer you some great suggestions on the best way to deal with bad mark. Don\'t forget to recommend to this while you compose the composition, and offering your perspective. There are numerous different kinds of article and the names might vary according to where you reside. Composing an excellent essay is a dull work for students from really a while, but using a suitable guidance one can enrich his write up really readily. Internet is of excellent help to pupils or Graduates wishing to compose an ideal composition and build their criteria. Your composition is not going to overcome an insufficient grade average at several aggressive institutions. Likewise an article might provide you with a statement, and request that you discuss it. Obtaining to compose an analytical essay will initially want you to really organize your thoughts together. Authorship is fun, particularly when you should write documents about something you know of. <h2>All these prices need a new 2- verizon commitment for every unit.</h2></p><p>Composing an essay is not a suggest endeavor. The blank screen or document before you while creating essay is easily the most difficult location of the approach. Most SAT documents include a passageway from a special writer associated to a special issue. \r\n</p>','Howto Write a Finish to get a Fictional Analysis Article','','publish','closed','closed','','howto-write-a-finish-to-get-a-fictional-analysis','','','2017-09-20 10:54:44','2017-09-20 10:54:44','',0,'http://cems-denimshow.com/?p=248',0,'post','',0),(249,1,'2017-09-20 10:54:44','2017-09-20 10:54:44','<p>Creating essays on the net is an effective way to create revenue. However a significant percentage of the girls it are not seeking for relationships, both. Therefore, it truly is suggested to submit it on line as it shows that you\'re theoretically savvy and comfortable operating in a web surroundings.<!--more--> Creating your internet dating profile stick out over the remainder is 1 tactic to become noticed. Of all Of the web jobs at this time, people appear to move toward article composing since it truly is function which provides the most credit for the hard work. Article writing is here now so that you can stay because it gives the opportunity for those folks who couldn\'t leave from the house as a result of medi cal rationale or an person who\'d only like to make much more at home. Finally, it truly is one net job that\'sn\'t an net occupation. You desire to be accomplished with the many significant writing of the essay weeks before it is thanks, therefore you\'ve tons of time to sort this up. <h2>Ann arbor, faria glaser with william paulson, college of michigan media, pp 3-13.</h2></p><p>Web relationship has taken over as the primary way of satisfy prospective companions, and building a brilliant on line account is crucial to creating a superb first impact. Web dating may destroy your life so the optimum / optimally advice will be to keep far from them. It really is also possible to locate some <a href=\"https://superior-papers.org/\">write papers online</a> hints on line which will help you to find the appropriate text on your article. There are several ways where in it is possible to acquire suitable college composition help. On occasion, he or she is available within the college it self. Simply as you\'re choosing assignments help which can be found on the world wide web, in the like fashion many such folks globally are also choosing the precise same. Essay is numerous notions and notions. Entry essays provide pupils an genuine opportunity to stick out from the entire remainder of the candidates and secure an area in the College you might have dreamed of. <h2>That is evidence that is rather convincing.</h2></p><p>For the, you may utilize fully free college admission essays to offer you some great suggestions on the best way to deal with bad mark. Don\'t forget to recommend to this while you compose the composition, and offering your perspective. There are numerous different kinds of article and the names might vary according to where you reside. Composing an excellent essay is a dull work for students from really a while, but using a suitable guidance one can enrich his write up really readily. Internet is of excellent help to pupils or Graduates wishing to compose an ideal composition and build their criteria. Your composition is not going to overcome an insufficient grade average at several aggressive institutions. Likewise an article might provide you with a statement, and request that you discuss it. Obtaining to compose an analytical essay will initially want you to really organize your thoughts together. Authorship is fun, particularly when you should write documents about something you know of. <h2>All these prices need a new 2- verizon commitment for every unit.</h2></p><p>Composing an essay is not a suggest endeavor. The blank screen or document before you while creating essay is easily the most difficult location of the approach. Most SAT documents include a passageway from a special writer associated to a special issue. \r\n</p>','Howto Write a Finish to get a Fictional Analysis Article','','inherit','closed','closed','','248-revision-v1','','','2017-09-20 10:54:44','2017-09-20 10:54:44','',248,'http://cems-denimshow.com/index.php/248-revision-v1/',0,'revision','',0),(251,1,'2017-09-21 12:35:09','2017-09-21 12:35:09','Essay Papers For Free <p>Probably did you understand you can B fork out to jot lower essay? Confident, our authors will turn out an essay within the casing while in the shortest the right time to meet your deadlines. Commonly, you can find an amazing amount of kinds of newspapers our authors can submit. These would be essays, look into paperwork, dissertations, length of time papers and more. As soon as you devote to place in composing essay you expect the perfect high-quality. All records our help and support provides for are in your right suitable in the marketplace! Thousands of of scholars use our help and they\'re 100 Percent satisfied</p> <h2>Best Thesis Writing</h2> <p>If this will involve training reports, usually it really is inconceivable to fulfill all deadlines and keep with major training requirements. A a single hr essay due date typically is known as the amazing priority, as soon as you usually typically are not solid sufficient at composing and revealing your hints within a case you are unlikely thinking about. Also, you will see in most cases also various other tasks to do.</p> <p>Our reduced essay generating help professional people are made to help you to university students with the higher education and higher education documents as well as show their knowing and experience along with them 24/7.<a href=\"https://grademiners.com/assignment\">https://grademiners.com/assignment</a> It doesn\'t undertaking how sturdier your output deadlines are, we\'re travelling to permit you to. By trying function in diverse more suitable spheres, our specialists are utterly ready to undertake documents of premium inside of a lot of several hours, or maybe one single hour or so, if expected. It\'s certainly not a challenge for the kids to contemplate a highly effective thesis assertion, to conclude your old fashioned paper accompanied by a decided-provoking awareness, as well as to plan your essay within the most reliable and hottest expectations. </p> <h2>Apa Format Research Papers</h2> <p>We supplied a score magic formula for all our writers to build the putting in a bid strategy less complicated for your paying customers and opposition significantly more reasonable for our authors. Anytime you most definitely really are a novice for our options, you can easlily know the possibility to examine writers\' positioning, to talk to for images of her or his do the job, or desire a no price . preview inside the papers to discover the fashion of composing your old fashioned paper will undoubtedly be concluded in. /p> <p>If you might need a unique geared up essay, phrase old fashioned paper, homework document relating to the normal subject matter, or perhaps typical highschool, college or university college degree assignment, you are able to city an buy accurate absent without any before inquiry.</p> <h3>Original Custom Essays</h3> <p>You can possibly bring your other information, or before you start drafted papers subjects, for this reason the writers can make use of them within their attribute. All for most, you shouldn\'t stress and fatigue about anything whatsoever - our sector qualified personnel will supply you with individualized authored tutorial paperwork associated with a matter point and personal-self-control. We shall help you with your professional projects also, and that means you can verify articles you might be definitely related to and like for your specific individual foreseeable future place of employment. </p>','Essay Papers For Free','','publish','closed','closed','','essay-papers-for-free-4','','','2017-09-21 13:33:28','2017-09-21 13:33:28','',0,'http://cems-denimshow.com/?p=251',0,'post','',0),(252,1,'2017-09-21 13:33:28','2017-09-21 13:33:28','Essay Papers For Free <p>Probably did you understand you can B fork out to jot lower essay? Confident, our authors will turn out an essay within the casing while in the shortest the right time to meet your deadlines. Commonly, you can find an amazing amount of kinds of newspapers our authors can submit. These would be essays, look into paperwork, dissertations, length of time papers and more. As soon as you devote to place in composing essay you expect the perfect high-quality. All records our help and support provides for are in your right suitable in the marketplace! Thousands of of scholars use our help and they\'re 100 Percent satisfied</p> <h2>Best Thesis Writing</h2> <p>If this will involve training reports, usually it really is inconceivable to fulfill all deadlines and keep with major training requirements. A a single hr essay due date typically is known as the amazing priority, as soon as you usually typically are not solid sufficient at composing and revealing your hints within a case you are unlikely thinking about. Also, you will see in most cases also various other tasks to do.</p> <p>Our reduced essay generating help professional people are made to help you to university students with the higher education and higher education documents as well as show their knowing and experience along with them 24/7.<a href=\"https://grademiners.com/assignment\">https://grademiners.com/assignment</a> It doesn\'t undertaking how sturdier your output deadlines are, we\'re travelling to permit you to. By trying function in diverse more suitable spheres, our specialists are utterly ready to undertake documents of premium inside of a lot of several hours, or maybe one single hour or so, if expected. It\'s certainly not a challenge for the kids to contemplate a highly effective thesis assertion, to conclude your old fashioned paper accompanied by a decided-provoking awareness, as well as to plan your essay within the most reliable and hottest expectations. </p> <h2>Apa Format Research Papers</h2> <p>We supplied a score magic formula for all our writers to build the putting in a bid strategy less complicated for your paying customers and opposition significantly more reasonable for our authors. Anytime you most definitely really are a novice for our options, you can easlily know the possibility to examine writers\' positioning, to talk to for images of her or his do the job, or desire a no price . preview inside the papers to discover the fashion of composing your old fashioned paper will undoubtedly be concluded in. /p> <p>If you might need a unique geared up essay, phrase old fashioned paper, homework document relating to the normal subject matter, or perhaps typical highschool, college or university college degree assignment, you are able to city an buy accurate absent without any before inquiry.</p> <h3>Original Custom Essays</h3> <p>You can possibly bring your other information, or before you start drafted papers subjects, for this reason the writers can make use of them within their attribute. All for most, you shouldn\'t stress and fatigue about anything whatsoever - our sector qualified personnel will supply you with individualized authored tutorial paperwork associated with a matter point and personal-self-control. We shall help you with your professional projects also, and that means you can verify articles you might be definitely related to and like for your specific individual foreseeable future place of employment. </p>','Essay Papers For Free','','inherit','closed','closed','','251-revision-v1','','','2017-09-21 13:33:28','2017-09-21 13:33:28','',251,'http://cems-denimshow.com/index.php/251-revision-v1/',0,'revision','',0),(253,1,'2017-08-01 13:26:25','2017-08-01 13:26:25','<p>Nobody may read an essay- measured evaluation. A typical review ought to be informative, but tend not to feel like you must make a deep point about the movie.<!--more--> Starting a critique with a description of an unique setting, for instance is 1 method to acquire a significant part the boilerplate from the strategy and to pique the audience\'s curiosity. Essays ought to be a great slice of info without the lexical glitches regarding punctuations, fix use utilizing extended, nouns, adjectives while the others. <a href=\"http://academic-writing.org/\">academic writing services</a> It\'s the most essential component of the essay to lots of individuals Article writing providers may be a useful support to varied educational pupils. There are numerous essay writing solutions available on the web that\'s different topics to pick from and analyze and sometimes even employ the aid. The writers cannot compose tailor made papers applying distinct writing designs. Also, they can comprise all the mandatory sections so as to help you to write my custom paper. They truly are unable to publish reviews appropriately. <h2>Job Of Writing Dissertation N Jobs That Are Educational</h2><p>Also, they must have the appropriate experience to write my custom document. They also don\'t have the correct creating abilities to write my custom documents. Moreover, they will be able to provide quality papers. They need to be good in doing research in certain issues as every one may not be familiar with all the subjects. The writers ought in order to guarantee outstanding marks so as to compose my tailor made papers. For instance, they should be able to write my custom document using MLA and Chicago. They can compose my custom paper without plagiarizing the content. <h2>This Writer Is A Genuine Expert In His/Her Subject-Area, You May Rely Upon It.</h2><p>They are going to be able to compose my custom document if they compose papers that don\'t have any grammatical blunders. They should have the ability to write my custom paper using various writing types. Additionally, they should manage to compose my custom paper punctually. Our essay writers are trained on how best to offer pupils with initial essays which accommodate and offer complete satisfaction. Should you be interested in content remedies, there are lots out there. Such services don\'t need to be expensive. Outside of this service, additionally it is feasible to employ solutions regarding the caliber of the information and selection of the matter. When applying an essay composing support, supply every detail of exactly what the article is all about, and what is desired within the article. Firstly, do not forget that college essays ought to be properly researched and feature loads of supporting evidence with respect to various individuals\'s preceding conclusions. <p style=\"text-align:center;\"><img src=\"http://www.swenssonb.com/media/no-child-left-behind-essay/thumb-essay-no-child-left-behind-of-good-reflective.jpg\" style=\"max-width: 500px; border: none;\"></p> <h2>Steps To Start Surviving In A Little Home</h2><p>So to order unique essay for highschool, real composition for college and unique article for university get connected with our customer service group. All last essays must incorporate all prewriting workouts, breezes and peer assessments so as to get entire credit. Overall the complete composition must appear unique without having any fake data. As stated before, a appropriate school admission essay may place the election in your favour.','Writing - Common Mistakes','','publish','closed','closed','','writing-common-mistakes','','','2017-09-22 08:46:21','2017-09-22 08:46:21','',0,'http://cems-denimshow.com/?p=253',0,'post','',0),(254,1,'2017-09-22 08:46:21','2017-09-22 08:46:21','<p>Nobody may read an essay- measured evaluation. A typical review ought to be informative, but tend not to feel like you must make a deep point about the movie.<!--more--> Starting a critique with a description of an unique setting, for instance is 1 method to acquire a significant part the boilerplate from the strategy and to pique the audience\'s curiosity. Essays ought to be a great slice of info without the lexical glitches regarding punctuations, fix use utilizing extended, nouns, adjectives while the others. <a href=\"http://academic-writing.org/\">academic writing services</a> It\'s the most essential component of the essay to lots of individuals Article writing providers may be a useful support to varied educational pupils. There are numerous essay writing solutions available on the web that\'s different topics to pick from and analyze and sometimes even employ the aid. The writers cannot compose tailor made papers applying distinct writing designs. Also, they can comprise all the mandatory sections so as to help you to write my custom paper. They truly are unable to publish reviews appropriately. <h2>Job Of Writing Dissertation N Jobs That Are Educational</h2><p>Also, they must have the appropriate experience to write my custom document. They also don\'t have the correct creating abilities to write my custom documents. Moreover, they will be able to provide quality papers. They need to be good in doing research in certain issues as every one may not be familiar with all the subjects. The writers ought in order to guarantee outstanding marks so as to compose my tailor made papers. For instance, they should be able to write my custom document using MLA and Chicago. They can compose my custom paper without plagiarizing the content. <h2>This Writer Is A Genuine Expert In His/Her Subject-Area, You May Rely Upon It.</h2><p>They are going to be able to compose my custom document if they compose papers that don\'t have any grammatical blunders. They should have the ability to write my custom paper using various writing types. Additionally, they should manage to compose my custom paper punctually. Our essay writers are trained on how best to offer pupils with initial essays which accommodate and offer complete satisfaction. Should you be interested in content remedies, there are lots out there. Such services don\'t need to be expensive. Outside of this service, additionally it is feasible to employ solutions regarding the caliber of the information and selection of the matter. When applying an essay composing support, supply every detail of exactly what the article is all about, and what is desired within the article. Firstly, do not forget that college essays ought to be properly researched and feature loads of supporting evidence with respect to various individuals\'s preceding conclusions. <p style=\"text-align:center;\"><img src=\"http://www.swenssonb.com/media/no-child-left-behind-essay/thumb-essay-no-child-left-behind-of-good-reflective.jpg\" style=\"max-width: 500px; border: none;\"></p> <h2>Steps To Start Surviving In A Little Home</h2><p>So to order unique essay for highschool, real composition for college and unique article for university get connected with our customer service group. All last essays must incorporate all prewriting workouts, breezes and peer assessments so as to get entire credit. Overall the complete composition must appear unique without having any fake data. As stated before, a appropriate school admission essay may place the election in your favour.','Writing - Common Mistakes','','inherit','closed','closed','','253-revision-v1','','','2017-09-22 08:46:21','2017-09-22 08:46:21','',253,'http://cems-denimshow.com/index.php/253-revision-v1/',0,'revision','',0),(255,1,'2017-08-30 12:55:32','2017-08-30 12:55:32','<p>Typically, there\'ll be several mo Re linens whether or not it really is one- stuff and fewer if it really is two-ply.<!--more--> Toilet paper is used daily by <a href=\"http://best-essay.online/\">best online essay writing service</a> nearly all people in the united states. Even when you create a document and receive an F about it you are going to nonetheless be more fortunate than should you find caught plagiarizing. A whole philosophy paper comprises four components. Generally also college documents ought to be directed at a specific market apart from your own instructor. The 1st portion is the thesis, that is the selection of the discussion you might be going to be producing. Actually, personal scholarships are comparatively uncommon and hard to acquire. The most regular point to worry about when eating is overdosing. <h2>Its Somewhat , Right That Is Large? And What-If You Will Need Reports That Are Many</h2><p>Organic beef is created by creatures which can be fed 100% organic or organic food. Don\'t look to get any creature that is extremely inexpensive. Today get back to your initial writing, and notice whether there\'s anything you forgot. You may have pretty much text according to where you\'re sitting and how much there\'s to describe. Whenever you\'re utilizing the particular words of a thinker you must place the passage in quotes. You might begin thinking about your prom with respect to periods. Every exceptional celebration desires meals. <h2>Writing Your Termpaper -- Consider Editing Too!</h2><p>The facts are that it can be quite chilly during the nights so you might need a sweater here if you\'d like to relish the night life. Pursuing are some advantages that you can gain from all-natural meals. Below are just 2 or three of the other websites it\'s potential to go right through to receive your projects away to the masses, and I advise setting up accounts with them all. The site additionally records numerous different opportunities just for people. After making a number of phonecalls you have in order to get the advice that you simply desire. Moreover, there are other sources, like books and documents, which could help explain the fundamental theories and dialects a lot of the most renowned philosophers use. A great instance is 1 I know of first hand. The truth is that the quantity of sheets on a move changes based on producer and the sort of paper utilized. <h2>We Are Identified That Will Help You Which Is What We Are Currently Going To Do</h2><p>There are a lot of places to look when buying a snake. Go at your own pace doing this. You\'ll frequently wind up investing much additional time in the shape of your family members. It\'s depending on how much you are prepared to spend and how long you give the author. It is also reliant on on if it really is one- ply or two-ply. Whatever becomes challenging to read out ought to be shifted. Lots of them are consuming the same form of animals he slaughters. The remainder is, hence, simple. To tell the truth, the choice for many people is likely to be inkjet. <p style=\"text-align:center;\"><img src=\"http://images.slideplayer.com/23/6581023/slides/slide_34.jpg\" style=\"max-width: 500px; border: none;\"></p> <h2>Writing - Stop Procrastinating And Write More</h2><p>Investigation for the women and men which can be less prepared to offer you a lots, these are frequently the people that are confident in their animals, and assured that another buyer will come along should you not purchase. You\'re on an extremely limited budget and that you do not know the best places to start. First the Government ought to consider curiosity.','Make Your Own Tattoo Online','','publish','closed','closed','','make-your-own-tattoo-online','','','2017-09-22 08:46:24','2017-09-22 08:46:24','',0,'http://cems-denimshow.com/?p=255',0,'post','',0),(256,1,'2017-09-22 08:46:24','2017-09-22 08:46:24','<p>Typically, there\'ll be several mo Re linens whether or not it really is one- stuff and fewer if it really is two-ply.<!--more--> Toilet paper is used daily by <a href=\"http://best-essay.online/\">best online essay writing service</a> nearly all people in the united states. Even when you create a document and receive an F about it you are going to nonetheless be more fortunate than should you find caught plagiarizing. A whole philosophy paper comprises four components. Generally also college documents ought to be directed at a specific market apart from your own instructor. The 1st portion is the thesis, that is the selection of the discussion you might be going to be producing. Actually, personal scholarships are comparatively uncommon and hard to acquire. The most regular point to worry about when eating is overdosing. <h2>Its Somewhat , Right That Is Large? And What-If You Will Need Reports That Are Many</h2><p>Organic beef is created by creatures which can be fed 100% organic or organic food. Don\'t look to get any creature that is extremely inexpensive. Today get back to your initial writing, and notice whether there\'s anything you forgot. You may have pretty much text according to where you\'re sitting and how much there\'s to describe. Whenever you\'re utilizing the particular words of a thinker you must place the passage in quotes. You might begin thinking about your prom with respect to periods. Every exceptional celebration desires meals. <h2>Writing Your Termpaper -- Consider Editing Too!</h2><p>The facts are that it can be quite chilly during the nights so you might need a sweater here if you\'d like to relish the night life. Pursuing are some advantages that you can gain from all-natural meals. Below are just 2 or three of the other websites it\'s potential to go right through to receive your projects away to the masses, and I advise setting up accounts with them all. The site additionally records numerous different opportunities just for people. After making a number of phonecalls you have in order to get the advice that you simply desire. Moreover, there are other sources, like books and documents, which could help explain the fundamental theories and dialects a lot of the most renowned philosophers use. A great instance is 1 I know of first hand. The truth is that the quantity of sheets on a move changes based on producer and the sort of paper utilized. <h2>We Are Identified That Will Help You Which Is What We Are Currently Going To Do</h2><p>There are a lot of places to look when buying a snake. Go at your own pace doing this. You\'ll frequently wind up investing much additional time in the shape of your family members. It\'s depending on how much you are prepared to spend and how long you give the author. It is also reliant on on if it really is one- ply or two-ply. Whatever becomes challenging to read out ought to be shifted. Lots of them are consuming the same form of animals he slaughters. The remainder is, hence, simple. To tell the truth, the choice for many people is likely to be inkjet. <p style=\"text-align:center;\"><img src=\"http://images.slideplayer.com/23/6581023/slides/slide_34.jpg\" style=\"max-width: 500px; border: none;\"></p> <h2>Writing - Stop Procrastinating And Write More</h2><p>Investigation for the women and men which can be less prepared to offer you a lots, these are frequently the people that are confident in their animals, and assured that another buyer will come along should you not purchase. You\'re on an extremely limited budget and that you do not know the best places to start. First the Government ought to consider curiosity.','Make Your Own Tattoo Online','','inherit','closed','closed','','255-revision-v1','','','2017-09-22 08:46:24','2017-09-22 08:46:24','',255,'http://cems-denimshow.com/index.php/255-revision-v1/',0,'revision','',0),(257,1,'2017-08-02 09:55:53','2017-08-02 09:55:53','<p>In here you\'ll find loads of helpful hints about composition writing procedure. In the big event which you cannot pay attention to your project and certainly necessitate help composing an essay, simply con Tact us.<!--more--> You\'ll never need to show to an alternative article writing service. Hence, utilize our article writing services to get superior quality, initial, and identifying custom documents. So as to come across samples of every article kind, view our Examples section. Questions to inquire of your own essay articles could be useful. Write the record of questions you plan to inquire. We\'re maybe not confined to the advice regarding the principles of educational writing. <p style=\"text-align:center;\"><img src=\"http://www.stepbystep.com/wp-content/uploads/2013/02/letter2-300x225.jpg\" style=\"max-width: 500px; border: none;\"></p> <h2>Ufos Over Norway Cia Admits \'Which Was Us\'</h2><p>We shall supply top-quality article writing service at an acceptable cost. Such services may <a href=\"https://paperswrite.org/blog/\"rel=\"nofollow\">paperswrite blog</a> be readily distinguished because they provide affordable article writing. The exploratory documents may be written in many various subjects. Expository essays are merely documents that clarify something with facts, rather than using opinion to notify the readers. <a href=\"http://cnbc.com/2015/03/25/jet-company-offers-college-tour-deal-for-43k.html\">jet company offers college tour deal</a> In here you often notice illustrations on different matters in some particular formatting styles and of different types of documents. You won\'t control to contend with sophisticated duties. The initial two of these maps are produced especially for convincing documents. This might become feasible just once you discover the style and arrangement of distinct varieties of essays. You might believe that, to your unique composition, structures such as these feel too inflexible.','A Day Stay Fit With Pranayama Twenty Minutes','','publish','closed','closed','','a-day-stay-fit-with-pranayama-twenty-minutes','','','2017-09-22 08:46:27','2017-09-22 08:46:27','',0,'http://cems-denimshow.com/?p=257',0,'post','',0),(258,1,'2017-09-22 08:46:27','2017-09-22 08:46:27','<p>In here you\'ll find loads of helpful hints about composition writing procedure. In the big event which you cannot pay attention to your project and certainly necessitate help composing an essay, simply con Tact us.<!--more--> You\'ll never need to show to an alternative article writing service. Hence, utilize our article writing services to get superior quality, initial, and identifying custom documents. So as to come across samples of every article kind, view our Examples section. Questions to inquire of your own essay articles could be useful. Write the record of questions you plan to inquire. We\'re maybe not confined to the advice regarding the principles of educational writing. <p style=\"text-align:center;\"><img src=\"http://www.stepbystep.com/wp-content/uploads/2013/02/letter2-300x225.jpg\" style=\"max-width: 500px; border: none;\"></p> <h2>Ufos Over Norway Cia Admits \'Which Was Us\'</h2><p>We shall supply top-quality article writing service at an acceptable cost. Such services may <a href=\"https://paperswrite.org/blog/\"rel=\"nofollow\">paperswrite blog</a> be readily distinguished because they provide affordable article writing. The exploratory documents may be written in many various subjects. Expository essays are merely documents that clarify something with facts, rather than using opinion to notify the readers. <a href=\"http://cnbc.com/2015/03/25/jet-company-offers-college-tour-deal-for-43k.html\">jet company offers college tour deal</a> In here you often notice illustrations on different matters in some particular formatting styles and of different types of documents. You won\'t control to contend with sophisticated duties. The initial two of these maps are produced especially for convincing documents. This might become feasible just once you discover the style and arrangement of distinct varieties of essays. You might believe that, to your unique composition, structures such as these feel too inflexible.','A Day Stay Fit With Pranayama Twenty Minutes','','inherit','closed','closed','','257-revision-v1','','','2017-09-22 08:46:27','2017-09-22 08:46:27','',257,'http://cems-denimshow.com/index.php/257-revision-v1/',0,'revision','',0),(259,1,'2016-03-21 13:07:37','2016-03-21 13:07:37','Assessment OF Near future Difficulties OF Health-related Treatment <p>For sale literature to the Medical care segment reveals the fact that the marketplace includes just about 8% to 15Percent of your economic system in developed states. This make is considered among the greatest market sectors in virtually any place and also a essential part of large global financial functioning.<!--more--> Then again, also, it is documented that medical businesses blossom in an unpredictable political and communal climate: there business and aspects are exceptionally viewed and much criticized . Consequently, relief comes about in such a “goldfish bowl”, wherein the performance and practice could be as fundamental given that the assumed results. Moreover, in nearly every constructed nation, the health-related technique depends on some inescapable and disagreeing public designs, such as: ?Population transform </p> <p>?The quantity of manufacturing enhancement </p> <p> ?Altering purchaser requires</p> <p> ?Improving prices within a standard context of economic recession </p><a href=\"https://get-essay.com/\">get-essay com</a> <p> This report analyses the long term concerns of healthcare relief with respect to the inexorable and very hard social networking tendencies. It really is pretty much confident that if perhaps its difficult to consider the medical supervision these days, the stresses imply that it should ever be more troublesome to do so in the future. Primary, people issue means if humans have a longer life expectancy, the sheer numbers of seniors folks is maximizing rapidly, and the like many people rely very much on the expertise of the healthcare technique . Most people may are living for a longer period, but cost you a area quite a lot to preserve their own health. Seniors will probably establish challenging, long-term health issues, and also their carry on couple of days of living become a little more expensive to any nation. Moreover, there does exist information from your medical care agency that situations of prolonged disorders are increasing, specifically in formulated areas. The Modern World Health Institution suggests the fact that this could possibly emanate from risk factors like utilization of cigarette, body inactivity and weak eating routine. </p> <p> Another medical care treatment issue is complete regarding the situation of demographic switch. It implies a growing skill to take care of prolonged ailments and thus lengthen existence: the quantity of manufacturing originality. Evidently, in pharmaceuticals, surgical treatment, diagnostics, telehealth besides other market sectors, there are a variety innovations to deal with or influence sickness. This will imply new treatment plans that happens to be more streamlined - generally really expensive - versus the present designs. But it additionally indicates new remedies for ailments or problems that could not merely be handled well before. First lethal health conditions get controllable, and involvements to watch and minimize the creation of medical conditions or deal with their problems develop into readily available . </p> <p> It will be a challenge to manage the healthcare strategy in the future as there is a transforming end user and client demands. Men and women will count on alot more via the health related technique than their fathers and mothers essential. This is also true regarded as that individuals are disappointed if they are passive individuals of healthcare assistance, strongly suggested and assigned out by providers at their removal. McNulty and Ferlie (2004) pointed out that as consumers are aware of the ever in your life-enhancing idea and autonomy on the subject of producing decisions in our lives, they may count on that later on the medical model consults, notifies and consists of them through medical solutions in almost any options which affects their own health. The reason being that men and women are more desirable well informed, articulate and quite likely to appreciate and request for new and dear methods for procedure.</p> <p> A close research into the first of all three or more issues outlined uncovers they are generally a determine responsible for a final one particular - soaring bills. Each one of the about three difficulties increase the endless demand for considerably better financing, a problem which for almost all locations will be more extreme as a result of general financial economic breakdown. Besides the fact that most government authorities right away grow costs on medical, this do not ever definitely seems to be adequate. In every part of economic climate, efficiency will grow. In case there is economic recession, the difficulty could be more intense by true-term reductions with the methods available for the treatments for medical programs. Finally, governmental and economic framework wherein medical care devices have existed is mainly inhospitable, changing and compelled. Treatments for the medical care product will target managing competitive, switching and contradicting needs from distinctive stakeholders. Managing during the health-related agency will demonstrate difficult in the future.</p>','Assessment OF Near future Difficulties OF Health-related Treatment','','publish','closed','closed','','assessment-of-near-future-difficulties-of-health','','','2017-09-22 09:19:43','2017-09-22 09:19:43','',0,'http://cems-denimshow.com/?p=259',0,'post','',0),(260,1,'2017-09-22 09:19:43','2017-09-22 09:19:43','Assessment OF Near future Difficulties OF Health-related Treatment <p>For sale literature to the Medical care segment reveals the fact that the marketplace includes just about 8% to 15Percent of your economic system in developed states. This make is considered among the greatest market sectors in virtually any place and also a essential part of large global financial functioning.<!--more--> Then again, also, it is documented that medical businesses blossom in an unpredictable political and communal climate: there business and aspects are exceptionally viewed and much criticized . Consequently, relief comes about in such a “goldfish bowl”, wherein the performance and practice could be as fundamental given that the assumed results. Moreover, in nearly every constructed nation, the health-related technique depends on some inescapable and disagreeing public designs, such as: ?Population transform </p> <p>?The quantity of manufacturing enhancement </p> <p> ?Altering purchaser requires</p> <p> ?Improving prices within a standard context of economic recession </p><a href=\"https://get-essay.com/\">get-essay com</a> <p> This report analyses the long term concerns of healthcare relief with respect to the inexorable and very hard social networking tendencies. It really is pretty much confident that if perhaps its difficult to consider the medical supervision these days, the stresses imply that it should ever be more troublesome to do so in the future. Primary, people issue means if humans have a longer life expectancy, the sheer numbers of seniors folks is maximizing rapidly, and the like many people rely very much on the expertise of the healthcare technique . Most people may are living for a longer period, but cost you a area quite a lot to preserve their own health. Seniors will probably establish challenging, long-term health issues, and also their carry on couple of days of living become a little more expensive to any nation. Moreover, there does exist information from your medical care agency that situations of prolonged disorders are increasing, specifically in formulated areas. The Modern World Health Institution suggests the fact that this could possibly emanate from risk factors like utilization of cigarette, body inactivity and weak eating routine. </p> <p> Another medical care treatment issue is complete regarding the situation of demographic switch. It implies a growing skill to take care of prolonged ailments and thus lengthen existence: the quantity of manufacturing originality. Evidently, in pharmaceuticals, surgical treatment, diagnostics, telehealth besides other market sectors, there are a variety innovations to deal with or influence sickness. This will imply new treatment plans that happens to be more streamlined - generally really expensive - versus the present designs. But it additionally indicates new remedies for ailments or problems that could not merely be handled well before. First lethal health conditions get controllable, and involvements to watch and minimize the creation of medical conditions or deal with their problems develop into readily available . </p> <p> It will be a challenge to manage the healthcare strategy in the future as there is a transforming end user and client demands. Men and women will count on alot more via the health related technique than their fathers and mothers essential. This is also true regarded as that individuals are disappointed if they are passive individuals of healthcare assistance, strongly suggested and assigned out by providers at their removal. McNulty and Ferlie (2004) pointed out that as consumers are aware of the ever in your life-enhancing idea and autonomy on the subject of producing decisions in our lives, they may count on that later on the medical model consults, notifies and consists of them through medical solutions in almost any options which affects their own health. The reason being that men and women are more desirable well informed, articulate and quite likely to appreciate and request for new and dear methods for procedure.</p> <p> A close research into the first of all three or more issues outlined uncovers they are generally a determine responsible for a final one particular - soaring bills. Each one of the about three difficulties increase the endless demand for considerably better financing, a problem which for almost all locations will be more extreme as a result of general financial economic breakdown. Besides the fact that most government authorities right away grow costs on medical, this do not ever definitely seems to be adequate. In every part of economic climate, efficiency will grow. In case there is economic recession, the difficulty could be more intense by true-term reductions with the methods available for the treatments for medical programs. Finally, governmental and economic framework wherein medical care devices have existed is mainly inhospitable, changing and compelled. Treatments for the medical care product will target managing competitive, switching and contradicting needs from distinctive stakeholders. Managing during the health-related agency will demonstrate difficult in the future.</p>','Assessment OF Near future Difficulties OF Health-related Treatment','','inherit','closed','closed','','259-revision-v1','','','2017-09-22 09:19:43','2017-09-22 09:19:43','',259,'http://cems-denimshow.com/index.php/259-revision-v1/',0,'revision','',0),(261,1,'2016-04-13 12:58:32','2016-04-13 12:58:32','Do you know the way ahead for the printed out ebooks inside the electronic digital time? <p>A digital your age has transformed the way by which material and knowledge is traded and passed on across the globe. With the net infiltrating right into the everyday life of all of the netizens1, absolutely everyone coming from a 16 year-old boy in Venezeula who would like to recognize how to deal with a problem in Calculus for a 35 yr old housewife who wants to see the newest recipes to cook lentils, has guidance just a mouse click away. There will be basically without a doubt nothing that could be recently not available inside of the virtual medium. From this background, the importance and application of screen printed guides is progressively dwindling aside.<a href=\"https://essayseducation.com/essay-help\">essayseducation.com/essay-help</a> </p> <p>The digital age incorporates a lot of advantages2; some staying prevalent ease of access, simple seek abilities, ecologically friendlier, considerably better storage containers, and lower natural area. The days are gone after the houses of scholars was brimming with bookshelves lining all 4 wall membrane, with varied literature stacked up on each one of the bookshelves. At present, a digital going through gadget can transport any article content as numerous areas filled with books; and also with simpler and easier the navigation features. In addition to the this, digital content is editable and it also gives as well on the herd finding type the way ahead of time in content era. The way forward for printed gets results, on this natural world, appears previously diminishing. </p> <p> All of this in spite of, there occurs a great high school of idea which thinks them to published moderate can never get replaced. The pure exhilaration of possessing an ebook within your hand, the romance affiliated with turning the pages from the arduous cover handbook as well as the nostalgia accompanying a printed e-book make sure it is tough to consider personalised novels into obsolescence. “The most crucial issue to indicate,” mentioned Michael Suarez, director of You.Va.‘s Uncommon Reserve Institution, “is that even with a considerable amount of authoring into the contrary, the book is just not dead.” 2 </p> <p> “The arena of posting, or chirographic lifestyle, did not replace orality,” he says. “Print did not change out publishing manually, video did not halt radio stations, television shows didn’t put an end to the world of motion picture.”3 Virtual content is vulnerable to copyright, plagiarism, more engineering programs to examine some types of subject matter, and adoption by a masses mainly because the level quo of looking at literature has been influenced. </p> <p> These, but, are plainly teething difficulties. They really are further with regards to inertia of accomplishing points in a very a number of way for an extended period of time and as such resisting modify, than any obtrusive issue related to digital period. Over the following twenty years, it might not be foolish to assume that reproduced textbooks will be thoroughly substituted by a digital content and turn into limited by traditional memorabilia for ages of the future.</p>','Do you know the way ahead for the printed out ebooks inside the electronic digital time?','','publish','closed','closed','','do-you-know-the-way-ahead-for-the-printed-out-2','','','2017-09-22 10:14:22','2017-09-22 10:14:22','',0,'http://cems-denimshow.com/?p=261',0,'post','',0),(262,1,'2017-09-22 10:14:22','2017-09-22 10:14:22','Do you know the way ahead for the printed out ebooks inside the electronic digital time? <p>A digital your age has transformed the way by which material and knowledge is traded and passed on across the globe. With the net infiltrating right into the everyday life of all of the netizens1, absolutely everyone coming from a 16 year-old boy in Venezeula who would like to recognize how to deal with a problem in Calculus for a 35 yr old housewife who wants to see the newest recipes to cook lentils, has guidance just a mouse click away. There will be basically without a doubt nothing that could be recently not available inside of the virtual medium. From this background, the importance and application of screen printed guides is progressively dwindling aside.<a href=\"https://essayseducation.com/essay-help\">essayseducation.com/essay-help</a> </p> <p>The digital age incorporates a lot of advantages2; some staying prevalent ease of access, simple seek abilities, ecologically friendlier, considerably better storage containers, and lower natural area. The days are gone after the houses of scholars was brimming with bookshelves lining all 4 wall membrane, with varied literature stacked up on each one of the bookshelves. At present, a digital going through gadget can transport any article content as numerous areas filled with books; and also with simpler and easier the navigation features. In addition to the this, digital content is editable and it also gives as well on the herd finding type the way ahead of time in content era. The way forward for printed gets results, on this natural world, appears previously diminishing. </p> <p> All of this in spite of, there occurs a great high school of idea which thinks them to published moderate can never get replaced. The pure exhilaration of possessing an ebook within your hand, the romance affiliated with turning the pages from the arduous cover handbook as well as the nostalgia accompanying a printed e-book make sure it is tough to consider personalised novels into obsolescence. “The most crucial issue to indicate,” mentioned Michael Suarez, director of You.Va.‘s Uncommon Reserve Institution, “is that even with a considerable amount of authoring into the contrary, the book is just not dead.” 2 </p> <p> “The arena of posting, or chirographic lifestyle, did not replace orality,” he says. “Print did not change out publishing manually, video did not halt radio stations, television shows didn’t put an end to the world of motion picture.”3 Virtual content is vulnerable to copyright, plagiarism, more engineering programs to examine some types of subject matter, and adoption by a masses mainly because the level quo of looking at literature has been influenced. </p> <p> These, but, are plainly teething difficulties. They really are further with regards to inertia of accomplishing points in a very a number of way for an extended period of time and as such resisting modify, than any obtrusive issue related to digital period. Over the following twenty years, it might not be foolish to assume that reproduced textbooks will be thoroughly substituted by a digital content and turn into limited by traditional memorabilia for ages of the future.</p>','Do you know the way ahead for the printed out ebooks inside the electronic digital time?','','inherit','closed','closed','','261-revision-v1','','','2017-09-22 10:14:22','2017-09-22 10:14:22','',261,'http://cems-denimshow.com/index.php/261-revision-v1/',0,'revision','',0),(263,1,'2016-04-12 08:31:21','2016-04-12 08:31:21','Assessment: Potential Medical Care Struggles <p>Medical care involves choosing methods of recent health worries that individuals could possibly be having to deal with. The medical treatment field has in the the past few years has encountered favorable advancements due to the advancements from the on the market.<!--more--> Subsequently, it will be now not difficult to cater for illnesses that could or else position main threats to mankind. Nonetheless, it will be instead depressing which the in spite of possessing available most suitable overall health platforms, in addition there are adverse reactions that will come along. A lot of positive aspects and also limits enter into have fun with playing within the effort and hard work to be certain proficient heath care treatment leadership.<a href=\"https://termpapermonster.com/term-papers-editing\">www.termpapermonster.com/term-papers-editing/</a> </p> <p>People take a gradual growing older method that is inescapable. For that reason, each time a individual attains the the best possible get older, it gets slightly hard for the medics to take care of his/her health care requirements systematically. Majorly, this inadequacy could be because of the challenging mother nature herself of this tissue cells belonging to the ageing people which need enthusiastic recognition. Ironically, the trouble happens about mainly because of the health and well being maintenance that creates plenty of people get optimum age range in advance of demise. The positive medical care have their challenges seeing that upon reaching the highest level of your age, there is no establishments and skilled staff inside the healthcare industry to satisfy their health specifications properly. The getting older will involve particular care about control them nicely. Hence, properly-furnished and experienced individuals have to operate the health care niche simply because have endowment in the expected competencies to take care of difficult concerns. </p> <p> The financial systems of majority of the countries on earth do not have favorable conditions to guarantee the top wellbeing companies. So, you can find a limitation of hospital wards along with other wellbeing conveniences from offering the assistance essental to the general public. With such restrictions in its place, it is hard to take care of the establishments since most nursing homes are unable to even match the using rates on your own. The disorders which might be in most communities today are so serious in to the extent that even the best modern advances is unable to assistance thoroughly to cope with them. They feature the ones introduced about because of changes in way of living and so they need to have in close proximity focus at all times. For instance, diabetic issues and high blood pressure levels that is amongst the life threatening awesome illnesses. </p> <p> Research via the Society Well being Corporation indicates that the existing residents around the globe shall be two times by 2050. Critically, if the upshot of the study gets to be practical, then there may are in existence various difficulties. The problems will occur in being able to delivering health and fitness centers for the communities with time. Additionally, diagnosing of patients right at that moment confirm tough even while people are in the process of solution because of the many persons who have to have recognition. The sensation might be quite a obstacle within the health related marketplace. Finally, you have the difficulties if growing treatment options for a number of health conditions. Several disorders answer back just to effective treatment method drugs. The problem is that possible treatment methods usually are not of the highest quality high quality quality to works because very best treatment methods. The available engineering will assist the pros in devising tricks to preserve incurable ailments in balance. The money necessary for medications is furthermore superior. Subsequently, if folks will have the opportunity of accessing the drug treatments at low costs, it will potentially end up in discounts in problems and fatalities. Argumentatively, this really is and may never be the scenario. In accordance with the Health and wellbeing Accounts on the Division of Minnesota, a large number of folks are afflicted by health conditions a result of the substandard volume of pills and or inability to access them. Ultimately, any results in healthcare in future relies upon experiencing remarkable individuals in the industry endowed with essential knowledge. Then, people will make certain of top quality medical care more so if health and wellness services also develop into controllable. </p>','Assessment: Potential Medical Care Struggles','','publish','closed','closed','','assessment-potential-medical-care-struggles','','','2017-09-22 10:47:08','2017-09-22 10:47:08','',0,'http://cems-denimshow.com/?p=263',0,'post','',0),(264,1,'2017-09-22 10:47:08','2017-09-22 10:47:08','Assessment: Potential Medical Care Struggles <p>Medical care involves choosing methods of recent health worries that individuals could possibly be having to deal with. The medical treatment field has in the the past few years has encountered favorable advancements due to the advancements from the on the market.<!--more--> Subsequently, it will be now not difficult to cater for illnesses that could or else position main threats to mankind. Nonetheless, it will be instead depressing which the in spite of possessing available most suitable overall health platforms, in addition there are adverse reactions that will come along. A lot of positive aspects and also limits enter into have fun with playing within the effort and hard work to be certain proficient heath care treatment leadership.<a href=\"https://termpapermonster.com/term-papers-editing\">www.termpapermonster.com/term-papers-editing/</a> </p> <p>People take a gradual growing older method that is inescapable. For that reason, each time a individual attains the the best possible get older, it gets slightly hard for the medics to take care of his/her health care requirements systematically. Majorly, this inadequacy could be because of the challenging mother nature herself of this tissue cells belonging to the ageing people which need enthusiastic recognition. Ironically, the trouble happens about mainly because of the health and well being maintenance that creates plenty of people get optimum age range in advance of demise. The positive medical care have their challenges seeing that upon reaching the highest level of your age, there is no establishments and skilled staff inside the healthcare industry to satisfy their health specifications properly. The getting older will involve particular care about control them nicely. Hence, properly-furnished and experienced individuals have to operate the health care niche simply because have endowment in the expected competencies to take care of difficult concerns. </p> <p> The financial systems of majority of the countries on earth do not have favorable conditions to guarantee the top wellbeing companies. So, you can find a limitation of hospital wards along with other wellbeing conveniences from offering the assistance essental to the general public. With such restrictions in its place, it is hard to take care of the establishments since most nursing homes are unable to even match the using rates on your own. The disorders which might be in most communities today are so serious in to the extent that even the best modern advances is unable to assistance thoroughly to cope with them. They feature the ones introduced about because of changes in way of living and so they need to have in close proximity focus at all times. For instance, diabetic issues and high blood pressure levels that is amongst the life threatening awesome illnesses. </p> <p> Research via the Society Well being Corporation indicates that the existing residents around the globe shall be two times by 2050. Critically, if the upshot of the study gets to be practical, then there may are in existence various difficulties. The problems will occur in being able to delivering health and fitness centers for the communities with time. Additionally, diagnosing of patients right at that moment confirm tough even while people are in the process of solution because of the many persons who have to have recognition. The sensation might be quite a obstacle within the health related marketplace. Finally, you have the difficulties if growing treatment options for a number of health conditions. Several disorders answer back just to effective treatment method drugs. The problem is that possible treatment methods usually are not of the highest quality high quality quality to works because very best treatment methods. The available engineering will assist the pros in devising tricks to preserve incurable ailments in balance. The money necessary for medications is furthermore superior. Subsequently, if folks will have the opportunity of accessing the drug treatments at low costs, it will potentially end up in discounts in problems and fatalities. Argumentatively, this really is and may never be the scenario. In accordance with the Health and wellbeing Accounts on the Division of Minnesota, a large number of folks are afflicted by health conditions a result of the substandard volume of pills and or inability to access them. Ultimately, any results in healthcare in future relies upon experiencing remarkable individuals in the industry endowed with essential knowledge. Then, people will make certain of top quality medical care more so if health and wellness services also develop into controllable. </p>','Assessment: Potential Medical Care Struggles','','inherit','closed','closed','','263-revision-v1','','','2017-09-22 10:47:08','2017-09-22 10:47:08','',263,'http://cems-denimshow.com/index.php/263-revision-v1/',0,'revision','',0),(265,1,'2017-09-07 07:26:31','2017-09-07 07:26:31','<p>Writing an essay is simple, but it gets tough if you need to locate accessibility within the popular small enterprise colleges.<!--more--> It is very simple to obtain large grades nowadays, you just have to locate an adequate article writing service. While I can not guarantee you\'ll make an unbelievable level, the subsequent tips can enable you to make sure that you simply do all you perhaps are competent to in order to make your composition incredible. Composing essays for colleges is not ever a quite easy endeavor. Creating research papers is really not as easy as 123 but you can always discover the basic principles of research paper writing to be able to come out with a fantastic document. Composing and editing providers don\'t do all the rough work which goes in to composing a great document (i.eudy, creating, etc.). You might get tired with numerous custom homework paper companies that claim they are able to offer you finest exceptional article but wind up in providing you inferior large quality essays which include plagiarism statement. It really is the kind of papers you\'d compose before composing a remedy papers. Creating design is among the most crucial facets on paper. <h2>There Is Nothing Of Impossible For All Of Us</h2><p>If you\'re writing <a href=\"http://best-essay.online/\">best essay help</a> an academic article. Writing a term paper isn\'t an effortless undertaking. <a href=\"http://news.nationalpost.com/news/canada/tenured-mcgill-professor-fired-after-accounting-twerps-uncover-159500-in-improper-spending\">tenured mcgill professor fired after accounting</a> Imitation essays are essays at which writer draws away the major thesis and synopsis of a specific paper, after which it composes an article in her or his own design. <p style=\"text-align:center;\"><img src=\"http://www.indiastudychannel.com/attachments/resources/109449-2218-DBMS-F.jpg\" style=\"max-width: 500px; border: none;\"></p>','How Do You Write-Off Bad-Debt On My Tax Return','','publish','closed','closed','','how-do-you-write-off-bad-debt-on-my-tax-return','','','2017-09-22 12:05:10','2017-09-22 12:05:10','',0,'http://cems-denimshow.com/?p=265',0,'post','',0),(266,1,'2017-09-22 12:05:10','2017-09-22 12:05:10','<p>Writing an essay is simple, but it gets tough if you need to locate accessibility within the popular small enterprise colleges.<!--more--> It is very simple to obtain large grades nowadays, you just have to locate an adequate article writing service. While I can not guarantee you\'ll make an unbelievable level, the subsequent tips can enable you to make sure that you simply do all you perhaps are competent to in order to make your composition incredible. Composing essays for colleges is not ever a quite easy endeavor. Creating research papers is really not as easy as 123 but you can always discover the basic principles of research paper writing to be able to come out with a fantastic document. Composing and editing providers don\'t do all the rough work which goes in to composing a great document (i.eudy, creating, etc.). You might get tired with numerous custom homework paper companies that claim they are able to offer you finest exceptional article but wind up in providing you inferior large quality essays which include plagiarism statement. It really is the kind of papers you\'d compose before composing a remedy papers. Creating design is among the most crucial facets on paper. <h2>There Is Nothing Of Impossible For All Of Us</h2><p>If you\'re writing <a href=\"http://best-essay.online/\">best essay help</a> an academic article. Writing a term paper isn\'t an effortless undertaking. <a href=\"http://news.nationalpost.com/news/canada/tenured-mcgill-professor-fired-after-accounting-twerps-uncover-159500-in-improper-spending\">tenured mcgill professor fired after accounting</a> Imitation essays are essays at which writer draws away the major thesis and synopsis of a specific paper, after which it composes an article in her or his own design. <p style=\"text-align:center;\"><img src=\"http://www.indiastudychannel.com/attachments/resources/109449-2218-DBMS-F.jpg\" style=\"max-width: 500px; border: none;\"></p>','How Do You Write-Off Bad-Debt On My Tax Return','','inherit','closed','closed','','265-revision-v1','','','2017-09-22 12:05:10','2017-09-22 12:05:10','',265,'http://cems-denimshow.com/index.php/265-revision-v1/',0,'revision','',0),(267,1,'2016-09-16 15:36:08','2016-09-16 15:36:08','Essay-Capital . Net overview: prime business to get paper on any topic rapidly & easy <p>Will you be anxious because of the necessity to accomplish complex collegiate projects? essay-capital.net will provide you with comprehensive solutions that really help everyone gain very good results.<!--more--> </p> <h1>Paper Writing Help</h1> <p>essay-capital.net is known as a brand that offers finest custom <a href=\"https://essay-capital.net/application-essay/\">https://essay-capital.net/application-essay</a>, article producing assistance for all kinds of your assignment issues. This agency was successful alongside scholars of various universities world wide. The papers are generally of top quality, authentic, provided without delay, and as well at fair price ranges. </p> <h2>Our Writing Service Team</h2> <p>The department of advanced freelance writers at essay-capital.net are undoubtedly Experts and Ph.D diploma holders who render your writing boost, , and as well are eager to write every single one of varieties of authentic and premium quality essay or dissertation. On this page are the assessments that will aid clients to acquire academic paper via the web with essay-capital.net.</p> <h3>Features presented</h3> <p>essay-capital.net attracts many school students from many scholastic programmes by giving the fantastic quantity of creating services, . The internet site has made the products and services observable in many types. The certified college freelance writers render you virtually any ordinary or custom essay, . The purchasers will be able to obtain papers using the web, and likewise many various services</p> <p>Check out an overall checklist of the online paper solutions you may discover from essay-capital.net:</p> <p> <ul> <li> University writing - it gives personalized academic paper freelance writing, as well as narration, argumentative content, admission essay, comparison and compare, etc. The copy writers can do any theses, annotations, reviews on a novel or documentary.</li> <li> </li> <li> Assignments: we can prepare analysis, numerous re-writing projects, research study, and course work, etc. </li> <li>Corrector\'s assistance: proofreading and formatting. </li> <li> </li> <li>Dissertation: an array of writing pieces, phd and ma writing, research proposal.</li> </ul></p> <p>As you can notice that essay-capital.net supplies you with far more than just and copywriting solutions, the specifications of the offerings can be received off the web-site.</p> <h3>Charges</h3> <p>The costing on essay-capital.net predominantly is determined based on training program year, academic writing sort, number of content pages, creative style, together with the work deadlines. You can easily discover best suited price tags in the price level list as demonstrated in a table taking a look at three factors on the site. Potential clients can also acquire , homework online and easily estimate the value they will be investing in the essay. Therefore, it is all clear and opened for buyers that essay-capital.net just isn\'t going cheat its actual potential clients however is amazingly genuine about rates.</p> <p>The price ranges of the agency\'s offerings are usually relatively small when compared with various other providers of the same specialized niche. The costs go up since the learner\'s studying stage becomes higher for instance the individual purchasing inside the high school graduation level ought to compensate only $11.50 along with the decreased emergency with the burning target date will need to shell out $34.90. The client ordering at PhD level is required to invest $44.89, along with the maximal size and quickest deadline of barely 3 hrs.</p> <p> <ul> <li>1. Advanced schooling levels- from $14.90 to $ 36.95. </li> <li>2. Undergraduate lvl - from $17.20 to $38.96.</li> <li>3. Master\'s lvl - $22.90 to $40.87.</li> </ul></p> <p>The clientele should not keep worrying about any existing concealed costs, due to essay-capital.net wouldn\'t charge you to do that. You\'ll be provided with Free revisions in the course of 14 days just after completing order; Completely free title page, reference page, subject material listing, and recommendation; and then Totally free tutorial 24 / 7. The customers are ensured to end up with a work of a good quality, combined with low prices.</p> <h3>Price reduction and supplemental options</h3> <p>The customers will receive seasonal exceptional price savings throughout the year with essay-capital.net. In case you are a regular buyer of this agency, then you end up getting various financial savings dependent upon the number of the pages of content you purchase. You will get discounts which range from fivePer cent to tenPct as well as 15Per-cent on such basis as desired quantity of pages of content. Hence, if you invest in alot more article pages, you\'re going to get better price reduction. What is more, in case you bring a completely new customer to essay-capital.net, you will definitely take joy in magnificent discount options.</p> <h3>Customer support and web-site usability</h3> <p>essay-capital.net is among the most convenient to use and comfortable site to help you to acquire academic paper online. This personalized articles service provider promises, superior support services, discreet work, and trusted offerings. Search for the essay-capital.net evaluations and opinions to ensure the appropriate final choice. They work Around The Clock and All year round on no cost cell phone calls and live chats to make sure it is speedier and much simpler for customers to receive solutions to the majority of inquiries correlated to writing academic writings. They never end up with any emails unreplied or suspended.</p> <h2>Best Writer for Your Essay</h2> <p> All of the experts found on essay-capital.net are unquestionably competent, knowledgeable and possess extra skills to offer clients speedy, 100Per-cent genuine, as well as customized college homework or </p> <h3>Brief summary</h2> <p>To make sure you get more assurance in acquiring articles on line from essay-capital.net go through the customer reviews, reports and go to the to study additional benefits.</p>','Essay-Capital . Net overview: prime business to get paper on any topic rapidly & easy','','publish','closed','closed','','essay-capital-net-overview-prime-business-to-get-2','','','2017-09-22 12:15:11','2017-09-22 12:15:11','',0,'http://cems-denimshow.com/?p=267',0,'post','',0),(268,1,'2017-09-22 12:15:11','2017-09-22 12:15:11','Essay-Capital . Net overview: prime business to get paper on any topic rapidly & easy <p>Will you be anxious because of the necessity to accomplish complex collegiate projects? essay-capital.net will provide you with comprehensive solutions that really help everyone gain very good results.<!--more--> </p> <h1>Paper Writing Help</h1> <p>essay-capital.net is known as a brand that offers finest custom <a href=\"https://essay-capital.net/application-essay/\">https://essay-capital.net/application-essay</a>, article producing assistance for all kinds of your assignment issues. This agency was successful alongside scholars of various universities world wide. The papers are generally of top quality, authentic, provided without delay, and as well at fair price ranges. </p> <h2>Our Writing Service Team</h2> <p>The department of advanced freelance writers at essay-capital.net are undoubtedly Experts and Ph.D diploma holders who render your writing boost, , and as well are eager to write every single one of varieties of authentic and premium quality essay or dissertation. On this page are the assessments that will aid clients to acquire academic paper via the web with essay-capital.net.</p> <h3>Features presented</h3> <p>essay-capital.net attracts many school students from many scholastic programmes by giving the fantastic quantity of creating services, . The internet site has made the products and services observable in many types. The certified college freelance writers render you virtually any ordinary or custom essay, . The purchasers will be able to obtain papers using the web, and likewise many various services</p> <p>Check out an overall checklist of the online paper solutions you may discover from essay-capital.net:</p> <p> <ul> <li> University writing - it gives personalized academic paper freelance writing, as well as narration, argumentative content, admission essay, comparison and compare, etc. The copy writers can do any theses, annotations, reviews on a novel or documentary.</li> <li> </li> <li> Assignments: we can prepare analysis, numerous re-writing projects, research study, and course work, etc. </li> <li>Corrector\'s assistance: proofreading and formatting. </li> <li> </li> <li>Dissertation: an array of writing pieces, phd and ma writing, research proposal.</li> </ul></p> <p>As you can notice that essay-capital.net supplies you with far more than just and copywriting solutions, the specifications of the offerings can be received off the web-site.</p> <h3>Charges</h3> <p>The costing on essay-capital.net predominantly is determined based on training program year, academic writing sort, number of content pages, creative style, together with the work deadlines. You can easily discover best suited price tags in the price level list as demonstrated in a table taking a look at three factors on the site. Potential clients can also acquire , homework online and easily estimate the value they will be investing in the essay. Therefore, it is all clear and opened for buyers that essay-capital.net just isn\'t going cheat its actual potential clients however is amazingly genuine about rates.</p> <p>The price ranges of the agency\'s offerings are usually relatively small when compared with various other providers of the same specialized niche. The costs go up since the learner\'s studying stage becomes higher for instance the individual purchasing inside the high school graduation level ought to compensate only $11.50 along with the decreased emergency with the burning target date will need to shell out $34.90. The client ordering at PhD level is required to invest $44.89, along with the maximal size and quickest deadline of barely 3 hrs.</p> <p> <ul> <li>1. Advanced schooling levels- from $14.90 to $ 36.95. </li> <li>2. Undergraduate lvl - from $17.20 to $38.96.</li> <li>3. Master\'s lvl - $22.90 to $40.87.</li> </ul></p> <p>The clientele should not keep worrying about any existing concealed costs, due to essay-capital.net wouldn\'t charge you to do that. You\'ll be provided with Free revisions in the course of 14 days just after completing order; Completely free title page, reference page, subject material listing, and recommendation; and then Totally free tutorial 24 / 7. The customers are ensured to end up with a work of a good quality, combined with low prices.</p> <h3>Price reduction and supplemental options</h3> <p>The customers will receive seasonal exceptional price savings throughout the year with essay-capital.net. In case you are a regular buyer of this agency, then you end up getting various financial savings dependent upon the number of the pages of content you purchase. You will get discounts which range from fivePer cent to tenPct as well as 15Per-cent on such basis as desired quantity of pages of content. Hence, if you invest in alot more article pages, you\'re going to get better price reduction. What is more, in case you bring a completely new customer to essay-capital.net, you will definitely take joy in magnificent discount options.</p> <h3>Customer support and web-site usability</h3> <p>essay-capital.net is among the most convenient to use and comfortable site to help you to acquire academic paper online. This personalized articles service provider promises, superior support services, discreet work, and trusted offerings. Search for the essay-capital.net evaluations and opinions to ensure the appropriate final choice. They work Around The Clock and All year round on no cost cell phone calls and live chats to make sure it is speedier and much simpler for customers to receive solutions to the majority of inquiries correlated to writing academic writings. They never end up with any emails unreplied or suspended.</p> <h2>Best Writer for Your Essay</h2> <p> All of the experts found on essay-capital.net are unquestionably competent, knowledgeable and possess extra skills to offer clients speedy, 100Per-cent genuine, as well as customized college homework or </p> <h3>Brief summary</h2> <p>To make sure you get more assurance in acquiring articles on line from essay-capital.net go through the customer reviews, reports and go to the to study additional benefits.</p>','Essay-Capital . Net overview: prime business to get paper on any topic rapidly & easy','','inherit','closed','closed','','267-revision-v1','','','2017-09-22 12:15:11','2017-09-22 12:15:11','',267,'http://cems-denimshow.com/index.php/267-revision-v1/',0,'revision','',0),(269,1,'2016-06-27 11:15:19','2016-06-27 11:15:19','PLAGIARISM <p>Plagiarism is a form of cheating broadly used in lots of sectors of acardemic composing.Even with its against the law,all students and professional sees their selves engaged in plagiarism.Whereas in many cases may be as deficit of plainly knowing about what plagiarism is,some is practiced simply with 100 % understanding. An essential concern is to visibly figure out what plagiarism is ,how it might be warded off and in what way not to ever mix up it by having a real actual effort.In such a essay I will critically examine plagiarism and debate that thou occasionally it could be employed purposely,most of the time it is from a student or specialist freelance writer not undoubtedly being aware of what it comprises. </p> <p> As outlined by an article,Plagiarism,it is copying terms including a passageway message-for-word with no need of which includes any kind of either estimate signifies or blueprint to writer,which will encompass ebooks,periodicals,webpages,theses,conference newspapers and class notes1.This practice is typically widespread especially when the pupil the student or article writer is not capable of cleary comprehending and interplating a passage.This however can be stopped by the scholar acquiring his time very well in advanced planning up-front over things to search for previously starting around the researching.It is debated that,every time a theme is taken care of which has a distinct view,your reader has the capacity to certainly see and comprehend and note that throughout applicable factors.<a href=\"https://samedayessay.me/\">https://www.samedayessay.me/</a> </p> <p> Based on the thesaurus,it farther identifies plagiarism like an act as well as a complete replica of foreign language associated with the article author,s give good results.2 This will likely more be expanded to application of blueprint,which includes a paragraph,a phrase,plan plus a topic.This is very a fact specifically the essay written and published appears like or explains to you the identical matter as one for the researching benchmark.Even thou the vision may just be identical,it can also be preferable to be as genuine as feasible.To accomplish this ,it is debated out that,it can be required to layout a style and plan on pass of tips as an alternative to dealing of another individuals motif. </p> <p> A different way of doing plagiarism is the one about coping almost any function which will not participate in the author .Instead of the other two mentioned earlier on on in this particular essay,like this of plagiarism is utilized deliberately.It can certainly consequently be debated that the only way to refrain from it can be to prep before you go and create work that could be genuine. As a result,plagiarism are generally stopped just by comprehension what exactly it is and avoiding it.Many universities and colleges give stringent penalties each time a college student is believed to possess commited plagiarism normally suspension perhaps even heify fees.By first of all comprehension plagiarism just before partaking any essay can so be the only way to prevent it .This result in right set up essay and will allow article writer to liberally show and acquire their guidelines with publishing.</p>','PLAGIARISM','','publish','closed','closed','','plagiarism-222','','','2017-09-22 12:38:21','2017-09-22 12:38:21','',0,'http://cems-denimshow.com/?p=269',0,'post','',0),(270,1,'2017-09-22 12:38:21','2017-09-22 12:38:21','PLAGIARISM <p>Plagiarism is a form of cheating broadly used in lots of sectors of acardemic composing.Even with its against the law,all students and professional sees their selves engaged in plagiarism.Whereas in many cases may be as deficit of plainly knowing about what plagiarism is,some is practiced simply with 100 % understanding. An essential concern is to visibly figure out what plagiarism is ,how it might be warded off and in what way not to ever mix up it by having a real actual effort.In such a essay I will critically examine plagiarism and debate that thou occasionally it could be employed purposely,most of the time it is from a student or specialist freelance writer not undoubtedly being aware of what it comprises. </p> <p> As outlined by an article,Plagiarism,it is copying terms including a passageway message-for-word with no need of which includes any kind of either estimate signifies or blueprint to writer,which will encompass ebooks,periodicals,webpages,theses,conference newspapers and class notes1.This practice is typically widespread especially when the pupil the student or article writer is not capable of cleary comprehending and interplating a passage.This however can be stopped by the scholar acquiring his time very well in advanced planning up-front over things to search for previously starting around the researching.It is debated that,every time a theme is taken care of which has a distinct view,your reader has the capacity to certainly see and comprehend and note that throughout applicable factors.<a href=\"https://samedayessay.me/\">https://www.samedayessay.me/</a> </p> <p> Based on the thesaurus,it farther identifies plagiarism like an act as well as a complete replica of foreign language associated with the article author,s give good results.2 This will likely more be expanded to application of blueprint,which includes a paragraph,a phrase,plan plus a topic.This is very a fact specifically the essay written and published appears like or explains to you the identical matter as one for the researching benchmark.Even thou the vision may just be identical,it can also be preferable to be as genuine as feasible.To accomplish this ,it is debated out that,it can be required to layout a style and plan on pass of tips as an alternative to dealing of another individuals motif. </p> <p> A different way of doing plagiarism is the one about coping almost any function which will not participate in the author .Instead of the other two mentioned earlier on on in this particular essay,like this of plagiarism is utilized deliberately.It can certainly consequently be debated that the only way to refrain from it can be to prep before you go and create work that could be genuine. As a result,plagiarism are generally stopped just by comprehension what exactly it is and avoiding it.Many universities and colleges give stringent penalties each time a college student is believed to possess commited plagiarism normally suspension perhaps even heify fees.By first of all comprehension plagiarism just before partaking any essay can so be the only way to prevent it .This result in right set up essay and will allow article writer to liberally show and acquire their guidelines with publishing.</p>','PLAGIARISM','','inherit','closed','closed','','269-revision-v1','','','2017-09-22 12:38:21','2017-09-22 12:38:21','',269,'http://cems-denimshow.com/index.php/269-revision-v1/',0,'revision','',0),(271,1,'2013-09-23 08:14:26','2013-09-23 08:14:26','<p>No person is an important article writer. In case you\'re searching for an expert essay writer, you\'re in the proper position! There are article writers for hire now, but they\'re not equally fantastic. The entire process of hiring an <a href=\"https://paper-help.us/\">paper help us</a> internet essay writer from PapersNetwork.co.uk is really clear-cut. You\'ve only discovered the very best on-line essay author help!<!--more--> Here are the points for one to actually take a look at as well as make your selection about the skilled essay writers UK. There is no one that\'ll manage your order on the degree our article author will. As an internet essay author business, we execute all the tasks in a measured fashion to ensure that you receive the endeavor after it is been completed. Every composition document is a truly really major undertaking. Nonetheless easy composing an essay sounds to you personally it actually is certainly not. <h2>There are worksheets on washington and abraham lincoln plus clipart.</h2><p>Just this type of article is easily written by our specialist group. So, you cannot decide a readymade essay. Only few basic steps separate you from acquiring an original composition of an extremely important quality. So, you\'ve reached the correct area in case you might be looking to get documents online from Us. Just before starting to compose your composition you should decide a topic.','Affordable notebook bargains don\'t instantly mean that you should compromise with grade and the functions of the item.','','publish','closed','closed','','affordable-notebook-bargains-don-t-instantly-mean','','','2017-09-23 00:34:02','2017-09-23 00:34:02','',0,'http://cems-denimshow.com/?p=271',0,'post','',0),(272,1,'2017-09-23 00:34:02','2017-09-23 00:34:02','<p>No person is an important article writer. In case you\'re searching for an expert essay writer, you\'re in the proper position! There are article writers for hire now, but they\'re not equally fantastic. The entire process of hiring an <a href=\"https://paper-help.us/\">paper help us</a> internet essay writer from PapersNetwork.co.uk is really clear-cut. You\'ve only discovered the very best on-line essay author help!<!--more--> Here are the points for one to actually take a look at as well as make your selection about the skilled essay writers UK. There is no one that\'ll manage your order on the degree our article author will. As an internet essay author business, we execute all the tasks in a measured fashion to ensure that you receive the endeavor after it is been completed. Every composition document is a truly really major undertaking. Nonetheless easy composing an essay sounds to you personally it actually is certainly not. <h2>There are worksheets on washington and abraham lincoln plus clipart.</h2><p>Just this type of article is easily written by our specialist group. So, you cannot decide a readymade essay. Only few basic steps separate you from acquiring an original composition of an extremely important quality. So, you\'ve reached the correct area in case you might be looking to get documents online from Us. Just before starting to compose your composition you should decide a topic.','Affordable notebook bargains don\'t instantly mean that you should compromise with grade and the functions of the item.','','inherit','closed','closed','','271-revision-v1','','','2017-09-23 00:34:02','2017-09-23 00:34:02','',271,'http://cems-denimshow.com/index.php/271-revision-v1/',0,'revision','',0),(273,1,'2017-09-14 14:30:49','2017-09-14 14:30:49','<p>No surprise you happen to be thinking about composition writing companies. Producing a composition within our firm is very pressure -free. We shall supply topquality composition publishing company at a mild price. At our online business, creating documents is a special method that could be in comparison with a masterpiece generation. BestWritingService is probably the very-best custom writing companies available. TopWritingService is here now to supply anyone top-notch excellent personalized writings. Clearly, the top the main students isn\'t authentic or productive writers. 1 author could tackle one particular task at one time until it really is total. Our academic writers are online twenty-four <a href=\"http://sentencechecker.top/writing-a-thesis\">writing a thesis</a> hours a day additionally. <h2>-???????????????? training?? ??competitiveness?? - coaching - management that is ??.</h2><p>Our goal is to source premium premium quality customized article publishing assist with pupils with distinct custom creating needs. Once you obtain a composition at MarvelousEssays, it\'s achievable to directly speak with your author and with our customer-support group which can be found twenty-four hours per day. Please bear in mind that composing treatment is quite flexible. Although TopWritingService gifts affordable rates, <a href=\"http://sentencechecker.top/\" rel=\"nofollow\">spell check grammar</a> the caliber of its own providers never experiences. Time management is of essence in regards composition writing. You should have your own personal project performed by way of a author employing a stage related to your personal theme. We\'ve put aside an excellent time frame to determine ATEAM of writers and researchers. Dissertation publishing could be a two way visitors. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bqrbOa-GSgs\" frameborder=0\" allowfullscreen></iframe></p> <p style=\"text-align:center;\"><img src=\"https://punditfromanotherplanet.files.wordpress.com/2014/12/jfk-cigar2.jpg?w=590&h=444\" style=\"max-width: 500px; border: none;\"></p> <h2>A well-known instance of such a guide is the harry potter series.</h2><p>Aside from composing, anyone too can get proofreading of an already performed cardstock, including get an entirely free sample for your own personel guide requirements athome. These version coverage makes sure that the cardstock is improved before the previous distribution.','Ways to Get Into Law School','','publish','closed','closed','','ways-to-get-into-law-school-3','','','2017-09-23 01:14:36','2017-09-23 01:14:36','',0,'http://cems-denimshow.com/?p=273',0,'post','',0),(274,1,'2017-09-23 01:14:36','2017-09-23 01:14:36','<p>No surprise you happen to be thinking about composition writing companies. Producing a composition within our firm is very pressure -free. We shall supply topquality composition publishing company at a mild price. At our online business, creating documents is a special method that could be in comparison with a masterpiece generation. BestWritingService is probably the very-best custom writing companies available. TopWritingService is here now to supply anyone top-notch excellent personalized writings. Clearly, the top the main students isn\'t authentic or productive writers. 1 author could tackle one particular task at one time until it really is total. Our academic writers are online twenty-four <a href=\"http://sentencechecker.top/writing-a-thesis\">writing a thesis</a> hours a day additionally. <h2>-???????????????? training?? ??competitiveness?? - coaching - management that is ??.</h2><p>Our goal is to source premium premium quality customized article publishing assist with pupils with distinct custom creating needs. Once you obtain a composition at MarvelousEssays, it\'s achievable to directly speak with your author and with our customer-support group which can be found twenty-four hours per day. Please bear in mind that composing treatment is quite flexible. Although TopWritingService gifts affordable rates, <a href=\"http://sentencechecker.top/\" rel=\"nofollow\">spell check grammar</a> the caliber of its own providers never experiences. Time management is of essence in regards composition writing. You should have your own personal project performed by way of a author employing a stage related to your personal theme. We\'ve put aside an excellent time frame to determine ATEAM of writers and researchers. Dissertation publishing could be a two way visitors. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bqrbOa-GSgs\" frameborder=0\" allowfullscreen></iframe></p> <p style=\"text-align:center;\"><img src=\"https://punditfromanotherplanet.files.wordpress.com/2014/12/jfk-cigar2.jpg?w=590&h=444\" style=\"max-width: 500px; border: none;\"></p> <h2>A well-known instance of such a guide is the harry potter series.</h2><p>Aside from composing, anyone too can get proofreading of an already performed cardstock, including get an entirely free sample for your own personel guide requirements athome. These version coverage makes sure that the cardstock is improved before the previous distribution.','Ways to Get Into Law School','','inherit','closed','closed','','273-revision-v1','','','2017-09-23 01:14:36','2017-09-23 01:14:36','',273,'http://cems-denimshow.com/index.php/273-revision-v1/',0,'revision','',0),(275,1,'2017-09-13 13:46:34','2017-09-13 13:46:34','<p>Composing an essay may possibly be boring occupation, especially if you\'ve left it to the past moment. It truly is my expectation that this article was useful in earning your pick. Classification article needs to be ended by constantly allowing for the major target of your essay. Creating a descriptive essay isn\'t always clear-cut. The initial step to creating an excellent article will be to plan forward. When considering various sorts of documents you must take note that merely what the duty is about. Additional essential points you must consider if you should be writing an article is the fact that when you would like to ensure it truly is captivating then begin with inquiring questions to the audience. Writing well <a href=\"http://cash4essays.net\">essay writing service</a> isn\'t basically a divine gift. <p style=\"text-align:center;\"><img src=\"http://img.docstoccdn.com/thumb/orig/106580448.png\" style=\"max-width: 500px; border: none;\"></p> <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/tzb4IS9I4LQ\" frameborder=0\" allowfullscreen></iframe></p> <h2>Don\'t bother about arrangement! we\'ll care for it.</h2><p>If you\'re an international student, You may also wish to know that a great TOEFL evaluation can offset a poor verbal score. It is critical to perceive both documents along with the questions each article has to help you to get an important score on the TOEFL. All the best with your IELTS. Be a productive essay writer. Attempt to compose an article <a href=\"http://masterpapers.us/\" rel=\"nofollow\">order essay</a> each day. The class describe will allow you to understand what the professor viewed as important. Criminologists may additionally move to an university to be a teacher.','How to Use Writing As Punishment','','publish','closed','closed','','how-to-use-writing-as-punishment-3','','','2017-09-23 01:14:40','2017-09-23 01:14:40','',0,'http://cems-denimshow.com/?p=275',0,'post','',0),(276,1,'2017-09-23 01:14:40','2017-09-23 01:14:40','<p>Composing an essay may possibly be boring occupation, especially if you\'ve left it to the past moment. It truly is my expectation that this article was useful in earning your pick. Classification article needs to be ended by constantly allowing for the major target of your essay. Creating a descriptive essay isn\'t always clear-cut. The initial step to creating an excellent article will be to plan forward. When considering various sorts of documents you must take note that merely what the duty is about. Additional essential points you must consider if you should be writing an article is the fact that when you would like to ensure it truly is captivating then begin with inquiring questions to the audience. Writing well <a href=\"http://cash4essays.net\">essay writing service</a> isn\'t basically a divine gift. <p style=\"text-align:center;\"><img src=\"http://img.docstoccdn.com/thumb/orig/106580448.png\" style=\"max-width: 500px; border: none;\"></p> <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/tzb4IS9I4LQ\" frameborder=0\" allowfullscreen></iframe></p> <h2>Don\'t bother about arrangement! we\'ll care for it.</h2><p>If you\'re an international student, You may also wish to know that a great TOEFL evaluation can offset a poor verbal score. It is critical to perceive both documents along with the questions each article has to help you to get an important score on the TOEFL. All the best with your IELTS. Be a productive essay writer. Attempt to compose an article <a href=\"http://masterpapers.us/\" rel=\"nofollow\">order essay</a> each day. The class describe will allow you to understand what the professor viewed as important. Criminologists may additionally move to an university to be a teacher.','How to Use Writing As Punishment','','inherit','closed','closed','','275-revision-v1','','','2017-09-23 01:14:40','2017-09-23 01:14:40','',275,'http://cems-denimshow.com/index.php/275-revision-v1/',0,'revision','',0),(277,1,'2017-09-15 07:37:26','2017-09-15 07:37:26','<p>All these forms of article writing services should be exceptional and can ensure customer satisfaction. It really is an essential skill which is implemented in several areas of life, especially for those entering the work force, whether they have been doing therefore as an employee or a company possessor. This is a massive website providing you with thesis writing solutions on your own educational goals. EssayCamp provides an array of expert writing solutions to help satisfy your wants. The business stipulates numerous educational providers that enable students reach their educational expectancies. It has hired the finest editors and writers who interact so that you can ensure that clients get satisfied with services they have been provided. Level editing alternatives, our concern. A writer is afterwards expected to supply <a href=\"http://paper-smart.net/\">smart paper</a> a plan on the primary issue s of the article. Writing a college essay doesn\'t have to become a troublesome procedure Notetaking is, in inclusion, essential to empower a author remember the significant point and suggestions to support the critical article debate. <p style=\"text-align:center;\"><img src=\"http://webs.cdn.dsegroup.org/images/logos/dse/2015/dsei-la-tag-300h.png\" style=\"max-width: 500px; border: none;\"></p> <h2>Outline the record was addressed inside by the basic problems.</h2><p>You can get school article. For people who can not appear to produce any progress by utilizing their composition, bear in mind that entrance essay help is only a couple clicks away. Students, who can effectively compose an appropriate argumentative essay, reveal they <a href=\"http://royalessays.info/\" rel=\"nofollow\">Royalessay company</a> truly are not just good authors, but additionally great critical thinkers. Software essay inside their opinion. This service is just going to help you in producing the successful composition and looking at the most effective strategy for ISB School. It may similarly help evaluation sample essays to receive a notion about what schools hunt for throughout the choice practice. Custom Writing Services The business has professional writers and editors that have experience on earth of academic composition creating. The ideal / optimally company actually wants a few desirable qualities so that it may possibly enable customers to receive the best documents online at a good cost. <h2>What\'s coal used for? coal and its by products are finding numerous uses .</h2><p>Our papers always fulfill your needs. There are numerous steps that must be followed in the complete process of essay writing. Step one towards composing a great research paper is really to arrange whatever is always to be written. Regular Tips for their special program documents. There are a few universities, maybe not just in Indian, but throughout the planet, which offers courses to students in several subjects of teaching. For potential students, it\'s a really challenging occupation to write their initial personal school article. College schooling is just about the most vital phase of life. The teacher might suspect the pupil didn\'t write a special papers, but there\'s no strategy to demonstrate such promises. Custom article composing has turned into an extremely popular endeavor throughout the last couple of years. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/uvwqcaKYHCs\" frameborder=0\" allowfullscreen></iframe></p> <h2>The main element to motivating a market will be to spark an emotional reaction.</h2><p>There aren\'t really many custom article writing firms that provide free plagiarized documents. When you buy your entry essay from our crew of amazing writers, you\'re buying your future. Upon getting the hang of it, you\'ll understand that composing argumentative essays are not only heading to help you in school, but also out in real life also. While you may have a great educational history, you can find many other candidates who may possibly have improved grades than you. The ELAT is generally taken at your own school or university. Structure is crucial because a lot of schools actually need these entries to be standardized. Several pupils cannot satisfy the a variety of requirements of instructors and teachers regarding article writing assignments.','How exactly to Publish a Research Paper the Easy Way','','publish','closed','closed','','how-exactly-to-publish-a-research-paper-the-easy','','','2017-09-23 01:14:42','2017-09-23 01:14:42','',0,'http://cems-denimshow.com/?p=277',0,'post','',0),(278,1,'2017-09-23 01:14:42','2017-09-23 01:14:42','<p>All these forms of article writing services should be exceptional and can ensure customer satisfaction. It really is an essential skill which is implemented in several areas of life, especially for those entering the work force, whether they have been doing therefore as an employee or a company possessor. This is a massive website providing you with thesis writing solutions on your own educational goals. EssayCamp provides an array of expert writing solutions to help satisfy your wants. The business stipulates numerous educational providers that enable students reach their educational expectancies. It has hired the finest editors and writers who interact so that you can ensure that clients get satisfied with services they have been provided. Level editing alternatives, our concern. A writer is afterwards expected to supply <a href=\"http://paper-smart.net/\">smart paper</a> a plan on the primary issue s of the article. Writing a college essay doesn\'t have to become a troublesome procedure Notetaking is, in inclusion, essential to empower a author remember the significant point and suggestions to support the critical article debate. <p style=\"text-align:center;\"><img src=\"http://webs.cdn.dsegroup.org/images/logos/dse/2015/dsei-la-tag-300h.png\" style=\"max-width: 500px; border: none;\"></p> <h2>Outline the record was addressed inside by the basic problems.</h2><p>You can get school article. For people who can not appear to produce any progress by utilizing their composition, bear in mind that entrance essay help is only a couple clicks away. Students, who can effectively compose an appropriate argumentative essay, reveal they <a href=\"http://royalessays.info/\" rel=\"nofollow\">Royalessay company</a> truly are not just good authors, but additionally great critical thinkers. Software essay inside their opinion. This service is just going to help you in producing the successful composition and looking at the most effective strategy for ISB School. It may similarly help evaluation sample essays to receive a notion about what schools hunt for throughout the choice practice. Custom Writing Services The business has professional writers and editors that have experience on earth of academic composition creating. The ideal / optimally company actually wants a few desirable qualities so that it may possibly enable customers to receive the best documents online at a good cost. <h2>What\'s coal used for? coal and its by products are finding numerous uses .</h2><p>Our papers always fulfill your needs. There are numerous steps that must be followed in the complete process of essay writing. Step one towards composing a great research paper is really to arrange whatever is always to be written. Regular Tips for their special program documents. There are a few universities, maybe not just in Indian, but throughout the planet, which offers courses to students in several subjects of teaching. For potential students, it\'s a really challenging occupation to write their initial personal school article. College schooling is just about the most vital phase of life. The teacher might suspect the pupil didn\'t write a special papers, but there\'s no strategy to demonstrate such promises. Custom article composing has turned into an extremely popular endeavor throughout the last couple of years. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/uvwqcaKYHCs\" frameborder=0\" allowfullscreen></iframe></p> <h2>The main element to motivating a market will be to spark an emotional reaction.</h2><p>There aren\'t really many custom article writing firms that provide free plagiarized documents. When you buy your entry essay from our crew of amazing writers, you\'re buying your future. Upon getting the hang of it, you\'ll understand that composing argumentative essays are not only heading to help you in school, but also out in real life also. While you may have a great educational history, you can find many other candidates who may possibly have improved grades than you. The ELAT is generally taken at your own school or university. Structure is crucial because a lot of schools actually need these entries to be standardized. Several pupils cannot satisfy the a variety of requirements of instructors and teachers regarding article writing assignments.','How exactly to Publish a Research Paper the Easy Way','','inherit','closed','closed','','277-revision-v1','','','2017-09-23 01:14:42','2017-09-23 01:14:42','',277,'http://cems-denimshow.com/index.php/277-revision-v1/',0,'revision','',0),(279,1,'2017-09-18 12:29:16','2017-09-18 12:29:16','<p>Proposition on a certain topic may be called concentrated free writing. Writing an auto Biography is an enormous endeavor. Although it really is a tough job ( presenting all the particulars briefly ), it might end up being a gratifying experience in the long run. It doesn\'t need to stay the official composition form or ideal sentences. You need to make sure to utilize a really obvious and low - offensive terminology when composing on expository composition issues. To write on an expository essay, you\'ll have to analyze and look into the advice combined with the quarrels also, in a very clear and exact style. Summarize the notions within the sentence. A satirical composition on such issue may be a first-class way to make recognition that we require to safeguard our world for the future generations. <p style=\"text-align:center;\"><img src=\"http://newsimg.bbc.co.uk/media/images/47203000/gif/_47203824_blastland_teen_preg_466_3.gif\" style=\"max-width: 500px; border: none;\"></p> <h2>For example: don\'t say: consume more fats.</h2><p>For an usual 5 paragraph composition, you\'ll want three or more reasons, or components to your own response. End it using something that may add a little world to your own essay. Write a answer to that issue. Searching at what you have created thus far, make accurate documentation of periods it is possible to look up to strive to get posts for your own paper. This notice needs to be written whenever one has been caught shop lifting. For something to become a regular ; proper persuasive essay topic, it must be an arguable problem. It really is the kind of paper you\'d write before composing a option papers. Your satirical composition may make additional brownie points with a suitable title. That the stories are all real make this article also more interesting, successful, and relatable. <h2>Residence ties totaling $7,100 have now been set.</h2><p>Oldest youngsters in considerable households often don\'t have con Tact by using their parents but mostly by using their smaller siblings. Parents continue to be experimenting with the little one as they are fresh parents. In the event your parents don\'t own your small business, you may nevertheless perform for <a href=\"http://customessays.me.uk/\">essay help online</a> them. Every Parent wants their child to have success in life by picking a perfect profession. My mum might function as the very first and my gran may be the second. They\'re maybe not omitted by their parents with regard to love, affection, and consideration. Mister Campbell has mentioned the titles of his own kids may never be changed. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/fCVlI-_4GZQ\" frameborder=0\" allowfullscreen></iframe></p> <h2>People could even be lonely in a.</h2><p>That the genuine age choice ought to be around the parents. Interview essays let you use individuals as your own sources as opposed to novels. The type of instructors and lecturers the authorities employs in several colleges and universities is another cause of assessment malpractice. After, the identical will be factual of documents theywill have to compose. Now, students just do nicely within their academics and leave mo Re co - program apart. Persuasive writing is a significant ability for novices to discover. Writing assignments is a vital element of learner\'s education training. In the schoolroom, I Would noticed several students who\'d use inferior behaviour to acquire focus. Since the pupils are now being educated by only one parent, they might take part in alternative activities to earn more income and help their learning. <h2>It\'s all area of the hero\'s vacation..</h2><p>Since his teen decades he\'s been making money for a recording artist in an extremely profitable career. Writing skills also have business. There are various issues where you\'re able to attempt your reflective writing abilities. A great deal of instructors that are not doing an exceptional job might actually care seeing their pupils.','How exactly to Compose an Assessment Document with Sample Essays','','publish','closed','closed','','how-exactly-to-compose-an-assessment-document-with','','','2017-09-23 01:14:45','2017-09-23 01:14:45','',0,'http://cems-denimshow.com/?p=279',0,'post','',0),(280,1,'2017-09-23 01:14:45','2017-09-23 01:14:45','<p>Proposition on a certain topic may be called concentrated free writing. Writing an auto Biography is an enormous endeavor. Although it really is a tough job ( presenting all the particulars briefly ), it might end up being a gratifying experience in the long run. It doesn\'t need to stay the official composition form or ideal sentences. You need to make sure to utilize a really obvious and low - offensive terminology when composing on expository composition issues. To write on an expository essay, you\'ll have to analyze and look into the advice combined with the quarrels also, in a very clear and exact style. Summarize the notions within the sentence. A satirical composition on such issue may be a first-class way to make recognition that we require to safeguard our world for the future generations. <p style=\"text-align:center;\"><img src=\"http://newsimg.bbc.co.uk/media/images/47203000/gif/_47203824_blastland_teen_preg_466_3.gif\" style=\"max-width: 500px; border: none;\"></p> <h2>For example: don\'t say: consume more fats.</h2><p>For an usual 5 paragraph composition, you\'ll want three or more reasons, or components to your own response. End it using something that may add a little world to your own essay. Write a answer to that issue. Searching at what you have created thus far, make accurate documentation of periods it is possible to look up to strive to get posts for your own paper. This notice needs to be written whenever one has been caught shop lifting. For something to become a regular ; proper persuasive essay topic, it must be an arguable problem. It really is the kind of paper you\'d write before composing a option papers. Your satirical composition may make additional brownie points with a suitable title. That the stories are all real make this article also more interesting, successful, and relatable. <h2>Residence ties totaling $7,100 have now been set.</h2><p>Oldest youngsters in considerable households often don\'t have con Tact by using their parents but mostly by using their smaller siblings. Parents continue to be experimenting with the little one as they are fresh parents. In the event your parents don\'t own your small business, you may nevertheless perform for <a href=\"http://customessays.me.uk/\">essay help online</a> them. Every Parent wants their child to have success in life by picking a perfect profession. My mum might function as the very first and my gran may be the second. They\'re maybe not omitted by their parents with regard to love, affection, and consideration. Mister Campbell has mentioned the titles of his own kids may never be changed. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/fCVlI-_4GZQ\" frameborder=0\" allowfullscreen></iframe></p> <h2>People could even be lonely in a.</h2><p>That the genuine age choice ought to be around the parents. Interview essays let you use individuals as your own sources as opposed to novels. The type of instructors and lecturers the authorities employs in several colleges and universities is another cause of assessment malpractice. After, the identical will be factual of documents theywill have to compose. Now, students just do nicely within their academics and leave mo Re co - program apart. Persuasive writing is a significant ability for novices to discover. Writing assignments is a vital element of learner\'s education training. In the schoolroom, I Would noticed several students who\'d use inferior behaviour to acquire focus. Since the pupils are now being educated by only one parent, they might take part in alternative activities to earn more income and help their learning. <h2>It\'s all area of the hero\'s vacation..</h2><p>Since his teen decades he\'s been making money for a recording artist in an extremely profitable career. Writing skills also have business. There are various issues where you\'re able to attempt your reflective writing abilities. A great deal of instructors that are not doing an exceptional job might actually care seeing their pupils.','How exactly to Compose an Assessment Document with Sample Essays','','inherit','closed','closed','','279-revision-v1','','','2017-09-23 01:14:45','2017-09-23 01:14:45','',279,'http://cems-denimshow.com/index.php/279-revision-v1/',0,'revision','',0),(281,1,'2017-09-19 17:21:56','2017-09-19 17:21:56','<p>You may start by reading somebody else\'s article. Below is a list in what a frequent essay includes. There are a lot of people strategies to structure your article. Then I ask them all to have a look at a sample essay I\'ve composed utilizing a storyline they\'ve maybe not read or won\'t be examining in writing. Follow all these suggestions for creating an essay together with your authorship may definitely be authorized. If you prefer a more comprehensive component about the best way to protect the GAMSAT documents, see the web link below where you are going to get it free. Before I finish this statement, I need to draw your attention to a few other essential things you should have in the back of your own head whenever you happen to be writing your article. An online search reveals how popular this brief article has become. The debut of an essay will probably supply the reader an incredibly first feeling about the write-up. <p style=\"text-align:center;\"><img src=\"http://customwritingservice.science/images/259-200.jpg\" style=\"max-width: 500px; border: none;\"></p> <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/mBi6lpEEw78\" frameborder=0\" allowfullscreen></iframe></p> <h2>These initial tests may be taken while the candidate remains in faculty.</h2><p>Matched with a brilliant writing program, the easy structure is able to enable you to turn up documents rather rapidly. It was a standard statement that\'s definitely eye-catching but nonetheless carries the overall topic of the article. 10,000 to get a far more elaborate 2000- phrase essay and become paid for alterations. Composing good compositions is essential within the English Language within the perception that it enables the pupil as a way to express what\'s in their mind regarding a specific problem. There is really a structure and design which will be followed for any skill. In writing a composition or an essay, it\'s critical to understand your investigators will not just go over your articles and also appear at essential things like your grammar, punctuation, along with your style of writing. This is fundamentally the finish of your own composition. That\'s as it is basically a dumbed-down fashion of writing. <h2>Such design documents are not superior but quality and guarantee full client satisfaction.</h2><p>Because this report is actually about how to start writing good Language arrangements, let\'s today delve straight into that. The factors mentioned within the writing ought to be specific, trust worthy and dependable. 1 way of looking at writing is always to feel of your own composing as an individual. The method the guide offers is intentionally made to apply to any essay topic as well as to be beneficial for everybody understanding the method to create an excellent essay, that variety from middle school and critical college pupils through university students and grownups The most important objective of the session is for the pupils to begin pondering difficulties they may need to come up with inside their essay. It supplies you with a fantastic product that you happen to be able to place your thoughts down within an organized way. There should to be stability and permanence within the views offered via the article. It really is the type of paper you\'d compose before writing a alternative document. <h2>Advertising change 27percent into.27, which will be the same thing.</h2><p>The solution <a href=\"https://writingbee.us/\" rel=\"nofollow\">essay writing services</a> is comparable to your own explanation of the dilemma. Once you\'ve compiled a considerable report on grievances, reveal them. Unless you have a choice and are needed to answer a specific series of conventional essay concerns, you are nevertheless able to use that as a opportunity to put your best feet forward.','Healing Of Heart Problems','','publish','closed','closed','','healing-of-heart-problems-9','','','2017-09-23 01:14:47','2017-09-23 01:14:47','',0,'http://cems-denimshow.com/?p=281',0,'post','',0),(282,1,'2017-09-23 01:14:47','2017-09-23 01:14:47','<p>You may start by reading somebody else\'s article. Below is a list in what a frequent essay includes. There are a lot of people strategies to structure your article. Then I ask them all to have a look at a sample essay I\'ve composed utilizing a storyline they\'ve maybe not read or won\'t be examining in writing. Follow all these suggestions for creating an essay together with your authorship may definitely be authorized. If you prefer a more comprehensive component about the best way to protect the GAMSAT documents, see the web link below where you are going to get it free. Before I finish this statement, I need to draw your attention to a few other essential things you should have in the back of your own head whenever you happen to be writing your article. An online search reveals how popular this brief article has become. The debut of an essay will probably supply the reader an incredibly first feeling about the write-up. <p style=\"text-align:center;\"><img src=\"http://customwritingservice.science/images/259-200.jpg\" style=\"max-width: 500px; border: none;\"></p> <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/mBi6lpEEw78\" frameborder=0\" allowfullscreen></iframe></p> <h2>These initial tests may be taken while the candidate remains in faculty.</h2><p>Matched with a brilliant writing program, the easy structure is able to enable you to turn up documents rather rapidly. It was a standard statement that\'s definitely eye-catching but nonetheless carries the overall topic of the article. 10,000 to get a far more elaborate 2000- phrase essay and become paid for alterations. Composing good compositions is essential within the English Language within the perception that it enables the pupil as a way to express what\'s in their mind regarding a specific problem. There is really a structure and design which will be followed for any skill. In writing a composition or an essay, it\'s critical to understand your investigators will not just go over your articles and also appear at essential things like your grammar, punctuation, along with your style of writing. This is fundamentally the finish of your own composition. That\'s as it is basically a dumbed-down fashion of writing. <h2>Such design documents are not superior but quality and guarantee full client satisfaction.</h2><p>Because this report is actually about how to start writing good Language arrangements, let\'s today delve straight into that. The factors mentioned within the writing ought to be specific, trust worthy and dependable. 1 way of looking at writing is always to feel of your own composing as an individual. The method the guide offers is intentionally made to apply to any essay topic as well as to be beneficial for everybody understanding the method to create an excellent essay, that variety from middle school and critical college pupils through university students and grownups The most important objective of the session is for the pupils to begin pondering difficulties they may need to come up with inside their essay. It supplies you with a fantastic product that you happen to be able to place your thoughts down within an organized way. There should to be stability and permanence within the views offered via the article. It really is the type of paper you\'d compose before writing a alternative document. <h2>Advertising change 27percent into.27, which will be the same thing.</h2><p>The solution <a href=\"https://writingbee.us/\" rel=\"nofollow\">essay writing services</a> is comparable to your own explanation of the dilemma. Once you\'ve compiled a considerable report on grievances, reveal them. Unless you have a choice and are needed to answer a specific series of conventional essay concerns, you are nevertheless able to use that as a opportunity to put your best feet forward.','Healing Of Heart Problems','','inherit','closed','closed','','281-revision-v1','','','2017-09-23 01:14:47','2017-09-23 01:14:47','',281,'http://cems-denimshow.com/index.php/281-revision-v1/',0,'revision','',0),(283,1,'2017-09-15 11:07:10','2017-09-15 11:07:10','<p>In here you\'ll find tons of useful suggestions about essay writing procedure. You will have lots of time to provide the composition your very best work. After this method is the simplest means to draft a thriving essay, whatever its goal may be. With crucial creating, you\'re doing function collectively with the evidence you\'re utilizing, by adding a amount of assessment and assessment. You\'ve just created a superb article. Example essay <a href=\"http://essay-company.com/essay-writer\">writers for hire</a> writing tips are very beneficial in creating top quality composition documents. Creative composition authors have the opportunity to produce original documents. They will be able to compose instance documents utilizing all types. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/W5EuYKOMUW0\" frameborder=0\" allowfullscreen></iframe></p> <h2>One of the examples presented is always to ensure you have a lengthy article.</h2><p>First phrases in essays do not have to be leading you just have to begin With only a tweak here and there, it might become a fantastic article, you think. Stay to that many significant subject through the <a href=\"http://essay-company.com/\">professional essay writing company</a> article. Inside this part you\'ll discover types of essays belonging to different article sorts and manners of formatting. The composition reveals little if any understanding of the undertaking. It requires a place on the problem and could offer some context for discourse. The composition needs a place on the problem and might provide a critical framework for dialogue. Compose <a href=\"http://essay-company.com/assignment-writing\">online assignment</a> the opening. Now you\'ve created your thesis and the total physique of your own article, you got to compose an opening. <p style=\"text-align:center;\"><img src=\"http://getessayquick.pl/wp-content/uploads/5992794-do-research-papers-need-thesis1.jpg\" style=\"max-width: 500px; border: none;\"></p>','Clarify Essay Topics','','publish','closed','closed','','clarify-essay-topics-35','','','2017-09-23 01:14:50','2017-09-23 01:14:50','',0,'http://cems-denimshow.com/?p=283',0,'post','',0),(284,1,'2017-09-23 01:14:50','2017-09-23 01:14:50','<p>In here you\'ll find tons of useful suggestions about essay writing procedure. You will have lots of time to provide the composition your very best work. After this method is the simplest means to draft a thriving essay, whatever its goal may be. With crucial creating, you\'re doing function collectively with the evidence you\'re utilizing, by adding a amount of assessment and assessment. You\'ve just created a superb article. Example essay <a href=\"http://essay-company.com/essay-writer\">writers for hire</a> writing tips are very beneficial in creating top quality composition documents. Creative composition authors have the opportunity to produce original documents. They will be able to compose instance documents utilizing all types. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/W5EuYKOMUW0\" frameborder=0\" allowfullscreen></iframe></p> <h2>One of the examples presented is always to ensure you have a lengthy article.</h2><p>First phrases in essays do not have to be leading you just have to begin With only a tweak here and there, it might become a fantastic article, you think. Stay to that many significant subject through the <a href=\"http://essay-company.com/\">professional essay writing company</a> article. Inside this part you\'ll discover types of essays belonging to different article sorts and manners of formatting. The composition reveals little if any understanding of the undertaking. It requires a place on the problem and could offer some context for discourse. The composition needs a place on the problem and might provide a critical framework for dialogue. Compose <a href=\"http://essay-company.com/assignment-writing\">online assignment</a> the opening. Now you\'ve created your thesis and the total physique of your own article, you got to compose an opening. <p style=\"text-align:center;\"><img src=\"http://getessayquick.pl/wp-content/uploads/5992794-do-research-papers-need-thesis1.jpg\" style=\"max-width: 500px; border: none;\"></p>','Clarify Essay Topics','','inherit','closed','closed','','283-revision-v1','','','2017-09-23 01:14:50','2017-09-23 01:14:50','',283,'http://cems-denimshow.com/index.php/283-revision-v1/',0,'revision','',0),(285,1,'2017-08-24 10:32:38','2017-08-24 10:32:38','<p>In here you\'ll discover lots of helpful tips about composition writing procedure. You may have lots of time to provide the essay your best effort. After this method is the most straightforward means to draft a flourishing composition, whatever its motive may possibly be. With crucial writing, you\'re carrying out work together with the signs you\'re using, by adding a amount of examination and evaluation.<!--more--> You\'ve only written a superb essay. Illustration essay writing tips are extremely useful in making high quality article documents. Creative composition writers have the opportunity to generate original essays. They should <a href=\"https://superior-papers.org/\">termpaperforme discount codes</a> be capable of compose example essays utilizing all designs. <h2>I have never witnessed a better demonstration of the than yours.</h2></p><p>First sentences in documents don\'t have to be leading you only have to begin With only a tweak here and there, it may possibly become an incredible composition, you presume. Stick to that many important topic through the article. Inside this part you will discover samples of essays owned by distinct essay kinds and fashions of formatting. The essay reveals little if any comprehension of the job. It takes a position on the problem and may offer some context for discourse. The essay requires a placement on the problem and can provide an essential context for dialogue. Write the opening. Now you\'ve developed your dissertation and the absolute human body of your own article, you got to compose an opening. \r\n</p>','Information to Freudian Psych 101 Study Aid','','publish','closed','closed','','information-to-freudian-psych-101-study-aid','','','2017-09-23 09:16:22','2017-09-23 09:16:22','',0,'http://cems-denimshow.com/?p=285',0,'post','',0),(286,1,'2017-09-23 09:16:22','2017-09-23 09:16:22','<p>In here you\'ll discover lots of helpful tips about composition writing procedure. You may have lots of time to provide the essay your best effort. After this method is the most straightforward means to draft a flourishing composition, whatever its motive may possibly be. With crucial writing, you\'re carrying out work together with the signs you\'re using, by adding a amount of examination and evaluation.<!--more--> You\'ve only written a superb essay. Illustration essay writing tips are extremely useful in making high quality article documents. Creative composition writers have the opportunity to generate original essays. They should <a href=\"https://superior-papers.org/\">termpaperforme discount codes</a> be capable of compose example essays utilizing all designs. <h2>I have never witnessed a better demonstration of the than yours.</h2></p><p>First sentences in documents don\'t have to be leading you only have to begin With only a tweak here and there, it may possibly become an incredible composition, you presume. Stick to that many important topic through the article. Inside this part you will discover samples of essays owned by distinct essay kinds and fashions of formatting. The essay reveals little if any comprehension of the job. It takes a position on the problem and may offer some context for discourse. The essay requires a placement on the problem and can provide an essential context for dialogue. Write the opening. Now you\'ve developed your dissertation and the absolute human body of your own article, you got to compose an opening. \r\n</p>','Information to Freudian Psych 101 Study Aid','','inherit','closed','closed','','285-revision-v1','','','2017-09-23 09:16:22','2017-09-23 09:16:22','',285,'http://cems-denimshow.com/index.php/285-revision-v1/',0,'revision','',0),(287,1,'2017-09-21 12:56:44','2017-09-21 12:56:44','<p>Training programs should be honest for each learner. Do not allow the coach tag assignments within the session. A 20-30 minute Guided Reading lesson should be ready for every single degree. 1 reason that training ESL creating can be quite difficult is due to the constraints of the regular college program. While they\'re writing, the instructor should pause periodically to be able to bring focus on special vocabulary <a href=\"http://masterpapers.us/\">masterpapers</a> phrases which are helpful or given errors that students used in their own creating. This gives one to pick up the English vocabulary through actual conversations utilizing a teacher or choice students. <a href=\"http://cash4essays.net\">cash4essays.net</a> Subsequently, it\'s the perfect time allow the students begin composing. I would love to be considered a gay and interesting instructor. Motivate kids to create within their summer periodicals each evening. <h2>Not or imagine it, she\'s not the sole lady for you personally.</h2><p>Writing is an ambitious ability to perfect. Cursive writing was lost to all those additional skills. Books on tape are an outstanding resource to enrich the proficiency in pronunciation. Authorship an excellent research is dependent upon how good college students may invent an excellent working study query. Visit The Creating Coach to acquire handouts or to acquire more info about one of these homework. In great schooling papers composing firm, enhancing is produced even more efficient by having a tabulation using all of the achievable frequent blunders. Dissertation Critique is among the critical characteristic involved in the entire process of dissertation writing. <h2>Present examples of the key subject.</h2><p>Composing a dissertation desires a great deal of concentration, effective assets and a specific quantity of knowledge within the subject. Writing isn\'t a business where it is possible to actually manage to be small. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OTk6r4EsgmU\" frameborder=0\" allowfullscreen></iframe></p> <p style=\"text-align:center;\"><img src=\"http://explore.tandfonline.com/uploads/images/made/uploads/images/journals/covers/UJHE_185_233.jpg\" style=\"max-width: 500px; border: none;\"></p>','How exactly to Produce a Nationwide Honor Society Composition','','publish','closed','closed','','how-exactly-to-produce-a-nationwide-honor-society','','','2017-09-25 10:38:39','2017-09-25 10:38:39','',0,'http://cems-denimshow.com/?p=287',0,'post','',0),(288,1,'2017-09-25 10:38:39','2017-09-25 10:38:39','<p>Training programs should be honest for each learner. Do not allow the coach tag assignments within the session. A 20-30 minute Guided Reading lesson should be ready for every single degree. 1 reason that training ESL creating can be quite difficult is due to the constraints of the regular college program. While they\'re writing, the instructor should pause periodically to be able to bring focus on special vocabulary <a href=\"http://masterpapers.us/\">masterpapers</a> phrases which are helpful or given errors that students used in their own creating. This gives one to pick up the English vocabulary through actual conversations utilizing a teacher or choice students. <a href=\"http://cash4essays.net\">cash4essays.net</a> Subsequently, it\'s the perfect time allow the students begin composing. I would love to be considered a gay and interesting instructor. Motivate kids to create within their summer periodicals each evening. <h2>Not or imagine it, she\'s not the sole lady for you personally.</h2><p>Writing is an ambitious ability to perfect. Cursive writing was lost to all those additional skills. Books on tape are an outstanding resource to enrich the proficiency in pronunciation. Authorship an excellent research is dependent upon how good college students may invent an excellent working study query. Visit The Creating Coach to acquire handouts or to acquire more info about one of these homework. In great schooling papers composing firm, enhancing is produced even more efficient by having a tabulation using all of the achievable frequent blunders. Dissertation Critique is among the critical characteristic involved in the entire process of dissertation writing. <h2>Present examples of the key subject.</h2><p>Composing a dissertation desires a great deal of concentration, effective assets and a specific quantity of knowledge within the subject. Writing isn\'t a business where it is possible to actually manage to be small. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OTk6r4EsgmU\" frameborder=0\" allowfullscreen></iframe></p> <p style=\"text-align:center;\"><img src=\"http://explore.tandfonline.com/uploads/images/made/uploads/images/journals/covers/UJHE_185_233.jpg\" style=\"max-width: 500px; border: none;\"></p>','How exactly to Produce a Nationwide Honor Society Composition','','inherit','closed','closed','','287-revision-v1','','','2017-09-25 10:38:39','2017-09-25 10:38:39','',287,'http://cems-denimshow.com/index.php/287-revision-v1/',0,'revision','',0),(289,1,'2017-09-18 07:22:32','2017-09-18 07:22:32','<p>His self less sacrifice to do his aims actually indicates that Martin Luther King Jr among the most brave men and women in history. Nerve is an extremely commended characteristic in some one. The bravery to accept that world is possibly the only lasting one we\'ll find. Courage continues to be utilized for political motivation. It really is a many -faceted quality and there are several ways that you are able to create about it. It really is one of the most important characteristics in a guy because without it he will not manage to show his other virtues. It\'s one of the feature that can set a person aside from the remainder of the folks. I have seen that some times it could take courage to merely awaken and initiate the evening fresh. <h2>Hitchcock routinely utilizes his iphone and upload them for the facebook site that is band???s.</h2><p>It requires courage to the touch various individuals\'s lifestyles together with let yours be touched. Physical courage relies on one\'s muscular strength. You can purchase article written from scratch for you, purchase an essay being re written, purchase essay on-line editing or proof reading. Buying documents is significantly easier job as compared with composition conclusion for sure. For those who have actually employed essay composing services, you may be below the opinion it charges a whole lot. Hence, you should locate someone to assist you do your papers. You will not ever find such a fantastic tactic in any absolutely free paper in the web. Every study should establish its basis, which is where that\'s completed, also whenever foundation for the investigation is that little additional investigation in the specific region was done. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/fs9ecRaOINE\" frameborder=0\" allowfullscreen></iframe></p> <h2>I\'ll improve my management skills, interaction skills, decisionmaking skills, etc.</h2><p>Nonetheless, it didn\'t, clearly, any more than an lack of wings announced cowardice. If you\'re still operating the right path via your coursework, do not stress! These pupils who desire to see faculty should arrange for the money for tuition fees and additional expenditures. Each one of the scholarships now demands an article, while some are incredibly brief ( only 50 phrases ). This system is utilized to grant scholarships for around five pupils with every one of those worth $40,000. If you have a need for assistance by means of your graduate endeavor, you\'re in need of a dependable and trustworthy dissertation writing support with experienced scholar endeavor authors. You\'re welcome to sign up for assist at PapersMart, <a href=\"https://writingbee.us/writing-a-thesis\">writing a thesis</a> which has the ability to give you high-quality and original assignments. <p style=\"text-align:center;\"><img src=\"http://images.csmonitor.com/csm/2012/03/X00098_9.JPG.jpg?alias=standard_218x145\" style=\"max-width: 500px; border: none;\"></p> <h2>Advertisement actions chuck anything you do not use.</h2><p>He\'s currently at work on an array of short stories. It doesn\'t make a big difference what it is dieing for the life span of somebody else or making money to protect the children education. With the entirely free option of the livechat, you\'ve got an exclusive chance to keep in touch by means of your writer any moment throughout the tactic. It is only also critical to pay less on it. Let\'s appear at the many distinctive attributes of nerve. It is not possible to hand in a plagiarized papers whenever you\'re a graduate student. He\'s a guy of brilliant ethics and intelligence. <a href=\"https://writingbee.us/\" rel=\"nofollow\">writing essay</a> Hardly any guys on world obtain the Nobel Prize for Peace. To the contrary, it truly is something an individual develops over a time period Completely any man or girl can purchase composition from professional authors. Being a terminally patient and understanding your end is near can force you to generate the courage to have the unavoidable.','How to Begin a Publishing Career','','publish','closed','closed','','how-to-begin-a-publishing-career-5','','','2017-09-25 10:38:44','2017-09-25 10:38:44','',0,'http://cems-denimshow.com/?p=289',0,'post','',0),(290,1,'2017-09-25 10:38:44','2017-09-25 10:38:44','<p>His self less sacrifice to do his aims actually indicates that Martin Luther King Jr among the most brave men and women in history. Nerve is an extremely commended characteristic in some one. The bravery to accept that world is possibly the only lasting one we\'ll find. Courage continues to be utilized for political motivation. It really is a many -faceted quality and there are several ways that you are able to create about it. It really is one of the most important characteristics in a guy because without it he will not manage to show his other virtues. It\'s one of the feature that can set a person aside from the remainder of the folks. I have seen that some times it could take courage to merely awaken and initiate the evening fresh. <h2>Hitchcock routinely utilizes his iphone and upload them for the facebook site that is band???s.</h2><p>It requires courage to the touch various individuals\'s lifestyles together with let yours be touched. Physical courage relies on one\'s muscular strength. You can purchase article written from scratch for you, purchase an essay being re written, purchase essay on-line editing or proof reading. Buying documents is significantly easier job as compared with composition conclusion for sure. For those who have actually employed essay composing services, you may be below the opinion it charges a whole lot. Hence, you should locate someone to assist you do your papers. You will not ever find such a fantastic tactic in any absolutely free paper in the web. Every study should establish its basis, which is where that\'s completed, also whenever foundation for the investigation is that little additional investigation in the specific region was done. <p style=\"text-align:center;\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/fs9ecRaOINE\" frameborder=0\" allowfullscreen></iframe></p> <h2>I\'ll improve my management skills, interaction skills, decisionmaking skills, etc.</h2><p>Nonetheless, it didn\'t, clearly, any more than an lack of wings announced cowardice. If you\'re still operating the right path via your coursework, do not stress! These pupils who desire to see faculty should arrange for the money for tuition fees and additional expenditures. Each one of the scholarships now demands an article, while some are incredibly brief ( only 50 phrases ). This system is utilized to grant scholarships for around five pupils with every one of those worth $40,000. If you have a need for assistance by means of your graduate endeavor, you\'re in need of a dependable and trustworthy dissertation writing support with experienced scholar endeavor authors. You\'re welcome to sign up for assist at PapersMart, <a href=\"https://writingbee.us/writing-a-thesis\">writing a thesis</a> which has the ability to give you high-quality and original assignments. <p style=\"text-align:center;\"><img src=\"http://images.csmonitor.com/csm/2012/03/X00098_9.JPG.jpg?alias=standard_218x145\" style=\"max-width: 500px; border: none;\"></p> <h2>Advertisement actions chuck anything you do not use.</h2><p>He\'s currently at work on an array of short stories. It doesn\'t make a big difference what it is dieing for the life span of somebody else or making money to protect the children education. With the entirely free option of the livechat, you\'ve got an exclusive chance to keep in touch by means of your writer any moment throughout the tactic. It is only also critical to pay less on it. Let\'s appear at the many distinctive attributes of nerve. It is not possible to hand in a plagiarized papers whenever you\'re a graduate student. He\'s a guy of brilliant ethics and intelligence. <a href=\"https://writingbee.us/\" rel=\"nofollow\">writing essay</a> Hardly any guys on world obtain the Nobel Prize for Peace. To the contrary, it truly is something an individual develops over a time period Completely any man or girl can purchase composition from professional authors. Being a terminally patient and understanding your end is near can force you to generate the courage to have the unavoidable.','How to Begin a Publishing Career','','inherit','closed','closed','','289-revision-v1','','','2017-09-25 10:38:44','2017-09-25 10:38:44','',289,'http://cems-denimshow.com/index.php/289-revision-v1/',0,'revision','',0),(291,1,'2016-06-17 10:42:55','2016-06-17 10:42:55','What exactly is the way ahead for the screen printed training books inside the online grow older <p>Textbooks have stayed a leading method of obtaining material as time immemorial, and have became a vital link in all of accommodations. Guides are likely to be regarded as those printed supplies that happens to be the compilation of produced webpages, housing text of diverse forms, that could be fiction not to mention no-stories. But, using the advancement of technological advances, the definition of literature is actually modified. Simple and easy , speedy accesses to word wide web and gadgets which can utilize the online have stimulated the popularity of electric novels. As a result, virtual new developments have place the way forward for printed literature in jeopardy.<a href=\"https://samedayessay.org/dissertation-writing\">/dissertation-writing</a> </p> <p>The comprehensive usages for the solutions, primarily netbooks and smartphones, making use of Wi-Fi facility make an enormous collection of real information readily accessible to masses. For that reason, individuals have developed their personal preference from published novels for their electronic types. The exclusive marketplace has been created aided by the wide-ranging adoption on the web-based, due to which installing made by this console is the foremost concern of this owners, instead of purchasing novels from specific retail outlets. In addition, because of the inactive and entertained diet and lifestyle, men and women are fewer ready to go to the libraries to get into reproduced novels, quite, they prefer being able to access its electronic and digital variants from properties or where ever they are simply, as per their feasibility .</p> <p> Guides are really a necessary companion of people throughout their leisure time too considering that lots of people desire to browse fictitious literature throughout their free time. Still, the accessibility of novels and reviews in the form of electrical literature has overshadowed the common type of printed guides. It really is predominantly simply because of the reason that the digital novels tend not to have to have sizeable body storage containers gaps when compared to the screen printed books. Computerized books call for desktop computer reminiscence being rescued in; thus, it occupies minimal place as consumed up by a digital device. Increasing demand and using of online literature are also attributable to these people staying moveable, which suggests that they may be taken by customers to just about anywhere they go. To the contrary, the major stress of published books causes it to be demanding for people to hold them for the period of driving. Subsequently, humans are noticed to generally be very likely into the electrical ebooks during the digital era. </p> <p> Alternatively, it is usually prudent to make note of that essential chapters of universal historic past have been completely kept from the personalised shape until the particular date. Furthermore, the unequal engineering sway globally has ended in the enormous usage of published literature in a good many territories in the world. Likewise, printed out text textbooks will always be a preferred origin of the scholastic course while in classes studies in primary portions of the globe. Being a result, ebooks remain to be staying published and employed by several fractions of your human population thoroughly . Consequently, the publishers, reserve establishments and libraries have not really vanished via the man societies.</p> <p> Based on the aforementioned provided info, it happens to be expected that the utilization of imprinted literature in the online age carries a very bleak forthcoming. It actually is required to tumble lower in your period of time of this scientific boom in which everyone is continuously and hugely completing their common work while using electronic and digital routes. Since the significance about reproduced textbooks may be worsened towards a excellent severity, nonetheless, one particular are not able to just simply think the extinction of printed out books simply because hold an exclusive location because of the vast progression through recent a large number of generations. Aged varieties may become outdated, yet they would possibly not lose its characteristic wholly. It happens to be evident in the previous that newer sorts of solutions have not been able to completely substitute the mature variants of factors; as a result, published books will definitely remain in existence.</p>','What exactly is the way ahead for the screen printed training books inside the online grow older','','publish','closed','closed','','what-exactly-is-the-way-ahead-for-the-screen-5','','','2017-09-25 10:53:02','2017-09-25 10:53:02','',0,'http://cems-denimshow.com/?p=291',0,'post','',0),(292,1,'2017-09-25 10:53:02','2017-09-25 10:53:02','What exactly is the way ahead for the screen printed training books inside the online grow older <p>Textbooks have stayed a leading method of obtaining material as time immemorial, and have became a vital link in all of accommodations. Guides are likely to be regarded as those printed supplies that happens to be the compilation of produced webpages, housing text of diverse forms, that could be fiction not to mention no-stories. But, using the advancement of technological advances, the definition of literature is actually modified. Simple and easy , speedy accesses to word wide web and gadgets which can utilize the online have stimulated the popularity of electric novels. As a result, virtual new developments have place the way forward for printed literature in jeopardy.<a href=\"https://samedayessay.org/dissertation-writing\">/dissertation-writing</a> </p> <p>The comprehensive usages for the solutions, primarily netbooks and smartphones, making use of Wi-Fi facility make an enormous collection of real information readily accessible to masses. For that reason, individuals have developed their personal preference from published novels for their electronic types. The exclusive marketplace has been created aided by the wide-ranging adoption on the web-based, due to which installing made by this console is the foremost concern of this owners, instead of purchasing novels from specific retail outlets. In addition, because of the inactive and entertained diet and lifestyle, men and women are fewer ready to go to the libraries to get into reproduced novels, quite, they prefer being able to access its electronic and digital variants from properties or where ever they are simply, as per their feasibility .</p> <p> Guides are really a necessary companion of people throughout their leisure time too considering that lots of people desire to browse fictitious literature throughout their free time. Still, the accessibility of novels and reviews in the form of electrical literature has overshadowed the common type of printed guides. It really is predominantly simply because of the reason that the digital novels tend not to have to have sizeable body storage containers gaps when compared to the screen printed books. Computerized books call for desktop computer reminiscence being rescued in; thus, it occupies minimal place as consumed up by a digital device. Increasing demand and using of online literature are also attributable to these people staying moveable, which suggests that they may be taken by customers to just about anywhere they go. To the contrary, the major stress of published books causes it to be demanding for people to hold them for the period of driving. Subsequently, humans are noticed to generally be very likely into the electrical ebooks during the digital era. </p> <p> Alternatively, it is usually prudent to make note of that essential chapters of universal historic past have been completely kept from the personalised shape until the particular date. Furthermore, the unequal engineering sway globally has ended in the enormous usage of published literature in a good many territories in the world. Likewise, printed out text textbooks will always be a preferred origin of the scholastic course while in classes studies in primary portions of the globe. Being a result, ebooks remain to be staying published and employed by several fractions of your human population thoroughly . Consequently, the publishers, reserve establishments and libraries have not really vanished via the man societies.</p> <p> Based on the aforementioned provided info, it happens to be expected that the utilization of imprinted literature in the online age carries a very bleak forthcoming. It actually is required to tumble lower in your period of time of this scientific boom in which everyone is continuously and hugely completing their common work while using electronic and digital routes. Since the significance about reproduced textbooks may be worsened towards a excellent severity, nonetheless, one particular are not able to just simply think the extinction of printed out books simply because hold an exclusive location because of the vast progression through recent a large number of generations. Aged varieties may become outdated, yet they would possibly not lose its characteristic wholly. It happens to be evident in the previous that newer sorts of solutions have not been able to completely substitute the mature variants of factors; as a result, published books will definitely remain in existence.</p>','What exactly is the way ahead for the screen printed training books inside the online grow older','','inherit','closed','closed','','291-revision-v1','','','2017-09-25 10:53:02','2017-09-25 10:53:02','',291,'http://cems-denimshow.com/index.php/291-revision-v1/',0,'revision','',0),(293,1,'2017-09-25 10:58:16','2017-09-25 10:58:16','<h1>The Truth About Research Problem Topic </h1> <img alt=\"research problem topic\" style=\"margin:0px 10px; width:auto; max-height:300px; height:auto; max-width:35%\" align=\"right\" src=\"https://i.imgur.com/FP3zRb9.jpg\"> <h2> The Foolproof Research Problem Topic Strategy</h2> <p>The assert is that which you would like your crowd to believe also it needs to be stated in inch sentence. The claim can be put in things in the newspaper but is at the sentence of their physique and also the ending of the intro. It really is this fact which makes in conclusion of Toy Story 3, even at which the toys act as the possessions \'\' a ahappya ending of an kid. As a way to assess some thing, you have to assess it with all the very best case of the item. These conditions indicate exactly the thing and therefore are used interchangeably within this particular post. Use what you go through to aid you pick your particular personal position and also to assist you create a few search terms. It demonstrates that students attention it truly is really a encounter.</p> <p>You ought to be creating it around a outline which supplies a review of this newspaper if you\'re writing your research paper\'s debut. While you may well not have written this type of paper earlier you are likely knowledgeable about how because nearly all television news stories are written that this fashion it is organized. After all, only selecting a topic is not enough to compose a great research document, it\'s very important that students must also love the things that they do! Research papers are a vital portion of program.</p>\r\n<p>Should you must compose a problem-solution essay, the procedure could be slightly different. Writing an essay, no matter the topic, is demanding and also demands an person to scour as a result of the web, library, and also database that is academic to get info. Underline parts offering you ideas which you may utilize to support the different parts of one\'s own paper as you read each guide. For faculty the matters have to be such that it\'s associated with their own own studies. For simplicity, these topics are divided into categories. Make sure you pick . Negotiations might be equally as precious although you cannot do everything on line.</p>\r\n<p>If there\'s enough information that may be found about them and just arrange it assess. Take one topic that you are curious about. You shouldn\'t be hesitant if you discover it is exciting enough to take up a topic that is challenging. You may also search by theme. It will be notable if it is potential to decide on an interest that displays a way where the countries of those people of places or those Third World states might be made with the support of nursing practices that are suitable. Before becoming right down to selecting you have to consider. Science issues are easy and fascinating as there are several existing and trustworthy journals on the internet to research.</p> <p>Contemplate the selection of taking types that are hybrid or some combo of classes that may tailored to your needs. You could have to qualify your remedy by saying \" If this... then...\" Or else you might need to slim the promise to a specific category, or a certain duration of time. The matter may be a portion of one\'s own introduction, or it may make a title that is excellent. Go in the event the issue is large enough that it\'s a study and choose up this up. Though there are problems the procedure is getting more viable. Most issues can get essays about the issues.</p> <p>In case the instructor accomplishes them with all the clear answer every second, it can grow to be a matter that is detrimental. The pupils will be provided a rubric. The work that he selects to produce a collage on will influence how long is essential to complete the project. Each student may read on or must choose a single reading that we\'ve done so far, and also no more 2 students may pick the job <a href=\"http://mytermpaperwriter.net/term-paper-help/\">need paper help</a that is precise. Thus, education can create a exact fascinating research topic for those that want to know more about analyzing the ramifications of education about society. It may also be noted that nursing is not a science, it\'s an art of healing using the support of emotions. Regarding home advancement, math can be helpful concerns are answered by the homeowner .</p>\r\n<p>Online classes will hurt a students capacity to communicate and socialize with others at a manner which will enable them in case anything. They are not the solution. Get very well educated with the topic in order to your own research gets foolproof prior to starting your research, and you\'re getting to become well ready to safeguard your debate making use of info and statistics. Emotional study has additionally helped in drug development and the capacity to identify quite a few conditions ( such as Alzheimer\'s disease and Parkinson\'s). If you\'re studying some training training course or research then it\'s highly likely you will likely be requested to publish a research document as part of your homework.</p>','The Truth About Research Problem Topic','','publish','closed','closed','','the-truth-about-research-problem-topic-15','','','2017-09-25 11:02:04','2017-09-25 11:02:04','',0,'http://cems-denimshow.com/?p=293',0,'post','',0),(294,1,'2017-09-25 11:02:04','2017-09-25 11:02:04','<h1>The Truth About Research Problem Topic </h1> <img alt=\"research problem topic\" style=\"margin:0px 10px; width:auto; max-height:300px; height:auto; max-width:35%\" align=\"right\" src=\"https://i.imgur.com/FP3zRb9.jpg\"> <h2> The Foolproof Research Problem Topic Strategy</h2> <p>The assert is that which you would like your crowd to believe also it needs to be stated in inch sentence. The claim can be put in things in the newspaper but is at the sentence of their physique and also the ending of the intro. It really is this fact which makes in conclusion of Toy Story 3, even at which the toys act as the possessions \'\' a ahappya ending of an kid. As a way to assess some thing, you have to assess it with all the very best case of the item. These conditions indicate exactly the thing and therefore are used interchangeably within this particular post. Use what you go through to aid you pick your particular personal position and also to assist you create a few search terms. It demonstrates that students attention it truly is really a encounter.</p> <p>You ought to be creating it around a outline which supplies a review of this newspaper if you\'re writing your research paper\'s debut. While you may well not have written this type of paper earlier you are likely knowledgeable about how because nearly all television news stories are written that this fashion it is organized. After all, only selecting a topic is not enough to compose a great research document, it\'s very important that students must also love the things that they do! Research papers are a vital portion of program.</p>\r\n<p>Should you must compose a problem-solution essay, the procedure could be slightly different. Writing an essay, no matter the topic, is demanding and also demands an person to scour as a result of the web, library, and also database that is academic to get info. Underline parts offering you ideas which you may utilize to support the different parts of one\'s own paper as you read each guide. For faculty the matters have to be such that it\'s associated with their own own studies. For simplicity, these topics are divided into categories. Make sure you pick . Negotiations might be equally as precious although you cannot do everything on line.</p>\r\n<p>If there\'s enough information that may be found about them and just arrange it assess. Take one topic that you are curious about. You shouldn\'t be hesitant if you discover it is exciting enough to take up a topic that is challenging. You may also search by theme. It will be notable if it is potential to decide on an interest that displays a way where the countries of those people of places or those Third World states might be made with the support of nursing practices that are suitable. Before becoming right down to selecting you have to consider. Science issues are easy and fascinating as there are several existing and trustworthy journals on the internet to research.</p> <p>Contemplate the selection of taking types that are hybrid or some combo of classes that may tailored to your needs. You could have to qualify your remedy by saying \" If this... then...\" Or else you might need to slim the promise to a specific category, or a certain duration of time. The matter may be a portion of one\'s own introduction, or it may make a title that is excellent. Go in the event the issue is large enough that it\'s a study and choose up this up. Though there are problems the procedure is getting more viable. Most issues can get essays about the issues.</p> <p>In case the instructor accomplishes them with all the clear answer every second, it can grow to be a matter that is detrimental. The pupils will be provided a rubric. The work that he selects to produce a collage on will influence how long is essential to complete the project. Each student may read on or must choose a single reading that we\'ve done so far, and also no more 2 students may pick the job <a href=\"http://mytermpaperwriter.net/term-paper-help/\">need paper help</a that is precise. Thus, education can create a exact fascinating research topic for those that want to know more about analyzing the ramifications of education about society. It may also be noted that nursing is not a science, it\'s an art of healing using the support of emotions. Regarding home advancement, math can be helpful concerns are answered by the homeowner .</p>\r\n<p>Online classes will hurt a students capacity to communicate and socialize with others at a manner which will enable them in case anything. They are not the solution. Get very well educated with the topic in order to your own research gets foolproof prior to starting your research, and you\'re getting to become well ready to safeguard your debate making use of info and statistics. Emotional study has additionally helped in drug development and the capacity to identify quite a few conditions ( such as Alzheimer\'s disease and Parkinson\'s). If you\'re studying some training training course or research then it\'s highly likely you will likely be requested to publish a research document as part of your homework.</p>','The Truth About Research Problem Topic','','inherit','closed','closed','','293-revision-v1','','','2017-09-25 11:02:04','2017-09-25 11:02:04','',293,'http://cems-denimshow.com/index.php/293-revision-v1/',0,'revision','',0),(295,1,'2016-06-02 10:36:19','2016-06-02 10:36:19','THOMAS KUHN 1962 Concept About The Format Of Your Research REVOLUTIONS <p> The time period Thomas Kuhn died that year 1996; he acquired surely that his philosophical job previously had not been realized. He failed to get the opportunity to completely restate his get up on the theory on the format for the controlled revolutions. In this manner this principle is dubious so far. I are in agreement with Kuhn idea therefore I am going to attempt to defend his concept the most beneficial I can. Kuhn was an Language freelance writer as well as a philosopher who had been influential from the yr 1950 . The sad problem would be that his foes and employees did not have an understanding of him demonstrating the current educational and traditions of intellectual is just not reliable.<a href=\"https://samedayessay.org/essays-for-sale\">essays-for-sale</a></p> <p> Kuhn had not been happy about how his representatives misinterpreted his idea, and he resulted to totally dissociating from his deceitful supporters, nevertheless this failed to make him completely tough to associate with. Much like the arrange “The necessary Pressure which is more like philosophy than is history”, was posted shortly after Idea of Format because first version . He would criticize him self when he would criticize individuals, plus quite a few years, tried out again and again to change and restate these folks the perfect he could. This, I assume was his a large number of attempts to defend his hypothesis well before his unlucky loss. Inside the message on the Male Robinson who was one more philosopher (in quote of Vision and Mystification), he indicated nicely the experience of Kuhn (themselves) of not earning a feeling of what he developed to say.</p> <p> I can assert that Kuhn has been just about the most enticing philosopher English writer to your amount of the very last 40 years in which he is top-quality if, a considerable portion of his efforts just like the idea from the shape of your clinical revolutions was in the antiquity, as an alternative of discipline or beliefs. If just one ignores the a example of illustrations from the important perform, “The System of Technological Revolutions”, because of this the difficult aspect is idiosyncratic chronological example of that manual remaining not really 10, 000 words and phrases . Also, however his perform was absolutely technological philosophy or the historical past, his impact has actually been extraordinarily widespread, having a fantastic influence on benefits with the beliefs most important steady flow and in the same way a horde of humanities and social sciences disciplines, as well as others in addition. Steven Weinberg (making during the New York Overview of Textbooks, October 8, 1998, 48-52) precisely commented that old perform of Kuhn just had not been sufficient to get him the prominence that they obtained between his associate type . If Kuhn had a bad or great influence by his give good results, it is far from obvious-cut, nonetheless the matter continues which the Principle mentioned by Kuhn received lots of sense.</p> <p> Therefore, Kuhn modern technology justification obviously falls flat to present most scientific research philosophers the essentials of discipline school of thought. The same, Kuhn is struggling to offer an entire and informative scientific discipline theory, and even he breaks down to repair normative cures to be able to track scientific research acceptably. Because Kuhn breaks down to meet these important things, his followers are unhappy, may be the motive his foes and companion similar declaim certain prescription medications and concept into his philosophical hypothesis. However, my predisposition is certainly not designed to reduce but to strengthen his beliefs . His force is in his harmful mental. The indisputable fact that he will not offer you these technology philosophers anything they are looking for is exceptional. He tries to consider repeatedly that art philosophy is, never to operate in the room given by the training traditions. </p>','THOMAS KUHN 1962 Concept About The Format Of Your Research REVOLUTIONS','','publish','closed','closed','','thomas-kuhn-1962-concept-about-the-format-of-your','','','2017-09-26 09:11:52','2017-09-26 09:11:52','',0,'http://cems-denimshow.com/?p=295',0,'post','',0),(296,1,'2017-09-26 09:11:52','2017-09-26 09:11:52','THOMAS KUHN 1962 Concept About The Format Of Your Research REVOLUTIONS <p> The time period Thomas Kuhn died that year 1996; he acquired surely that his philosophical job previously had not been realized. He failed to get the opportunity to completely restate his get up on the theory on the format for the controlled revolutions. In this manner this principle is dubious so far. I are in agreement with Kuhn idea therefore I am going to attempt to defend his concept the most beneficial I can. Kuhn was an Language freelance writer as well as a philosopher who had been influential from the yr 1950 . The sad problem would be that his foes and employees did not have an understanding of him demonstrating the current educational and traditions of intellectual is just not reliable.<a href=\"https://samedayessay.org/essays-for-sale\">essays-for-sale</a></p> <p> Kuhn had not been happy about how his representatives misinterpreted his idea, and he resulted to totally dissociating from his deceitful supporters, nevertheless this failed to make him completely tough to associate with. Much like the arrange “The necessary Pressure which is more like philosophy than is history”, was posted shortly after Idea of Format because first version . He would criticize him self when he would criticize individuals, plus quite a few years, tried out again and again to change and restate these folks the perfect he could. This, I assume was his a large number of attempts to defend his hypothesis well before his unlucky loss. Inside the message on the Male Robinson who was one more philosopher (in quote of Vision and Mystification), he indicated nicely the experience of Kuhn (themselves) of not earning a feeling of what he developed to say.</p> <p> I can assert that Kuhn has been just about the most enticing philosopher English writer to your amount of the very last 40 years in which he is top-quality if, a considerable portion of his efforts just like the idea from the shape of your clinical revolutions was in the antiquity, as an alternative of discipline or beliefs. If just one ignores the a example of illustrations from the important perform, “The System of Technological Revolutions”, because of this the difficult aspect is idiosyncratic chronological example of that manual remaining not really 10, 000 words and phrases . Also, however his perform was absolutely technological philosophy or the historical past, his impact has actually been extraordinarily widespread, having a fantastic influence on benefits with the beliefs most important steady flow and in the same way a horde of humanities and social sciences disciplines, as well as others in addition. Steven Weinberg (making during the New York Overview of Textbooks, October 8, 1998, 48-52) precisely commented that old perform of Kuhn just had not been sufficient to get him the prominence that they obtained between his associate type . If Kuhn had a bad or great influence by his give good results, it is far from obvious-cut, nonetheless the matter continues which the Principle mentioned by Kuhn received lots of sense.</p> <p> Therefore, Kuhn modern technology justification obviously falls flat to present most scientific research philosophers the essentials of discipline school of thought. The same, Kuhn is struggling to offer an entire and informative scientific discipline theory, and even he breaks down to repair normative cures to be able to track scientific research acceptably. Because Kuhn breaks down to meet these important things, his followers are unhappy, may be the motive his foes and companion similar declaim certain prescription medications and concept into his philosophical hypothesis. However, my predisposition is certainly not designed to reduce but to strengthen his beliefs . His force is in his harmful mental. The indisputable fact that he will not offer you these technology philosophers anything they are looking for is exceptional. He tries to consider repeatedly that art philosophy is, never to operate in the room given by the training traditions. </p>','THOMAS KUHN 1962 Concept About The Format Of Your Research REVOLUTIONS','','inherit','closed','closed','','295-revision-v1','','','2017-09-26 09:11:52','2017-09-26 09:11:52','',295,'http://cems-denimshow.com/index.php/295-revision-v1/',0,'revision','',0),(297,1,'2016-05-25 10:34:17','2016-05-25 10:34:17','Way Ahead For THE Produced Ebooks While In The DIGITAL Grow older <p>Thinking about the position that novels have performed in human everyday life during the last four ages, it really is acknowledgeable they are a core area of our daily lives. During the last three century, publications had been the most important conduit to disseminate options, make up historical events, and see stories like imagery. On this reference, textbooks have shown to be the origin of both the contemplation and educational research. This is possible given the range which can be harbored within them through the entire function of terrific thinkers and writers accumulated as time goes by. Additionally, literature have in addition served up as being a diversion and enjoyment point as within the books.<a href=\"https://samedayessay.me/\">www.samedayessay.me</a> For this reason, literature have exhibited one of a kind artistry and intricacy.</p> <p>The presentation that has been represented in novels has become shifting along with the development of the digital community. Now, lots of the guides have been completely digitalized and anxieties are brought up about the way forward for produced guides. The availability of the e-readers next successful digitalization of ebooks will undoubtedly shift browsing routines of most scholars world wide. Distinct from produced books, e-visitor gives the choice of parallel looking through wherein one may assess thoughts for some other related url links at the same time . This supply will never be on the market when using printing models which is correct that the digitalization of publications includes biasness within its prefer.</p> <p> The future of personalised guides seems to be bleak given their limited and clumsy design. Distinct from computerized variants, they are not easily accessible by links and so are not easy to use. These are included in exact locations like organization or people libraries doing their gain access to tricky away from the designated venues. The digitalized novels in the e-reader present you with a contrary supply that could be considerably effortless that can be reached on an unrestricted way. Given that there may be world wide web accessibility, one may entry digitalized literature just about anywhere and whenever for the day . This integrity and ease necessitated by digitalized books is likely to provide reproduced publications extinct. Via digitalized training books together with other elements, practical knowledge investment has not yet only turn out to be more rapidly but even less costly, issues that published textbooks are seen never to be delivering . It truly is consequently expected that publications are according to threat with all the introduction of electronic engineering. </p> <p> Despite the presence of the much simpler approach to opening information which had been previously confined in textbooks, the digitalization of guides will still need to wait in the past normally it takes over fully. We have a clear impairment on the use of digitalized training books. The globe is asymmetrical regarding technology but some sections around the world will be more developed than other areas. Some zones are still sometimes naive concerning the technologies asked to get knowledge on the net . In such instances, ebooks will still have to be utilized for the key carrier of disseminating information. Presently, most individuals tend not to observe typical strategies to training. They select to get the job done though studying all at once. There is also cross country getting to know just where trainees learn on their own, spend less with the handful of conditions they may be joined to by their tutors nonetheless teleconferencing. This will give each student no selection apart from to read through whilst staying away from the establishment local library. Digitalized publications be useful with this group of enrollees. Regardless that published novels are less than hazard by digitalization operation, they will certainly continually execute a big job in zones that are yet technically questioned. </p>','Way Ahead For THE Produced Ebooks While In The DIGITAL Grow older','','publish','closed','closed','','way-ahead-for-the-produced-ebooks-while-in-the','','','2017-09-26 09:56:43','2017-09-26 09:56:43','',0,'http://cems-denimshow.com/?p=297',0,'post','',0),(298,1,'2017-09-26 09:56:43','2017-09-26 09:56:43','Way Ahead For THE Produced Ebooks While In The DIGITAL Grow older <p>Thinking about the position that novels have performed in human everyday life during the last four ages, it really is acknowledgeable they are a core area of our daily lives. During the last three century, publications had been the most important conduit to disseminate options, make up historical events, and see stories like imagery. On this reference, textbooks have shown to be the origin of both the contemplation and educational research. This is possible given the range which can be harbored within them through the entire function of terrific thinkers and writers accumulated as time goes by. Additionally, literature have in addition served up as being a diversion and enjoyment point as within the books.<a href=\"https://samedayessay.me/\">www.samedayessay.me</a> For this reason, literature have exhibited one of a kind artistry and intricacy.</p> <p>The presentation that has been represented in novels has become shifting along with the development of the digital community. Now, lots of the guides have been completely digitalized and anxieties are brought up about the way forward for produced guides. The availability of the e-readers next successful digitalization of ebooks will undoubtedly shift browsing routines of most scholars world wide. Distinct from produced books, e-visitor gives the choice of parallel looking through wherein one may assess thoughts for some other related url links at the same time . This supply will never be on the market when using printing models which is correct that the digitalization of publications includes biasness within its prefer.</p> <p> The future of personalised guides seems to be bleak given their limited and clumsy design. Distinct from computerized variants, they are not easily accessible by links and so are not easy to use. These are included in exact locations like organization or people libraries doing their gain access to tricky away from the designated venues. The digitalized novels in the e-reader present you with a contrary supply that could be considerably effortless that can be reached on an unrestricted way. Given that there may be world wide web accessibility, one may entry digitalized literature just about anywhere and whenever for the day . This integrity and ease necessitated by digitalized books is likely to provide reproduced publications extinct. Via digitalized training books together with other elements, practical knowledge investment has not yet only turn out to be more rapidly but even less costly, issues that published textbooks are seen never to be delivering . It truly is consequently expected that publications are according to threat with all the introduction of electronic engineering. </p> <p> Despite the presence of the much simpler approach to opening information which had been previously confined in textbooks, the digitalization of guides will still need to wait in the past normally it takes over fully. We have a clear impairment on the use of digitalized training books. The globe is asymmetrical regarding technology but some sections around the world will be more developed than other areas. Some zones are still sometimes naive concerning the technologies asked to get knowledge on the net . In such instances, ebooks will still have to be utilized for the key carrier of disseminating information. Presently, most individuals tend not to observe typical strategies to training. They select to get the job done though studying all at once. There is also cross country getting to know just where trainees learn on their own, spend less with the handful of conditions they may be joined to by their tutors nonetheless teleconferencing. This will give each student no selection apart from to read through whilst staying away from the establishment local library. Digitalized publications be useful with this group of enrollees. Regardless that published novels are less than hazard by digitalization operation, they will certainly continually execute a big job in zones that are yet technically questioned. </p>','Way Ahead For THE Produced Ebooks While In The DIGITAL Grow older','','inherit','closed','closed','','297-revision-v1','','','2017-09-26 09:56:43','2017-09-26 09:56:43','',297,'http://cems-denimshow.com/index.php/297-revision-v1/',0,'revision','',0),(299,1,'2016-04-26 11:56:08','2016-04-26 11:56:08','THE GROUNDLESS Climatic Change Points <p> Global warming would be the continuous increase in the earth’s heat at a rate that appears to be get a new weather conditions belonging to the planet. The debate about this occurrence has experienced warmed debates regarding its daily life and the main cause of the issue. A lot of investigators are convinced that heightened degrees of fractional co2 induce climate change. Even so, a large number of environmentalists believe that the latter does not have a harmful impact on temperature. The fact is, research workers set out cases, which disagree upon executing even further study. Due to this fact, modern study by other investigators offers quite a several viewpoint to the problem of global warming.<a href=\"https://grademiner-s.org/\">www.grademiner-s.org</a> This incorporated aided by the reported outcomes of climate change seem to have unjustifiable insights. </p> <p> The facts around the concern of climatic change demonstrated baseless fairly recently. For countless years, scientists talked with the regular improvement in the temperature tiers on the surroundings getting on account of co2 accumulation inside the mood. The latest studies by other specialists vary while using original findings mainly because it implies that the fractional co2 will not change the temperature conditions inside the surroundings. We have a control in which the concentration of the gas can heated our planet but over and above that levels, the environment only cools. In this case, the power of co2 minimizes to like degrees, which could not alter the atmospheric temperatures.</p> <p> The simple truth is the fact that fractional co2 soaks up heating and mirrors it here we are at the sun in the form of radiations. In spite of this, researchers state that heat were within the lower during the last a single ten years. Therefore, co2 focus with the ambiance will never be the true trigger of climate change. Actually, we have seen a spiral while in the atmospheric conditions in this throughout eleven 1000 long ago, planet earth suffered popular weather situations. Apparently the pattern repeats on its own as just lately heat heightened from .4 to .8 degrees. In addition to that, modern explore facts that your atmospheric heat might decrease to contact the ice-cubes period. In line with explore made available by BBC in 2013, universal will not be a dilemma caused by humankind, but a trend having purely natural descent. </p> <p> Subsequently, on the list of professed results climatic change is improved power of water hard storms. These occur almost every day with inflicting devastating impact on your setting. Professionals from segments of weather estimated the fact that 2006-2007 periods would feel dangerous storms internationally.Nonetheless, this hardly ever occurred which farther fragile the facts about global warming. Men and women waited with extensive anticipation but instead weather conditions cooled for the whole time of the year. The predicted extreme hurricanes did not arise despite the particularly long anticipations. In reality, this presented an opportunity to refute the worldwide heating sensation. </p>','THE GROUNDLESS Climatic Change Points','','publish','closed','closed','','the-groundless-climatic-change-points-5','','','2017-09-26 11:57:57','2017-09-26 11:57:57','',0,'http://cems-denimshow.com/?p=299',0,'post','',0),(300,1,'2017-09-26 11:57:57','2017-09-26 11:57:57','THE GROUNDLESS Climatic Change Points <p> Global warming would be the continuous increase in the earth’s heat at a rate that appears to be get a new weather conditions belonging to the planet. The debate about this occurrence has experienced warmed debates regarding its daily life and the main cause of the issue. A lot of investigators are convinced that heightened degrees of fractional co2 induce climate change. Even so, a large number of environmentalists believe that the latter does not have a harmful impact on temperature. The fact is, research workers set out cases, which disagree upon executing even further study. Due to this fact, modern study by other investigators offers quite a several viewpoint to the problem of global warming.<a href=\"https://grademiner-s.org/\">www.grademiner-s.org</a> This incorporated aided by the reported outcomes of climate change seem to have unjustifiable insights. </p> <p> The facts around the concern of climatic change demonstrated baseless fairly recently. For countless years, scientists talked with the regular improvement in the temperature tiers on the surroundings getting on account of co2 accumulation inside the mood. The latest studies by other specialists vary while using original findings mainly because it implies that the fractional co2 will not change the temperature conditions inside the surroundings. We have a control in which the concentration of the gas can heated our planet but over and above that levels, the environment only cools. In this case, the power of co2 minimizes to like degrees, which could not alter the atmospheric temperatures.</p> <p> The simple truth is the fact that fractional co2 soaks up heating and mirrors it here we are at the sun in the form of radiations. In spite of this, researchers state that heat were within the lower during the last a single ten years. Therefore, co2 focus with the ambiance will never be the true trigger of climate change. Actually, we have seen a spiral while in the atmospheric conditions in this throughout eleven 1000 long ago, planet earth suffered popular weather situations. Apparently the pattern repeats on its own as just lately heat heightened from .4 to .8 degrees. In addition to that, modern explore facts that your atmospheric heat might decrease to contact the ice-cubes period. In line with explore made available by BBC in 2013, universal will not be a dilemma caused by humankind, but a trend having purely natural descent. </p> <p> Subsequently, on the list of professed results climatic change is improved power of water hard storms. These occur almost every day with inflicting devastating impact on your setting. Professionals from segments of weather estimated the fact that 2006-2007 periods would feel dangerous storms internationally.Nonetheless, this hardly ever occurred which farther fragile the facts about global warming. Men and women waited with extensive anticipation but instead weather conditions cooled for the whole time of the year. The predicted extreme hurricanes did not arise despite the particularly long anticipations. In reality, this presented an opportunity to refute the worldwide heating sensation. </p>','THE GROUNDLESS Climatic Change Points','','inherit','closed','closed','','299-revision-v1','','','2017-09-26 11:57:57','2017-09-26 11:57:57','',299,'http://cems-denimshow.com/index.php/299-revision-v1/',0,'revision','',0),(301,1,'2017-09-15 11:28:09','2017-09-15 11:28:09','<p>There\'sn\'t any step-by-action means of writing a narrative composition is effective nicely. Following is a <a href=\"https://rush-essays.com/\">write my essay for me</a> short summary of many varieties of documents and suggestions for creating a narrative structure. By preparing a narrative essay outline for your own work, you may possibly prevent the blunders which each professional author would like to stop.<!--more--> Your narrative composition warrants an extensive version, which can be really a lot more than simply a check. Before you begin writing, you should try and comprehend what the principal goal of story essay writing. A superb narrative essay thesis statement is a truly brief abstract which is often times developed through a fantastic writer\'s individual viewpoint. These are only several the main facets of a story composition. Narrative documents shouldn\'t be cookie-cutter answer parts. There are numerous forms of documents, and following is a brief explanation of several of them. <h2>In 1685, he functioned as court adviser and historian for the house of brunswick.</h2></p><p>Topics for great documents don\'t have any limits. Banal encounters are fertile matters for exclusive narratives. Ideally you\'ve located a number of suggestions to be narrative creating easier for your pupils. It\'s possible to discuss the method through which the experience which you just shared in your article can influence the future. You\'ll still want a dissertation and chief suggestions to organize your story. Frequently the phrase plot means exactly the same thing as storyline. Nevertheless, you will find a few elementary bits your narration should have if you have to apply exceptional story telling. This requires just a little finesse in the form of your pacing, but when it is possible to pull it away, this really is a refined way to begin your article. A great method to utilise this strategy is always to start your essay with a figurative language approach. <h2>Essentially you will list both.</h2></p><p>I think that the simplest means to dramatically enhance the caliber of a story would be to actually have a climax. You must recognize something you actually desire to write about. Furthermore, you should characterize the event, individual, or picture that you\'re writing about in great depth. When composing your conclusion, you must strive to generate some type of point. The audience is going to be studied on a journey where they are going to comprehend what\'s happening within the storyline that follows several characters through a normal narrative collection. Story essays are told from a defined perspective, frequently the author\'s, so there\'s experience together with particular and frequently sensory details supplied to find the reader demanded within the components and sequence of the story. The article specifies a specific perspective. As an additional writer, you\'re experiencing the power of creation. When choosing an experience to write about, bear in mind that also a tiny occurrence (or goal, within this case ) may generate a superior essay issue in case that it\'s value for the writer. <h2>Then, to produce a final shine of one\'s function, examine your material aloud again.</h2></p><p>Because of this, I passed to the following grade with good mark. I finished college as a typical student. You may write an entire assertion, adage and even a fact that can reveal on what you\'re going to reveal. Finally, a story record ought to be genuine. The aim of a narrative statement is constantly to describe some thing. Additionally, There are these students whose storylines comprise every minute detail they could remember as they generate a narrative that appears to go on for ever with no actual focus. \r\n</p>','Year Rule To Become A Specialist','','publish','closed','closed','','year-rule-to-become-a-specialist','','','2017-09-26 13:35:16','2017-09-26 13:35:16','',0,'http://cems-denimshow.com/?p=301',0,'post','',0),(302,1,'2017-09-26 13:35:16','2017-09-26 13:35:16','<p>There\'sn\'t any step-by-action means of writing a narrative composition is effective nicely. Following is a <a href=\"https://rush-essays.com/\">write my essay for me</a> short summary of many varieties of documents and suggestions for creating a narrative structure. By preparing a narrative essay outline for your own work, you may possibly prevent the blunders which each professional author would like to stop.<!--more--> Your narrative composition warrants an extensive version, which can be really a lot more than simply a check. Before you begin writing, you should try and comprehend what the principal goal of story essay writing. A superb narrative essay thesis statement is a truly brief abstract which is often times developed through a fantastic writer\'s individual viewpoint. These are only several the main facets of a story composition. Narrative documents shouldn\'t be cookie-cutter answer parts. There are numerous forms of documents, and following is a brief explanation of several of them. <h2>In 1685, he functioned as court adviser and historian for the house of brunswick.</h2></p><p>Topics for great documents don\'t have any limits. Banal encounters are fertile matters for exclusive narratives. Ideally you\'ve located a number of suggestions to be narrative creating easier for your pupils. It\'s possible to discuss the method through which the experience which you just shared in your article can influence the future. You\'ll still want a dissertation and chief suggestions to organize your story. Frequently the phrase plot means exactly the same thing as storyline. Nevertheless, you will find a few elementary bits your narration should have if you have to apply exceptional story telling. This requires just a little finesse in the form of your pacing, but when it is possible to pull it away, this really is a refined way to begin your article. A great method to utilise this strategy is always to start your essay with a figurative language approach. <h2>Essentially you will list both.</h2></p><p>I think that the simplest means to dramatically enhance the caliber of a story would be to actually have a climax. You must recognize something you actually desire to write about. Furthermore, you should characterize the event, individual, or picture that you\'re writing about in great depth. When composing your conclusion, you must strive to generate some type of point. The audience is going to be studied on a journey where they are going to comprehend what\'s happening within the storyline that follows several characters through a normal narrative collection. Story essays are told from a defined perspective, frequently the author\'s, so there\'s experience together with particular and frequently sensory details supplied to find the reader demanded within the components and sequence of the story. The article specifies a specific perspective. As an additional writer, you\'re experiencing the power of creation. When choosing an experience to write about, bear in mind that also a tiny occurrence (or goal, within this case ) may generate a superior essay issue in case that it\'s value for the writer. <h2>Then, to produce a final shine of one\'s function, examine your material aloud again.</h2></p><p>Because of this, I passed to the following grade with good mark. I finished college as a typical student. You may write an entire assertion, adage and even a fact that can reveal on what you\'re going to reveal. Finally, a story record ought to be genuine. The aim of a narrative statement is constantly to describe some thing. Additionally, There are these students whose storylines comprise every minute detail they could remember as they generate a narrative that appears to go on for ever with no actual focus. \r\n</p>','Year Rule To Become A Specialist','','inherit','closed','closed','','301-revision-v1','','','2017-09-26 13:35:16','2017-09-26 13:35:16','',301,'http://cems-denimshow.com/index.php/301-revision-v1/',0,'revision','',0),(303,1,'2016-05-13 07:43:40','2016-05-13 07:43:40','<article><p>Are you child and you are not having enough repeatedly make use of a dissertation to? Once you are most likely frightened the fact that the publishing deadline may meet up with one prior to when you will present created penning an individual\'s dissertation. There\'s no need to concern ever again as you\'ve visited the most suitable site that will allow you publish the dissertation. There exists a swimming involved with competent freelance writers that will help make your personal dissertation yourself in your fulfillment.</p> <!--more--> \n<h1>Things in any kind of Dissertation</h1>\n<p>We make available help out with often the authoring from the dissertation inside the next pieces: ? Introduction ? Abstract and therefore Acting Summation ? Background on the investigate ? Statement of the main problem ? Research inquires ? Significance of your respective report ? Hypothesis ? Review involved with literary works ? Conceptual platform ? Dissertation approach ? Findings ? Conclusions or chitchats ? Recommendations ? Free almost limitless revision or incorporate keywords of your respective dissertation. My spouse and i as being Fame producing assistance have a clue not easy posting any dissertation newspaper are generally that\'s precisely why were here which will help you produce a very good as well as plagiarism cost-free dissertation. We offer gives you appointed a competent team of freelance writers for any field to guide you develop a professional dissertation material. Each of our very highly seasoned creators have got in-depth information in all things for that reason make no mistake- belonging to the good.<a href=\"http://buyessaynow.net/\">buy essay</a></p>How come Pick U . s .<p>? Plagiarism cost-free dissertation pieces of paper ? Free title post ? Free go over to your dissertation ? Free format to your dissertation standard paper ? Free bibliography ? Free e-mail and regular transport to your succeed ? Free almost endless efficiencies</p>\n<h2>Buy Dissertation which may be composed towards your satisfaction</h2>\n<p>Our crew is actually an amazing unique making products and services service that has been focusing on getting to know all clients? requirements subsequently translating to around 90% ever coming back potential clients. Besides, my spouse and i speak to the whole client?s output deadlines including restricted work because of clients who exactly destination instant jobs. Our own expert services usually are available24/7 using the web therefore , you can place your order whenever to your benefit. Most people saving time and cash directly on exploring once we have got high quality, tried and tested and affordable Composing professional services. With Us there\'s no need to be concerned about the security strategy of payments for the reason that our personal money processor chips are reliable along with guarantee.</p>\n<h3>100% level of comfort together with property within your Esteem printed dissertation</h3>\n<p>You could possibly be contemplating the discretion from your high grade dissertation which is properly crafted through a lot of our well-informed also felt people. Here at internet site, a number of us guarantee having to do with 100% secrecy in the stand for unfortunately we cannot reselling or upload your actual developer dissertation using the web or sometimes catalogs. Infact, if we get sent often the dissertation in your direction and you are pleased about our new hard work many of us that offer dissertation from list technique. This could cause the actual heel and therefore rightful person who owns the unique in addition to dissertation that promises that you comparison in your own school.</p></article>','High quality Dissertation penning Expert services','','publish','closed','closed','','high-quality-dissertation-penning-expert-services','','','2017-09-26 13:55:24','2017-09-26 13:55:24','',0,'http://cems-denimshow.com/?p=303',0,'post','',0),(304,1,'2017-09-26 13:55:24','2017-09-26 13:55:24','<article><p>Are you child and you are not having enough repeatedly make use of a dissertation to? Once you are most likely frightened the fact that the publishing deadline may meet up with one prior to when you will present created penning an individual\'s dissertation. There\'s no need to concern ever again as you\'ve visited the most suitable site that will allow you publish the dissertation. There exists a swimming involved with competent freelance writers that will help make your personal dissertation yourself in your fulfillment.</p> <!--more--> \n<h1>Things in any kind of Dissertation</h1>\n<p>We make available help out with often the authoring from the dissertation inside the next pieces: ? Introduction ? Abstract and therefore Acting Summation ? Background on the investigate ? Statement of the main problem ? Research inquires ? Significance of your respective report ? Hypothesis ? Review involved with literary works ? Conceptual platform ? Dissertation approach ? Findings ? Conclusions or chitchats ? Recommendations ? Free almost limitless revision or incorporate keywords of your respective dissertation. My spouse and i as being Fame producing assistance have a clue not easy posting any dissertation newspaper are generally that\'s precisely why were here which will help you produce a very good as well as plagiarism cost-free dissertation. We offer gives you appointed a competent team of freelance writers for any field to guide you develop a professional dissertation material. Each of our very highly seasoned creators have got in-depth information in all things for that reason make no mistake- belonging to the good.<a href=\"http://buyessaynow.net/\">buy essay</a></p>How come Pick U . s .<p>? Plagiarism cost-free dissertation pieces of paper ? Free title post ? Free go over to your dissertation ? Free format to your dissertation standard paper ? Free bibliography ? Free e-mail and regular transport to your succeed ? Free almost endless efficiencies</p>\n<h2>Buy Dissertation which may be composed towards your satisfaction</h2>\n<p>Our crew is actually an amazing unique making products and services service that has been focusing on getting to know all clients? requirements subsequently translating to around 90% ever coming back potential clients. Besides, my spouse and i speak to the whole client?s output deadlines including restricted work because of clients who exactly destination instant jobs. Our own expert services usually are available24/7 using the web therefore , you can place your order whenever to your benefit. Most people saving time and cash directly on exploring once we have got high quality, tried and tested and affordable Composing professional services. With Us there\'s no need to be concerned about the security strategy of payments for the reason that our personal money processor chips are reliable along with guarantee.</p>\n<h3>100% level of comfort together with property within your Esteem printed dissertation</h3>\n<p>You could possibly be contemplating the discretion from your high grade dissertation which is properly crafted through a lot of our well-informed also felt people. Here at internet site, a number of us guarantee having to do with 100% secrecy in the stand for unfortunately we cannot reselling or upload your actual developer dissertation using the web or sometimes catalogs. Infact, if we get sent often the dissertation in your direction and you are pleased about our new hard work many of us that offer dissertation from list technique. This could cause the actual heel and therefore rightful person who owns the unique in addition to dissertation that promises that you comparison in your own school.</p></article>','High quality Dissertation penning Expert services','','inherit','closed','closed','','303-revision-v1','','','2017-09-26 13:55:24','2017-09-26 13:55:24','',303,'http://cems-denimshow.com/index.php/303-revision-v1/',0,'revision','',0),(305,1,'2013-09-24 17:45:05','2013-09-24 17:45:05','<p>Students are constantly looking for valid, dependable and real sort of composing services who deliver low plagiarized, significant quality specialist documents in compliance with their necessities and want. In establishing your reputation on your own content alternatives, dedicated to college documents, you might have a money-making business, because pupils wish to seek support and pay the appropriate cost if they\'re happy with the service.<!--more--> It I declaration about what the essay is about. Subsequently, review the article for a whole. So as to write a fantastic view article, you need to follow these 3 measures. Go wrong, and the whole essay is really a mess. Writing on line was not that exciting! Clearly, custom papers writing services aren\'t free. Or when you\'re only creating a statement and searching for tips. <h2>Journal of relative psychology (italicized), 127 (italicized), (2).</h2><p>You might be going to get the perfect document created in compliance with your needs. It\'s during this critique you could have the capacity to understand that which you\'ve written. Keep these points <a href=\"https://ozzz.org/\">online writing services review</a> in your mind if you enjoy to write a unbiased and thoughtful review. An average review needs to be insightful, but don\'t sense as though you must make a deep level about the picture. Study different folks\'s reviews. Editing is a crucial part of essay creating. Likewise, additionally, it involves formatting the essay also. Generally the dissertation is situated in the 1st paragraph of the essay. <h2>Touch on \"mail, connections, calendars\" and goto \"fetch new information\".</h2><p>The information presented via the essay should be accurate. Here one normally contains the introductory components of the article. For a common 5 paragraph article, you might be going to require three or more motives, or parts for your own response.','Remaining Institution Early If you quit on important institution early, you\'ve probably previously discovered that you must have a college level that was significant.','','publish','closed','closed','','remaining-institution-early-if-you-quit-on','','','2017-09-26 18:21:24','2017-09-26 18:21:24','',0,'http://cems-denimshow.com/?p=305',0,'post','',0),(306,1,'2017-09-26 18:21:24','2017-09-26 18:21:24','<p>Students are constantly looking for valid, dependable and real sort of composing services who deliver low plagiarized, significant quality specialist documents in compliance with their necessities and want. In establishing your reputation on your own content alternatives, dedicated to college documents, you might have a money-making business, because pupils wish to seek support and pay the appropriate cost if they\'re happy with the service.<!--more--> It I declaration about what the essay is about. Subsequently, review the article for a whole. So as to write a fantastic view article, you need to follow these 3 measures. Go wrong, and the whole essay is really a mess. Writing on line was not that exciting! Clearly, custom papers writing services aren\'t free. Or when you\'re only creating a statement and searching for tips. <h2>Journal of relative psychology (italicized), 127 (italicized), (2).</h2><p>You might be going to get the perfect document created in compliance with your needs. It\'s during this critique you could have the capacity to understand that which you\'ve written. Keep these points <a href=\"https://ozzz.org/\">online writing services review</a> in your mind if you enjoy to write a unbiased and thoughtful review. An average review needs to be insightful, but don\'t sense as though you must make a deep level about the picture. Study different folks\'s reviews. Editing is a crucial part of essay creating. Likewise, additionally, it involves formatting the essay also. Generally the dissertation is situated in the 1st paragraph of the essay. <h2>Touch on \"mail, connections, calendars\" and goto \"fetch new information\".</h2><p>The information presented via the essay should be accurate. Here one normally contains the introductory components of the article. For a common 5 paragraph article, you might be going to require three or more motives, or parts for your own response.','Remaining Institution Early If you quit on important institution early, you\'ve probably previously discovered that you must have a college level that was significant.','','inherit','closed','closed','','305-revision-v1','','','2017-09-26 18:21:24','2017-09-26 18:21:24','',305,'http://cems-denimshow.com/index.php/305-revision-v1/',0,'revision','',0),(307,1,'2017-08-26 21:32:08','2017-08-26 21:32:08','<p>Many students find the prospect of studies that are online incredibly fascinating. Universities and several US colleges present online PhD programs. At these faculties, capital is usually purchased within the same way it would be-at a normal university. Learners who want to follow a PhD online may also not be uninterested in capital possibilities geared exclusively http://voyancemailgratuite.esy.es/?p=2966 towards online students. Albert Einstein Academic Scholarship The Albert Educational Scholarship is not close to students using levels that are theirs online who present educational excellence. OnlinePhDprograms.com feels that \"in addition to giving individuals with methods that are extraordinary, fiscal guidance can also be essential \" to achieve their educational goals. The business helps so that they can spend more hours with their reports qualifying learners using their educational charges. The Einstein Educational Fund is respected at $ 500.</p> <h2>If this be error and upon me proved, i never writ, nor no guy actually adored.</h2><p>PhD Programs onlinephdprograms.com The Instructor Education Guidance for School and Higher-Education (TEACH) Grant Program The Teacher Education Aid for School and Degree (EDUCATE) Offer Program gives scholarships appreciated at up to $4,000 per year to graduate individuals willing to teach elementary or extra college pupils from low income people. Individuals who get EDUCATE awards should educate at legally approved universities for at least four academic decades within eight calendar years of completing the doctoral level for which they certainly were awarded a TEACH Grant. Attend a web based university that\'s picked to be involved in this program and PhD students who are US citizens are not ineligible to apply. EDUCATE Grant Program US Department of Knowledge 400 Maryland Avenue Washington 20202 800-433-3243 studentaid.ed.gov The Riley Brilliance in Education Scholarship The Ann\'Tunky\"\'Riley Grant valued at $25,000 and annually given to two new pupils at Walden University. Pupils applying for the first-time in another of The Rich WATTS. Riley College of Schooling and Authority plans are not ineligible for the award. Learners pursuing a PhD of Training should send particular affect an economically disadvantaged school or area, especially their constructive effect on the lives of individuals and an essay of 1,000 terms or less conveying their command additions. University Office of Financial Aid 650 South Exeter Street Baltimore 21202 888-296-1874 waldenu.edu</p>','Teacher Fraud on CRAIGSLIST.com -- my ad that was tutoring captivated scammers of the truth seeking profit, destroying confidence','','publish','closed','closed','','teacher-fraud-on-craigslist-com-my-ad-that-was','','','2017-09-27 08:54:08','2017-09-27 08:54:08','',0,'http://cems-denimshow.com/?p=307',0,'post','',0),(308,1,'2017-09-27 08:54:08','2017-09-27 08:54:08','<p>Many students find the prospect of studies that are online incredibly fascinating. Universities and several US colleges present online PhD programs. At these faculties, capital is usually purchased within the same way it would be-at a normal university. Learners who want to follow a PhD online may also not be uninterested in capital possibilities geared exclusively http://voyancemailgratuite.esy.es/?p=2966 towards online students. Albert Einstein Academic Scholarship The Albert Educational Scholarship is not close to students using levels that are theirs online who present educational excellence. OnlinePhDprograms.com feels that \"in addition to giving individuals with methods that are extraordinary, fiscal guidance can also be essential \" to achieve their educational goals. The business helps so that they can spend more hours with their reports qualifying learners using their educational charges. The Einstein Educational Fund is respected at $ 500.</p> <h2>If this be error and upon me proved, i never writ, nor no guy actually adored.</h2><p>PhD Programs onlinephdprograms.com The Instructor Education Guidance for School and Higher-Education (TEACH) Grant Program The Teacher Education Aid for School and Degree (EDUCATE) Offer Program gives scholarships appreciated at up to $4,000 per year to graduate individuals willing to teach elementary or extra college pupils from low income people. Individuals who get EDUCATE awards should educate at legally approved universities for at least four academic decades within eight calendar years of completing the doctoral level for which they certainly were awarded a TEACH Grant. Attend a web based university that\'s picked to be involved in this program and PhD students who are US citizens are not ineligible to apply. EDUCATE Grant Program US Department of Knowledge 400 Maryland Avenue Washington 20202 800-433-3243 studentaid.ed.gov The Riley Brilliance in Education Scholarship The Ann\'Tunky\"\'Riley Grant valued at $25,000 and annually given to two new pupils at Walden University. Pupils applying for the first-time in another of The Rich WATTS. Riley College of Schooling and Authority plans are not ineligible for the award. Learners pursuing a PhD of Training should send particular affect an economically disadvantaged school or area, especially their constructive effect on the lives of individuals and an essay of 1,000 terms or less conveying their command additions. University Office of Financial Aid 650 South Exeter Street Baltimore 21202 888-296-1874 waldenu.edu</p>','Teacher Fraud on CRAIGSLIST.com -- my ad that was tutoring captivated scammers of the truth seeking profit, destroying confidence','','inherit','closed','closed','','307-revision-v1','','','2017-09-27 08:54:08','2017-09-27 08:54:08','',307,'http://cems-denimshow.com/index.php/307-revision-v1/',0,'revision','',0),(309,1,'2017-09-04 21:35:06','2017-09-04 21:35:06','<p>Though acupuncture was initially developed in China 1000s of years https://www.fastcase.com/students-educational-blog/information-to-get-yourself-ready-for-an-interior-2/ ago, because it seeped into Korean tradition, a certain fashion originated. When choosing a course of cure, the Korean style of acupuncture is strongly for this Five Components theory and thinks each patients particular constitution. The korean-style of acupuncture is differentiated by its certain focus on stimulating stress items within the arms. Vietnamese Hand Therapy (as its sometimes termed) is just a comparatively new-style with this old method: it increased out from the work of Dr. Tae Woo Yoo while in the late-twentieth century. Vietnamese Hand Acupuncture matters more than 300 strain points in the palm that may be stimulated to affect the internal organs and all of the techniques of the human body and 14 meridians. It is a fantastic type of acupuncture for a person who is adverse to possess needles since the physique could be addressed with stress points inside the hands alone. Within the kingdom of Korean acupuncture you can find two primary limbs: Taeguek (also known as the Meridian Flow style, because it is targeted on one\'s heart meridians) and Saam (also called the Four-Needle Method, or Factor Therapy Fashion). Dr.</p> <h2>You can have a unique and nice debut party for a budget effortless around the wallet.</h2><p>HB Kim -regarded Japanese acupuncturist in San Francisco Bay Area and author of the Manual of Oriental Medicine and also the Minibook of Oriental Medicine classifies Vietnamese acupuncture within the method that is following: 1. Meridian Stream Type Chim Juhaeng Chim 2. Component Remedy Design Pyung- Chim - SaAm -Chim Like all types of acupuncture, the Korean style doesn\'t concentrate on treating distinct varieties of illness or damage, but rather treats your body being a whole technique that must perform in stability in order to be healthy. However, inside the method that was Korean, selected grievances are best treated with specific sub-varieties of the acupuncture technique. As an example, Pyung -Chim is wonderful for treating Hwa pain -Chim is useful for systemic conditions, and Ju Haeng-Chim is the greatest strategy to recover a normal vitality flow along with equilibrium. Dr. Betty thought we would exercise Korean acupuncture for its own proven scientific results and its detailed and superior academic view. Where these two realms match, acupuncture is just a productive technique for managing, preventing and recovering sickness and disease. For information regarding Dr. acupuncture workshops and books, visit.</p>','Just how to Produce Sentence Proofs for Geometry','','publish','closed','closed','','just-how-to-produce-sentence-proofs-for-geometry','','','2017-09-27 08:54:12','2017-09-27 08:54:12','',0,'http://cems-denimshow.com/?p=309',0,'post','',0),(310,1,'2017-09-27 08:54:12','2017-09-27 08:54:12','<p>Though acupuncture was initially developed in China 1000s of years https://www.fastcase.com/students-educational-blog/information-to-get-yourself-ready-for-an-interior-2/ ago, because it seeped into Korean tradition, a certain fashion originated. When choosing a course of cure, the Korean style of acupuncture is strongly for this Five Components theory and thinks each patients particular constitution. The korean-style of acupuncture is differentiated by its certain focus on stimulating stress items within the arms. Vietnamese Hand Therapy (as its sometimes termed) is just a comparatively new-style with this old method: it increased out from the work of Dr. Tae Woo Yoo while in the late-twentieth century. Vietnamese Hand Acupuncture matters more than 300 strain points in the palm that may be stimulated to affect the internal organs and all of the techniques of the human body and 14 meridians. It is a fantastic type of acupuncture for a person who is adverse to possess needles since the physique could be addressed with stress points inside the hands alone. Within the kingdom of Korean acupuncture you can find two primary limbs: Taeguek (also known as the Meridian Flow style, because it is targeted on one\'s heart meridians) and Saam (also called the Four-Needle Method, or Factor Therapy Fashion). Dr.</p> <h2>You can have a unique and nice debut party for a budget effortless around the wallet.</h2><p>HB Kim -regarded Japanese acupuncturist in San Francisco Bay Area and author of the Manual of Oriental Medicine and also the Minibook of Oriental Medicine classifies Vietnamese acupuncture within the method that is following: 1. Meridian Stream Type Chim Juhaeng Chim 2. Component Remedy Design Pyung- Chim - SaAm -Chim Like all types of acupuncture, the Korean style doesn\'t concentrate on treating distinct varieties of illness or damage, but rather treats your body being a whole technique that must perform in stability in order to be healthy. However, inside the method that was Korean, selected grievances are best treated with specific sub-varieties of the acupuncture technique. As an example, Pyung -Chim is wonderful for treating Hwa pain -Chim is useful for systemic conditions, and Ju Haeng-Chim is the greatest strategy to recover a normal vitality flow along with equilibrium. Dr. Betty thought we would exercise Korean acupuncture for its own proven scientific results and its detailed and superior academic view. Where these two realms match, acupuncture is just a productive technique for managing, preventing and recovering sickness and disease. For information regarding Dr. acupuncture workshops and books, visit.</p>','Just how to Produce Sentence Proofs for Geometry','','inherit','closed','closed','','309-revision-v1','','','2017-09-27 08:54:12','2017-09-27 08:54:12','',309,'http://cems-denimshow.com/index.php/309-revision-v1/',0,'revision','',0),(311,1,'2017-09-13 21:38:09','2017-09-13 21:38:09','<p>There can be a postscript an addon to a correspondence that goes following the concluding signature brand. The most popular acronym to start out a http://www.shoutfactorytvlive.com/2017/08/18/how-to-estimate-your-opening-balance-sheet/ postscript range is \"P.S.\" Utilizing a postscript on the company leader has pitfalls and rewards. Postscript Fundamentals Postscript describes program or publishing offered following the letter\'s major information. Having a P.S. Brand after your trademark isolates that point from the remaining noticeis content. This isolation helps it be quickly obvious to some reader. It\'s also standard to incorporate your initials following the range, based on the Emily Article Company whenever you add a handwritten letter and a postscript line.</p> <h2>Receive a free phase from ??book oneself solid?? at.this article was published on january 23, 2006.</h2><p>Postscript Pros and Cons Introducing a postscript into a business letter can be a method to emphasize or strengthen a crucial point, or to incorporate an additional detail. The logic is that it is possible to highlight your final main feature or benefit inside your communication by the addition of it to a distinct point. For example, you may declare, \"P.S. Our option is the just one recognized by ABC Newsletter like a green option within our market.\" An unsuccessful P.S. The impression tasks that your thoughts were n\'t organized by you. It makes more feeling to function it in to the body of the correspondence, if the postscript is actually a mere afterthought and not a persuasive message. Stating, \"P.S. Just in case you didn\'t understand, we do provide parts for that Z81 type,\" sounds like a disconnected addon.</p>','How exactly to Estimate and Cite a Play within an Article Utilizing MLA Format','','publish','closed','closed','','how-exactly-to-estimate-and-cite-a-play-within-an','','','2017-09-27 08:54:14','2017-09-27 08:54:14','',0,'http://cems-denimshow.com/?p=311',0,'post','',0),(312,1,'2017-09-27 08:54:14','2017-09-27 08:54:14','<p>There can be a postscript an addon to a correspondence that goes following the concluding signature brand. The most popular acronym to start out a http://www.shoutfactorytvlive.com/2017/08/18/how-to-estimate-your-opening-balance-sheet/ postscript range is \"P.S.\" Utilizing a postscript on the company leader has pitfalls and rewards. Postscript Fundamentals Postscript describes program or publishing offered following the letter\'s major information. Having a P.S. Brand after your trademark isolates that point from the remaining noticeis content. This isolation helps it be quickly obvious to some reader. It\'s also standard to incorporate your initials following the range, based on the Emily Article Company whenever you add a handwritten letter and a postscript line.</p> <h2>Receive a free phase from ??book oneself solid?? at.this article was published on january 23, 2006.</h2><p>Postscript Pros and Cons Introducing a postscript into a business letter can be a method to emphasize or strengthen a crucial point, or to incorporate an additional detail. The logic is that it is possible to highlight your final main feature or benefit inside your communication by the addition of it to a distinct point. For example, you may declare, \"P.S. Our option is the just one recognized by ABC Newsletter like a green option within our market.\" An unsuccessful P.S. The impression tasks that your thoughts were n\'t organized by you. It makes more feeling to function it in to the body of the correspondence, if the postscript is actually a mere afterthought and not a persuasive message. Stating, \"P.S. Just in case you didn\'t understand, we do provide parts for that Z81 type,\" sounds like a disconnected addon.</p>','How exactly to Estimate and Cite a Play within an Article Utilizing MLA Format','','inherit','closed','closed','','311-revision-v1','','','2017-09-27 08:54:14','2017-09-27 08:54:14','',311,'http://cems-denimshow.com/index.php/311-revision-v1/',0,'revision','',0),(313,1,'2017-09-22 21:40:51','2017-09-22 21:40:51','<p>Google faces issue from app designer Google is currently experiencing an investigation in the European Commission on whether Google s visibility with Android, including bundling its apps harms different applications. (Photo: Virginia Mayo, Associated Press) BAY AREA A developer http://www.virtuousspirits.com/best-student-essay-writer-service-choice-2/recommendations-on-resume-writing-regarding-skills/ has reported to Western specialists that Google is abusing its popularity whilst the maker by banning its privacy and protection programs of the entire worldis greatest portable running software. Creator of programs that block third-parties from tracking Android users as they look at use or Website apps on the units, remove, recorded the antitrust issue on Wednesday against Google while in the European Union. Because it disrupts Google\'s efforts to monitor and goal marketing it really is alleging Google forbidden Remove from your Google Play shop. Remove is asking Western specialists to demand Bing to put back its programs in the Play store. \" the issue recorded because after a large number of people saved our Android software, which protects users from spyware and violations, Google knocked the app from the Play Shop twice,\" Remove cofounder Casey Oppenheim explained. \" We asked Google to rethink and discuss how to acquire back the applications in the store, but Bing would not even engage in a conversation.\" Google released a declaration contacting the problem \"baseless.\" It says because it disturbs how other programs functionality, it ripped the software. Additionally, it pointed out that Play characteristics more than 200 privacy programs that abide by its plans. \"Our Google and plans Play.</p> <h2>The minimum score desired so that you can obtain a document is 72 percent.</h2><p>have long forbidden programs that interfere with additional applications (including by adjusting their functionality, or removing their way of earning profits),\" the organization stated within the statement. \" We utilize this plan uniformly and it is strongly supported by designers.\" However, the grievance may cause complications for Google that is currently experiencing an investigation in the European Commission on whether Googleis prominence including bundling its apps on devices, harms different applications. Read or Reveal this history: http://usat.ly 1IcMcKT that is /</p>','How-to Produce a Financial-Statement','','publish','closed','closed','','how-to-produce-a-financial-statement','','','2017-09-27 08:54:17','2017-09-27 08:54:17','',0,'http://cems-denimshow.com/?p=313',0,'post','',0),(314,1,'2017-09-27 08:54:17','2017-09-27 08:54:17','<p>Google faces issue from app designer Google is currently experiencing an investigation in the European Commission on whether Google s visibility with Android, including bundling its apps harms different applications. (Photo: Virginia Mayo, Associated Press) BAY AREA A developer http://www.virtuousspirits.com/best-student-essay-writer-service-choice-2/recommendations-on-resume-writing-regarding-skills/ has reported to Western specialists that Google is abusing its popularity whilst the maker by banning its privacy and protection programs of the entire worldis greatest portable running software. Creator of programs that block third-parties from tracking Android users as they look at use or Website apps on the units, remove, recorded the antitrust issue on Wednesday against Google while in the European Union. Because it disrupts Google\'s efforts to monitor and goal marketing it really is alleging Google forbidden Remove from your Google Play shop. Remove is asking Western specialists to demand Bing to put back its programs in the Play store. \" the issue recorded because after a large number of people saved our Android software, which protects users from spyware and violations, Google knocked the app from the Play Shop twice,\" Remove cofounder Casey Oppenheim explained. \" We asked Google to rethink and discuss how to acquire back the applications in the store, but Bing would not even engage in a conversation.\" Google released a declaration contacting the problem \"baseless.\" It says because it disturbs how other programs functionality, it ripped the software. Additionally, it pointed out that Play characteristics more than 200 privacy programs that abide by its plans. \"Our Google and plans Play.</p> <h2>The minimum score desired so that you can obtain a document is 72 percent.</h2><p>have long forbidden programs that interfere with additional applications (including by adjusting their functionality, or removing their way of earning profits),\" the organization stated within the statement. \" We utilize this plan uniformly and it is strongly supported by designers.\" However, the grievance may cause complications for Google that is currently experiencing an investigation in the European Commission on whether Googleis prominence including bundling its apps on devices, harms different applications. Read or Reveal this history: http://usat.ly 1IcMcKT that is /</p>','How-to Produce a Financial-Statement','','inherit','closed','closed','','313-revision-v1','','','2017-09-27 08:54:17','2017-09-27 08:54:17','',313,'http://cems-denimshow.com/index.php/313-revision-v1/',0,'revision','',0),(315,1,'2017-09-11 08:15:15','2017-09-11 08:15:15','<p>Writing documents could be employed! Article writing is pretty strict occasionally but that doesn\'t maintain you from actually being a small creative. It may be difficult, but it doesn\'t have to be. Don\'t run in to writing. Unfortunately, there\'s simply no guaranteed stage-by-step method to creating a brilliant essay. Concisely, taking into consideration the aforementioned advice on writing great documents may assist in improving your creating. What this implies is, you are needed to be writing an analysis essay.<!--more--> To begin, pick the article intent to receive began. <h2>Wa gives many academic options in a friendly, clean and secure atmosphere.</h2></p><p>If after reading this whole page you don\'t be aware for your own essay, avoid being astonished. The experience achieved through studying is richer and much more personal, since exactly the same description as well as the comparable phrase pick may end in as numerous understandings because there are readers. The scholar should see to the essay much like a tale and have fun although composing it. Here is a case of the way I Had do an essay program before I began writing. There is completely no particular limit on a terrific variety of phrases have to be composed within the article Composing Component, but it really is just not essential to write more than 350 words because examiners generally devote the precise limitation of time on every check work. IELTS article is simply a special written work. In the written portion of the IELTS examination, you\'ll have to exhibit your vocabulary\'s wealthy.</p> <p style=\"text-align:center;\"><img src=\"http://www.changedyslexia.org/paperdytective.png\" style=\"max-width: 500px; border: none;\"></p> <h2>Teach the abilities students has to be productive in senior school and lifestyle after graduation (i.</h2><p>Firstly, a couple of words need to be told relating to this examination. The essay is easily the most essential part a school appllication, observe test essays ideal for applying to universities in us. We\'ve designed our Article Writing Centre to supply you with key strategies and pointers in order to begin in the proper direction no issue in case your article is created to convince the university admissions team that you\'re the best applicant, should you be making your case to acquire a scholarship, or simply should you be looking for help by means of your assignments. Locate the instructor who\'ll review your composition. Obviously, it is critical to execute both jobs from part Creating, but that doesn\'t suggest you\'ve to begin creating instantly. Composition writing is some thing extremely little folks appreciate but regrettably it is mandatory. It\'ll be maybe not enough simply to observe and write texts because you must work on a great deal of blunders. Essays should be linear elements of articles they provide one thought at one period. <h2>Writing will soon be hard, maybe impossible.</h2></p><p>They are never designed to be simple, but <a href=\"https://privateessay.net/\">best essay writing service yahoo answers</a> they could be lots of fun. The most crucial aspect of the essay is largely for you to decide on a persona which interests you. When you\'re writing, stay far from utilizing the precise content over and over. Eventually, documents need to be composed in your individual voice. A great powerful essay need to be meticulously based on cold-hearted arguments, though it may affect emotions additionally. Not just does the essay as an entire demand structure, each sentence should match particular requirements. He can provide you with good advice, price your article under the exact same standards as the examiner may. <h2>Just how to Respond With Too Low-Pay to Work Offer</h2></p><p>The examiner is not heading to study and evaluate what\'s perhaps not directly the dilemma. Moreover, be certain that one can create to admissions officials and that you\'re not writing above their heads. \r\n</p>','Just how to Create a Link Paper','','publish','closed','closed','','just-how-to-create-a-link-paper','','','2017-09-27 09:09:33','2017-09-27 09:09:33','',0,'http://cems-denimshow.com/?p=315',0,'post','',0),(316,1,'2017-09-27 09:09:33','2017-09-27 09:09:33','<p>Writing documents could be employed! Article writing is pretty strict occasionally but that doesn\'t maintain you from actually being a small creative. It may be difficult, but it doesn\'t have to be. Don\'t run in to writing. Unfortunately, there\'s simply no guaranteed stage-by-step method to creating a brilliant essay. Concisely, taking into consideration the aforementioned advice on writing great documents may assist in improving your creating. What this implies is, you are needed to be writing an analysis essay.<!--more--> To begin, pick the article intent to receive began. <h2>Wa gives many academic options in a friendly, clean and secure atmosphere.</h2></p><p>If after reading this whole page you don\'t be aware for your own essay, avoid being astonished. The experience achieved through studying is richer and much more personal, since exactly the same description as well as the comparable phrase pick may end in as numerous understandings because there are readers. The scholar should see to the essay much like a tale and have fun although composing it. Here is a case of the way I Had do an essay program before I began writing. There is completely no particular limit on a terrific variety of phrases have to be composed within the article Composing Component, but it really is just not essential to write more than 350 words because examiners generally devote the precise limitation of time on every check work. IELTS article is simply a special written work. In the written portion of the IELTS examination, you\'ll have to exhibit your vocabulary\'s wealthy.</p> <p style=\"text-align:center;\"><img src=\"http://www.changedyslexia.org/paperdytective.png\" style=\"max-width: 500px; border: none;\"></p> <h2>Teach the abilities students has to be productive in senior school and lifestyle after graduation (i.</h2><p>Firstly, a couple of words need to be told relating to this examination. The essay is easily the most essential part a school appllication, observe test essays ideal for applying to universities in us. We\'ve designed our Article Writing Centre to supply you with key strategies and pointers in order to begin in the proper direction no issue in case your article is created to convince the university admissions team that you\'re the best applicant, should you be making your case to acquire a scholarship, or simply should you be looking for help by means of your assignments. Locate the instructor who\'ll review your composition. Obviously, it is critical to execute both jobs from part Creating, but that doesn\'t suggest you\'ve to begin creating instantly. Composition writing is some thing extremely little folks appreciate but regrettably it is mandatory. It\'ll be maybe not enough simply to observe and write texts because you must work on a great deal of blunders. Essays should be linear elements of articles they provide one thought at one period. <h2>Writing will soon be hard, maybe impossible.</h2></p><p>They are never designed to be simple, but <a href=\"https://privateessay.net/\">best essay writing service yahoo answers</a> they could be lots of fun. The most crucial aspect of the essay is largely for you to decide on a persona which interests you. When you\'re writing, stay far from utilizing the precise content over and over. Eventually, documents need to be composed in your individual voice. A great powerful essay need to be meticulously based on cold-hearted arguments, though it may affect emotions additionally. Not just does the essay as an entire demand structure, each sentence should match particular requirements. He can provide you with good advice, price your article under the exact same standards as the examiner may. <h2>Just how to Respond With Too Low-Pay to Work Offer</h2></p><p>The examiner is not heading to study and evaluate what\'s perhaps not directly the dilemma. Moreover, be certain that one can create to admissions officials and that you\'re not writing above their heads. \r\n</p>','Just how to Create a Link Paper','','inherit','closed','closed','','315-revision-v1','','','2017-09-27 09:09:33','2017-09-27 09:09:33','',315,'http://cems-denimshow.com/index.php/315-revision-v1/',0,'revision','',0),(317,1,'2017-09-27 10:30:44','2017-09-27 10:30:44','Most helpful essay composing encouragement for educational background and discovering <p>We haven\'t any attention in keeping you at nighttime and will be glad to place you connected with the capable in charge of authoring your customizable essay. This manner you possibly can express your requirements just and provide option or feed-back once again if you would like that the actual product is mostly a tailor made-authored task that satisfies your whole prerequisites. It may well even \"look\" as should you have made it!Other organisations introducing customizable essay setting up carriers make all sorts of cases. We don\'t make any records. We simply go in combination with your needs and supply you together with the newspaper you expect so you can get.</p> <h2>Essay crafting system</h2> <p>I had been persuaded that enrollees who acquired into Harvard, Berkeley, Oxford, Cambridge, and other renowned US and English colleges and universities would job opportunity a great deal tougher when compared to the types admitted to “secondary” educational institutions. Honestly, they generally do deliver the results laborious; which could possibly be the particular rationale why they could not handle to are unsuccessful. In a few cases, the assignment’s requires are so incredibly detailed that it’s confusing due to the college students to understand just what the practical request is. The difficulties of ESL students are even much bigger; it will be just about hopeless for the kids to form extent-position academic expert articles and various other articles. Seeing that the charges for plagiarism are definitely substantial, they provide bought to be dependent on essay composing services as being a attention which provides exclusive products having the given due date.</p> <p>You know the concept of fraudulent is, and simply showing your triumph is a lot more strong for a number of or they might not get appropriate assist from educators, or have a good amount of time to devote toward complete is not going to change the concise explanation of being unfaithful, or permit it to be fabulous in every way. Discussing from each of the finishes to your debate, there exists anyone that become pretty in the same way if these merchandise are coming up with lazy youngsters and supporting to raise an unprepared work force.</p> <p>To be a college learner, de-determination and be scared of failure can easily exhaust university students and transmit one to sadness procedure. This is actually the purpose, you can\'t then take pleasure in the some fruits of academic life span like overdue occasion get-togethers, interpersonal meetings and organizations. This is certainly why our building company Swift Training is formulated and structured in this way that our conclude strive is in order to satisfy you by featuring the strategies to anything you are searhing for. We\'ll work with you get over the marks and fears of academic life through especially pushed task writing. We might construct for your business a full parade of projects for a topic of some several hours plus the variety of team we have now now.</p>','Most helpful essay composing encouragement for educational background and discovering','','publish','closed','closed','','most-helpful-essay-composing-encouragement-for','','','2017-09-27 10:53:38','2017-09-27 10:53:38','',0,'http://cems-denimshow.com/?p=317',0,'post','',0),(318,1,'2017-09-27 10:53:38','2017-09-27 10:53:38','Most helpful essay composing encouragement for educational background and discovering <p>We haven\'t any attention in keeping you at nighttime and will be glad to place you connected with the capable in charge of authoring your customizable essay. This manner you possibly can express your requirements just and provide option or feed-back once again if you would like that the actual product is mostly a tailor made-authored task that satisfies your whole prerequisites. It may well even \"look\" as should you have made it!Other organisations introducing customizable essay setting up carriers make all sorts of cases. We don\'t make any records. We simply go in combination with your needs and supply you together with the newspaper you expect so you can get.</p> <h2>Essay crafting system</h2> <p>I had been persuaded that enrollees who acquired into Harvard, Berkeley, Oxford, Cambridge, and other renowned US and English colleges and universities would job opportunity a great deal tougher when compared to the types admitted to “secondary” educational institutions. Honestly, they generally do deliver the results laborious; which could possibly be the particular rationale why they could not handle to are unsuccessful. In a few cases, the assignment’s requires are so incredibly detailed that it’s confusing due to the college students to understand just what the practical request is. The difficulties of ESL students are even much bigger; it will be just about hopeless for the kids to form extent-position academic expert articles and various other articles. Seeing that the charges for plagiarism are definitely substantial, they provide bought to be dependent on essay composing services as being a attention which provides exclusive products having the given due date.</p> <p>You know the concept of fraudulent is, and simply showing your triumph is a lot more strong for a number of or they might not get appropriate assist from educators, or have a good amount of time to devote toward complete is not going to change the concise explanation of being unfaithful, or permit it to be fabulous in every way. Discussing from each of the finishes to your debate, there exists anyone that become pretty in the same way if these merchandise are coming up with lazy youngsters and supporting to raise an unprepared work force.</p> <p>To be a college learner, de-determination and be scared of failure can easily exhaust university students and transmit one to sadness procedure. This is actually the purpose, you can\'t then take pleasure in the some fruits of academic life span like overdue occasion get-togethers, interpersonal meetings and organizations. This is certainly why our building company Swift Training is formulated and structured in this way that our conclude strive is in order to satisfy you by featuring the strategies to anything you are searhing for. We\'ll work with you get over the marks and fears of academic life through especially pushed task writing. We might construct for your business a full parade of projects for a topic of some several hours plus the variety of team we have now now.</p>','Most helpful essay composing encouragement for educational background and discovering','','inherit','closed','closed','','317-revision-v1','','','2017-09-27 10:53:38','2017-09-27 10:53:38','',317,'http://cems-denimshow.com/index.php/317-revision-v1/',0,'revision','',0),(319,1,'2017-09-01 18:10:21','2017-09-01 18:10:21','<p>A fantastic essay could be a defining paper for students\' foreseeable future education and learning process as well as job not having overestimation. A coherently composed essay is a move into a considerably better everyday life even though some learners fall short to write it caused by possessing dozens other duties along with a desire, really need to cover as countless topics for the duration of their higher education ages as possible. It is easy to fork over money for tailor made essays over the internet assistance that going to occur in handy with no a matter. We presenting assistance of some of the most talented English-speaking writers to satisfy your every last requirement</p> <!--more--> <a href=\"https://studyjumper.com/custom-essays\">custom essays</a>\n <p>We do understand that contemporary students are often times under force owing to challenging deadlines and very hard jobs to complete. Our high quality writers are often all set to give you a top-quality paper because of the deadline. You simply will need to finish fairly simple and very quickly registration and obtain an entire entry to our almost every option in existence for the websites.</p><p>We ensure a top quality of every academic paper. Our proficient workforce consists of the best reliable writers in a position to accomplish any Grasp or Ph.D. assignment. We at essay producing company retain the services of the best industry experts. Each and every author is often tested to meet the very best academic and customized composing standards. On top of that, you\'ll be able to procure an essay and consider your authorized preferable author and get in touch with him precisely to supply all obligatory aspects and additional content that would allow him to finish the job.</p><em>Save your time and energy and buy custom made essay</em> on the internet on our efficient site to profit from its essential benefits.<h1>Get From Emotional stress and Order Customized Essay Composing Program!</h1><p>Students are aware that the lifestyle tends to be somewhat worrying bearing in mind many topics and topics to deal with. Our intention could be to make your school lifetime as pleased as you can. Stops spending hours during the libraries or surfing the web seeking specifics for the essay. All you will need may be to position an buy in the most inexpensive and dependable paper composing services and start making the most of your life.</p><h2>What is truly a tailor made essay?</h2><p>Many essays are requested from learners for the period of their tutorial profession. These essays will selection from compare and contrast and distinction essayto description essays. These essays need to be authored in the several way which conforms to all the guidelines and restrictions of essay crafting. When learners create their essays they may have to include their very own type of composing. Every body has a assorted type. After they receive the help of essay crafting solutions to jot down their essays, there\'re supplied with an essay that is drafted around the similar fashion and specifically geared towards conference the assignment standards. These essays might be formatted properly, structured inside the properly manner and penned in a very method that can adhere into the students? composing design and style and know-how amount. That is what makes these authored by gurus a custom made essay.</p><strong>We supply the very best stage of self-belief from the end result moreover to our other many advantages that come with:</strong><ul><li>24/7 to choose from Shopper Support</li><li>100% Plagiarism-Free Custom made Essays</li><li>Refund Guidelines and Moneyback Guarantee</li><li>Affordable Selling prices on customized essay writing</li><li>Dissertations</li><li>Writing Analysis papers</li><li>Editing and Proofreading</li><li>10 Many years Experience Writing</li></ul>Use any in the to choose from options to call us, position your buy and received professionally composed papers. You can expect to get a solution within just some seconds once you send out all mandatory specifications and purchase descriptions!','CUSTOM ESSAY Composing Support - Dwell School Daily life Towards the FULLEST','','publish','closed','closed','','custom-essay-composing-support-dwell-school-daily-life-towards-the-fullest','','','2017-09-27 10:57:29','2017-09-27 10:57:29','',0,'http://cems-denimshow.com/?p=319',0,'post','',0),(320,1,'2017-09-27 10:57:29','2017-09-27 10:57:29','<p>A fantastic essay could be a defining paper for students\' foreseeable future education and learning process as well as job not having overestimation. A coherently composed essay is a move into a considerably better everyday life even though some learners fall short to write it caused by possessing dozens other duties along with a desire, really need to cover as countless topics for the duration of their higher education ages as possible. It is easy to fork over money for tailor made essays over the internet assistance that going to occur in handy with no a matter. We presenting assistance of some of the most talented English-speaking writers to satisfy your every last requirement</p> <!--more--> <a href=\"https://studyjumper.com/custom-essays\">custom essays</a>\n <p>We do understand that contemporary students are often times under force owing to challenging deadlines and very hard jobs to complete. Our high quality writers are often all set to give you a top-quality paper because of the deadline. You simply will need to finish fairly simple and very quickly registration and obtain an entire entry to our almost every option in existence for the websites.</p><p>We ensure a top quality of every academic paper. Our proficient workforce consists of the best reliable writers in a position to accomplish any Grasp or Ph.D. assignment. We at essay producing company retain the services of the best industry experts. Each and every author is often tested to meet the very best academic and customized composing standards. On top of that, you\'ll be able to procure an essay and consider your authorized preferable author and get in touch with him precisely to supply all obligatory aspects and additional content that would allow him to finish the job.</p><em>Save your time and energy and buy custom made essay</em> on the internet on our efficient site to profit from its essential benefits.<h1>Get From Emotional stress and Order Customized Essay Composing Program!</h1><p>Students are aware that the lifestyle tends to be somewhat worrying bearing in mind many topics and topics to deal with. Our intention could be to make your school lifetime as pleased as you can. Stops spending hours during the libraries or surfing the web seeking specifics for the essay. All you will need may be to position an buy in the most inexpensive and dependable paper composing services and start making the most of your life.</p><h2>What is truly a tailor made essay?</h2><p>Many essays are requested from learners for the period of their tutorial profession. These essays will selection from compare and contrast and distinction essayto description essays. These essays need to be authored in the several way which conforms to all the guidelines and restrictions of essay crafting. When learners create their essays they may have to include their very own type of composing. Every body has a assorted type. After they receive the help of essay crafting solutions to jot down their essays, there\'re supplied with an essay that is drafted around the similar fashion and specifically geared towards conference the assignment standards. These essays might be formatted properly, structured inside the properly manner and penned in a very method that can adhere into the students? composing design and style and know-how amount. That is what makes these authored by gurus a custom made essay.</p><strong>We supply the very best stage of self-belief from the end result moreover to our other many advantages that come with:</strong><ul><li>24/7 to choose from Shopper Support</li><li>100% Plagiarism-Free Custom made Essays</li><li>Refund Guidelines and Moneyback Guarantee</li><li>Affordable Selling prices on customized essay writing</li><li>Dissertations</li><li>Writing Analysis papers</li><li>Editing and Proofreading</li><li>10 Many years Experience Writing</li></ul>Use any in the to choose from options to call us, position your buy and received professionally composed papers. You can expect to get a solution within just some seconds once you send out all mandatory specifications and purchase descriptions!','CUSTOM ESSAY Composing Support - Dwell School Daily life Towards the FULLEST','','inherit','closed','closed','','319-revision-v1','','','2017-09-27 10:57:29','2017-09-27 10:57:29','',319,'http://cems-denimshow.com/index.php/319-revision-v1/',0,'revision','',0),(321,1,'2016-09-08 07:27:51','2016-09-08 07:27:51','Bestessay4u . Com scan: number one company to acquire paper on any topic swiftly and easy <p>Will you be nervous on how to cope with tricky academic projects?<!--more--> bestessay4u.com ensures turnkey expert services that help everyone obtain higher marks. </p> <h1>Paper Writing Services</h1> <p>bestessay4u.com really is a business which offers leading customized , thesis writing helping hand for lots of your essay writing issues. The brand worked together with collegers many universities all around the world. The pieces of writing are generally of great quality, unique, handed asap, and as well at acceptable rates. </p> <h2>Our Essay Writing Service</h2> <p>The core of skilled freelance writers at bestessay4u.com actually are Specialists and Ph.D level holders who grant buyers essay or dissertation aid, , and as well are ready to master pretty much all types of tailormade and superior writing. Right here are the critical reviews which will advise clients to spend money on piece of writing on line with bestessay4u.com.</p> <h3>Assistance provided</h3> <p>bestessay4u.com returns numerous college students coming from many educative training courses by delivering the fantastic checklist of article assistance, . The website has made the products and services able to be seen in multiple classifications. The competent essay freelance writers present you nearly any standard or specialized writing, . The clients are able to obtain essays via the internet, and also a great number of numerous services</p> <p>At this point is a ready-made collection of the on-line paper help you will obtain browsing bestessay4u.com:</p> <p> <ul> <li> Academic tasks completion - it provides any type of essay freelance writing, that features narrative, argumentative articles, admission essay, review and contrast, etc. The freelance writers can create term papers, abstracts, evaluations on a new book or films.</li> <li> </li> <li> Assignments: we may well prepare articles, different website writing work, case study, and coursework, etc. </li> <li>Proofreader\'s offerings: proofreading and styling. </li> <li> </li> <li>Thesis: all sorts of paperwork, phd writing, research proposal.</li> </ul></p> <p>It is clear that that bestessay4u.com offers a lot more than simply just <a href=\"https://bestessay4u.com/proofreading\">https://bestessay4u.com/proofreading/</a> and article services, the specifications of the expert services could be received from the web.</p> <h3>Price levels</h3> <p>The the prices at bestessay4u.com mostly will depend on course year, writing kind, volume of required pages, writing style, as well as date of completion. You\'ll be able to discover acceptable selling prices in the rate section as provided in a tabular form taking into consideration 3 aspects on out site. Potential clients can easily acquire , works on the net and quite easily analyze the range they\'re paying over the order. Therefore, it is transparent and opened before the customers that bestessay4u.com isn\'t going to cheat its actual purchasers nonetheless is incredibly genuine in pricing.</p> <p>The price ranges of company\'s products happen to be realistically cheaper when compared to all others firms of identical specialized niche. The selling prices go up whilst the client\'s studying phase increases just like the customer making order for the high-school level needs to cover only $12 with the low urgency along with the short final target time may need to cover $34.85. The consumer ordering at PhD level must pay out $44.98, together with the peak volume and short time frame of barely three hours.</p> <p> <ul> <li>1. College levels- from $14.80 to $ 37. </li> <li>2. Undergraduate lvl - from $17.10 to $38.92.</li> <li>3. Bachelor level - $22.80 to $41.</li> </ul></p> <p>The students should not be concerned about just about any invisible expenses, due to bestessay4u.com can never request that. You\'ll certainly be presented with 100 % free alterations within two week period quickly after completion of paper; Free of charge title page, reference page, subject material checklist, and recommendation; and also Free consultation Round The Clock. The purchasers are guaranteed to acquire a academic paper of a superior quality, with very low cost price levels.</p> <h3>Price savings and additional benefits</h3> <p>The potential clients get periodic superb price cuts all through the year with bestessay4u.com. Should you be a regular client of the company, you end up getting various cost savings based upon how much of the pages you purchase. You will enjoy price cuts that range from fivePct to a dozenPct together with fifteenPercent based on demanded the amount of pages. Thus, any time you pay for way more paper pages, you\'ll receive more significant price savings. On top of that, should you bring a fresh client to bestessay4u.com, you will definitely delight in wonderful price cut offerings.</p> <h3>Customer support and web-site functionality</h3> <p>bestessay4u.com is considered the most user-friendly and simple to use web-site to make it easier to get content on the net. This custom article website delivers, very good customer care, private writing pieces, and good quality solutions. Search for the bestessay4u.com evaluations and opinions to ensure the smart conclusion. Services are available Twenty-four / Seven and 365 days a year on cost-free phone calls and chats to make sure it is speedier and quite a bit easier to receive responses to pretty much all questions relevant to making college documents. These people will never allow any letter without attention or pending.</p> <h2>Essay writers</h2> <p> All of the writers at bestessay4u.com are highly trained, savvy as well as have unique writing talent to give buyers prompt, a hundredPct genuine, as well as professional college aid or </p> <h3>Conclusions</h2> <p>To help you gain more encouragement in buying works online from bestessay4u.com see the feedbacks, success stories and go to the to examine supplementary services.</p>','Bestessay4u . Com scan: number one company to acquire paper on any topic swiftly and easy','','publish','closed','closed','','bestessay4u-com-scan-number-one-company-to-acquire','','','2017-09-27 12:03:48','2017-09-27 12:03:48','',0,'http://cems-denimshow.com/?p=321',0,'post','',0),(322,1,'2017-09-27 12:03:48','2017-09-27 12:03:48','Bestessay4u . Com scan: number one company to acquire paper on any topic swiftly and easy <p>Will you be nervous on how to cope with tricky academic projects?<!--more--> bestessay4u.com ensures turnkey expert services that help everyone obtain higher marks. </p> <h1>Paper Writing Services</h1> <p>bestessay4u.com really is a business which offers leading customized , thesis writing helping hand for lots of your essay writing issues. The brand worked together with collegers many universities all around the world. The pieces of writing are generally of great quality, unique, handed asap, and as well at acceptable rates. </p> <h2>Our Essay Writing Service</h2> <p>The core of skilled freelance writers at bestessay4u.com actually are Specialists and Ph.D level holders who grant buyers essay or dissertation aid, , and as well are ready to master pretty much all types of tailormade and superior writing. Right here are the critical reviews which will advise clients to spend money on piece of writing on line with bestessay4u.com.</p> <h3>Assistance provided</h3> <p>bestessay4u.com returns numerous college students coming from many educative training courses by delivering the fantastic checklist of article assistance, . The website has made the products and services able to be seen in multiple classifications. The competent essay freelance writers present you nearly any standard or specialized writing, . The clients are able to obtain essays via the internet, and also a great number of numerous services</p> <p>At this point is a ready-made collection of the on-line paper help you will obtain browsing bestessay4u.com:</p> <p> <ul> <li> Academic tasks completion - it provides any type of essay freelance writing, that features narrative, argumentative articles, admission essay, review and contrast, etc. The freelance writers can create term papers, abstracts, evaluations on a new book or films.</li> <li> </li> <li> Assignments: we may well prepare articles, different website writing work, case study, and coursework, etc. </li> <li>Proofreader\'s offerings: proofreading and styling. </li> <li> </li> <li>Thesis: all sorts of paperwork, phd writing, research proposal.</li> </ul></p> <p>It is clear that that bestessay4u.com offers a lot more than simply just <a href=\"https://bestessay4u.com/proofreading\">https://bestessay4u.com/proofreading/</a> and article services, the specifications of the expert services could be received from the web.</p> <h3>Price levels</h3> <p>The the prices at bestessay4u.com mostly will depend on course year, writing kind, volume of required pages, writing style, as well as date of completion. You\'ll be able to discover acceptable selling prices in the rate section as provided in a tabular form taking into consideration 3 aspects on out site. Potential clients can easily acquire , works on the net and quite easily analyze the range they\'re paying over the order. Therefore, it is transparent and opened before the customers that bestessay4u.com isn\'t going to cheat its actual purchasers nonetheless is incredibly genuine in pricing.</p> <p>The price ranges of company\'s products happen to be realistically cheaper when compared to all others firms of identical specialized niche. The selling prices go up whilst the client\'s studying phase increases just like the customer making order for the high-school level needs to cover only $12 with the low urgency along with the short final target time may need to cover $34.85. The consumer ordering at PhD level must pay out $44.98, together with the peak volume and short time frame of barely three hours.</p> <p> <ul> <li>1. College levels- from $14.80 to $ 37. </li> <li>2. Undergraduate lvl - from $17.10 to $38.92.</li> <li>3. Bachelor level - $22.80 to $41.</li> </ul></p> <p>The students should not be concerned about just about any invisible expenses, due to bestessay4u.com can never request that. You\'ll certainly be presented with 100 % free alterations within two week period quickly after completion of paper; Free of charge title page, reference page, subject material checklist, and recommendation; and also Free consultation Round The Clock. The purchasers are guaranteed to acquire a academic paper of a superior quality, with very low cost price levels.</p> <h3>Price savings and additional benefits</h3> <p>The potential clients get periodic superb price cuts all through the year with bestessay4u.com. Should you be a regular client of the company, you end up getting various cost savings based upon how much of the pages you purchase. You will enjoy price cuts that range from fivePct to a dozenPct together with fifteenPercent based on demanded the amount of pages. Thus, any time you pay for way more paper pages, you\'ll receive more significant price savings. On top of that, should you bring a fresh client to bestessay4u.com, you will definitely delight in wonderful price cut offerings.</p> <h3>Customer support and web-site functionality</h3> <p>bestessay4u.com is considered the most user-friendly and simple to use web-site to make it easier to get content on the net. This custom article website delivers, very good customer care, private writing pieces, and good quality solutions. Search for the bestessay4u.com evaluations and opinions to ensure the smart conclusion. Services are available Twenty-four / Seven and 365 days a year on cost-free phone calls and chats to make sure it is speedier and quite a bit easier to receive responses to pretty much all questions relevant to making college documents. These people will never allow any letter without attention or pending.</p> <h2>Essay writers</h2> <p> All of the writers at bestessay4u.com are highly trained, savvy as well as have unique writing talent to give buyers prompt, a hundredPct genuine, as well as professional college aid or </p> <h3>Conclusions</h2> <p>To help you gain more encouragement in buying works online from bestessay4u.com see the feedbacks, success stories and go to the to examine supplementary services.</p>','Bestessay4u . Com scan: number one company to acquire paper on any topic swiftly and easy','','inherit','closed','closed','','321-revision-v1','','','2017-09-27 12:03:48','2017-09-27 12:03:48','',321,'http://cems-denimshow.com/index.php/321-revision-v1/',0,'revision','',0),(323,1,'2017-09-12 11:19:46','2017-09-12 11:19:46','<p>This advice and strategies are able to help you make a solid impact. Learn the best tips from writers But these documents may be composed into a major common, and these suggestions can assist you. Use helpful techniques to enhance your authorship. Purchase your ideal essay now Our composition authors actually know how exactly to offer perfect custom essay writing services to students all around the world.<!--more--> Well, there are not many things to check while writing such documents. Compose a terrific article isn\'t actually helpful. This is among the most useful story essay thoughts, as well as it applies to fiction writing. Story essay writing is rather an intriguing and entertaining excercise. His will let you compose your <a href=\"https://superior-papers.org/\">superior-papers.org</a> composition properly. <h2>Greater remembering of information that is researched.</h2></p><p>A fundamental manual on how best to write an article. In high schools students should write about more acute things and in addition the texts ought to be much longer. Thus, we\'ve been of overriding help multiples of customers through the planet on paper narrative essays. It\'s going to enable you to present your thoughts in an even more orderly fashion, and decide the events and particulars that can be covered within the essay. After the moment arrives to summary your own narrative article for kids you need to think about the primary purposes briefly after which end with a solid remark, regarding the thesis. W you know the crucial guidelines and suggestions of story article. That might be prevented in situation the rules on paper an exceptional story essay are adopted. This type of article offers the wide-ranging perspective of documents where a substantial quantity of content can easily fit in. These documents are consistently anecdotal, experiential, and private. <h2>Others have liver disease just like ald; but, they dink minimum alcohol.</h2></p><p>There are various narrative essay meanings, but the most vital minute is that essay counts on the private experience and it ought not comprise rhetoric queries. It\'s going to enable you to comprehend the importance of emphasizing the aim within the article. As a way to compose an expert assessment article it is crucial to decide the similar composition business. When writing a narrative article, nevertheless, producing a minumum of one scene is essential. The bottom line is, it\'s like an instant narrative that\'s a great introduction, a great physique, including an obvious finish. It would become a scene, plus it would take up more room within the article compared to the remainder of the storyline. A critique of from beginning to end The shape of a tale can be compared to. It should be proper finished to sum up the entire narrative in manners as if it really is stopping a storyline on the most acceptable note. <h2>Ad agree intention to breakup.</h2></p><p>Offer to generate a narrative. We\'re mindful that how it really is hard to deal with many assignments. A wise student won\'t ever trust the creating service which sells pre- created documents. If you need to enrich your writing skills, you ought to do this by composing your self. Evidently, you must decide the writing assistant incredibly cautiously. Before starting authorship, you should list down the events on an object of document. Afterward, placing a piece of your own spirit in your article will consistently help it become first and innovative. <h2>Consultant gives important recommendations and guidelines to decrease troubled kids isolation.</h2></p><p>A narrative bit must have a superb circulation from starting to finish. What\'s the composing stage. \r\n</p>','Informative Essay Topics','','publish','closed','closed','','informative-essay-topics','','','2017-09-27 13:03:24','2017-09-27 13:03:24','',0,'http://cems-denimshow.com/?p=323',0,'post','',0),(324,1,'2017-09-27 13:03:24','2017-09-27 13:03:24','<p>This advice and strategies are able to help you make a solid impact. Learn the best tips from writers But these documents may be composed into a major common, and these suggestions can assist you. Use helpful techniques to enhance your authorship. Purchase your ideal essay now Our composition authors actually know how exactly to offer perfect custom essay writing services to students all around the world.<!--more--> Well, there are not many things to check while writing such documents. Compose a terrific article isn\'t actually helpful. This is among the most useful story essay thoughts, as well as it applies to fiction writing. Story essay writing is rather an intriguing and entertaining excercise. His will let you compose your <a href=\"https://superior-papers.org/\">superior-papers.org</a> composition properly. <h2>Greater remembering of information that is researched.</h2></p><p>A fundamental manual on how best to write an article. In high schools students should write about more acute things and in addition the texts ought to be much longer. Thus, we\'ve been of overriding help multiples of customers through the planet on paper narrative essays. It\'s going to enable you to present your thoughts in an even more orderly fashion, and decide the events and particulars that can be covered within the essay. After the moment arrives to summary your own narrative article for kids you need to think about the primary purposes briefly after which end with a solid remark, regarding the thesis. W you know the crucial guidelines and suggestions of story article. That might be prevented in situation the rules on paper an exceptional story essay are adopted. This type of article offers the wide-ranging perspective of documents where a substantial quantity of content can easily fit in. These documents are consistently anecdotal, experiential, and private. <h2>Others have liver disease just like ald; but, they dink minimum alcohol.</h2></p><p>There are various narrative essay meanings, but the most vital minute is that essay counts on the private experience and it ought not comprise rhetoric queries. It\'s going to enable you to comprehend the importance of emphasizing the aim within the article. As a way to compose an expert assessment article it is crucial to decide the similar composition business. When writing a narrative article, nevertheless, producing a minumum of one scene is essential. The bottom line is, it\'s like an instant narrative that\'s a great introduction, a great physique, including an obvious finish. It would become a scene, plus it would take up more room within the article compared to the remainder of the storyline. A critique of from beginning to end The shape of a tale can be compared to. It should be proper finished to sum up the entire narrative in manners as if it really is stopping a storyline on the most acceptable note. <h2>Ad agree intention to breakup.</h2></p><p>Offer to generate a narrative. We\'re mindful that how it really is hard to deal with many assignments. A wise student won\'t ever trust the creating service which sells pre- created documents. If you need to enrich your writing skills, you ought to do this by composing your self. Evidently, you must decide the writing assistant incredibly cautiously. Before starting authorship, you should list down the events on an object of document. Afterward, placing a piece of your own spirit in your article will consistently help it become first and innovative. <h2>Consultant gives important recommendations and guidelines to decrease troubled kids isolation.</h2></p><p>A narrative bit must have a superb circulation from starting to finish. What\'s the composing stage. \r\n</p>','Informative Essay Topics','','inherit','closed','closed','','323-revision-v1','','','2017-09-27 13:03:24','2017-09-27 13:03:24','',323,'http://cems-denimshow.com/index.php/323-revision-v1/',0,'revision','',0),(325,1,'2017-08-30 22:25:36','2017-08-30 22:25:36','<p>Does The App To Fight Visitors, Consider Technology Too Much? The phrase There’ s an app for that might seem somewhat old, nonetheless it seems to be rising trueras we start more and more of our lives to digital applications. In the past couple of years, equally transportation and courting happen to be revolutionized with smartphone applications such as for instance Tindr and Uber, like amazingly niche areas are now being offered also, plus it looks. As an example, let’s declare you actually desire to struggle someone. (Bear with me.) How would you begin locating a partner that is fighting? You might approach someone about the street, but a) that’s just about assault, and t) extremely unsafe for all involved. Well, your problems are addressed with Rumblr. The matchmaking app for people trying to fight each other. It meets up two persons planning to conquer the-hell out of one another to get a (possibly) safe conference and tournament.</p> <h2>Simply type ping and after that the website address.</h2><p>Oh, of course if that wasn’t enough that is odd, it also features a feature that will assist you entice a market on your battle. If those attributes don’t confer with your precise fascination, it is possible to seek out things like “lady fights” or “group fights” (which appears borderline deadly) and chat with future competitors. While in the corporation’ s words: Rumblr can be an app for leisurely practitioners fulfill http://www.tedxaueb.com/2017/08/31/how-to-publish-a-the-way/ to discover, and struggle other brawl fans nearby. Predictably, the app\'s designers have now been fulfilled with some resistance in joining application merchants who target to a company that prevails entirely to help damaging themselves among others. Inspite of the legal issues facing the application, the developers have transferred into beta testing for just two,000 people who\'ve registered, and claim they\'ve “substantial funding.” They\'ve likewise eliminated on history as indicating “This application is 100PERCENT serious.” That’s the kind of review that commonly serves as being a red-flag for all those trying to devote or make use of the strategy. Although it’s difficult to corroborate whether or not the Rumblr people do already have significant capital, they\'re presently acquiring the application out of a distributed workspace in New York, consequently it doesn’t audio as though traders observe this while the wonderful solution the builders might. From this, how would you create any money for example? It can talk to the type of the computer boom as satirized, whilst the idea is just a silly one.</p> <h2>- for creating the essay, follow the training do not go beyond the size limit\'s limits.</h2><p>The line between an honest idea as well as a scam becomes regarding make them essentially indistinguishable consequently confused. Nevertheless, #8217 & it;s a secure guess that when legal loopholes and industry exist to see an app like this succeed, the benefits could be much more plot compared to ones that are fiscal. On the other hand, onelook at “ #8221 & mattyice67; inside the picture above may guide one to believe that SOMEONE will probably should conquer up that guy.</p>','How to Begin a Fund','','publish','closed','closed','','how-to-begin-a-fund','','','2017-09-27 13:32:24','2017-09-27 13:32:24','',0,'http://cems-denimshow.com/?p=325',0,'post','',0),(326,1,'2017-09-27 13:32:24','2017-09-27 13:32:24','<p>Does The App To Fight Visitors, Consider Technology Too Much? The phrase There’ s an app for that might seem somewhat old, nonetheless it seems to be rising trueras we start more and more of our lives to digital applications. In the past couple of years, equally transportation and courting happen to be revolutionized with smartphone applications such as for instance Tindr and Uber, like amazingly niche areas are now being offered also, plus it looks. As an example, let’s declare you actually desire to struggle someone. (Bear with me.) How would you begin locating a partner that is fighting? You might approach someone about the street, but a) that’s just about assault, and t) extremely unsafe for all involved. Well, your problems are addressed with Rumblr. The matchmaking app for people trying to fight each other. It meets up two persons planning to conquer the-hell out of one another to get a (possibly) safe conference and tournament.</p> <h2>Simply type ping and after that the website address.</h2><p>Oh, of course if that wasn’t enough that is odd, it also features a feature that will assist you entice a market on your battle. If those attributes don’t confer with your precise fascination, it is possible to seek out things like “lady fights” or “group fights” (which appears borderline deadly) and chat with future competitors. While in the corporation’ s words: Rumblr can be an app for leisurely practitioners fulfill http://www.tedxaueb.com/2017/08/31/how-to-publish-a-the-way/ to discover, and struggle other brawl fans nearby. Predictably, the app\'s designers have now been fulfilled with some resistance in joining application merchants who target to a company that prevails entirely to help damaging themselves among others. Inspite of the legal issues facing the application, the developers have transferred into beta testing for just two,000 people who\'ve registered, and claim they\'ve “substantial funding.” They\'ve likewise eliminated on history as indicating “This application is 100PERCENT serious.” That’s the kind of review that commonly serves as being a red-flag for all those trying to devote or make use of the strategy. Although it’s difficult to corroborate whether or not the Rumblr people do already have significant capital, they\'re presently acquiring the application out of a distributed workspace in New York, consequently it doesn’t audio as though traders observe this while the wonderful solution the builders might. From this, how would you create any money for example? It can talk to the type of the computer boom as satirized, whilst the idea is just a silly one.</p> <h2>- for creating the essay, follow the training do not go beyond the size limit\'s limits.</h2><p>The line between an honest idea as well as a scam becomes regarding make them essentially indistinguishable consequently confused. Nevertheless, #8217 & it;s a secure guess that when legal loopholes and industry exist to see an app like this succeed, the benefits could be much more plot compared to ones that are fiscal. On the other hand, onelook at “ #8221 & mattyice67; inside the picture above may guide one to believe that SOMEONE will probably should conquer up that guy.</p>','How to Begin a Fund','','inherit','closed','closed','','325-revision-v1','','','2017-09-27 13:32:24','2017-09-27 13:32:24','',325,'http://cems-denimshow.com/index.php/325-revision-v1/',0,'revision','',0),(327,1,'2017-09-04 14:51:33','2017-09-04 14:51:33','<p>Whether you intend to acquire that house you experienced your eye on all year or lastly buy your wish car, you will likely need a mortgage. Difficulty is, your credit score isn\'t very good. Infact, probably it really is undesirable. You may be currently hauling too much debt or you have a history of late payments. But to acquire a mortgage your credit rating doesn\'t need to not be side. The difference is the fact that if your ranking is reduced, your interest is likely to not be low. Good vs.</p> <h2>It is your duty live up to your words and pledges.</h2><p>Negative Credit scores range from 300 to 850. The larger your rating, the greater your possibilities to have authorized for a mortgage at favorable conditions. According to a distribution by Honest -- the programmer of the credit credit history and America\'s Customer Federation -- many Americans come in the 600-700 selection. As creditors note that as an indicator of solid financial wellness an excellent rating is above 700. Score that is recommended Or above are believed credit that was superior and enable you to get the loans that were most beautiful, based on CNN. Lenders will offer you people with good credit rates of interest that http://filipinonagkaisa.sitemix.jp/blog/2017/08/21/3841 are competitive. Some creditors encourage people that have FICO scores of 680.</p> <h2>Take the initial card or first several cards to work well with.</h2><p>For investing in a household, The Cash Roller claims that a FICO credit rating under 620 is known as sub-prime plus it would not be easy to get a loan at that variety. Nevertheless, you will not be presented the top interest should you be supplied that loan. Components of Your Report Your FICO score is composed of five simple pieces. Two make up virtually of twothirds of the score. Your transaction record comprises 35 percent of your rating, while the quantity you borrowed from creditors is another 30-percent. Credit rating comprises 15 percent of your report. Credit purposes and fresh credit balances for credit consideration for 10 percent of the ranking. Additional facets, such as having a variety of credit sorts, constitute the residual 10-percent. Just how to Strengthen Enhancing your credit history may take time.</p> <h2>Please be as comprehensive as you are able to in your explanation.</h2><p>First thing to complete is review your credit report to make certain everything is correct. You can visit Yearly Credit Report to request a free backup from the three-credit reporting organizations -- TransUnion Equifax and Experian. If you have an error, report your score to be quickly boosted by it. End building delayed payments. Showing you are able to pay your charges promptly may increase your score notably because it comprises 35 percentage of the report. Paying your debt down is another fast strategy as it weighs so greatly around the consequence, to improve your ranking.</p>','Your Family Law Act in Fiji','','publish','closed','closed','','your-family-law-act-in-fiji','','','2017-09-27 15:18:33','2017-09-27 15:18:33','',0,'http://cems-denimshow.com/?p=327',0,'post','',0),(328,1,'2017-09-27 15:18:33','2017-09-27 15:18:33','<p>Whether you intend to acquire that house you experienced your eye on all year or lastly buy your wish car, you will likely need a mortgage. Difficulty is, your credit score isn\'t very good. Infact, probably it really is undesirable. You may be currently hauling too much debt or you have a history of late payments. But to acquire a mortgage your credit rating doesn\'t need to not be side. The difference is the fact that if your ranking is reduced, your interest is likely to not be low. Good vs.</p> <h2>It is your duty live up to your words and pledges.</h2><p>Negative Credit scores range from 300 to 850. The larger your rating, the greater your possibilities to have authorized for a mortgage at favorable conditions. According to a distribution by Honest -- the programmer of the credit credit history and America\'s Customer Federation -- many Americans come in the 600-700 selection. As creditors note that as an indicator of solid financial wellness an excellent rating is above 700. Score that is recommended Or above are believed credit that was superior and enable you to get the loans that were most beautiful, based on CNN. Lenders will offer you people with good credit rates of interest that http://filipinonagkaisa.sitemix.jp/blog/2017/08/21/3841 are competitive. Some creditors encourage people that have FICO scores of 680.</p> <h2>Take the initial card or first several cards to work well with.</h2><p>For investing in a household, The Cash Roller claims that a FICO credit rating under 620 is known as sub-prime plus it would not be easy to get a loan at that variety. Nevertheless, you will not be presented the top interest should you be supplied that loan. Components of Your Report Your FICO score is composed of five simple pieces. Two make up virtually of twothirds of the score. Your transaction record comprises 35 percent of your rating, while the quantity you borrowed from creditors is another 30-percent. Credit rating comprises 15 percent of your report. Credit purposes and fresh credit balances for credit consideration for 10 percent of the ranking. Additional facets, such as having a variety of credit sorts, constitute the residual 10-percent. Just how to Strengthen Enhancing your credit history may take time.</p> <h2>Please be as comprehensive as you are able to in your explanation.</h2><p>First thing to complete is review your credit report to make certain everything is correct. You can visit Yearly Credit Report to request a free backup from the three-credit reporting organizations -- TransUnion Equifax and Experian. If you have an error, report your score to be quickly boosted by it. End building delayed payments. Showing you are able to pay your charges promptly may increase your score notably because it comprises 35 percentage of the report. Paying your debt down is another fast strategy as it weighs so greatly around the consequence, to improve your ranking.</p>','Your Family Law Act in Fiji','','inherit','closed','closed','','327-revision-v1','','','2017-09-27 15:18:33','2017-09-27 15:18:33','',327,'http://cems-denimshow.com/index.php/327-revision-v1/',0,'revision','',0),(330,1,'2017-09-30 04:56:22','2017-09-30 04:56:22','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil. [/speaker]-->\r\n\r\n[speaker photo=\"http://cems-denimshow.com/wp-content/uploads/2017/09/2nd-Denim-winter-01-1.jpg\" name=\"2nd DHAKA INT’L DENIM SHOW 2018(Winter Edition)\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://cems-denimshow.com/denimshowbd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD.jpg\" alt=\"2nd-denim-winter-01\" name=\"2nd DHAKA INT’L DENIM SHOW 2018(Winter Edition)\" post=\"31 JANUARY~3 FEBRUARY, 2018\" link=\"http://cems-denimshow.com/denimshowbd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]-->','Home','','publish','open','closed','','home-2','','','2017-12-24 07:59:25','2017-12-24 07:59:25','',0,'http://cems-denimshow.com/?page_id=330',0,'page','',0),(331,1,'2017-09-30 04:56:22','2017-09-30 04:56:22','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil.\r\n[/speaker]\r\n\r\n[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/dye-chem-logo.png\" name=\"30th Dye+Chem Bangladesh 2018 Winter Edition\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\r\n\r\n[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]\r\n\r\n[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2017/09/32th-Dye-Chem-2018-02.jpg\" name=\"32nd Dye+Chem Bangladesh 2018 International Expo\" post=\"12~15 September, 2018\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]','Home','','inherit','closed','closed','','330-revision-v1','','','2017-09-30 04:56:22','2017-09-30 04:56:22','',330,'http://cems-denimshow.com/index.php/330-revision-v1/',0,'revision','',0),(332,1,'2017-12-24 07:58:26','2017-12-24 07:58:26','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil. [/speaker]-->\r\n\r\n[speaker photo=\"http://cems-denimshow.com/wp-content/uploads/2017/09/2nd-Denim-winter-01-1.jpg\" name=\"2nd DHAKA INT’L DENIM SHOW 2018(Winter Edition)\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://cems-denimshow.com/denimshowbd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD.jpg\" alt=\"2nd-denim-winter-01\" name=\"2nd DHAKA INT’L DENIM SHOW 2018(Winter Edition)\" post=\"31 JANUARY~3 FEBRUARY, 2018\" link=\"http://cems-denimshow.com/denimshowbd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]-->','Home','','inherit','closed','closed','','330-autosave-v1','','','2017-12-24 07:58:26','2017-12-24 07:58:26','',330,'http://cems-denimshow.com/index.php/330-autosave-v1/',0,'revision','',0),(333,1,'2017-09-30 05:08:23','2017-09-30 05:08:23','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil.\r\n[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/dye-chem-logo.png\" name=\"30th Dye+Chem Bangladesh 2018 Winter Edition\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]-->\r\n\r\n[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2017/09/32th-Dye-Chem-2018-02.jpg\" name=\"32nd Dye+Chem Bangladesh 2018 International Expo\" post=\"12~15 September, 2018\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]','Home','','inherit','closed','closed','','330-revision-v1','','','2017-09-30 05:08:23','2017-09-30 05:08:23','',330,'http://cems-denimshow.com/index.php/330-revision-v1/',0,'revision','',0),(334,1,'2017-09-30 05:11:23','2017-09-30 05:11:23','','2nd-denim-winter-01','','inherit','closed','closed','','2nd-denim-winter-01','','','2017-12-24 07:47:56','2017-12-24 07:47:56','',330,'http://cems-denimshow.com/wp-content/uploads/2017/09/2nd-Denim-winter-01.jpg',0,'attachment','image/jpeg',0),(335,1,'2017-09-30 05:13:06','2017-09-30 05:13:06','','2nd-denim-winter-01','','inherit','closed','closed','','2nd-denim-winter-01-2','','','2017-09-30 05:13:06','2017-09-30 05:13:06','',0,'http://cems-denimshow.com/wp-content/uploads/2017/09/2nd-Denim-winter-01-1.jpg',0,'attachment','image/jpeg',0),(336,1,'2017-09-30 05:17:19','2017-09-30 05:17:19','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil.\r\n[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/dye-chem-logo.png\" name=\"30th Dye+Chem Bangladesh 2018 Winter Edition\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]-->\r\n\r\n[speaker photo=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD.jpg\" name=\"2nd DHAKA INT’L DENIM SHOW 2018(Winter Edition)\" post=\"31 JANUARY~3 FEBRUARY, 2018\" link=\"http://cems-denimshow.com/denimshowbd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]','Home','','inherit','closed','closed','','330-revision-v1','','','2017-09-30 05:17:19','2017-09-30 05:17:19','',330,'http://cems-denimshow.com/index.php/330-revision-v1/',0,'revision','',0),(338,1,'2017-12-24 07:58:17','2017-12-24 07:58:17','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil. [/speaker]-->\r\n\r\n[speaker photo=\"http://cems-denimshow.com/wp-content/uploads/2017/09/2nd-Denim-winter-01-1.jpg\" name=\"2nd DHAKA INT’L DENIM SHOW 2018(Winter Edition)\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://cems-denimshow.com/denimshowbd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD.jpg\" alt=\"2nd-denim-winter-01\" name=\"2nd DHAKA INT’L DENIM SHOW 2018(Winter Edition)\" post=\"31 JANUARY~3 FEBRUARY, 2018\" link=\"http://cems-denimshow.com/denimshowbd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]-->','Home','','inherit','closed','closed','','330-revision-v1','','','2017-12-24 07:58:17','2017-12-24 07:58:17','',330,'http://cems-denimshow.com/index.php/330-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_registration_log` -- DROP TABLE IF EXISTS `wp_registration_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_registration_log` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `email` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `IP` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `blog_id` bigint(20) NOT NULL DEFAULT '0', `date_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`ID`), KEY `IP` (`IP`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_registration_log` -- LOCK TABLES `wp_registration_log` WRITE; /*!40000 ALTER TABLE `wp_registration_log` DISABLE KEYS */; INSERT INTO `wp_registration_log` VALUES (1,'saiful.cems92@gmail.com','103.230.104.29',2,'2017-05-02 07:14:32'),(2,'saiful.cems92@gmail.com','103.230.104.29',3,'2017-05-02 07:19:51'),(3,'saiful.cems92@gmail.com','61.247.182.186',4,'2017-05-03 04:14:46'),(4,'saiful.cems92@gmail.com','61.247.182.186',5,'2017-05-07 07:27:12'); /*!40000 ALTER TABLE `wp_registration_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_signups` -- DROP TABLE IF EXISTS `wp_signups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_signups` ( `signup_id` bigint(20) NOT NULL AUTO_INCREMENT, `domain` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `path` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `activated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `active` tinyint(1) NOT NULL DEFAULT '0', `activation_key` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `meta` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`signup_id`), KEY `activation_key` (`activation_key`), KEY `user_email` (`user_email`), KEY `user_login_email` (`user_login`,`user_email`), KEY `domain_path` (`domain`(140),`path`(51)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_signups` -- LOCK TABLES `wp_signups` WRITE; /*!40000 ALTER TABLE `wp_signups` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_signups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_site` -- DROP TABLE IF EXISTS `wp_site`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_site` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `domain` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `path` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `domain` (`domain`(140),`path`(51)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_site` -- LOCK TABLES `wp_site` WRITE; /*!40000 ALTER TABLE `wp_site` DISABLE KEYS */; INSERT INTO `wp_site` VALUES (1,'cems-denimshow.com','/'); /*!40000 ALTER TABLE `wp_site` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sitemeta` -- DROP TABLE IF EXISTS `wp_sitemeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sitemeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `site_id` bigint(20) NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `meta_key` (`meta_key`(191)), KEY `site_id` (`site_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2360 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sitemeta` -- LOCK TABLES `wp_sitemeta` WRITE; /*!40000 ALTER TABLE `wp_sitemeta` DISABLE KEYS */; INSERT INTO `wp_sitemeta` VALUES (1,1,'site_name','Denim SHow'),(2,1,'admin_email','saiful.cems92@gmail.com'),(3,1,'admin_user_id','1'),(4,1,'registration','none'),(5,1,'upload_filetypes','jpg jpeg png gif mov avi mpg 3gp 3g2 midi mid pdf doc ppt odt pptx docx pps ppsx xls xlsx key mp3 ogg wma m4a wav mp4 m4v webm ogv wmv flv'),(6,1,'blog_upload_space','100'),(7,1,'fileupload_maxk','5000'),(8,1,'site_admins','a:1:{i:0;s:4:\"difs\";}'),(9,1,'allowedthemes','a:0:{}'),(10,1,'illegal_names','a:9:{i:0;s:3:\"www\";i:1;s:3:\"web\";i:2;s:4:\"root\";i:3;s:5:\"admin\";i:4;s:4:\"main\";i:5;s:6:\"invite\";i:6;s:13:\"administrator\";i:7;s:5:\"files\";i:8;s:4:\"blog\";}'),(11,1,'wpmu_upgrade_site','37965'),(12,1,'welcome_email','Howdy USERNAME,\r\n\r\nYour new SITE_NAME site has been successfully set up at:\r\nBLOG_URL\r\n\r\nYou can log in to the administrator account with the following information:\r\n\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLog in here: BLOG_URLwp-login.php\r\n\r\nWe hope you enjoy your new site. Thanks!\r\n\r\n--The Team @ SITE_NAME'),(13,1,'first_post','Welcome to %s. This is your first post. Edit or delete it, then start blogging!'),(14,1,'siteurl','http://cems-denimshow.com/'),(15,1,'add_new_users','0'),(16,1,'upload_space_check_disabled','1'),(17,1,'subdomain_install','0'),(18,1,'global_terms_enabled','0'),(19,1,'ms_files_rewriting','0'),(20,1,'initial_db_version','25824'),(21,1,'active_sitewide_plugins','a:0:{}'),(22,1,'WPLANG',''),(30,1,'user_count','3'),(31,1,'blog_count','3'),(32,1,'can_compress_scripts','1'),(37,1,'registrationnotification','yes'),(38,1,'welcome_user_email','Howdy USERNAME,\r\n\r\nYour new account is set up.\r\n\r\nYou can log in with the following information:\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLOGINLINK\r\n\r\nThanks!\r\n\r\n--The Team @ SITE_NAME'),(43,1,'recently_activated','a:0:{}'),(47,1,'menu_items','a:0:{}'),(48,1,'first_page',''),(49,1,'first_comment',''),(50,1,'first_comment_url',''),(51,1,'first_comment_author',''),(52,1,'limited_email_domains',''),(53,1,'banned_email_domains',''),(54,1,'first_comment_email',''),(90,1,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.4\";s:7:\"version\";s:5:\"4.8.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.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.8.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.8\";s:7:\"version\";s:5:\"4.7.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.9-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.6.9-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.9-rollback-1.zip\";}s:7:\"current\";s:5:\"4.6.9\";s:7:\"version\";s:5:\"4.6.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.6.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1515130827;s:15:\"version_checked\";s:5:\"4.6.1\";s:12:\"translations\";a:0:{}}'),(971,1,'_site_transient_timeout_browser_e97bf3fb6d4be0a649d1fa9714fa458f','1503864759'),(972,1,'_site_transient_browser_e97bf3fb6d4be0a649d1fa9714fa458f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"36.0.1985.125\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}'),(982,1,'_site_transient_timeout_browser_65f14ba6e60447cc587d6db81bdf700e','1503902276'),(983,1,'_site_transient_browser_65f14ba6e60447cc587d6db81bdf700e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"52.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;}'),(986,1,'_site_transient_timeout_wporg_theme_feature_list','1503308449'),(987,1,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";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:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}'),(1198,1,'_site_transient_timeout_browser_c6fadc46feda1fc49766039d7414e2c1','1506181405'),(1199,1,'_site_transient_browser_c6fadc46feda1fc49766039d7414e2c1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.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;}'),(1208,1,'_site_transient_timeout_browser_4afbc0160eb5bcfa336bee7ce5114382','1506253895'),(1209,1,'_site_transient_browser_4afbc0160eb5bcfa336bee7ce5114382','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"16.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;}'),(1244,1,'_site_transient_timeout_browser_ce290af4083a5e71c26c2d360ac888b6','1506533984'),(1245,1,'_site_transient_browser_ce290af4083a5e71c26c2d360ac888b6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}'),(1250,1,'_site_transient_timeout_browser_2ba1beb2999ffa17a59d97b6b595428a','1506601650'),(1251,1,'_site_transient_browser_2ba1beb2999ffa17a59d97b6b595428a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"24.0.1309.0\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}'),(1262,1,'_site_transient_timeout_browser_8621df93bc649392fd92029726a85c8a','1506624574'),(1263,1,'_site_transient_browser_8621df93bc649392fd92029726a85c8a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"51.0.2704.103\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}'),(1276,1,'_site_transient_timeout_browser_d0fdd3ca51496b6c1a4f7beabec83401','1506789010'),(1277,1,'_site_transient_browser_d0fdd3ca51496b6c1a4f7beabec83401','a:9:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"15.0.1\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}'),(1280,1,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1506195033'),(1281,1,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4378;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2504;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2375;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2311;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1833;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1604;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1593;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1440;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1357;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1353;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1345;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1279;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1273;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1136;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1058;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1050;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:998;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:946;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:817;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:815;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:812;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:774;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:772;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:670;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:669;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:664;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:655;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:647;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:645;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:637;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:625;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:611;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:596;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:594;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:589;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:584;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:577;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:576;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:561;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:557;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:543;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:535;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:525;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:519;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:505;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:502;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:496;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:488;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:477;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:475;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:474;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:470;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:449;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:447;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:442;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:440;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:440;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:436;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:421;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:417;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:410;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:407;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:405;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:401;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:396;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:386;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:383;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:381;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:370;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:353;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:344;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:340;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:332;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:332;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:331;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:330;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:330;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:327;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:326;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:323;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:321;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:321;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:314;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:303;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:300;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:293;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:293;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:292;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:287;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:286;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:284;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:283;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:279;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:277;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:274;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:274;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:272;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:271;}}'),(1322,1,'_site_transient_timeout_browser_a9db4d03969fdd98d377b682b063efe6','1507190678'),(1323,1,'_site_transient_browser_a9db4d03969fdd98d377b682b063efe6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}'),(1326,1,'_site_transient_timeout_available_translations','1506596720'),(1327,1,'_site_transient_available_translations','a:89:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 11:26:31\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 18:36:09\";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.6.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-21 10:19:10\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-29 08:38:56\";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.6.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.5.10\";s:7:\"updated\";s:19:\"2017-03-23 04:38:12\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.5.10/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-24 13:13:07\";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.6.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-20 16:53:20\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:6:\"4.5.10\";s:7:\"updated\";s:19:\"2016-04-19 23:16:37\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.5.10/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2017-01-05 11:04:12\";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.6.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.7\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.7/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 18:32:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-01 16:18:09\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-09-29 14:03:59\";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.6.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-15 12:59:43\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.6.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-21 21:20:26\";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.6.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-21 21:21:17\";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.6.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-15 12:56:13\";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.6.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-09 20:42: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.6.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-20 07:14:07\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-12 02:18:44\";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.6.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-11 23:19:29\";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.6.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 11:54:12\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-11 22:36:25\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-04 22:04:52\";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.6.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 12:34:44\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-31 08:03:58\";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.6.1/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 17:56:31\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-19 13:48:04\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-29 15:07:52\";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.6.1/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:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 22:11:44\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-10-22 16:41:36\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-10-27 18:10:49\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-10-23 20:20:40\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-15 18:30:48\";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.6.1/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_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-10 18:42:25\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-02 11:49:52\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-10 18:17:57\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-21 15:44:17\";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.6.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-08 11:09:06\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-25 19:56:49\";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.6.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-03 13:43:01\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-07 15:12:28\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-06 20:18:25\";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.6.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-22 05:34:53\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-11-29 11:28:08\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-19 08:05:09\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-11-01 15:23:06\";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.6.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-29 11:51:34\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-24 07:18:31\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-11 21:29:34\";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.6.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-26 17:38:44\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"4.5.10\";s:7:\"updated\";s:19:\"2016-05-12 13:55:28\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.5.10/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-11-13 20:38:52\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-14 14:18:43\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.19\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.19/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.6.1\";s:7:\"updated\";s:19:\"2016-08-16 13:09:49\";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.6.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-14 13:24:10\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.6.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2017-01-08 18:34:47\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-10-28 08:58:28\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-09-23 13:45:11\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-09-22 09:54:16\";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.6.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.19\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.19/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2017-01-10 08:18:16\";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.6.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-26 14:59:30\";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.6.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-20 20:55:13\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-30 19:40:04\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-08 14:52:32\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-11-04 18:38:43\";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.6.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-14 07:00:01\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-08-12 16:41:17\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-01 10:58:06\";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.6.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-12 07:04:13\";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.6.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-16 10:50:15\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2016-12-01 16:07:46\";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.6.1/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.6.1\";s:7:\"updated\";s:19:\"2017-01-04 23:08:07\";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.6.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2017-01-08 10:11:20\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:6:\"4.5.10\";s:7:\"updated\";s:19:\"2017-06-15 12:46:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.5.10/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-05 11:58:02\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:6:\"4.5.10\";s:7:\"updated\";s:19:\"2016-04-17 03:29:01\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.5.10/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-18 13:53:15\";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.6.1/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:\"繼續\";}}}'),(1328,1,'_site_transient_timeout_browser_ae7243d6fcce16c4a1bb2c2339d3a779','1507192087'),(1329,1,'_site_transient_browser_ae7243d6fcce16c4a1bb2c2339d3a779','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}'),(2274,1,'_site_transient_timeout_browser_3cfaef5423baa1c8c41dc485a8b13be3','1514706365'),(2275,1,'_site_transient_browser_3cfaef5423baa1c8c41dc485a8b13be3','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"63.0.3239.108\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}'),(2356,1,'_site_transient_timeout_theme_roots','1515132629'),(2357,1,'_site_transient_theme_roots','a:5:{s:8:\"bootcake\";s:7:\"/themes\";s:7:\"conexpo\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}'),(2358,1,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1515130833;s:7:\"checked\";a:5:{s:8:\"bootcake\";s:4:\"10.4\";s:7:\"conexpo\";s:5:\"1.1.0\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.1.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.4.zip\";}}s:12:\"translations\";a:0:{}}'),(2359,1,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1515130832;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:9:\"hello.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s: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:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:7:\"default\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";s:7:\"default\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.7.8\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}}'); /*!40000 ALTER TABLE `wp_sitemeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(9,2,0),(17,2,0),(20,2,0),(23,2,0),(26,2,0),(33,2,0),(36,2,0),(44,2,0),(46,2,0),(47,2,0),(50,2,0),(93,2,0),(94,2,0),(162,2,0),(178,2,0),(201,1,0),(203,1,0),(205,1,0),(207,1,0),(209,1,0),(211,1,0),(213,1,0),(215,1,0),(217,1,0),(219,1,0),(221,9,0),(223,1,0),(225,1,0),(227,1,0),(229,1,0),(231,1,0),(233,10,0),(235,11,0),(237,12,0),(242,1,0),(244,13,0),(246,1,0),(248,1,0),(251,14,0),(253,1,0),(255,1,0),(257,1,0),(259,1,0),(261,1,0),(263,1,0),(265,1,0),(267,1,0),(269,1,0),(271,1,0),(273,1,0),(275,1,0),(277,1,0),(279,1,0),(281,1,0),(283,1,0),(285,1,0),(287,1,0),(289,1,0),(291,1,0),(293,1,0),(295,1,0),(297,1,0),(299,1,0),(301,1,0),(303,1,0),(305,1,0),(307,21,0),(309,21,0),(311,21,0),(313,21,0),(315,1,0),(317,1,0),(319,1,0),(321,1,0),(323,1,0),(325,21,0),(327,21,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,50),(2,2,'nav_menu','',0,15),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'category','',0,0),(7,7,'category','',0,0),(8,8,'category','',0,0),(9,9,'category','',0,1),(10,10,'category','',0,1),(11,11,'category','',0,1),(12,12,'category','',0,1),(13,13,'category','',0,1),(14,14,'category','',0,1),(15,15,'category','',0,0),(16,16,'category','',0,0),(17,17,'category','',0,0),(18,18,'category','',0,0),(19,19,'category','',0,0),(20,20,'category','',0,0),(21,21,'category','',0,6); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'primary','primary',0),(3,'uncategorized','uncategorized-3',0),(4,'uncategorized','uncategorized-5',0),(5,'uncategorized','uncategorized-7',0),(6,'uncategorized','uncategorized-11',0),(7,'uncategorized','uncategorized-14',0),(8,'uncategorized','uncategorized-9',0),(9,'!premieressays.net','premieressays-net-2',0),(10,'Hello world','hello-world',0),(11,'Greetings','greetings',0),(12,'sala de dados','sala-de-dados',0),(13,'!!!rush-essays.com','rush-essays-com',0),(14,'Uncategorised','uncategorised',0),(15,'uncategorized','uncategorized-2',0),(16,'uncategorized','uncategorized-4',0),(17,'uncategorized','uncategorized-6',0),(18,'uncategorized','uncategorized-8',0),(19,'uncategorized','uncategorized-10',0),(20,'uncategorized','uncategorized-12',0),(21,'Essay Writing Services of 2017','essay-writing-services-of-2017',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','difs'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','337'),(15,1,'wp_user-settings','editor=tinymce&libraryContent=browse'),(16,1,'wp_user-settings-time','1514102296'),(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:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(19,1,'nav_menu_recently_edited','2'),(22,1,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:133:\"Since you are new to Yoast SEO you can configure the <a href=\"http://cems-denimshow.com/wp-admin/?page=wpseo_configurator\">plugin</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:31:\"wpseo-dismiss-onboarding-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:726:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://cems-denimshow.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:168:\"Don\'t miss your crawl errors: <a href=\"http://cems-denimshow.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(26,1,'source_domain','cems-denimshow.com'),(27,1,'primary_blog','1'),(28,2,'nickname','winter'),(29,2,'first_name',''),(30,2,'last_name',''),(31,2,'description',''),(32,2,'rich_editing','true'),(33,2,'comment_shortcuts','false'),(34,2,'admin_color','fresh'),(35,2,'use_ssl','0'),(36,2,'show_admin_bar_front','true'),(39,2,'dismissed_wp_pointers',''),(40,2,'show_welcome_panel','2'),(41,2,'primary_blog','4'),(42,2,'source_domain','cems-denimshow.com'),(47,2,'wp_4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(48,2,'wp_4_user_level','10'),(49,2,'wp_5_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(50,2,'wp_5_user_level','10'),(51,2,'default_password_nag',''),(52,2,'session_tokens','a:3:{s:64:\"d087fbb975ed8253c95087a0e1934de5bc8811f66ac05b2e99338d9299df1de2\";a:4:{s:10:\"expiration\";i:1505730652;s:2:\"ip\";s:14:\"61.247.182.186\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36\";s:5:\"login\";i:1505557852;}s:64:\"85eeb5f6475233451ad391c0bfa99fe1a81ea30bce4a465b3006e462fdcdfc1d\";a:4:{s:10:\"expiration\";i:1505730712;s:2:\"ip\";s:14:\"61.247.182.186\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36\";s:5:\"login\";i:1505557912;}s:64:\"2ecf888e55039b329398044d07d7e66f3edf0e3668c2dc003c1fc6c5ea89ce5b\";a:4:{s:10:\"expiration\";i:1505730759;s:2:\"ip\";s:14:\"61.247.182.186\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36\";s:5:\"login\";i:1505557959;}}'),(53,1,'wp_media_library_mode','list'),(54,1,'closedpostboxes_page','a:0:{}'),(55,1,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(56,101010,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(57,101010,'wp_user_level','10'),(58,101010,'session_tokens','a:5:{s:64:\"cbd6b14e8f743f679a5fa34cd8d0d0a354782c89d41d982acfcf041e243732ce\";a:4:{s:10:\"expiration\";i:1514145725;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0\";s:5:\"login\";i:1513972925;}s:64:\"2f0e1c07a75701d3cc6e09be0c0721894faafc87669cc780b4e79258327b0406\";a:4:{s:10:\"expiration\";i:1514147970;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:62:\"Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10\";s:5:\"login\";i:1513975170;}s:64:\"0772930cb64e49f33a9aabe885754e04f80fdec598c8d7a057694b27da2d385d\";a:4:{s:10:\"expiration\";i:1514150036;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:62:\"Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10\";s:5:\"login\";i:1513977236;}s:64:\"749d587559007eff8c36903eca7e8425eee6656619a5688e543d8ae51a4934e1\";a:4:{s:10:\"expiration\";i:1514151561;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:62:\"Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10\";s:5:\"login\";i:1513978761;}s:64:\"31730853c5d64682d8f4e5efecafecb4068992b852c2e4525dd9279c7658b744\";a:4:{s:10:\"expiration\";i:1514152508;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0\";s:5:\"login\";i:1513979708;}}'),(59,101010,'primary_blog','1'),(60,1,'session_tokens','a:1:{s:64:\"f5e10d968ebf3df0042ac98903596b90cd20d79af6af5c6f5fcbee5a90b88466\";a:4:{s:10:\"expiration\";i:1514434149;s:2:\"ip\";s:12:\"202.84.44.49\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36\";s:5:\"login\";i:1514261349;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', `spam` tinyint(2) NOT NULL DEFAULT '0', `deleted` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=101011 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'denimshow','$P$Bd2JfjmD94RqPUK50ri7xFRv93sktJ.','denimshow','mahatab.cems@gmail.com','','2015-12-02 13:45:24','',0,'denimshow',0,0),(2,'winter','$P$BcUzCVhnUuQYOfU/ZDTg86ZW8okk3F.','winter','saiful.cems92@gmail.com','','2017-05-02 07:12:27','',0,'winter',0,0),(101010,'backup','$P$B2lBouulo561GH51m7ZlS1u/wHmODW0','','','','2012-09-28 00:00:00','',0,'',0,0); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_035c54e_12' -- /*!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 2018-06-28 8:48:24