0byt3m1n1
Path:
/
data
/
9
/
1
/
14
/
141
/
1340793
/
meta
/
1437242
/
mysql.backup
/
[
Home
]
File: techno_compdb.mysqlcluster4.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster4 Database: techno_compdb -- ------------------------------------------------------ -- Server version 5.6.32-78.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_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (2,802,'Mr WordPress','','https://wordpress.org/','','2014-12-08 10:02:11','2014-12-08 10:02:11','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_layerslider` -- DROP TABLE IF EXISTS `wp_layerslider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_layerslider` ( `id` int(10) NOT NULL AUTO_INCREMENT, `author` int(10) NOT NULL DEFAULT '0', `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `date_c` int(10) NOT NULL, `date_m` int(11) NOT NULL, `flag_hidden` tinyint(1) NOT NULL DEFAULT '0', `flag_deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_layerslider` -- LOCK TABLES `wp_layerslider` WRITE; /*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1486 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://technocompinc.com','yes'),(2,'home','http://technocompinc.com','yes'),(3,'blogname','Techno-Comp','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','srikanthever4u@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','','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','','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','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:11:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:53:\"amr-shortcode-any-widget/amr-shortcode-any-widget.php\";i:2;s:39:\"column-shortcodes/column-shortcodes.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:31:\"easy-fancybox/easy-fancybox.php\";i:5;s:41:\"envato-wordpress-toolkit-master/index.php\";i:6;s:25:\"insert-php/insert_php.php\";i:7;s:27:\"js_composer/js_composer.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:27:\"user-avatar/user-avatar.php\";i:10;s:29:\"wp-retina-2x/wp-retina-2x.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','5.5','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:81:\"/var/www/indianedition.com/public/technocomp/wp-content/themes/specular/style.css\";i:1;s:86:\"/var/www/indianedition.com/public_html/technocomp/wp-content/themes/specular/style.css\";i:2;s:96:\"/var/www/indianedition.com/public_html/technocomp/wp-content/themes/specular/admin/framework.php\";i:3;s:103:\"/var/www/indianedition.com/public_html/technocomp/wp-content/themes/specular/vc_templates/home_blog.php\";i:4;s:103:\"/var/www/indianedition.com/public_html/technocomp/wp-content/themes/specular/vc_templates/slideshow.php\";}','no'),(41,'template','specular','yes'),(42,'stylesheet','specular','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','1','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:31:\"Welcome to TechnoComp Solutions\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:389:\"<div id=\"widget_shortcode-2\" class=\"widget widget_shortcode\"><div class=\"contact_information\"><dl class=\"item dl-horizontal\"><dt><i class=\"moon-phone\"></i></dt><dd><span class=\"title\">Phone</span><p>+(732) 537 9999</p></dd></dl><dl class=\"item dl-horizontal\"><dt><i class=\"icon-envelope\"></i></dt><dd><span class=\"title\">Email</span><p>contactus@technocompinc.com</p></dd></dl></div></div>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'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'),(93,'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'),(94,'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'),(95,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:15:{s:9:\"sidebar-6\";a:1:{i:0;s:15:\"social_widget-4\";}s:9:\"sidebar-9\";a:1:{i:0;s:15:\"widget_flickr-2\";}s:10:\"sidebar-11\";a:1:{i:0;s:18:\"widget_shortcode-2\";}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:1:{i:0;s:10:\"nav_menu-5\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-5\";a:2:{i:0;s:10:\"nav_menu-2\";i:1;s:15:\"social_widget-3\";}s:15:\"footer-column-1\";a:1:{i:0;s:10:\"nav_menu-6\";}s:9:\"sidebar-7\";a:1:{i:0;s:15:\"social_widget-5\";}s:10:\"sidebar-12\";a:1:{i:0;s:6:\"text-4\";}s:10:\"sidebar-13\";a:0:{}s:22:\"widgets_for_shortcodes\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(98,'cron','a:4:{i:1458249927;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:1458249937;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:1458250644;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'),(109,'_transient_random_seed','d2a933f626a1aff1ac12ef18d9a6e5e5','yes'),(110,'_site_transient_timeout_browser_71e9d81c5317fe08cbeebb649a300dff','1447449937','yes'),(111,'_site_transient_browser_71e9d81c5317fe08cbeebb649a300dff','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";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'),(113,'can_compress_scripts','1','yes'),(126,'_transient_timeout_plugin_slugs','1452689211','no'),(127,'_transient_plugin_slugs','a:14:{i:0;s:19:\"akismet/akismet.php\";i:1;s:53:\"amr-shortcode-any-widget/amr-shortcode-any-widget.php\";i:2;s:39:\"column-shortcodes/column-shortcodes.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:31:\"easy-fancybox/easy-fancybox.php\";i:5;s:41:\"envato-wordpress-toolkit-master/index.php\";i:6;s:9:\"hello.php\";i:7;s:25:\"insert-php/insert_php.php\";i:8;s:27:\"LayerSlider/layerslider.php\";i:9;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:10;s:23:\"revslider/revslider.php\";i:11;s:27:\"user-avatar/user-avatar.php\";i:12;s:27:\"js_composer/js_composer.php\";i:13;s:29:\"wp-retina-2x/wp-retina-2x.php\";}','no'),(130,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1446845193;s:4:\"data\";a:2:{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\";}}}}','yes'),(131,'current_theme','Specular','yes'),(132,'theme_mods_specular','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:4:\"main\";i:7;}s:9:\"cl_redata\";a:7:{s:4:\"logo\";a:5:{s:3:\"url\";s:78:\"http://technocompinc.com/wp-content/uploads/2015/11/techno-logo.png\";s:2:\"id\";s:3:\"810\";s:6:\"height\";s:2:\"50\";s:5:\"width\";s:3:\"230\";s:9:\"thumbnail\";s:0:\"\";}s:10:\"logo_light\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"footer_columns\";s:1:\"1\";s:14:\"top_navigation\";s:1:\"0\";s:9:\"topnav_bg\";s:7:\"#f5f5f5\";s:11:\"show_footer\";s:1:\"0\";}}','yes'),(133,'theme_switched','','yes'),(134,'cl_redata','a:192:{s:8:\"last_tab\";s:1:\"1\";s:15:\"responsive_bool\";s:1:\"1\";s:4:\"logo\";a:5:{s:3:\"url\";s:78:\"http://technocompinc.com/wp-content/uploads/2015/12/50-pix-logo.png\";s:2:\"id\";s:4:\"1087\";s:6:\"height\";s:2:\"50\";s:5:\"width\";s:3:\"316\";s:9:\"thumbnail\";s:85:\"http://technocompinc.com/wp-content/uploads/2015/12/50-pix-logo-150x50.png\";}s:10:\"logo_light\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"logo_height\";a:2:{s:6:\"height\";s:4:\"50px\";s:5:\"units\";s:2:\"px\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:10:\"nicescroll\";s:1:\"0\";s:9:\"frontpage\";s:2:\"17\";s:8:\"blogpage\";s:3:\"771\";s:15:\"comingsoon_page\";s:0:\"\";s:17:\"404_error_message\";s:135:\"Sorry but the page you are looking for has not been found. Try checking the URL for errors, then bit the refresh button on your browser\";s:13:\"tracking_code\";s:81:\" /*jQuery(document).ready(function(){\r\n\r\n});*/ \";s:10:\"custom_css\";s:68:\" /*#header{\r\nmargin: 0 auto;\r\n}*/ \";s:9:\"custom_js\";s:81:\" /*jQuery(document).ready(function(){\r\n\r\n});*/ \";s:12:\"header_style\";s:9:\"header_12\";s:19:\"header_transparency\";s:1:\"1\";s:20:\"header_overlay_color\";a:3:{s:5:\"color\";s:7:\"#000000\";s:5:\"alpha\";s:4:\"0.95\";s:4:\"rgba\";s:16:\"rgba(0,0,0,0.95)\";}s:17:\"header_navigation\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"1.00\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:19:\"header_6_nav_height\";a:2:{s:6:\"height\";s:4:\"45px\";s:5:\"units\";s:2:\"px\";}s:20:\"header_6_transparent\";s:1:\"0\";s:14:\"header_7_width\";a:2:{s:5:\"width\";s:5:\"280px\";s:5:\"units\";s:2:\"px\";}s:16:\"header_7_padding\";a:4:{s:11:\"padding-top\";s:4:\"20px\";s:13:\"padding-right\";s:4:\"20px\";s:14:\"padding-bottom\";s:4:\"20px\";s:12:\"padding-left\";s:4:\"20px\";}s:15:\"header_7_margin\";a:1:{s:10:\"margin-top\";s:4:\"40px\";}s:17:\"header_7_position\";s:4:\"left\";s:15:\"header_7_border\";s:1:\"0\";s:19:\"header_7_border_top\";s:1:\"0\";s:16:\"header_10_border\";s:1:\"1\";s:13:\"header_height\";a:2:{s:6:\"height\";s:5:\"110px\";s:5:\"units\";s:2:\"px\";}s:17:\"header_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"1.00\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:11:\"show_search\";s:1:\"0\";s:21:\"header_container_full\";s:1:\"0\";s:11:\"show_button\";s:1:\"0\";s:13:\"header_button\";s:10:\"Donate Now\";s:18:\"header_button_link\";s:1:\"#\";s:20:\"header_border_bottom\";a:6:{s:10:\"border-top\";s:1:\"0\";s:12:\"border-right\";s:1:\"0\";s:13:\"border-bottom\";s:1:\"0\";s:11:\"border-left\";s:1:\"0\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}s:13:\"header_shadow\";s:4:\"full\";s:24:\"responsive_menu_dropdown\";s:1:\"1\";s:23:\"header_responsive_tools\";s:1:\"0\";s:15:\"menu_font_style\";a:11:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"20px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:4:\"#222\";}s:12:\"menu_padding\";a:2:{s:13:\"padding-right\";s:4:\"20px\";s:12:\"padding-left\";s:4:\"20px\";}s:11:\"menu_margin\";a:2:{s:12:\"margin-right\";s:1:\"0\";s:11:\"margin-left\";s:1:\"0\";}s:14:\"dropdown_width\";a:2:{s:5:\"width\";s:5:\"220px\";s:5:\"units\";s:2:\"px\";}s:19:\"background_dropdown\";s:7:\"#ffffff\";s:21:\"dropdown_border_color\";s:7:\"#e7e7e7\";s:13:\"dropdown_font\";a:4:{s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"12px\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:4:\"#888\";}s:14:\"megamenu_title\";a:6:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"14px\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:20:\"cart_dropdown_button\";s:5:\"light\";s:14:\"top_navigation\";s:1:\"0\";s:9:\"topnav_bg\";s:7:\"#f5f5f5\";s:17:\"topnav_border_top\";a:6:{s:10:\"border-top\";s:1:\"0\";s:12:\"border-right\";s:1:\"0\";s:13:\"border-bottom\";s:1:\"0\";s:11:\"border-left\";s:1:\"0\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}s:20:\"topnav_border_bottom\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:3:\"1px\";s:13:\"border-bottom\";s:3:\"1px\";s:11:\"border-left\";s:3:\"1px\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#e1e1e1\";}s:17:\"topnav_font_style\";a:9:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"12px\";s:5:\"color\";s:7:\"#999999\";}s:13:\"topnav_height\";a:2:{s:6:\"height\";s:4:\"35px\";s:5:\"units\";s:2:\"px\";}s:16:\"page_header_bool\";s:1:\"0\";s:18:\"page_header_height\";a:2:{s:6:\"height\";s:4:\"80px\";s:5:\"units\";s:2:\"px\";}s:17:\"page_header_style\";s:6:\"normal\";s:19:\"page_header_f_color\";s:7:\"#444444\";s:22:\"page_header_background\";a:7:{s:16:\"background-color\";s:7:\"#e7e7e7\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:18:\"page_header_border\";a:6:{s:10:\"border-top\";s:1:\"0\";s:12:\"border-right\";s:1:\"0\";s:13:\"border-bottom\";s:1:\"0\";s:11:\"border-left\";s:1:\"0\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}s:6:\"sticky\";s:1:\"0\";s:20:\"sticky_header_height\";a:2:{s:6:\"height\";s:4:\"60px\";s:5:\"units\";s:2:\"px\";}s:24:\"sticky_header_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.80\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.8)\";}s:11:\"sticky_logo\";s:1:\"0\";s:13:\"primary_color\";s:7:\"#ff6633\";s:15:\"body_font_color\";s:7:\"#777777\";s:19:\"headings_font_color\";s:7:\"#444444\";s:17:\"base_border_color\";s:7:\"#e7e7e7\";s:27:\"highlighted_background_main\";s:7:\"#f5f5f5\";s:15:\"body_background\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:31:\"page_content_background_overall\";s:11:\"transparent\";s:29:\"page_header_normal_typography\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"24px\";}s:44:\"page_header_normal_typography_subtitle_title\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"20px\";}s:47:\"page_header_normal_typography_subtitle_subtitle\";a:4:{s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"13px\";}s:43:\"page_header_centered_typography_nosub_title\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"38px\";}s:46:\"page_header_centered_typography_subtitle_title\";a:5:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"48px\";s:14:\"letter-spacing\";s:3:\"4px\";}s:49:\"page_header_centered_typography_subtitle_subtitle\";a:4:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"26px\";}s:24:\"page_header_design_style\";s:6:\"normal\";s:25:\"page_header_padd_bg_title\";a:3:{s:5:\"color\";s:7:\"#000000\";s:5:\"alpha\";s:4:\"0.70\";s:4:\"rgba\";s:15:\"rgba(0,0,0,0.7)\";}s:28:\"page_header_padd_bg_subtitle\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.70\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.7)\";}s:33:\"page_header_padd_bg_subtitle_font\";s:7:\"#222222\";s:26:\"fppter_headings_typography\";a:6:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:17:\"footer_body_color\";s:7:\"#ffffff\";s:18:\"footer_links_color\";s:7:\"#ffffff\";s:23:\"footer_background_color\";s:7:\"#999999\";s:26:\"copyright_background_color\";s:7:\"#999999\";s:17:\"footer_border_top\";a:6:{s:10:\"border-top\";s:1:\"0\";s:12:\"border-right\";s:1:\"0\";s:13:\"border-bottom\";s:1:\"0\";s:11:\"border-left\";s:1:\"0\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:0:\"\";}s:22:\"footer_social_icons_bg\";s:7:\"#666666\";s:24:\"footer_social_icons_icon\";s:7:\"#ffffff\";s:21:\"blog_title_typography\";a:6:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:5:\"color\";s:7:\"#444444\";}s:20:\"blog_info_typography\";a:3:{s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"20px\";s:5:\"color\";s:7:\"#999999\";}s:25:\"blog_info_typography_icon\";a:1:{s:9:\"font-size\";s:4:\"15px\";}s:19:\"timeline_box_shadow\";s:1:\"1\";s:17:\"timeline_bg_color\";s:7:\"#ffffff\";s:22:\"fullscreen_blog_box_bg\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.00\";s:4:\"rgba\";s:19:\"rgba(255,255,255,0)\";}s:20:\"sidebar_widget_title\";a:7:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"20px\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:27:\"sidebar_widget_title_margin\";a:1:{s:13:\"margin-bottom\";s:4:\"24px\";}s:21:\"sidebar_widget_margin\";a:1:{s:13:\"margin-bottom\";s:4:\"35px\";}s:19:\"sidebar_tagcloud_bg\";s:7:\"#222222\";s:22:\"sidebar_tagcloud_color\";s:7:\"#ffffff\";s:26:\"codeless_slider_wrapper_bg\";s:7:\"#222222\";s:33:\"portfolio_filter_basic_typography\";a:5:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#bebebe\";}s:40:\"portfolio_filter_basic_typography_active\";s:7:\"#222222\";s:24:\"portfolio_filter_full_bg\";s:7:\"#222222\";s:32:\"portfolio_filter_full_link_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.80\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.8)\";}s:38:\"portfolio_filter_full_link_color_hover\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"1.00\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:20:\"portfolio_overlay_bg\";a:3:{s:5:\"color\";s:7:\"#0f8dcb\";s:5:\"alpha\";s:4:\"0.88\";s:4:\"rgba\";s:21:\"rgba(15,141,203,0.88)\";}s:23:\"portfolio_overlay_title\";a:5:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:4:\"#fff\";}s:26:\"portfolio_overlay_subtitle\";a:5:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"14px\";s:5:\"color\";s:4:\"#fff\";}s:22:\"portfolio_grayscale_bg\";s:7:\"#ffffff\";s:25:\"portfolio_grayscale_title\";a:3:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:28:\"portfolio_grayscale_subtitle\";s:7:\"#bebebe\";s:26:\"portfolio_basic_overlay_bg\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.90\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.9)\";}s:34:\"portfolio_basic_overlay_icon_color\";s:7:\"#ffffff\";s:21:\"portfolio_basic_title\";a:6:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#444444\";}s:24:\"portfolio_basic_subtitle\";a:4:{s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:5:\"color\";s:4:\"#888\";}s:23:\"toggle_title_typography\";a:6:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"14px\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:4:\"#555\";}s:19:\"toggle_active_color\";s:7:\"#222222\";s:24:\"block_title_column_title\";a:7:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:4:\"left\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:4:\"20px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:4:\"#222\";}s:27:\"block_title_column_subtitle\";a:5:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:4:\"left\";s:14:\"text-transform\";s:4:\"none\";s:5:\"color\";s:4:\"#888\";}s:25:\"block_title_section_title\";a:6:{s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:4:\"38px\";s:14:\"letter-spacing\";s:5:\"1.5px\";s:5:\"color\";s:0:\"\";}s:24:\"block_title_section_desc\";a:6:{s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"20px\";s:5:\"color\";s:4:\"#555\";}s:20:\"animated_counter_typ\";a:6:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"48px\";s:11:\"line-height\";s:4:\"48px\";s:14:\"letter-spacing\";s:4:\"-1px\";s:5:\"color\";s:4:\"#444\";}s:16:\"testimonial_text\";a:5:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"30px\";s:5:\"color\";s:4:\"#444\";}s:24:\"textbar_title_typography\";a:6:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"24px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:4:\"#222\";}s:14:\"contact_border\";s:7:\"#e7e7e7\";s:20:\"overall_button_style\";a:1:{i:0;s:8:\"business\";}s:17:\"button_typography\";a:6:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"13px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#ffffff\";}s:23:\"button_background_color\";a:3:{s:5:\"color\";s:7:\"#ff6633\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(255,102,51,1)\";}s:19:\"button_border_color\";a:3:{s:5:\"color\";s:7:\"#444444\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:16:\"rgba(68,68,68,1)\";}s:23:\"button_hover_font_color\";s:7:\"#ffffff\";s:23:\"button_hover_background\";a:3:{s:5:\"color\";s:7:\"#ff6633\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:18:\"rgba(255,102,51,1)\";}s:19:\"button_hover_border\";a:3:{s:5:\"color\";s:7:\"#444444\";s:5:\"alpha\";s:4:\"0.00\";s:4:\"rgba\";s:16:\"rgba(68,68,68,0)\";}s:23:\"button_light_font_color\";s:7:\"#ffffff\";s:23:\"button_light_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.00\";s:4:\"rgba\";s:19:\"rgba(255,255,255,0)\";}s:19:\"button_light_border\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.40\";s:4:\"rgba\";s:21:\"rgba(255,255,255,0.4)\";}s:29:\"button_light_hover_font_color\";s:7:\"#ffffff\";s:30:\"button_light__hover_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"0.00\";s:4:\"rgba\";s:19:\"rgba(255,255,255,0)\";}s:25:\"button_light_hover_border\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:4:\"1.00\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:17:\"shop_single_title\";a:4:{s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:14:\"text-transform\";s:9:\"uppercase\";s:14:\"letter-spacing\";s:5:\"1.5px\";}s:20:\"shop_product_overlay\";a:3:{s:5:\"color\";s:7:\"#10b8c7\";s:5:\"alpha\";s:4:\"0.90\";s:4:\"rgba\";s:20:\"rgba(16,184,199,0.9)\";}s:15:\"body_typography\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"20px\";s:5:\"color\";s:7:\"#707070\";}s:18:\"headings_font_type\";a:5:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";}s:14:\"heading_1_font\";a:2:{s:9:\"font-size\";s:4:\"35px\";s:11:\"line-height\";s:4:\"24px\";}s:14:\"heading_2_font\";a:2:{s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";}s:14:\"heading_3_font\";a:2:{s:9:\"font-size\";s:4:\"22px\";s:11:\"line-height\";s:4:\"26px\";}s:14:\"heading_4_font\";a:2:{s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"24px\";}s:14:\"heading_5_font\";a:2:{s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"22px\";}s:14:\"heading_6_font\";a:2:{s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"20px\";}s:14:\"footer_columns\";s:1:\"1\";s:14:\"copyright_text\";s:43:\"@2016 Techno-Comp Inc. All rights reserved.\";s:11:\"show_footer\";s:1:\"1\";s:14:\"show_copyright\";s:1:\"1\";s:10:\"blog_style\";s:8:\"timeline\";s:13:\"blog_grid_col\";s:1:\"3\";s:10:\"bloglayout\";s:13:\"sidebar_right\";s:16:\"singlebloglayout\";s:13:\"sidebar_right\";s:9:\"post_like\";s:1:\"1\";s:13:\"social_shares\";s:1:\"0\";s:15:\"blog_pagination\";s:15:\"with_pagination\";s:16:\"blog_info_author\";s:1:\"1\";s:14:\"blog_info_date\";s:1:\"1\";s:18:\"blog_info_comments\";s:1:\"1\";s:14:\"blog_info_tags\";s:1:\"1\";s:14:\"portfolio_slug\";s:18:\"codeless_portfolio\";s:30:\"single_portfolio_custom_params\";a:3:{i:0;s:4:\"Date\";i:1;s:6:\"Client\";i:2;s:10:\"Technology\";}s:19:\"portfolio_post_like\";s:1:\"0\";s:11:\"site_layout\";s:9:\"fullwidth\";s:19:\"page_overall_layout\";s:9:\"fullwidth\";s:20:\"page_container_width\";a:2:{s:5:\"width\";s:6:\"1100px\";s:5:\"units\";s:2:\"px\";}s:28:\"page_container_width_percent\";a:2:{s:5:\"width\";s:3:\"87%\";s:5:\"units\";s:1:\"%\";}s:21:\"boxed_container_width\";a:2:{s:5:\"width\";s:6:\"1100px\";s:5:\"units\";s:2:\"px\";}s:29:\"boxed_container_width_percent\";a:2:{s:5:\"width\";s:3:\"87%\";s:5:\"units\";s:1:\"%\";}s:22:\"boxed_container_margin\";a:2:{s:10:\"margin-top\";s:4:\"30px\";s:13:\"margin-bottom\";s:4:\"30px\";}s:12:\"boxed_shadow\";s:1:\"1\";s:12:\"boxed_border\";a:6:{s:10:\"border-top\";s:1:\"0\";s:12:\"border-right\";s:1:\"0\";s:13:\"border-bottom\";s:1:\"0\";s:11:\"border-left\";s:1:\"0\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#e7e7e7\";}s:16:\"extra_navigation\";s:1:\"0\";s:25:\"extra_navigation_position\";s:5:\"right\";s:17:\"row_margin_bottom\";a:1:{s:13:\"margin-bottom\";s:4:\"60px\";}s:15:\"content_padding\";a:2:{s:11:\"padding-top\";s:4:\"60px\";s:14:\"padding-bottom\";s:4:\"60px\";}s:12:\"clients_dark\";a:5:{i:0;a:9:{s:5:\"title\";s:1:\"#\";s:11:\"description\";s:1:\"#\";s:3:\"url\";s:1:\"#\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:3:\"979\";s:5:\"thumb\";s:80:\"http://technocompinc.com/wp-content/uploads/2015/11/logo1-150x115.jpg\";s:5:\"image\";s:72:\"http://technocompinc.com/wp-content/uploads/2015/11/logo1.jpg\";s:6:\"height\";s:3:\"115\";s:5:\"width\";s:3:\"205\";}i:1;a:9:{s:5:\"title\";s:1:\"#\";s:11:\"description\";s:1:\"#\";s:3:\"url\";s:1:\"#\";s:4:\"sort\";s:1:\"1\";s:13:\"attachment_id\";s:3:\"980\";s:5:\"thumb\";s:80:\"http://technocompinc.com/wp-content/uploads/2015/11/logo2-150x115.jpg\";s:5:\"image\";s:72:\"http://technocompinc.com/wp-content/uploads/2015/11/logo2.jpg\";s:6:\"height\";s:3:\"115\";s:5:\"width\";s:3:\"205\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:13:\"attachment_id\";s:3:\"981\";s:5:\"thumb\";s:80:\"http://technocompinc.com/wp-content/uploads/2015/11/logo3-150x115.jpg\";s:5:\"image\";s:72:\"http://technocompinc.com/wp-content/uploads/2015/11/logo3.jpg\";s:6:\"height\";s:3:\"115\";s:5:\"width\";s:3:\"205\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:13:\"attachment_id\";s:3:\"977\";s:5:\"thumb\";s:80:\"http://technocompinc.com/wp-content/uploads/2015/11/logo4-150x115.jpg\";s:5:\"image\";s:72:\"http://technocompinc.com/wp-content/uploads/2015/11/logo4.jpg\";s:6:\"height\";s:3:\"115\";s:5:\"width\";s:3:\"205\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:13:\"attachment_id\";s:3:\"978\";s:5:\"thumb\";s:80:\"http://technocompinc.com/wp-content/uploads/2015/11/logo5-150x115.jpg\";s:5:\"image\";s:72:\"http://technocompinc.com/wp-content/uploads/2015/11/logo5.jpg\";s:6:\"height\";s:3:\"115\";s:5:\"width\";s:3:\"205\";}}s:13:\"clients_light\";a:2:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:13:\"attachment_id\";s:3:\"810\";s:5:\"thumb\";s:85:\"http://technocompinc.com/wp-content/uploads/2015/11/techno-logo-150x50.png\";s:5:\"image\";s:78:\"http://technocompinc.com/wp-content/uploads/2015/11/techno-logo.png\";s:6:\"height\";s:2:\"50\";s:5:\"width\";s:3:\"230\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:13:\"attachment_id\";s:2:\"62\";s:5:\"thumb\";s:80:\"http://technocompinc.com/wp-content/uploads/2014/12/logo4-150x150.png\";s:5:\"image\";s:72:\"http://technocompinc.com/wp-content/uploads/2014/12/logo4.png\";s:6:\"height\";s:3:\"200\";s:5:\"width\";s:3:\"300\";}}s:8:\"facebook\";s:43:\"http://technocompinc.com/social/\";s:7:\"twitter\";s:43:\"http://technocompinc.com/social/\";s:6:\"flickr\";s:0:\"\";s:10:\"foursquare\";s:0:\"\";s:6:\"google\";s:43:\"http://technocompinc.com/social/\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:43:\"http://technocompinc.com/social/\";s:7:\"youtube\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:5:\"email\";s:0:\"\";}','yes'),(135,'cl_redata-transients','a:2:{s:14:\"changed_values\";a:1:{s:14:\"copyright_text\";s:39:\"@2014 techno-comp .all rights reserved.\";}s:9:\"last_save\";i:1457622031;}','yes'),(142,'category_children','a:0:{}','yes'),(143,'portfolio_entries_children','a:0:{}','yes'),(144,'staff_entries_children','a:0:{}','yes'),(145,'testimonial_entries_children','a:0:{}','yes'),(147,'faq_entries_children','a:0:{}','yes'),(149,'widget_social_widget','a:4:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:5:\"style\";s:6:\"simple\";}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:5:\"style\";s:6:\"circle\";}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:5:\"style\";s:6:\"circle\";}s:12:\"_multiwidget\";i:1;}','yes'),(150,'widget_widget_flickr','a:2:{i:2;a:2:{s:5:\"title\";s:13:\"Flickr Widget\";s:7:\"user_id\";s:12:\"52617155@N08\";}s:12:\"_multiwidget\";i:1;}','yes'),(151,'widget_widget_shortcode','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:95:\"[contact_information tel=\"+114 554 888\" addr=\"20 St Street, New York\" email=\"info@codeless.co\"]\";}s:12:\"_multiwidget\";i:1;}','yes'),(152,'widget_widget_most_popular','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(153,'widget_nav_menu','a:4:{i:2;a:1:{s:8:\"nav_menu\";i:2;}i:5;a:1:{s:8:\"nav_menu\";i:9;}i:6;a:1:{s:8:\"nav_menu\";i:14;}s:12:\"_multiwidget\";i:1;}','yes'),(154,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(155,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_widget_twitter','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_widget_ads','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_widget_topnav','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(162,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(165,'recently_activated','a:0:{}','yes'),(167,'_transient_wr2x_issues','a:62:{i:0;i:908;i:1;i:909;i:2;i:910;i:3;i:911;i:4;i:912;i:5;i:913;i:6;i:914;i:7;i:931;i:8;i:932;i:9;i:977;i:10;i:978;i:11;i:979;i:12;i:980;i:13;i:981;i:14;i:982;i:15;i:1000;i:16;i:1001;i:17;i:1002;i:18;i:1006;i:20;i:1015;i:21;i:1032;i:22;i:1040;i:23;i:1043;i:24;i:1060;i:25;i:1061;i:26;i:1062;i:27;i:1063;i:28;i:1064;i:30;i:1066;i:31;i:1067;i:32;i:1068;i:33;i:1087;i:34;i:1088;i:35;i:1089;i:36;i:1090;i:37;i:1143;i:38;i:1154;i:39;i:1155;i:40;i:1156;i:41;i:1157;i:42;i:1227;i:45;i:1250;i:46;i:1251;i:47;i:1252;i:48;i:1253;i:49;i:1254;i:50;i:1255;i:51;i:1257;i:52;i:1258;i:53;i:1259;i:54;i:1260;i:55;i:1261;i:56;i:1262;i:57;i:1263;i:58;i:1264;i:59;i:1265;i:60;i:1266;i:61;i:1267;i:62;i:1268;i:63;i:1269;i:64;i:1270;i:65;i:1271;}','yes'),(168,'wr2x_basics','a:1:{s:13:\"auto_generate\";s:2:\"on\";}','yes'),(169,'wr2x_advanced','','yes'),(170,'wr2x_pro','','yes'),(181,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1446932302','no'),(182,'_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:3:{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:31:\"Fri, 06 Nov 2015 20:18: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:\"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.4-beta3-35561\";s:7:\"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: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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 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:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-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:\"Wed, 04 Nov 2015 22: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: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=3969\";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:374:\"WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Scott Taylor\";s: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:1245:\"<p>WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta three<br />\nEven more activity<br />\nNary a shared term</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:\"\";}}}}}i:1;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Oct 2015 20:50: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: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=3966\";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:374:\"WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Scott Taylor\";s: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:1246:\"<p>WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta two<br />\nAnother week of progress<br />\nREST API lives!</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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 23:54: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: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=3926\";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:\"WordPress 4.4 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Scott Taylor\";s: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:4293:\"<p>WordPress 4.4 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.4 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\" target=\"_blank\">December 8</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Twenty Sixteen </strong>— The <a href=\"https://make.wordpress.org/core/2015/08/25/introducing-twenty-sixteen/\">newest</a> default theme for WordPress.</li>\n<li><strong>Responsive Images </strong>— WordPress automatically delivers a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, viewport size, and screen resolution.</li>\n<li><strong>Embeds </strong>— WordPress can now embed rich content from nearly all sites that support the oEmbed standard — not just YouTube, Flickr, Twitter, and the like. You can even embed <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">previews of posts</a> from other WordPress sites by pasting the URL on its own line.</li>\n</ul>\n<p>There have been a lot of changes for developers to play with as well:</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> has been <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata is <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">now included</a> in WordPress 4.4. If you’ve already been using a plugin to implement term metadata, you should read <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">this post</a> on how to prepare. Also, the underlying <code>WP_Term</code> class improves caching when working with terms. (<a href=\"https://core.trac.wordpress.org/ticket/14162\">#14162</a>)</li>\n<li><strong>Improved <code><title></code> output</strong> — <code>wp_title()</code> is now deprecated; WordPress can <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.4, <a href=\"https://make.wordpress.org/core/tag/4-4/\" target=\"_blank\">check out all 4.4-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">list of everything</a> that’s changed.</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\" target=\"_blank\">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/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Many small changes</em><br />\n<em>Some groundbreaking new features<br />\nFun times had by all<br />\n</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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.3.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:51:\"https://wordpress.org/news/2015/09/wordpress-4-3-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:\"Tue, 15 Sep 2015 15:22: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: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.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:33:\"http://wordpress.org/news/?p=3914\";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:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Samuel Sidler\";s: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:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 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>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.1</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.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.3 “Billie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2015/08/billie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Aug 2015 19:12: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:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.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:33:\"http://wordpress.org/news/?p=3845\";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:352:\"Version 4.3 of WordPress, named “Billie” in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:22531:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - "Billie"\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" srcset=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-300x168.png 300w, https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png 1024w\" sizes=\"(max-width: 692px) 100vw, 692px\" /></p>\n<p>Version 4.3 of WordPress, named “Billie” in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'389\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=1\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<div style=\"margin-bottom: 0\"><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div></div>\n<p>Your writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n <br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n <br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> – Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> – All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> – Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&s=180&r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <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/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bjorklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</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/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjorn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Mte90 Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</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/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</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/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</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/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</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/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">jamesgol</a>, <a href=\"https://profiles.wordpress.org/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</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/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</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/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</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/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</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/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</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/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/posykrat\">posykrat</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</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/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</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/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 languages!</p>\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>. Thanks for choosing WordPress. See you soon for version 4.4!</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: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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 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/2015/08/wordpress-4-2-4-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 12:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3827\";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:397:\"WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Samuel Sidler\";s: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:2011:\"<p>WordPress 4.2.4 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>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</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.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.3 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/2015/07/wordpress-4-3-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:\"Wed, 29 Jul 2015 23:50: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3817\";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:340:\"The release candidate for WordPress 4.3 is now available. We’ve made more than 100 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on Tuesday, August 18, but we […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s: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:2256:\"<p>The release candidate for WordPress 4.3 is now available.</p>\n<p>We’ve made more than <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33512&stop_rev=33372&limit=120\">100 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on <strong>Tuesday, August 18</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.3 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.3 RC1, 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.3-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.3 and update your plugin’s <em>Tested up to</em> version in the readme to 4.3 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-3/\">notes for developers</a> for 4.3.</p>\n<p><em>Drei Monate Arbeit</em><br />\n<em>Endlich das Ziel vor Augen</em><br />\n<em>Bald hab ich Urlaub!</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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.3 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:51:\"https://wordpress.org/news/2015/07/wordpress-4-2-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:\"Thu, 23 Jul 2015 11:21:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3807\";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:380:\"WordPress 4.2.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.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by Jon Cave and […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2708:\"<p>WordPress 4.2.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.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a> and fixed by <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, both of the WordPress security team, and later reported by <a href=\"http://klikki.fi/\">Jouko Pynnönen</a>.</p>\n<p>We also fixed an issue where it was possible for a user with Subscriber permissions to create a draft through Quick Draft. Reported by Netanel Rubin from <a href=\"https://www.checkpoint.com/\">Check Point Software Technologies</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.3 also contains fixes for 20 bugs from 4.2. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33382&stop_rev=32430\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.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.2.3.</p>\n<p>Thanks to everyone who contributed to 4.2.3:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</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/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">Gabriel Pérez</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Mike Adams</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, and <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2015 21:55:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3796\";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:337:\"WordPress 4.3 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s: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:2212:\"<p>WordPress 4.3 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a> blog posts. Some of the changes in Beta 4 include:</p>\n<ul>\n<li><span class=\"s1\">Fixed several bugs and broken flows in the </span><span class=\"s1\"><strong>publish box </strong></span><span class=\"s1\">in the edit screen.</span></li>\n<li>Addressed a number of edge cases for word count in the <strong>editor</strong>.</li>\n<li><span class=\"s1\"><strong>Site icons</strong> </span><span class=\"s1\">can now be previewed within the customizer. The feature has been removed from general settings.</span></li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33369&stop_rev=33289\">more than 60 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.3\">everything we’ve fixed</a>.</p>\n<p><em>Few Tickets Remain</em><br />\n<em>Edge Cases Disappearing</em><br />\n<em>You Must Test Today</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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 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:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-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:\"Wed, 15 Jul 2015 21:49: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3787\";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:337:\"WordPress 4.3 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s: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:2529:\"<p>WordPress 4.3 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a> blog posts. Some of the changes in Beta 3 include:</p>\n<ul>\n<li>Performance improvements for <strong>Menus in the Customizer</strong>, as well as bug fixes and visual enhancements.</li>\n<li>Added <strong>Site Icon</strong> to the Customizer. The feature is now complete and requires lots of testing. Please help us ensure the site icon feature works well in both Settings and the Customizer.</li>\n<li>The improvements to <strong>Passwords</strong> have been added to the installation flow. When installing and setting up WordPress, a strong password will be suggested to site administrators. Please test and let us know if you encounter issues.</li>\n<li>Improved <strong>accessibility of comments and media list tables</strong>. If you use a screen reader, please let us know if you encounter any issues.</li>\n<li>Lots and lots of code documentation improvements.</li>\n<li><strong>Various other bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=33286&stop_rev=33141&limit=150\">more than 140 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.3\">everything we’ve fixed</a>.</p>\n<p><em>Want to test new things?</em><br />\n<em>Wonder how four three shapes up?</em><br />\n<em>Answer: beta three</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: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: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\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 07 Nov 2015 09:38:22 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Fri, 06 Nov 2015 20:18:47 GMT\";s:4:\"link\";s:77:\"<https://wordpress.org/news/wp-json/>; rel=\"https://github.com/WP-API/WP-API\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911040210\";}','no'),(183,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1446932302','no'),(184,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1446889102','no'),(185,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1446932304','no'),(186,'_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:58:\"WPTavern: How Not to Communicate Grievances with WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48861\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/how-not-to-communicate-grievances-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9936:\"<p>A few days ago, <a href=\"http://wptavern.com/how-non-developers-can-contribute-to-and-influence-wordpress-core-development\">I offered advice</a> on how non-developers can contribute to and influence core WordPress development. Communicating online is hard but where and how you communicate affects the likelihood of making an impact.</p>\n<p><a href=\"https://www.cmscritic.com/\">CMS Critic</a> is a site I’ve read for years as it routinely publishes articles on a variety of content management systems, including WordPress. For whatever reason, the site generally <a href=\"https://www.cmscritic.com/tag/wordpress/\">publishes negative things</a> about the WordPress project.</p>\n<p>In late October, Kaya Ismail <a href=\"http://www.cmscritic.com/how-wordpress-needs-to-improve-itself/\">published an article</a> that describes how WordPress needs to improve itself in six ways. What could have been a great article, is instead a great example of <strong>how not to</strong> communicate grievances you have with WordPress.</p>\n<h2>Twenty Sixteen Developers Are Lazy</h2>\n<p>Many people, including myself <a href=\"http://wptavern.com/first-look-at-the-twenty-sixteen-default-wordpress-theme#comments\">have an opinion</a> of the Twenty Sixteen theme in WordPress 4.4. Ismail thinks the developers behind the theme are lazy.</p>\n<blockquote><p>I totally understand that WordPress doesn’t need to compete with the massive library of third-party themes available out there, but that doesn’t mean that they should lead with a default theme as bad as that. It’s nothing short of lazy.</p></blockquote>\n<p>Tammie Lister, Takashi Irie, and others continue to work hard on Twenty Sixteen to prepare it for the WordPress 4.4 release in December. They are far from lazy people making Ismail’s opinion more of an insult. He doesn’t provide any examples or ideas on what should be in a default theme.</p>\n<h2>The WordPress Plugin Directory</h2>\n<p>According to Ismail, the WordPress plugin directory is filled with large chunks of trash in addition to great plugins. While some plugins in the directory could be coded better, his explanation falls short of describing a solution.</p>\n<blockquote><p>Many plugins simply don’t work, while many more are poorly put together, which in turn makes WordPress as a platform harder to use. Quality control needs to improve.</p></blockquote>\n<p>He doesn’t link to plugins that are broken, provide any code samples, or show where quality control is lacking. His statement is an assumption that’s not backed by evidence.</p>\n<p>Those who <a href=\"http://wptavern.com/behind-the-scenes-in-the-wordpress-plugin-directory-with-mika-epstein\">oversee the plugin directory</a> don’t test every submitted plugin to make sure it works with WordPress. Among other things, they’re job is to make sure plugin submissions don’t have security issues. If the moderators performed quality control on every plugin, the submission queue would likely have a substantial backlog.</p>\n<p>Instead of writing baseless assumptions, Ismail should monitor the <a href=\"https://make.wordpress.org/plugins/\">Make WordPress Plugins</a> site to stay on top of what’s going on with the plugin directory and submit feedback where necessary. If a broken plugin is discovered, he should create a forum thread within the plugin’s support area.</p>\n<p>This way, his feedback is seen by those who directly control the WordPress plugin directory. The simple act of reporting a broken plugin to the developer is a major step towards being part of the solution and not the problem.</p>\n<h2>Admin Menu Clutter</h2>\n<p>I agree with Ismail’s opinion that the WordPress admin menus can become cluttered if the right plugins are activated. At least in this case, he suggests an alternative.</p>\n<blockquote><p>I’d like to see WordPress group third-party menu options together, in a way that’s a little more organized and less intrusive. Perhaps this can be done by giving them a sub-section within the menu which can be collapsed. The solution itself is up to them, but the problem is evident.</p></blockquote>\n<p>There <a href=\"https://codex.wordpress.org/Administration_Menus\">are guidelines</a> for when plugin developers should create top-level or sub-level menu items but they’re not followed as well as they could be. Without strictly enforcing these guidelines, it’s out of WordPress’ hands. The complaint is aimed in the wrong direction and should point towards third-party developers, not WordPress itself.</p>\n<p>If you want more control in how items are displayed in the admin menu, I recommend using the <a href=\"https://wordpress.org/plugins/menu-humility/\">Menu Humility</a> plugin by Mark Jaquith.</p>\n<h2>Akismet is Not Enough</h2>\n<p>According to Ismail, comment spam is a major issue with WordPress sites and Akismet doesn’t do enough to stop it.</p>\n<blockquote><p>Akismet, a spam comment filter, now comes with every WordPress install – which is a good thing. But the free version doesn’t do enough for me, as comments still pile up in the back end. If you ask me, WordPress needs to find another way to turn the unrelenting tide of spam.</p></blockquote>\n<p>To clarify, Akismet has been bundled with WordPress since <a href=\"https://wordpress.org/news/2005/12/wp2/\">version 2.0</a> and there’s no difference between the free and commercial versions in how Akismet protects sites. He doesn’t provide any suggestions on what WordPress could do to thwart spam but says it has to do something.</p>\n<p>What are members of the WordPress core team supposed to do with this kind of feedback? It’s not helpful, doesn’t provide any ideas, and is easy to discard.</p>\n<h2>Updates are Hard</h2>\n<p>Depending on your webhost’s configuration, updating themes, plugins, and WordPress is as simple as clicking a button. For the more adventurous, you can configure them to happen automatically. For Ismail, the update process is difficult.</p>\n<blockquote><p>Updating a plugin may cause conflicts between it and another plugin. Updating a theme can erase your modifications (unless you use a child theme), whereas updating WordPress itself can render a variety of your plugins redundant until their developers apply a patch. Confused yet? You should be.</p></blockquote>\n<p>He makes a few good points but editing a theme instead of a child theme is like editing WordPress core files which should almost never happen. It’s true that there is a slight risk of <a href=\"http://wptavern.com/plugin-developers-demand-a-better-security-release-process-after-wordpress-4-2-3-breaks-thousands-of-websites\">things breaking</a> after an update but it’s more of an anomaly than a common occurrence.</p>\n<p>Ismail suggests that WordPress look into preserving theme changes across the board and to provide alerts if plugins interfere with each other. I like these suggestions and my hope is that one day, WordPress will be able to create a snapshot during the update process to provide assurance that the site won’t break after an update is applied.</p>\n<h2>WordPress Hack-a-thon</h2>\n<p>Ismail’s last point is how WordPress can improve its security.</p>\n<blockquote><p>I think we can all agree that WordPress needs to beef itself up (by shoring up its admin login page, for example), but I call for it to go a step further and start offering better protection, even if it comes at a small price.</p>\n<p>Third party solutions exist, sure. But why should I have to patch together several security plugins, each with their own confusing settings, just to secure my website? Many WordPress users have become accustom to handling their own security in this way; but I think WordPress needs to take on more responsibility.</p></blockquote>\n<p>He wants WordPress to go a step further and offer better protection but doesn’t say what that protection is. He also doesn’t explain where, how, or why WordPress should take on more responsibility to make sites more secure.</p>\n<h2>Be Part of the Solution, Not the Problem</h2>\n<p>Ismail concludes his article by saying it’s time for WordPress to innovate. He also says, “The onus isn’t on me to provide the solution, it’s upon WordPress. And it’s about time they started coming up with innovative solutions for their long-standing issues.”</p>\n<p>The article is <a href=\"https://www.cmscritic.com/wordpress-4.4-beta-bare-bones/\">another example</a> of how CMS Critic chooses not to be part of the solution. Everyone is entitled to their opinions, but airing grievances which sound more like demands and telling core developers to start innovating is not a recipe for results.</p>\n<p><a href=\"http://www.smashingmagazine.com/2013/05/contributing-to-wordpress/\">This quote</a> from WordPress core developer, Mark Jaquith, eloquently describes how important communication skills are in an open source project.</p>\n<blockquote><p>The number one skill you need for just about any job, but specifically working on open source, is communication skills. You need to have clarity, consistency, compassion, relatability, a little bit of a thick skin and a decent sense of humor.</p></blockquote>\n<p>The onus may not be on Ismail or any of us to come up with solutions, but he and others can help discover and be part of solutions by taking an active role in giving constructive feedback in <a href=\"http://hughlashbrooke.com/2015/11/03/a-non-developers-guide-to-getting-involved-in-wordpress-core-development/\">the right place</a>. WordPress has its fair share of issues but there are <a href=\"http://www.smashingmagazine.com/2013/05/contributing-to-wordpress/\">plenty of opportunities</a> for people to step up and contribute to make the software better.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Fri, 06 Nov 2015 18:52:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"WPTavern: Jetpack 3.8 Adds Google+ Badges and Fixes Contact Form Response Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48853\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/jetpack-3-8-adds-google-badges-and-fixes-contact-form-response-emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3200:\"<p>Jetpack 3.8 is <a href=\"http://jetpack.me/2015/11/04/jetpack-3-8-google-badges-and-more/\">available for download</a> and includes, Google+ badges, Twitch.TV embed shortcode, improvements to the contact form module, and bug fixes.</p>\n<p>Users can now display a Google+ Badge widget that shows your Google+ profile, page, or community.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/11/GooglePlusBadgeSettings.png\" rel=\"attachment wp-att-48854\"><img class=\"size-full wp-image-48854\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/11/GooglePlusBadgeSettings.png?resize=443%2C493\" alt=\"Google Plus Badge Settings\" /></a>Google Plus Badge Settings\n<p>You can configure the badge’s width, layout, and choose between a light or dark color scheme. A Google+ icon has also been added to the Social Media Icons widget bringing the total number of available icons to nine.</p>\n<p>Those who use the Shortcode Embeds module can now easily embed videos from <a href=\"http://www.twitch.tv/\">Twitch.tv</a> using the <a href=\"https://en.support.wordpress.com/videos/twitch-tv-shortcode/\">[ twitchtv ] shortcode</a>. The shortcode’s attributes allow you to modify the width, height, and whether or not the video autoplays.</p>\n<p>In previous versions of Jetpack, the Contact Form module checkbox field type was limited to a single item. In Jetpack 3.8, check box field types can have multiple items.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/11/JetpackContactFormMultipleFields.png\" rel=\"attachment wp-att-48855\"><img class=\"size-full wp-image-48855\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/11/JetpackContactFormMultipleFields.png?resize=746%2C713\" alt=\"Multiple Options Field\" /></a>Multiple Options Field\n<p>One of my favorite enhancements in Jetpack 3.8 is the improved styling to contact form email responses. In previous versions of Jetpack, emails <a href=\"https://github.com/Automattic/jetpack/issues/49\">didn’t match the order of the fields</a> within the contact form. Now, any responses to the contact form will show up in the order you set.</p>\n<p>Other notable improvements in Jetpack 3.8 include:</p>\n<ul>\n<li>Lots of new filters to allow further customization of Jetpack.</li>\n<li>Better error messaging for Subscription Widget sign up forms.</li>\n<li>Improvements and enhancements to accessibility.</li>\n</ul>\n<p>In addition to features and bug fixes, this release contains contributions from Daisuke Takahashi and Eduardo Reveles. Takahashi lives in Japan and is responsible for the Google+ Badge Widget. Reveles not only filed a <a href=\"https://github.com/osiux\">substantial amount of issue reports on Github</a> but also submitted a lot of patches.</p>\n<p>These two are among a group of more than 40 people who worked on Jetpack 3.8. Check out Jetpack’s <a href=\"http://jetpack.me/contribute/\">contribute page</a> if you’d like to get involved with the project. Also, be sure to read how you can <a href=\"http://wptavern.com/jetpack-relaunches-beta-testing-program\">join the Jetpack beta testing team</a> to be among the first to test new features.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Fri, 06 Nov 2015 07:12:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:31:\"Matt: Most Miles of Road: Texas\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://ma.tt/2015/11/most-miles-of-road-texas/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:405:\"<p>I was wondering the other day how many miles of road were in every state, and guessed that Texas must be the highest. It turns out it is, <a href=\"http://blog.cubitplanning.com/2010/02/road-miles-by-state/\">according to this list of the road mileage of every state</a>. It’s about 70% more than the runner-up, California. After TX and CA, it’s Illinois, Kansas, Minnesota, and Missouri.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Nov 2015 16:20: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: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:52:\"WPTavern: Justin Tadlock Explains Taxonomy Term Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48843\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/justin-tadlock-explains-taxonomy-term-meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1323:\"<p>While developers celebrate the <a href=\"http://wptavern.com/the-first-half-of-the-rest-api-is-officially-added-to-wordpress-core\">first half of the WordPress REST API</a> being merged into WordPress, there’s also another reason to celebrate. Six years <a href=\"https://core.trac.wordpress.org/ticket/10142\">in the making</a>, taxonomy term meta <a href=\"https://make.wordpress.org/core/2015/10/23/4-4-taxonomy-roundup/\">will be available</a> in WordPress 4.4.</p>\n<p>If you’re like me and don’t have a clue as to what taxonomy term meta is, I highly encourage you to read Justin Tadlock’s <a href=\"http://themehybrid.com/weblog/introduction-to-wordpress-term-meta\">explanation and tutorial</a>. In the post, Tadlock explains why term meta is significant and some of the possibilities it affords developers.</p>\n<p>After reading through the tutorial, I have a better understanding as to why developers are so excited. Not only does it create more opportunities to extend WordPress, but does so in a standard and expected way. Previous to WordPress 4.4, developers had to rely on work-arounds to add term meta to taxonomies.</p>\n<p>Let us know what you think of the tutorial and how you plan to take advantage of this feature once WordPress 4.4 is released.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 05 Nov 2015 08:45:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"WPTavern: Easily Add Citations to Quotes With the Better Blockquotes Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/easily-add-citations-to-quotes-with-the-better-blockquotes-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2123:\"<p><a href=\"https://github.com/devinsays/better-blockquotes\">Better Blockquotes</a> is a free WordPress plugin created by <a href=\"http://wptheming.com/\">Devin Price</a> that makes it easy to add citations to blockquotes. When a user clicks the blockquote button with no text highlighted, a dialogue box pops up with options to add a quote, citation, and a citation link.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/11/BetterBlockquoteOptions.png\" rel=\"attachment wp-att-48834\"><img class=\"size-full wp-image-48834\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/11/BetterBlockquoteOptions.png?resize=448%2C307\" alt=\"Better Blockquote Options\" /></a>Better Blockquote Options\n<p>Citations are inserted into the post with HTML5 markup. The blockquote button retains its default behaviour with highlighted text. I tested the plugin on WordPress 4.4 beta 3 and it works as advertised.</p>\n<p>I did notice however, that the citation displays immediately after the last character in the quote. I’d prefer to have</p>\n<p>a space between the last character and the citation.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/11/BetterBlockquotesVisualEditor.png\" rel=\"attachment wp-att-48835\"><img class=\"size-full wp-image-48835\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/11/BetterBlockquotesVisualEditor.png?resize=593%2C321\" alt=\"Better Blockquotes in the Visual Editor\" /></a>Better Blockquotes in the Visual Editor\n<p>An example of how better blockquotes looks in a post.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/11/BetterBlockquotesInaPost.png\" rel=\"attachment wp-att-48836\"><img class=\"size-full wp-image-48836\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/11/BetterBlockquotesInaPost.png?resize=605%2C195\" alt=\"How a Blockquote Looks in a Post\" /></a>How a Better Blockquote Looks in a Post\n<p>Based on feedback, Price says he’ll attempt to add it to WordPress core as an enhancement. Is better blockquotes something you’d like to see added to WordPress?</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 05 Nov 2015 00:08:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:33:\"Matt: Journalistic Accountability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/11/journalistic-accountability/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:522:\"<p>Tech blog idea: A site that covers the top headlines on <a href=\"http://techmeme.com/\">Techmeme</a> 6, 12, or 18 months after they happened, and explores the delta between what people said was going to happen when they raised funding, or did an acquisition, and what actually happens after time has run its course. We keep covering announcements like they matter. Can also compare analyst and commentator predictions for <a href=\"https://duckduckgo.com/?q=site%3Adaringfireball.net+claim+chowder\">claim chowder</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Nov 2015 15:01: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: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:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: How Non-Developers Can Contribute to and Influence WordPress Core 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48823\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/how-non-developers-can-contribute-to-and-influence-wordpress-core-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1995:\"<p>If you don’t consider yourself a developer and want to contribute to WordPress core, <a href=\"http://hughlashbrooke.com/2015/11/03/a-non-developers-guide-to-getting-involved-in-wordpress-core-development/\">Hugh Lashbrooke’s guide</a> offers a few different techniques. The guide explains how and where to provide feedback and how important it is to beta test new features.</p>\n<p>Over the years, I’ve used WP Tavern to advocate for and against features in WordPress. One of the best pieces of advice I can give non-developers is to organize your thoughts or stance on a specific feature or direction and publish them on your site. This allows you to control the conversation and gives you plenty of space to explain your perspective.</p>\n<p>A great example <a href=\"http://wptavern.com/help-me-add-comment-approval-notifications-to-wordpress\">is this post</a> asking for help to add comment moderation approval notifications to WordPress. I explain why it’s needed with a <a href=\"https://core.trac.wordpress.org/ticket/33717\">link to the ticket</a> I created to keep track of the conversation. I prefer to write about potential features and based on feedback, I’ll either create a trac ticket myself or someone will do it for me with a link to the post.</p>\n<p>The Tavern is in the dashboard and is read by a large audience, including core developers. However, thanks to social media, a well constructed post with solid points will make the rounds on Twitter, Facebook, and within WordPress sub-communities.</p>\n<p>It’s those posts and associated comments that serve as one of many foundations for change in WordPress without touching a line of code. Keep in mind that there’s no guarantee you’ll be able to directly influence WordPress core development with words alone, but respectful, in-depth conversations with differing opinions and perspectives are an important part of the community regardless.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Wed, 04 Nov 2015 08:42:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Daniel Bachhuber Raises More Than $17.5K to Develop a RESTful WP-CLI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48819\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/daniel-bachhuber-raises-more-than-17-5k-to-develop-a-restful-wp-cli\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1664:\"<p><a href=\"https://danielbachhuber.com/\">Daniel Bachhuber</a>, who maintains <a href=\"http://wp-cli.org/\">WP-CLI</a>, has successfully raised more than $21K through his <a href=\"https://www.kickstarter.com/projects/danielbachhuber/a-more-restful-wp-cli\">Kickstarter campaign</a>. He created the campaign to generate funding to develop a CLI interface for the WordPress REST API.</p>\n<p>According to Bachhuber, the project will allow WordPress REST API endpoints registered via plugins and themes to automatically be usable as WP-CLI commands. Developers will also be able to push and pull posts including, custom post types, users, and other WordPress REST API data between separate WordPress installations with a simple WP-CLI command.</p>\n<p>Bachhuber requested $17.5K and within twelve hours of publishing the campaign, he received more than the asking amount from 51 backers, including one who contributed $8,500. Bachhuber will donate one hour of time to the WordPress REST API project in 2016 for every $100 over the funding goal. Based on the current amount, that’s 46 hours.</p>\n<p>With funding in place, Bachhuber will work on the project throughout the first half of 2016, “$17,500 represents 150 hours of development at $100/hour, plus Kickstarter’s cut and costs associated with the rewards. I intend to use this time over the first six months of 2016,” he said.</p>\n<p>There’s still 28 days left in the campaign and if it reaches $40K, he pledges to help figure out how the REST API will handle <a href=\"https://github.com/WP-API/WP-API/issues/1055\">password protected posts</a>.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Wed, 04 Nov 2015 07:04:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:52:\"WPTavern: 93Digital Publishes WordPress Time Machine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/93digital-publishes-wordpress-time-machine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1528:\"<p><a href=\"https://93digital.co.uk/\">93Digital</a>, a London-based WordPress development agency, has published a <a href=\"https://93digital.co.uk/wphistory/\">WordPress time machine</a>. The page features a timeline where visitors can browse every major version of WordPress released since 1.0. Versions are displayed in a horizontal timeline format with fancy animations when hovered over.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/11/WordPresstimeMachine.png\" rel=\"attachment wp-att-48815\"><img class=\"size-full wp-image-48815\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/11/WordPresstimeMachine.png?resize=1025%2C554\" alt=\"WordPress Time Machine\" /></a>WordPress Time Machine\n<p>Unfortunately, the animations are more distracting than they are useful and add a small delay when viewing images. The full-size images are not large enough and appear blurry when clicked on. If 93Digital removes the animations and uses larger images, the timeline would be a nice way to visually browse through WordPress’ history.</p>\n<p>If you’d like to see clear, large images of past WordPress releases and learn about some of the key features in each version, I recommend reading <a href=\"http://www.inmotionhosting.com/support/website/wordpress/wordpress-through-the-ages\">WordPress through the ages</a>. Through the images, you can see the natural progression of features, designs, and layouts WordPress has gone through during the past 10 years.</p>\n<div id=\"epoch-width-sniffer\"></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, 03 Nov 2015 18:18:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:19:\"Matt: Mario and NUX\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://ma.tt/2015/11/mario-and-nux/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:734:\"<p><span class=\"embed-youtube\"></span></p>\n<p>In this video Shigeru Miyamoto and Takashi Tezuka discuss World 1-1, or the very first level in the very first Super Mario Bros. It’s fascinating how every element on the level is designed to introduce you to a mechanic of the game, or how Mario moves and jumps. This is interesting if you like Mario, but also important for any developer in any medium who is thinking about the NUX (new user experience) of their product. I sometimes joke that in <a href=\"http://wordpress.org/\">WordPress</a> we put people on the boss monster level the first time they enter the dashboard. There have been improvements but still so much to do to naturally introduce people to our interface.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Nov 2015 15:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Fixing DST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45543\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://ma.tt/2015/11/fixing-dst/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:230:\"<p>The Atlantic: <a href=\"http://www.theatlantic.com/business/archive/2013/11/daylight-saving-time-is-terrible-heres-a-simple-plan-to-fix-it/281075/\">Daylight Saving Time Is Terrible: Here’s a Simple Plan to Fix It</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:\"Sun, 01 Nov 2015 17:59:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: WordPress 4.4 Streamlines Content Sharing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48797\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wptavern.com/wordpress-4-4-streamlines-content-sharing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4151:\"<p>For the last six years, WordPress has been an <a href=\"https://codex.wordpress.org/Embeds\">oEmbed consumer</a>, adding support for services with nearly every major release since 2.9. In WordPress 4.4, it switches roles and is an oEmbed provider.</p>\n<p>Proposed by Pascal Birchler <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">earlier this year</a>, oEmbeds for posts streamlines how they’re shared across the web. Here’s an example of what an oEmbedded post looks like.</p>\n<p></p>\n<p>Content is displayed in an iFrame with a link to comments, a sharing button, and a link to the main page the article is hosted on. The continue reading link takes visitors to the source site. In the last three months, Birchler and members of the core team have worked hard to make sure embedded content is secure.</p>\n<ul>\n<li>The iFrames use the <a href=\"https://developer.mozilla.org/en/docs/Web/HTML/Element/iframe#Attributes\">sandbox attribute</a> to enable extra restrictions on content that can appear in the inline frame.</li>\n<li>The host and the embedded site communicate via postMessage to allow resizing and clicking on links safely</li>\n</ul>\n<p>oEmbed discovery is turned on by default in WordPress 4.4. Too disable it, you’ll need install and activate the <a href=\"https://wordpress.org/plugins/disable-embeds/\">Disable Embeds</a> plugin. The plugin does the following:</p>\n<ul>\n<li>Prevents others from embedding your site.</li>\n<li>Prevents you from embedding other non-whitelisted sites.</li>\n<li>Disables all JavaScript</li>\n</ul>\n<p>Some people <a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/#comment-28263\">are requesting</a> that an option be added to disable oEmbeds rather than installing a plugin. In response to requests, Aaron Jorbin, WordPress core contributor, reemphasized <a href=\"https://wordpress.org/about/philosophy/#decisions\">WordPress’ philosophy</a> on adding options.</p>\n<blockquote><p>Every time you give a user an option, you are asking them to make a decision. When a user doesn’t care or understand the option this ultimately leads to frustration. As developers we sometimes feel that providing options for everything is a good thing, you can never have too many choices, right?</p>\n<p>Ultimately these choices end up being technical ones, choices that the average end-user has no interest in. It’s our duty as developers to make smart design decisions and avoid putting the weight of technical choices on our end users.</p></blockquote>\n<p>Birchler also responded saying, “The new embed functionality was developed with the majority of users in mind.” One of the largest problems with adding to options to WordPress is that they’re difficult to remove.</p>\n<p>Some WordPress developers are excited to see how post embeds can be extended. <a href=\"http://hughlashbrooke.com/\">Hugh Lashbrooke</a>, who works for Automattic, thinks post embeds will be great for Custom Post Types, “I think the oEmbed feature has loads of awesome use cases for Custom Post Types. For example, being able to embed eCommerce products on other sites with dynamic add to cart links,” he said.</p>\n<p>The easiest way to try post embeds is to log into <a href=\"http://wptavern.com/test-new-wordpress-features-without-installing-anything-via-trywpbeta\">TryWPBeta</a> using these credentials.</p>\n<ul>\n<li><strong>Username</strong>: wcpdx</li>\n<li><strong>Password</strong>: wcpdx15</li>\n</ul>\n<p>Create a new post and make sure the visual editor is selected. Copy a URL from one of the Make Core WordPress blog posts and paste it into the editor.</p>\n<p>If you’d like to learn more about how this feature works, check out <a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">Birchler’s post</a> where he explains what developers need to take note of and how to customize the output. WordPress 4.4 is <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\">scheduled for release</a> in December.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Fri, 30 Oct 2015 20:50:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"Matt: Lifehacker Japan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/10/lifehacker-japan/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:301:\"<p>When I was last in Tokyo <a href=\"http://www.lifehacker.jp/2015/10/151022wordpress_matt.html\">I sat down with Lifehacker Japan and they have a long interview in Japanese and some photos from the trip</a>. I don’t remember what I said, but the Google Translate version is pretty hilarious.</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, 30 Oct 2015 20:11: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: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:79:\"WPTavern: WPWeekly Episode 211 – Kyle Maurer Co-founder of Real Big Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48791\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/wpweekly-episode-211-kyle-maurer-co-founder-of-real-big-marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2590:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by Kyle Maurer, Co-founder of <a href=\"http://realbigmarketing.com/\">Real Big Marketing. </a>Maurer grew up in rural Michigan working on farms without much knowledge of the IT industry. He registered an account on meetup.com after discovering a WordPress meetup in his local area.</p>\n<p>During the meetup, Maurer discovered how powerful WordPress is. The knowledge he gained motivated him to dive deep into WordPress and eventually start his own development agency.</p>\n<p>We discuss his most recent project, <a href=\"http://wordcrash.net/\">WordCrash,</a> which allows people in the WordPress community to offer travelers a place to stay for free. We also discuss his involvement with <a href=\"http://wordpress.tv/\">WordPress.TV</a> where Maurer volunteers to moderate videos, contribute code to the site, and coordinate projects. Last but not least, we discuss <a href=\"http://wproundtable.com/\">WP Roundtable</a>, a weekly WordPress podcast hosted by Maurer and a <a href=\"http://wproundtable.com/panel/\">panel of WordPress personalities</a>.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-2/\">WordPress 4.4 Beta 2 Released</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/media-deduper/\">Media DeDuper</a> saves disk space and brings some order to the chaos of your media library by removing and preventing duplicate files.</p>\n<p><a href=\"https://wordpress.org/plugins/feature-request/\">Feature Request</a> is an advanced feature request and suggestion submitter with a built-in voting system for WordPress.</p>\n<p><a href=\"https://wordpress.org/plugins/minimum-dimensions-for-image-field/\">Minimum Dimensions For Image Field</a> allows the user to set size constraints for the Featured Image field.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 4th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #211:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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:\"Fri, 30 Oct 2015 16:50:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:73:\"WPTavern: Joe McGill Explains How Responsive Images Work in WordPress 4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/joe-mcgill-explains-how-responsive-images-work-in-wordpress-4-4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2895:\"<p>One of the key features in WordPress 4.4 is <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">responsive images</a>. Joe McGill, who is helping to merge the feature to core, joined me for a thirty minute interview to explain how it works.</p>\n<p>When users upload images in WordPress, it automatically crops new images to smaller sizes. For example, if you upload an image that’s 1500 x 706, the image sizes might look like this:</p>\n<ul>\n<li>Full Size – 1500 x 706</li>\n<li>Large – 500 x 235</li>\n<li>Medium – 300 x 141</li>\n<li>Thumbnail – 150 x 150</li>\n</ul>\n<p>Additional sizes are created depending on the theme. If the full size image is attached to a post, users on desktop and mobile devices will see the full size image. However, it doesn’t make sense to use the full size image on mobile devices because of its display and file size.</p>\n<p>Responsive images in WordPress 4.4 adds <code>srcset</code> and <code>sizes</code> support to WordPress. This allows the software to automatically use and display the right image based on a device’s screen size. If I attach a full size 1500 x 706 image to a post in WordPress 4.4, mobile devices will see the large or medium-sized image instead.</p>\n<p>Responsive images don’t have any settings to configure as the magic happens behind the scenes. I encourage you to listen to the interview as it may be easier to understand listening to us talk through the feature.</p>\n<div class=\"audio-shortcode-wrap\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/ResponsiveImagesinWordPress.png?resize=175%2C131\" alt=\"Responsive Images in WordPress\" class=\"landscape thumbnail post-thumbnail audio-image\" /><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"http://wptavern.com/wp-content/uploads/2015/10/Joe-McGill-Explains-Responsive-Images-in-WordPress.mp3\">http://wptavern.com/wp-content/uploads/2015/10/Joe-McGill-Explains-Responsive-Images-in-WordPress.mp3</a></div><div class=\"media-shortcode-extend\"><div class=\"media-info audio-info\"><ul class=\"media-meta\"><li><span class=\"prep\">Run Time</span> <span class=\"data\">26:50</span></li><li><span class=\"prep\">Artist</span> <span class=\"data\">Jeff Chandler</span></li><li><span class=\"prep\">File Name</span> <span class=\"data\"><a href=\"http://wptavern.com/wp-content/uploads/2015/10/Joe-McGill-Explains-Responsive-Images-in-WordPress.mp3\">Joe-McGill-Explains-Responsive-Images-in-WordPress.mp3</a></span></li><li><span class=\"prep\">File Size</span> <span class=\"data\">12.09 MB</span></li><li><span class=\"prep\">File Type</span> <span class=\"data\">MP3</span></li><li><span class=\"prep\">Mime Type</span> <span class=\"data\">audio/mpeg</span></li></ul></div><button class=\"media-info-toggle\">Audio Info</button></div>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 29 Oct 2015 00:43: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: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:76:\"WPTavern: The WordPress Theme Directory No Longer Counts Automated Downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/the-wordpress-theme-directory-no-longer-counts-automated-downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5745:\"<p>The <a href=\"https://wordpress.org/themes/browse/popular/\">popular themes page</a> on the WordPress theme directory usually displays a mix of default themes and those that meet a certain criteria. While the criteria to reach the page is not publicly known, download counts are one form of measurement.</p>\n<p>Since September, the <a href=\"https://wordpress.org/themes/swift/\">Swift theme</a> has routinely shown up on the popular themes page. According to download stats, Swift was downloaded between, 2,000 to 3,500 times a day in September and early October.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/SwiftThemeDownloadNumbers.png\"><img class=\"size-full wp-image-48767\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/SwiftThemeDownloadNumbers.png?resize=665%2C500\" alt=\"Swift Download Count\" /></a>Swift Download Count\n<p>However, the stats drop off abruptly on October 15th and have yet to reach previous levels. On October 18th, a few members inside the Theme Review Team Slack channel <a href=\"https://wordpress.slack.com/archives/themereview/p1445155458000095\">shared suspicions</a> that something was not right with Swift’s download stats.</p>\n<p>Ionut Neagu discovered that Swift does not appear on the <a href=\"https://garage.godaddy.com/top-100-wordpress-themes/\">GoDaddy Hot 100</a> while other themes on the popular page do. While not conclusive, the evidence points towards some sort of anomaly.</p>\n<p>Samuel ‘Otto’ Wood, who helps maintain WordPress.org <a href=\"https://wordpress.slack.com/archives/themereview/p1445180169000105\">looked at the raw</a> data for Swift and discovered that a lot of the downloads appeared to be automated.</p>\n<blockquote><p>The swift theme is indeed getting an exceptional number of downloads, so I took a closer look at the raw data. It appears that a lot of these downloads are automated in some way. However, there’s no evidence that it is malicious, nor does the pattern apply only to the swift theme. Perhaps it is included in some installer system that auto-downloads themes for newly installed sites. It’s hard to say.</p>\n<p>In any case, I made a way to detect and block these types of automated downloads from appearing in the stats, and retroactively applied it for the last three days of data (which is all we retain). Going forward, automated downloads will not appear as downloads and will not affect the popular listings.</p></blockquote>\n<p>Once the changes were implemented, Swift’s download stats significantly decreased. The changes also apply to all other themes hosted on the directory. Otto declined to comment on the specific changes made but tells the Tavern, “If we can detect a case where downloads aren’t being made by users, then we will try not to count it in the results.”</p>\n<h2>Swift’s Side of the Story</h2>\n<p>Satish Gandham, founder of <a href=\"https://swiftthemes.com/\">Swiftthemes</a>, explains what Swift has gone through the last few weeks which may account for the high download numbers, “Swift was featured for a couple of days and we spent money on Facebook ads to promote the free version. Also, there were a couple of hosted WordPress providers who asked permission to include Swift on their platform.</p>\n<p>“The premium version of Swift also had the same slug URL as the free version. The WordPress theme directory saw v7.2.48 to be higher than 7.2.6 and premium users downgraded to the free version thinking it was an upgrade. It was a support nightmare,” Gandham tells the Tavern.</p>\n<p>Swift’s <a href=\"https://swiftthemes.com/forums/topic/how-to-returning-to-version-7-2-6/\">support forums</a> confirm that some customers of the commercial version were automatically updated to the free version in early August.</p>\n<h2>Download Counts are Almost Irrelevant</h2>\n<p>When the <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">plugin directory was redesigned</a> earlier this year, download counts were removed in favor of active installs. Active installs are more accurate and difficult to manipulate. On the other hand, when the <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\">theme directory was redesigned</a>, download counts remained.</p>\n<p>It’s possible that the theme directory will one day show active installs but the data gathering aspect is not ready yet. Also, the numbers are lower for themes than for plugins, which may lead to incorrect conclusions in regards to relative popularity.</p>\n<h2>It Happens More Than You Might Think</h2>\n<p>In this particular instance, there’s no evidence that points to a malicious intent to inflate stats to manipulate the popular themes page. In the years I’ve written about WordPress, I’ve heard rumors that certain plugins and themes automate their download counts to appear more popular than they really are. However, I’ve yet to write about a theme or plugin caught in the act.</p>\n<p>According to Otto, it happens more often than you might think. When he or other volunteer moderators for the plugin and theme directories notice fishy download counts, they contact the author and the process usually stops. If it continues, the author risks having their themes and plugins suspended or banned from the directory.</p>\n<p>If you notice suspicious activity with a theme hosted on WordPress.org, you can voice your concern in the <a href=\"https://make.wordpress.org/chat/\">Theme Review Slack</a> channel during non-meeting times. For suspicious activity related to plugins hosted on the directory, email <strong>plugins at WordPress.org</strong>.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Wed, 28 Oct 2015 20:23: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: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:74:\"Post Status: Using WordPress as an application framework — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=14800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://poststatus.com/using-wordpress-as-an-application-framework-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2324:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p>In this episode of Draft, Joe and Brian discuss a popular site’s redesign, and how the developers viewed WordPress’s shortcomings. They also talk about WordPress’s chops generally for complex sites and applications.</p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.fm/19270.mp3\">https://audio.simplecast.fm/19270.mp3</a><br />\n<a href=\"https://audio.simplecast.fm/19270.mp3\">Direct Download</a></p>\n<p><strong>Topics:</strong></p>\n<h3>An outside look at WordPress</h3>\n<ul>\n<li><a href=\"https://poststatus.com/notes/wordpress-shortcomings-from-developers-that-prefer-other-software/\">WordPress shortcomings, from developers that prefer other software</a></li>\n<li><a href=\"http://responsivewebdesign.com/toast/backend/\">Redesigning The Toast</a></li>\n<li><a href=\"http://upstatement.com/timber/\">Timber, Twig templating for WordPress</a></li>\n<li><a href=\"http://blog.apps.chicagotribune.com/2011/10/19/turning-wordpress-into-a-framework-with-mtv/\">WordPress MTV</a></li>\n<li><a href=\"http://www.advancedcustomfields.com/\">Advanced Custom Fields </a></li>\n<li><a href=\"http://cmb2.io/\">CMB2</a></li>\n</ul>\n<h3>WordPress as an application framework</h3>\n<ul>\n<li><a href=\"https://pippinsplugins.com/series/building-a-database-abstraction-layer/\">Building a database abstraction layer</a></li>\n<li><a href=\"https://nomadbase.io/\">Nomad Base</a></li>\n<li><a href=\"https://github.com/10up/ElasticPress\">ElasticPress, by 10up</a></li>\n<li><a href=\"https://github.com/alleyinteractive/searchpress\">SearchPress, by Alley</a></li>\n<li><a href=\"https://developer.wordpress.com/docs/elasticsearch/\">Elasticsearch on WordPress.com</a></li>\n<li><a href=\"https://vip.wordpress.com/2015/07/08/scaling-wp-queries-with-elasticsearch/\">Scaling WP queries with Elasticsearch</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Oct 2015 04:05: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:43:\"WPTavern: ManageWP Launches Orion Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48756\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wptavern.com/managewp-launches-orion-dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2334:\"<p>If you use <a href=\"https://managewp.com/\">ManageWP</a>, you may have noticed a new dashboard design. That’s because the <a href=\"https://managewp.com/developer-diary-9-managewp-orion-is-out\">company released Orion</a>, a completely redesigned dashboard for managing sites.</p>\n<p>To give users a chance to alter workflows and explore the Orion dashboard, ManageWP linked the original dashboard to Orion. Actions performed in one dashboard are mirrored to the other. Users can switch between the two with the click of a button.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/ManageWPOrianOldNew.gif\"><img class=\"size-full wp-image-48757\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/ManageWPOrianOldNew.gif?resize=638%2C512\" alt=\"ManageWP Dashboard Compared to Orion\" /></a>ManageWP Dashboard Compared to Orion\n<p>Users can now sort sites by tags and clients in addition to groups. Websites can be assigned to clients while tags can describe whether a site is in development or live. Each site can up to five tags and one client.</p>\n<p>Unlike the native dashboard, Orion uses Angular.js which allows users to run asynchronous calls. For example, you can run more than one command why performing other tasks.</p>\n<p>One distinct difference between both dashboards is the way backups are generated. ManageWP backups and Orion backups are <a href=\"https://managewp.com/managewp-orion-developer-diary-3-bulletproof-backup-solution\">completely different</a> from each other. However, you can use both at the same time.</p>\n<p>The company says Orion comes with essential features but additional features will be completed and added by February of 2016 which is also when Orion will become the default dashboard. WordPress Multisite is not supported as the company cites it as a major undertaking and doesn’t consider it a high priority.</p>\n<p>The new dashboard contains more features than what’s listed here. I encourage you to read the <a href=\"https://managewp.com/developer-diary-9-managewp-orion-is-out\">official announcement</a> and if you’re a customer, to explore Orion as it will soon be the default experience to managing sites. If you’re a ManageWP customer, let us know what you think of the new dashboard design.</p>\n<div id=\"epoch-width-sniffer\"></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, 27 Oct 2015 18:09:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:97:\"WPTavern: How to Prepare and Take Advantage of Language Packs for Plugins Hosted on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wptavern.com/how-to-prepare-and-take-advantage-of-language-packs-for-plugins-hosted-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15607:\"<hr />\n<p>This is a guest post contributed by <a href=\"https://mpswp.wordpress.com/\">Matthew Sparrow</a> who is a young, self-taught developer with minimal coding knowledge that loves to use WordPress. He mostly uses WordPress for personal projects although he has completed a couple of projects for others. In addition to <a href=\"https://profiles.wordpress.org/kidsguide/\">maintaining a few plugins</a>, he’s an active translations contributor.</p>\n<hr />\n<p>Automatic translations for plugins have been a long time coming. WordPress itself already auto-downloads and auto-updates core translations, so it is a natural progression that plugins and themes will receive the same treatment.</p>\n<p>For those who have been following auto plugin translations, it has <a href=\"http://ottopress.com/2013/language-packs-101-prepwork/\">been in the works for years</a>. It came as a welcome surprise in September when it was announced that plugins will <a href=\"https://make.wordpress.org/plugins/2015/09/01/plugin-translations-on-wordpress-org/\">finally be able to have language packs</a>.</p>\n<p>If you have a plugin in the WordPress.org directory, then this is important, welcome, and exciting news. However, as great as an initiative as language packs are for plugins, it <em>seems</em> simpler than it actually is.</p>\n<p>If you are a plugin developer, you have to go through a few steps in order to get this to work for your plugins. So let’s get started.</p>\n<h2 class=\"font-headlines\">Should You Be Excited About Plugin Language Packs?</h2>\n<p>As a plugin author, I’m really excited about the new translation system, and so should you. The <a href=\"https://make.wordpress.org/polyglots/\">Polyglots team</a> is making it so that you no longer have to include all of your <code>.mo</code> and <code>.po</code> files directly in your plugin. Instead, they will be hosted on WordPress.org.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-1.png\"><img class=\"aligncenter size-full wp-image-48731\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-1.png?resize=582%2C575\" alt=\"screenshot-1\" /></a>The ideal scenario is when a user selects their language (either through a new WordPress install or through <code>Settings > General</code>), the language pack for your plugin will be automatically installed and kept updated.</p>\n<p>This new system accomplishes a few things:</p>\n<ul>\n<li>Plugin files are smaller. There’s no need to include translation files with your plugin.</li>\n<li>Plugin authors no longer need to manage translations/translators.</li>\n<li>End users are automatically able to see a plugin in their own language assuming a translation has already been created for their locale.</li>\n</ul>\n<h2 class=\"font-headlines\">How to Prepare for Plugin Language Packs</h2>\n<p>Before we jump into translating plugins, you first need to prepare your plugin for it to work with the new translation setup.</p>\n<p>In order for you to get your plugin prepared to be moved over to the new system, you need to change your text domain to exactly match your WordPress plugin slug. An important reminder is that even if you have changed your plugin’s name (as <a href=\"https://wordpress.org/plugins/wordpress-seo/\">Yoast SEO</a> recently did), the slug does not change. For a more in-depth discussion and tutorial, please follow Otto’s great post on <a href=\"http://ottopress.com/2013/language-packs-101-prepwork/\">language pack prepwork</a>.</p>\n<p>You are still welcome to include translation files in your plugin, even with language packs enabled. Translation files in your plugin take priority, and if those aren’t present, that’s where language packs come in.</p>\n<p>When you are preparing your plugin for language packs, it is important to note that you should avoid removing translation files from your plugin. If you do so, and your plugin is selected for language packs, your existing translations will not be automatically moved over to the new system.</p>\n<p>Do your best to keep your translation files with your plugin until the Polyglots team has informed you that your plugin is ready for language packs.</p>\n<h2 class=\"font-headlines\">Wait to Receive the Official Notice</h2>\n<p>The Polyglot team is preparing the plugins in stages to avoid any major hiccups. Assuming your WordPress.org email is up-to-date, you will receive an email when your plugin is ready.</p>\n<p>You may be wondering how long it takes before the team reaches your plugin. There are 40,000+ plugins on WordPress.org, so it is not a quick process. WordPress is preparing plugins in batches according to the amount of active installs each plugin has.</p>\n<p>If your plugin has over 30,000+ active installs, then chances are you are on the new system, although I’ve seen plugins with 10,000+ active installs also be approved.</p>\n<p>Unfortunately, there is no way to make the process quicker. Please practice patience and eventually your turn will come.</p>\n<h2 class=\"font-headlines\">You’ve Received the E-Mail That Your Plugin Is Ready</h2>\n<p>So you finally receive the email saying that your plugin is going to be uploaded with language pack support. Awesome! This is what the email that I received looks like. Note that I’m using one of my approved plugins as an example.</p>\n<blockquote><p>Howdy!<br />\n<br />\nWe’re emailing you because you’re an author for the following plugin on WordPress.org:<br />\n<br />\n* Easy Updates Manager : https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/<br />\n<br />\nNext week, we intend to import the plugin listed above into the translate.wordpress.org translation system. Language packs will also be enabled for your plugin, for any locales that are fully translated (at 100%).<br />\n<br />\nAs part of this process, all of the strings in your plugin will be imported into translate.wordpress.org. Additionally, any language files that you ship with your plugin (‘mo’ files) will be imported and synced with their respective locales within translate.wordpress.org.<br />\n<br />\nNo strings in your plugin? Plugin translations include the ability to translate the readme and display these translations in the localized WordPress.org plugin directories.</p>\n<p>If you have prepared your plugin already then this notice is of no real importance. If you have not yet prepared your plugin and you have received the notice then you need to prepare your plugin ASAP. If you don’t prepare your plugin then… well… I don’t really know, but it won’t be good. So go and prepare your plugin if you have not yet done so.<br />\n…</p></blockquote>\n<h2 class=\"font-headlines\">Your Plugin Is Semi-Ready for Language Packs. Now What?</h2>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-22.png\"><img class=\"alignright wp-image-48741 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-22.png?resize=291%2C321\" alt=\"screenshot-22\" /></a>A week or so after you receive the notice, your plugin and its translations are moved to <a href=\"https://translate.wordpress.org\">translate.wordpress.org</a>. You will likely not receive a notice when your plugin is moved.</p>\n<p>To find out if it’s been uploaded, visit your plugin’s WordPress.org page where you should see a translations section in the right sidebar. Click the <strong>Translate Plugin Name </strong>button<strong>.</strong> If you are brought to a page that looks like the one below then your plugin is uploaded and is ready to be translated.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-3.png\"><img class=\"aligncenter size-full wp-image-48734\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-3.png?resize=954%2C611\" alt=\"screenshot-3\" /></a>If you see a page that looks different from this (i.e., a Not Found error), your plugin is not yet ready.</p>\n<p>Assuming you’ve received the e-mail, your plugin is ready, and you’ve waited a reasonable amount of time, you should be good to go as far as preparing your plugin.</p>\n<p>If it has been over two weeks and your plugin has not yet been uploaded, you should contact the Polyglot team <a href=\"https://make.wordpress.org/polyglots/\">on their blog</a>, or in the <a href=\"https://make.wordpress.org/chat/\">#polyglots channel on WordPress Slack</a>. Please exercise extreme patience as the process can take a week or sometimes even two.</p>\n<h2 class=\"font-headlines\">Removing Your Translation Files From Your Plugin</h2>\n<p>Now that your plugin is uploaded to the system, you can safely remove the translation files from your plugin. If you don’t have any <code>.mo</code> and <code>.po</code> files in your plugin, then you can skip this step.</p>\n<p>One thing to note: You may not want to remove your translation files if your plugin does not have any translations on <a href=\"https://translate.wordpress.org/\">translate.wordpress.org</a> or translations are not 100% complete.</p>\n<h2 class=\"font-headlines\">Making Your Plugin Translatable</h2>\n<p>With all of that stuff out-of-the-way, it’s time to focus on translating your plugin. This is where it can get confusing but try to stick with me.</p>\n<p>By default, you cannot submit translations for your plugin in any language. Because of this, you need to ask the Polyglots team to add you as a translator for your plugin. You can do so by heading over to the <a href=\"https://make.wordpress.org/polyglots/\">Polyglots blog</a> and ask them. To make it easier they came up with a template of <a href=\"https://make.wordpress.org/polyglots/handbook/rosetta/theme-plugin-directories/#sample-post\">what to say</a>.</p>\n<blockquote><p>Hello Polyglots!</p>\n<p>I am the plugin author for [plugin-name and link to plugin directory]. We have a number of great translation editors that we’d like to be able to approve translation for our plugin(s). Please add the following WordPress.org users as translation editors for their respective locales:<br />\no #ar – @username<br />\no #bn – @username, @username<br />\no #da – @username<br />\no #de-ch – @username<br />\netc…</p>\n<p>If you have any questions, just comment here. Thank you!</p></blockquote>\n<p>Ideally, the above will include requests for multiple plugins, but as plugins are being rolled out slowly, it’s acceptable at the moment to include one request per plugin.</p>\n<p>Make sure that you use WordPress.org usernames and that the user is still active. If you are wondering what languages there are, you can visit <a href=\"https://translate.wordpress.org/\">https://translate.wordpress.org/</a> and scroll through the different languages that WordPress supports.</p>\n<p>Please only ask to be added as a translator for the languages you know. You will not be approved if you are not a native speaker for a language.</p>\n<p>At this point, again, patience is needed. The Polyglot team will receive your request and will work through it. If your post doesn’t show up right away, it’s because first-time posters are moderated.</p>\n<p>In a week or two, the translators you requested should be added to your plugin. If there are any issues, a Polyglot member will comment on your request with any difficulties encountered or notify you that they have approved your request.</p>\n<p>You’ll know when you are added when you see new badges appear on your WordPress.org profile page. One is a translation editor badge and the other is a translation contributor badge.</p>\n<h2><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-4.png\"><img class=\"aligncenter size-full wp-image-48735\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-4.png?resize=601%2C322\" alt=\"screenshot-4\" /></a>How Do I Translate?</h2>\n<p>First, visit <a href=\"https://translate.wordpress.org/\">https://translate.wordpress.org/</a>, select your language, then click the plugins tab. Search for your plugin and then click the translate project button. You’ll be brought to a page that looks like the one below. This page is where you can translate your plugin. In this case, my plugin is already translated in the language that I selected.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-5.png\"><img class=\"aligncenter size-full wp-image-48736\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-5.png?resize=957%2C587\" alt=\"screenshot-5\" /></a>On this table, there are four separate things to translate. Trunk, the stable release (version), and the <code>readme.txt</code> variations. In order for language packs to work, <em>you need to translate all four versions</em>.</p>\n<p>To translate, click on one of the sub-projects. This takes you to the translation page. Here, you can see all of the different strings that need to be translated in your plugin. You can edit a string by clicking the details button, translating it in the text editor, and then clicking the <strong>add translations</strong> button.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-6.png\"><img class=\"aligncenter size-full wp-image-48737\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-6.png?resize=947%2C561\" alt=\"screenshot-6\" /></a>Even if you’re not added as an editor for a language, you can still translate a plugin. The only difference is instead of adding the translations directly, you can only request that it be changed. Someone from the Polyglots team will need review and approve your translation suggestions.</p>\n<h2 class=\"font-headlines\">Once Your Translations Are Ready</h2>\n<p>Once you’ve finished translating a language completely, it will be available for people to use. However, it doesn’t become available immediately. It can take one to three days for a translation to be available once you finish it. Again, exercise patience.</p>\n<p>You’ll know when the translation is available when you see it in the translation section on your WordPress.org plugin’s page. For example, you can see what it looks like in the picture below.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-7.png\"><img class=\"aligncenter size-full wp-image-48744\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/screenshot-7.png?resize=447%2C377\" alt=\"screenshot-7\" /></a>Also, you’ll know it’s working if you go into a website (preferably not a live website), download your plugin, and select the language that you want to test in <strong>Settings > General</strong>.</p>\n<h2 class=\"font-headlines\">Plugin Language Packs Are Here to Stay</h2>\n<p>Getting language packs to work properly in WordPress plugins is not exactly a straightforward process, which is precisely why plugins are being rolled out slowly.</p>\n<p>Please remember that everyone is a volunteer, from the Polyglots team, to translators, and to the plugin authors. Please give props where appropriate as everyone is working hard to make plugin language packs the norm.</p>\n<p>If you are having any trouble, the Polyglots team also has a <a href=\"https://make.wordpress.org/polyglots/handbook/\">handbook</a> available which provides some good information on how this new system works.</p>\n<p>I’ll also do my best to answer any questions in the comment section. If you have additional insight, please weigh in as well.</p>\n<div id=\"epoch-width-sniffer\"></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, 27 Oct 2015 02:52:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: Test New WordPress Features Without Installing Anything via TryWPBeta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48713\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/test-new-wordpress-features-without-installing-anything-via-trywpbeta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3568:\"<p>Over the weekend at <a href=\"https://portland.wordcamp.org/2015/\">WordCamp Portland, Oregon</a>, Drew Jaynes, a WordPress core developer who also led the 4.2 development cycle presented on the topic of beta testing WordPress.</p>\n<p>In the presentation, Jaynes highlights the pros and cons of using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Testing plugin</a> on a testing site and a production site. However, he also cites a third way to test WordPress via <a href=\"http://wcpdx.trywpbeta.com/\">TryWPBeta.com</a>.</p>\n<p> \n<div> <strong> <a href=\"https://www.slideshare.net/DrewAPicture/trying-out-tomorrows-wordpress-today\" title=\"Trying Out Tomorrow’s WordPress Today\" target=\"_blank\">Trying Out Tomorrow’s WordPress Today</a> </strong> from <strong><a href=\"http://www.slideshare.net/DrewAPicture\" target=\"_blank\">DrewAPicture</a></strong> </div>\n<p>TryWPBeta is a locked down, vanilla install of WordPress trunk using Multisite. To login to the site, use the following credentials.</p>\n<ul>\n<li><strong>Username</strong>: wcpdx</li>\n<li><strong>Password</strong>: wcpdx15</li>\n</ul>\n<p>I asked Jaynes what inspired him to create the site, “The inspiration for TryWPBeta is to actually have a place for core contributors to test patches on mobile devices, because setting up a tunnel to a local development setup is difficult and a high barrier for a lot of people.”</p>\n<p>The idea is to make it possible to spin up a site using trunk (Bleeding edge version of WordPress), apply a specific patch and then freeze it in time so that we can point people there to test on mobile devices,” Jaynes told the Tavern.</p>\n<p>While you can’t install themes and plugins yet, the site gives users an opportunity to test new features without worrying about breaking the site. Thanks to TryWPBeta, I was able to test the new <a href=\"https://core.trac.wordpress.org/changeset/34903\">Post oEmbed feature</a> in 4.4.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/TestingPostoEmbeds.png\"><img class=\"size-full wp-image-48714\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/TestingPostoEmbeds.png?resize=1025%2C458\" alt=\"Testing oEmbeds of Posts\" /></a>Testing oEmbeds of Posts\n<p>Jaynes started the project at 10up’s company summit. So far, Scott Reilly, John Blackbourn, Zach Brown, Morgan Estes, and Chris Weigman have contributed to the project. The site is hosted on a DigitalOcean droplet and updates hourly. He stresses that the site is a work in progress and not quite ready for prime time, “There’s a couple features I’d like to add to make it more robust first,” Jaynes said.</p>\n<p>Unlike <a href=\"https://demo.joomla.org/\">Joomla</a>, WordPress doesn’t have a dedicated demo site for users to test drive the software. While I like the idea behind TryWPBeta, there are a few things I’d like to see added to make it more useful. For instance, a list of items to test that users can check off. Also, an easy way to provide feedback on the listed items that is sent to a place where core developers will read it.</p>\n<p>Ultimately, I’d like to see the WordPress Beta Testing plugin extended to have the features I mentioned above. Between the communication challenges and setting up the environment, the beta testing process in WordPress is not as easy and streamlined as it could be. What ideas do you have that would help increase the testing audience and make the process easier?</p>\n<div id=\"epoch-width-sniffer\"></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, 27 Oct 2015 00:37:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: VersionPress Raises $400K in Seed Funding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48709\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wptavern.com/versionpress-raises-400k-in-seed-funding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2780:\"<p><a href=\"http://versionpress.net/\">VersionPress</a>, a version control plugin for WordPress, has <a href=\"http://blog.versionpress.net/2015/10/seed-funding/\">raised $400K in seed funding</a> from five investors, led by <a href=\"http://www.credoventures.com/\">Credo Ventures</a> based in Prague. In July of 2014, VersionPress conducted a <a href=\"http://wptavern.com/versionpress-misses-crowdfunding-goal-by-14-5k\">crowdfunding campaign</a> to raise $30K. However, the team raised only <strong>45% of the $30,000</strong> funding goal.</p>\n<p>The team pressed on and released the first version back in January. Since then, the team has relied on funding from the <a href=\"http://versionpress.net/\">Early Access Program</a>. Borek Bernard, the lead developer of VersionPress, says the influx of cash will help fuel rapid development:</p>\n<blockquote><p>First and foremost, it means that we will be able to develop VersionPress at a more rapid pace. What we currently have in the <a href=\"http://blog.versionpress.net/2015/10/versionpress-2-0-released/\">recently released v2.0</a> is a great start but the vision and the technical challenge are just so large that this new fuel will is more than welcome. We have many cool features planned and this will allow us to deliver them in a timely manner.</p></blockquote>\n<p>The funding comes on the heels of <a href=\"http://blog.versionpress.net/2015/10/versionpress-2-0-released/\">VersionPress 2.0</a> which includes, database synchronization functionality and an updated user interface that is completely JavaScript based, along with a number of other features. In addition to funding, Bernard says talking to investors gives him a fresh perspective on the project:</p>\n<blockquote><p>One big benefit of talking to investors is that it provides a fresh perspective on the problems one is trying to solve, how to solve them, for whom, etc. Speaking to them made us realize a couple of important things which will greatly benefit our users down the road.</p></blockquote>\n<p>VersionPress joins a growing list of WordPress products and services that have raised venture capital. In 2014, <a title=\"http://wordpress.org/plugins/coschedule-by-todaymade/\" href=\"http://wordpress.org/plugins/coschedule-by-todaymade/\">CoSchedule</a>, the editorial workflow and activity scheduling plugin, <a title=\"http://coschedule.com/blog/coschedule-series-a-funding/\" href=\"http://coschedule.com/blog/coschedule-series-a-funding/\">secured $500K</a> in a Series A round of funding. Prior to being acquired by Automattic, <a href=\"http://wptavern.com/wordpress-service-provider-bruteprotect-secures-funding-forms-parka-llc\">BruteProtect secured a round of funding</a> from a private angel investor in California.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Oct 2015 20:00:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:17:\"Matt: .Ly Domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45516\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://ma.tt/2015/10/ly-domains/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"<p>Priceonomics on <a href=\"http://priceonomics.com/the-rise-and-fall-of-ly/\">The Rise and Fall of .Ly</a>. Some of my favorite domains I own are .ly.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Oct 2015 19:04: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: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:100:\"WPTavern: Nikhil Vimal Acquires Front End Registration and Login Forms Plugin From Pippin Williamson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48695\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/nikhil-vimal-acquires-front-end-registration-and-login-forms-plugin-from-pippin-williamson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2679:\"<p>Nikhil Vimal, who runs <a href=\"https://techvoltz.com/\">Techvoltz.com</a>, a WordPress development agency, <a href=\"https://techvoltz.com/blog/2015/10/23/new-plugin-front-end-registration-and-login-forms-plugin/\">is the new owner</a> of the <a href=\"https://techvoltz.com/downloads/front-end-registration-login-forms-plugin/\">Front End Registration and Login Forms Plugin</a> created by Pippin Williamson. Earlier this month, Williamson put the plugin up for sale and noted that it needed some development work.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">I would like to sell my Frontend Registration and Login Forms plugin. <a href=\"https://t.co/HLGc8OVxq4\">https://t.co/HLGc8OVxq4</a> – It needs some work. Interested? Ping me</p>\n<p>— Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/651489362052431872\">October 6, 2015</a></p></blockquote>\n<p></p>\n<p>The plugin was created in December of 2011, when Williamson <a href=\"https://pippinsplugins.com/creating-custom-front-end-registration-and-login-forms/\">published a tutorial</a> that explains how to create custom front end registration and login forms for WordPress. Although Vimal is participating in the commercial plugin space by selling a <a href=\"https://ninjaforms.com/extensions/slack/\">Slack add-on for Ninja Forms</a>, this acquisition marks the first plugin sold directly from his site.</p>\n<p>With the acquisition, <a href=\"https://pippinsplugins.com/nikhil-vimal-adopts-front-end-registration-and-login-forms-plugin/\">Williamson notes</a> that existing customers will no longer be able to renew license keys on <a href=\"https://pippinsplugins.com\">Pippinsplugins.com</a>. A complete customer list was given to Vimal and Williamson is no long providing support.</p>\n<p>When the opportunity presented itself to adopt a plugin created by Williamson, Vimal jumped on it, “Shortly after I saw his tweet, I quickly contacted Pippin. His work is something I’ve always looked up to. His work on plugins has inspired me to pursue the plugin/product market,” Vimal said.</p>\n<p>Licenses start at $10 for single sites, $20 for two to five sites, and $35 for an unlimited number of sites. Vimal says that he is working on a new version with changes in design, functionality, and more. The plugin will also receive its own dedicated site with a change in branding.</p>\n<p>It will be interesting to see what changes Vimal has in store for the plugin. Until then, existing customers from Pippinsplugins.com should watch their inbox for details on renewing their subscription to TechVoltz.com.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Fri, 23 Oct 2015 20:02: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPTavern: WordPress 4.4 Beta 1 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wordpress-4-4-beta-1-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4051:\"<p>After more than eight weeks in development, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">WordPress 4.4. beta 1 is available</a> for testing. With over <a href=\"https://github.com/WordPress/WordPress/compare/4.3-branch...master\">1,600 commits</a> since WordPress 4.3’s release, it’s important that 4.4 be tested by as many people as possible.</p>\n<p>Commits are bug fixes, additional functions or filters, new features, corrected typos, and anything inbetween. As a rule of thumb, think of commits as an incremental improvement to WordPress core.</p>\n<p>There are three new distinct user facing features in WordPress 4.4.</p>\n<ul>\n<li><strong>Twenty Sixteen</strong> – Twenty Sixteen is a <a href=\"http://wptavern.com/first-look-at-the-twenty-sixteen-default-wordpress-theme\">new default theme</a> with a simple layout and color scheme designed by <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie,</a> who also designed the <a href=\"http://takashiirie.com/2013/12/13/twenty-fourteen-wordpress-3-8-parker/\">Twenty Fourteen</a> and <a href=\"http://takashiirie.com/2015/03/19/twenty-fifteen-the-wordpress-default-theme-for-2015/\">Twenty Fifteen</a> default themes.</li>\n<li><strong>Responsive Images</strong> – WordPress will automatically deliver a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, view port size, and screen resolution.</li>\n<li><strong>oEmbed Posts</strong> – In addition to YouTube, WordCamp.TV and other whitelisted providers, users will be able to easily embed content from almost any site that supports the <a href=\"http://oembed.com/\">oEmbed standard</a>, including <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">WordPress sites</a>.</li>\n</ul>\n<p>Scott Taylor, who is leading the 4.4 development cycle, gives developers at least four reasons to be excited.</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> is <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">is included</a> in WordPress 4.4. Developers who are using a plugin to implement term metadata should <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">read this post</a> on how to prepare for the switch. Also, the underlying <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">WP_Term class</a> improves caching when working with terms.</li>\n<li><strong>Improved <code><title></code> output</strong> — <code>wp_title()</code> is deprecated; WordPress will <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>Users are highly encouraged to test WordPress 4.4 and report bugs to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta section</a> of the support forums. Remember, the beta is software still in development and therefor not recommend for use on a production site. WordPress 4.4 <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\">is scheduled</a> for release on December 8th.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Fri, 23 Oct 2015 18:57:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"WPTavern: WPWeekly Episode 210 – Great Scott!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48680\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wpweekly-episode-210-great-scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2994:\"<p>In this time travel inspired episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I catch you up on the news of the week. I start the show by sharing my experience attending the first WordCamp Hampton Roads in Virginia Beach, VA. While in Virginia Beach, I visited and worked from the <a href=\"http://www.rocketgenius.com/\">Rocketgenius</a> office and observed how the team behind Gravity Forms works on a daily basis. In the show, I explain why I think the company’s setup is the best of both worlds for distributed workers.</p>\n<p>We discuss what the future of WordPress may be like 10 years from now and whether or not it’s time for the XML-RPC protocol to be removed from WordPress. We end the show with the plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/anyssa-ferreira-awarded-the-kim-parsell-memorial-scholarship\">Anyssa Ferreira Awarded the Kim Parsell Memorial Scholarship</a><br />\n<a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">WP_Title is deprecated in WordPress 4.4</a><br />\n<a href=\"http://torquemag.io/what-will-wordpress-be-like-in-next-10-years/\">What Will WordPress Be Like In Next 10 Years?</a> Here’s an <a href=\"http://torquemag.io/what-will-wordpress-be-like-in-next-10-years/#comment-2299329174\">awesome comment</a> on the article.<br />\n<a href=\"http://wptavern.com/its-time-for-xml-rpc-in-wordpress-to-hit-the-road\">It’s Time for XML-RPC in WordPress to Hit the Road</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/woo-price-per-word/\">WooCommerce Price Per Word</a> allows customers to upload a document to the product page. The word-count of the document is used to calculate the price based on the price-per-word entered for the product.</p>\n<p><a href=\"https://wordpress.org/plugins/shortcode-tester/\">Shortcode Tester</a> is a post editor tool for WordPress developers that displays the HTML generated by WordPress shortcodes in a popup window. You can quickly view the generated HTML without having to view the entire post.</p>\n<p><a href=\"https://wordpress.org/plugins/beehive/\">Beehive cells</a> arranges the content on your front page into a series of hexagonal cells similar to a beehive.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 28th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #210:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 22 Oct 2015 09:06:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:58:\"WPTavern: WordPress 4.4 to Deprecate the wp_title Function\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48669\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/wordpress-4-4-to-deprecate-the-wp_title-function\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1711:\"<p>A year after <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">WordPress 4.1 introduced</a> a new way to display titles in themes, WordPress 4.4 <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">will deprecate</a> <code>wp_title()</code>. With <a href=\"https://core.trac.wordpress.org/changeset/35294\">the change</a>, plugin authors will be able to check for theme support and use a few new filters to manipulate the title. The new filters are as follows:</p>\n<ul>\n<li><code>\'pre_get_document_title\'</code> short-circuits <code>wp_get_document_title()</code> if it returns anything other than an empty value.</li>\n<li><code>\'document_title_separator\'</code> filters the separator between title parts.</li>\n<li><code>\'document_title_parts\'</code> filters the parts that make up the document title, passed in an associative array.</li>\n</ul>\n<p>Theme authors should no longer use <code>wp_title()</code> to generate document titles. If theme authors add <code>add_theme_support( ‘title-tag’ );</code> to the <code>after_setup_theme</code> callback, the title will be handled natively via an internal WordPress core function. If you use a theme that utilizes wp_title and have <a href=\"https://codex.wordpress.org/WP_DEBUG\">wp_debug enabled</a> in WordPress 4.4, you’ll see a deprecation notice.</p>\n<p>In general, users who upgrade to WordPress 4.4 won’t notice a difference. However, with nearly a <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\">month to go</a> before WordPress 4.4 is released, theme developers are highly encouraged to check and update their themes accordingly.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 22 Oct 2015 07:52:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:70:\"WPTavern: Anyssa Ferreira Awarded the Kim Parsell Memorial Scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48662\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/anyssa-ferreira-awarded-the-kim-parsell-memorial-scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2542:\"<p>Back in August, the WordPress Foundation <a href=\"http://wptavern.com/the-wordpress-foundation-begins-accepting-applications-for-the-kim-parsell-memorial-scholarship\">began accepting applications</a> for the <a href=\"http://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell\">Kim Parsell Memorial Scholarship</a>. The scholarship not only serves as a memorial, but gives one woman in the WordPress community an opportunity to attend WordCamp US with financial assistance from the foundation.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/AnyssaFerreira.jpg\"><img class=\"wp-image-48664 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/AnyssaFerreira.jpg?resize=256%2C256\" alt=\"AnyssaFerreira\" /></a>Anyssa FerreiraThe WordCamp US website <a href=\"https://2015.us.wordcamp.org/2015/10/14/announcing-the-kim-parsell-memorial-scholarship-winner-anyssa-ferreira/\">announced</a> Anyssa Ferreira, a Brazilian designer, feminist, and WordPress community activist as the first recipient of the scholarship. Ferreira organized and spoke at WordCamp São Paulo in 2014 and designed the event’s website. She was the only woman to speak and volunteer at the event.</p>\n<p>In 2015, Ferreira spoke at WordCamp Belo Horizonte on women working with WordPress in the Brazilian community. According to the post, Ferreira continues to play an active role encouraging women to get involved with WordPress and the technology field in Brazil:</p>\n<blockquote><p>She has worked to debunk the myth that women have no interest in WordPress and web development. She has explored why women were not participating, speaking personally with many female programmers, designers and other WordPress professionals about this important topic. She regularly invites women to attend her local WordPress meetup, and works to ensure that they feel welcome and wanted when they do attend.</p></blockquote>\n<p>Not only does Ferreira fulfill the <a href=\"http://wptavern.com/the-wordpress-foundation-begins-accepting-applications-for-the-kim-parsell-memorial-scholarship\">scholarship’s requirements</a>, she’s the type of woman Kim Parsell would love to meet and talk to in person.</p>\n<p>Thanks again to Jen Mylo, the WordPress foundation, and Matt Mullenweg for not only creating the scholarship, but for providing an opportunity for people like Ferreira to experience the largest annual WordPress conference first-hand.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Wed, 21 Oct 2015 23:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: It’s Time for XML-RPC in WordPress to Hit the Road\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/its-time-for-xml-rpc-in-wordpress-to-hit-the-road\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8672:\"<hr />\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/JesseNicklesAvatar.jpg\"><img class=\"alignright wp-image-48651 size-thumbnail\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/JesseNicklesAvatar.jpg?resize=150%2C150\" alt=\"Jesse Nickles Founder of Little Bizzy\" /></a>This post was contributed by <a href=\"https://www.linkedin.com/pub/jesse-nickles/61/807/435\" target=\"_blank\">Jesse Nickles</a>. He is the founder of <a href=\"https://www.littlebizzy.com\" target=\"_blank\">LittleBizzy</a>, a managed WordPress hosting company, and a part-time blogger at <a href=\"https://collegetimes.co/\" target=\"_blank\">CollegeTimes</a>, where he gets into trouble exploring controversial issues.</p>\n<hr />\n<p>Two weeks ago, I <a href=\"https://www.littlebizzy.com/blog/disable-xml-rpc\">announced</a> that all current and future domains hosted at <a href=\"https://www.littlebizzy.com\" target=\"_blank\">LittleBizzy</a> would have <a href=\"https://codex.wordpress.org/XML-RPC_Support\" target=\"_blank\">XML-RPC</a> permanently blocked due to the non-stop problems it was causing. In the announcement, we recommended that other WordPress users across the globe urgently consider blocking the technology on their own web servers as well.</p>\n<h2>XML-RPC in WordPress Has a Troubled Past</h2>\n<p>Days after the announcement<em>,</em> Daniel Cid, founder and CTO of Sucuri, and Mark Maunder, CEO of WordFence, <a href=\"https://blog.sucuri.net/2015/10/brute-force-amplification-attacks-against-wordpress-xmlrpc.html\" target=\"_blank\">confirmed</a> the <a href=\"https://www.wordfence.com/blog/2015/10/wordpress-xml-rpc-brute-force-attacks-amplification-multiple-logins/\" target=\"_blank\">reports</a> that a new type of Brute Force login attack was being carried out on a massive scale against WordPress sites around the world using XML-RPC. Apparently, hackers have wised up to the fact that <code>wp-login.php</code> is often well protected.</p>\n<p>Perhaps more shocking than this latest wave of attacks is that <em>they are nothing new,</em> as Sucuri previously <a href=\"https://blog.sucuri.net/2014/07/new-brute-force-attacks-exploiting-xmlrpc-in-wordpress.html\">reported a similar wave of attacks</a> in July 2014. Let’s also not forget the wide-scale use of XML-RPC to perform <a href=\"http://www.webopedia.com/TERM/D/DDoS_attack.html\">DDoS attacks</a> on WordPress websites <a href=\"https://www.incapsula.com/blog/wordpress-security-alert-pingback-ddos.html\">reported by Incapsula</a> in 2013. Combine these reports with <a href=\"https://www.google.com/search?hl=en&q=site%3Awordpress.org%2Fsupport%2F+xml-rpc+attack\">hundreds of posts</a> on the wordpress.org support forums and <a href=\"https://www.google.com/search?hl=en&q=site%3Astackoverflow.com+xml-rpc+attack\">Stack Overflow</a> and a picture is painted of years of unhindered attacks against millions of WordPress sites due to this single PHP file, yikes!</p>\n<blockquote><p>It is common sense to take a method and try it. If it fails, admit it frankly and try another. But above all, try something. ― Franklin D. Roosevelt</p></blockquote>\n<p>I didn’t expect to be the one to advocate that XML-RPC be removed from WordPress but that’s exactly what I’m doing: <strong>It’s time for WordPress XML-RPC to hit the road, for good.</strong></p>\n<h2>XML-RPC Was a Conscious Mistake</h2>\n<p>I understand that thousands of volunteer hours have been invested into XML-RPC support for the WordPress platform, as is the nature of open-source communities. I sincerely respect and thank said programmers and volunteers for creating a very cool way to remotely connect to a website built on WordPress. But sometimes, we need to be honest with ourselves and admit when something isn’t working; <em>This one of those times.</em></p>\n<p>If you’re wondering why I’m framing the XML-RPC mess as a conscious mistake, <strong>that’s because it was</strong>. Three years ago, Andrew Nacin, a WordPress core developer, <a href=\"https://core.trac.wordpress.org/ticket/21509\" target=\"_blank\">announced</a> in a trac ticket that, <em>“Security is no greater a concern than the rest of core. There is no longer a compelling reason to disable [XML-RPC] by default. It’s time we should remove the option entirely.”</em></p>\n<p>Three years later, millions of WordPress sites have been hacked, crashed, or attacked, due to XML-RPC. It’s undeniable that removing the option to disable it (and/or enabling it by default) was wrong.</p>\n<h2>Out of Touch With the Average User</h2>\n<p>When broken down, it’s a classic case of extremely talented and intelligent software developers being out of touch with the millions of <strong>average Joes</strong> that use WordPress and have no idea what XML-RPC is. When developers inevitably argue that there are several free security plugins available that can help combat XML-RPC attacks, they completely miss the point: <u>the majority of webmasters being attacked are the same ones who don’t even know what a security plugin is or how to use it</u>.</p>\n<p>Ironically, the one good <a href=\"https://wordpress.org/plugins/bruteprotect/\" target=\"_blank\">standalone plugin</a> that fought Brute Force login attempts was <a href=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\" target=\"_blank\">foolishly</a> <a href=\"http://wptavern.com/jetpack-protect-blocks-brute-force-amplification-attacks\" target=\"_blank\">combined</a> into the controversial Jetpack plugin, which most serious webmasters would never consider installing.</p>\n<p>The premise, of course, for XML-RPC support in WordPress is a noble idea that sounds versatile: it allows, as previously mentioned, remote connections (logins, usually) to any given domain that is running a WordPress installation. In reality, however, this XML-RPC functionality is primarily used for three common reasons:</p>\n<ol>\n<li>Pingbacks/trackbacks (great for Viagra spam, <a href=\"http://wptavern.com/wptavern-was-trackbacked-to-death\" target=\"_blank\">DDoS attacks</a>, and not much else)</li>\n<li>Jetpack (an all-in-one solution to <a href=\"http://blog.arunas.co/project-measure-jetpack/\" target=\"_blank\">slowing down</a> and/or bloating your WordPress site with third-party scripts)</li>\n<li>WP mobile apps (I’m not sure who blogs from their smart phone, but the <a href=\"https://itunes.apple.com/us/app/yo./id834335592\" target=\"_blank\">YO app</a> is literally rated higher than <a href=\"https://itunes.apple.com/en/app/wordpress/id335703880\" target=\"_blank\">WordPress</a> on the iTunes store, and the user reviews of the <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Android</a> version repeatedly point to XML-RPC login issues)</li>\n</ol>\n<p>Do recall that the WordPress backend is now responsive, which means you can login to your blog from practically any mobile device; this wasn’t the case when the native WordPress mobile apps were first launched. And arguably, the vast majority of WordPress sites have absolutely no use for pingbacks, trackbacks, or XML-RPC in general.</p>\n<h2>XML-RPC Needs to Be Disabled or Removed From WordPress</h2>\n<p><u>The logical conclusion should be immediately clear:</u> XML-RPC needs to die a quick death in the WordPress community, or at least be shifted into an optional (non-default) plugin or otherwise, in order to bring an immediate and measurable improvement to the security and stability of not only WordPress sites, but the internet overall.</p>\n<p>Perhaps Jeff Chandler <a href=\"http://wptavern.com/how-to-prevent-wordpress-from-participating-in-pingback-denial-of-service-attacks\" target=\"_blank\">said it best</a>:</p>\n<blockquote><p>WP Tavern is no stranger to denial of service attacks due to pingbacks and trackbacks. In 2010, I explained how WP Tavern was trackbacked to death. Shortly after the website came back online, I disabled both as I feared they might end up taking the site down again. A few years have gone by and I’ve re-enabled pingbacks and trackbacks with no ill effects. However, I wonder if it’s time to kill them once and for all, not just on WP Tavern but in WordPress in general.</p></blockquote>\n<p>Sometimes, we as developers and others with a technical mindset get caught up in solving the challenge of the day, when what is really needed is to step back and take a more philosophical look at the bigger picture. Is this thing worth our time, or is it causing more problems than solutions? When it comes to XML-RPC in WordPress, the conclusion is obvious.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Wed, 21 Oct 2015 21:33: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: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:30:\"Post Status: Playing with type\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=14750\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/playing-with-type/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8443:\"<p>I am far from a typography expert, but I do love playing with type. I delight in a great reading experience, and I strongly believe typography is the key to creating a great reading experience.</p>\n<p>In my own journeys searching for and choosing typefaces for my projects, I’ve discovered some great tools, and also some pitfalls of using different delivery services.</p>\n<p>I have <a href=\"http://typography.com\">Typography.com</a> and <a href=\"http://typekit.com\">Typekit</a> accounts, and of course using <a href=\"http://google.com/fonts\">Google Fonts</a> is very simple. Many folks also use <a href=\"http://www.myfonts.com/\">Myfonts</a>, generate their own on <a href=\"http://www.fontsquirrel.com/\">Fontsquirrel</a>, self-host direct from foundries, or use a variety of other methods.</p>\n<p>When you use a font delivery service, where the font is hosted elsewhere, and you simply connect (like Typekit or Typography.com), one of the things you deal with is the authentication of your site with the service that can often cause sad delays in pageload times. Zach Tollman did a great post discussing how <a href=\"https://www.tollmanz.com/typography-coms-cssom-blocking-font-loader/\">Typography.com in particular is not good at handling this authentication</a>, from a performance perspective.</p>\n<p>Given that I host Post Status fonts on Typography.com — I use Gotham Round, Gotham Condensed, and Sentinel here, and none of them are available anywhere else — the hit on performance perturbs me. However, I love these fonts and hate to replace them. However, I’ve lately been doing some research so I can at least test font stacks from Typekit and Google to see how big of an impact it could have.</p>\n<h3>Finding Typefaces</h3>\n<p>Finding quality typefaces is a challenge. There are <em>so many</em> out there, and the differences in quality can be vast. Part of what I love about Typography.com is that the quality of the display and cross-browser rendering is outstanding. Typekit serves typefaces from a variety of foundries, but they too have built great tools over the years to try and ensure quality rendering. Google is more of a mixed bag, though open source typefaces are getting more attention to detail in recent years than ever before.</p>\n<p>By far, my favorite tool for browsing and finding typefaces is <a href=\"https://www.typewolf.com\">Typewolf</a>. Typewolf has PDF guides (free with your email), trending typefaces, sites of the day, and high quality recommendations on when and where to use a particular typeface. A sample resource that’s outstanding is their list of the <a href=\"https://www.typewolf.com/open-source-web-fonts\">top 30 open source Google fonts</a>. They have many others like that. It’s definitely a must-visit site when you are considering changing up your site typography.</p>\n<p>You can also browse delivery services directly. Typekit’s <a href=\"https://typekit.com/lists\">lists</a> are pretty good for narrowing typefaces by their intended purpose. <a href=\"http://justmytype.co/\">Justmytype</a> is another great resource that shows recommended pairings for fonts from Typekit and Typography.com. And of course Google has filters in their directory to help narrow it down, but it’s still a bit of the wild west, so I usually rely on Googling good pairings for Google.</p>\n<h3>Tinkering with typefaces with real content</h3>\n<p>Once you find some Typefaces you like, then it’s fun to put them into practice. <a href=\"http://typecast.com/\">Typecast</a> is excellent. You can find fonts from many foundries with a free account, and do all sorts of manipulations to see the typefaces in action, using a variety of font combinations, before you move to your actual site.</p>\n<p><img class=\"aligncenter size-large wp-image-14749\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/10/typecast-view-752x462.png\" alt=\"typecast-view\" width=\"752\" height=\"462\" /></p>\n<p>Beware, it’s easy to spend hours in this tool. I love that you can edit the CSS directly, and there are also tools within Typecast to insert particular types of content, so you can have a working prototype pretty quickly.</p>\n<h3>Performance implications</h3>\n<p>Loading fonts is a huge performance issue sometimes. Too many fonts, content blocking loading, time-outs from third party delivery services, and other gotchas can severely impact a site’s load times.</p>\n<p>Anytime you are looking at new typefaces to use, consider where you can serve them from, whether you can self host them, how the delivery authenticates, and potentially more — before you get your heart set.</p>\n<p>Some good rules of thumb are this:</p>\n<ul>\n<li>Google is by far the fastest, but you just don’t have access to some of the greatest font foundries this way, because all Google fonts are free.</li>\n<li>Self hosting is probably similar to or faster than serving them from Google. Most Google fonts are locally cached on lots of folks computers. Self hosting may be better for a more rare font, but for common fonts, Google may actually be faster.</li>\n<li>System fonts are always the fastest, but you might not be able to deliver your preferred typeface if the system the reader is using doesn’t support the typeface. If using system typefaces, creating thorough font stacks is a necessity. Sometimes, especially for sans-serifs, I’m tempted to just declare sans-serif, so that the system serves its favorite font — as Android, Mac, iOS, Windows, et al each have their own defaults. For serifs, I’d say just use Georgia if using system fonts only <img src=\"https://cdn.poststatus.com/wp-includes/images/smilies/simple-smile.png\" alt=\":)\" class=\"wp-smiley\" /></li>\n<li>Typekit and Myfonts and other delivery services are usually similar in quality, but it’s one of the slowest options for delivery. Be sure to only use the weights and versions you need, and considering limiting character sets if you can get away with it.</li>\n<li>Have a performance budget for your type. Sometimes you have to make hard choices. Does your body font really need to be a non-system font? What if you just used a single display font to add the character you seek? Can you get away without italics for a certain typeface you’re using? What about bold? If you use the regular/bold/italic/bold-italic for every typeface, that adds up quickly. Use the bare minimum and add whenever you need to only.</li>\n</ul>\n<h3>Don’t get too fancy, and consider your tone</h3>\n<p>My biggest mistakes over the years playing with type have been getting too fancy, especially with body copy. Simple is good with type. Especially when choosing body copy, be sure to learn about the typeface you like — and don’t just trust your own eye early on — to see if it’s an appropriate workhorse typeface.</p>\n<p>With display type, you have more leeway, but consider the mood that the typeface sets. Slabs, serifs, gothic, humanist, and other styles of type each tend to have their own tone that they set. For instance, when you read the New York Times, Georgia is a serious workhorse font, and the custom display font also sets a sober tone. Compared to Vox, for example, which uses a more casual sans-serif body copy and quite decorative display typeface. In both scenarios, readability is very good, but they set a different tone.</p>\n<h3>Learning typography takes time</h3>\n<p>Learning and understanding good typography practices takes time. Many factors are at play to make a typeface look great, and even the greatest typefaces can get screwed up when not used well.</p>\n<p>Learning best practices for things like line length, line height, pairing, and much much more can probably get you farther than what typeface you choose. And different typefaces obviously do better in different settings. The key is to take it slow, learn what you like when you are reading other websites, and see what they are doing that you are not. Also, ask your friends about your choices and get feedback; sometimes just a minor change can make a big difference, and suddenly your design clicks.</p>\n<p>We can easily be blind to our own typography mistakes. If you can limit mistakes and learn the essentials of choosing typefaces and using them well, your websites will look much, much better and your readers will be thankful, even if they never say it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Oct 2015 17:23: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:48:\"Post Status: Work life balance — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=14740\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://poststatus.com/work-life-balance-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1393:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p>In this episode of Draft, Joe and Brian discuss work life balance. We discuss working long hours, managing and preventing burnout, moonlighting and its challenges, side projects, embracing hobbies, and creating exercise routines.</p>\n<a href=\"https://audio.simplecast.fm/18534.mp3\">https://audio.simplecast.fm/18534.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/18534.mp3\">Direct Download</a></p>\n<p>Links</p>\n<ul>\n<li><a href=\"http://www.carriedils.com/overcoming-burnout/\">Overcoming burnout</a></li>\n<li><a href=\"http://dangerousminds.net/comments/photographer_removes_smartphones_from_images_to_show_how_obsessed_we_are_wi\">People without phones in phone poses</a></li>\n<li><a href=\"http://waitbutwhy.com/2013/10/why-procrastinators-procrastinate.html\">Epic procrastination series</a></li>\n<li><a href=\"http://andyadams.org/why-you-shouldnt-moonlight/\">Don’t moonlight long-term</a></li>\n</ul>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Oct 2015 13:24: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Akismet 3.1.5 Fixes Critical XSS Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/akismet-3-1-5-fixes-critical-xss-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1629:\"<p>If you use <a href=\"https://wordpress.org/plugins/akismet/\">Akismet</a> to battle comment spam, make sure it’s running version 3.1.5 as it patches a critical security vulnerability. Due to the nature of the bug, the Akismet team pushed out auto updates to sites that can accept them. According <a href=\"https://blog.sucuri.net/2015/10/security-advisory-stored-xss-in-akismet-wordpress-plugin.html\">to Sucuri</a>, sites using Akismet 3.1.4 and lower and that have the <strong><em>Convert emoticons like <img class=\"wp-smiley\" src=\"https://blog.sucuri.net/wp-includes/images/smilies/simple-smile.png\" alt=\":-)\" /> and <img src=\"http://s.w.org/images/core/emoji/72x72/1f61b.png\" alt=\"?\" class=\"wp-smiley\" /> to graphics on display</em></strong> option enabled, are at risk.</p>\n<p>The vulnerability stems from the way Akismet handles hyperlinks within a site’s comments. An attacker with sufficient knowledge of WordPress’ internals could insert malicious scripts in the Comment section of the WordPress backend. This type of attack could lead to a number of other attacks, including compromising an entire site.</p>\n<p>So far, Akismet developers <a href=\"http://blog.akismet.com/2015/10/13/akismet-3-1-5-wordpress/\">don’t have any evidence</a> that the vulnerability is actively being exploited in the wild. Because the vulnerability is theoretically exploitable via comments, Akismet is blocking attempts during the comment-check API call so that sites not running the most recent version are protected. However, you should still upgrade immediately to 3.1.5.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 15 Oct 2015 20:08:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:30:\"Matt: Working & Exercising\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/10/working-exercising/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1653:\"<p><img class=\" wp-image-45499 aligncenter\" src=\"http://i1.wp.com/ma.tt/files/2015/10/IMG_3075.jpg?w=604\" /></p>\n<p>One benefit of working from home that doesn’t get discussed much is the ease of small, but frequent exercise activities through the day. I’m sure it’s not outlawed in an office to get out of your chair and do 20 jumping jacks, or plank for a minute, I definitely would feel awkward doing so. This is something on my mind as I’m working this week around ~400 colleagues for <a href=\"https://twitter.com/hashtag/a8cgm\">our once-a-year Grand Meetup</a>.</p>\n<p>When I’m home and have a ton of work to get through, my favorite approach is the <a href=\"https://en.wikipedia.org/wiki/Pomodoro_Technique\">Pomodoro Technique</a> with 25 minutes on followed by a 5 minute break. (<a href=\"https://itunes.apple.com/us/app/pomodoro-one/id907364780?mt=12\">I use this app</a> but any timer will do.) The 5 minute break is a fantastic time to do something small, like a few push-ups, squats, a plank, or even meditate. (The new <a href=\"https://itunes.apple.com/us/app/pause-relaxation-at-your-fingertip/id991764216?mt=8\">Pause app is cool</a>, and of course I <a href=\"http://calm.com/\">love Calm</a>.) You don’t have to do a ton, but over the course of a day or a week these 5 minute break exercises add up to be quite a bit and can <a href=\"http://tinyhabits.com/\">kickstart a Tiny Habit</a>. And don’t even get me started on the benefits of naps.</p>\n<p>Again, not something that’s impossible in an shared office, just feels a lot more natural and less embarrassing in your private home office.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Oct 2015 18:37: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: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: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:40:\"Akismet: Akismet 3.1.5: 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1877\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://blog.akismet.com/2015/10/13/akismet-3-1-5-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1660:\"<p><b>Version 3.1.5 of the Akismet plugin for WordPress contains a critical security fix. Update your sites as soon as possible.</b></p>\n<p>A researcher from <a href=\"https://sucuri.net/\">Sucuri</a> notified us of an XSS vulnerability in the Akismet WordPress plugin. This bug affects all versions of the Akismet WordPress plugin since 2.5.0, but we have no evidence that it has been exploited in the wild.</p>\n<p>We’ve released updates for all vulnerable versions of the Akismet plugin. Additionally, the WordPress.org plugins team has enabled an <a href=\"https://make.wordpress.org/plugins/2015/03/14/plugin-automatic-security-updates/\">automatic update</a> for all sites running these vulnerable versions that are able to auto-update plugins.</p>\n<p>Because the vulnerability is theoretically exploitable via comments, Akismet is already blocking attempts during the comment-check API call even if you are not running the most recent version. However, to be as safe as possible, you should still upgrade immediately.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1877/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1877/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1877&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:\"Tue, 13 Oct 2015 20:37: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:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: Jetpack Protect Blocks Brute Force Amplification Attacks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/jetpack-protect-blocks-brute-force-amplification-attacks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2469:\"<p>If you’ve noticed an influx of brute force attacks on your site, you’re not the only one. Sucuri <a href=\"https://blog.sucuri.net/2015/10/brute-force-amplification-attacks-against-wordpress-xmlrpc.html\">is reporting</a> that brute force amplification attacks are targeting WordPress sites with XML-RPC enabled. In a nutshell, XML-RPC contains a system.multicall method which allows developers to execute multiple methods and commands inside a single request.</p>\n<h2>What is a Brute Force Amplification Attack?</h2>\n<p>In a typical brute force attack, several machines or bots try to guess the username and password for a site one at a time. In a brute force amplification attack, attackers can guess hundreds or thousands of combinations within a single request making the attack more efficient and difficult to block.</p>\n<p>The XML-RPC protocol in WordPress is a communications bridge between remote applications such as the WordPress mobile apps and the site itself. It’s also used to communicate and authenticate to Jetpack.</p>\n<h2>Jetpack Protect Does Its Job</h2>\n<p>Jetpack comes with a module called <a href=\"http://jetpack.me/support/security-features/\">Jetpack Protect</a> formerly <a href=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\">known as BruteProtect</a>, that protects sites from brute force attacks. Sam Hotchkiss, lead developer of Jetpack Protect, <a href=\"https://samhotchkiss.wordpress.com/2015/10/12/testing-for-xml-rpc-multicall-vulnerabilities-in-wordpress/\">confirms in a blog post</a> that Jetpack Protect blocks brute force amplification attacks out-of-the box.</p>\n<blockquote><p>In our testing, we confirmed that Jetpack Protect (and BruteProtect) do block this attack vector. If you’re running Jetpack with Protect enabled or you’re running BruteProtect, you don’t need to do anything to keep yourself safe from this attack technique.</p></blockquote>\n<p>If you use Jetpack Protect, you don’t need to do anything to block this attack vector. For everyone else, Sucuri recommends that administrators block system.multicall requests as they’re not used much in the wild. There’s also a handful of security plugins such as <a href=\"https://wordpress.org/plugins/better-wp-security/\">iThemes Security</a> or <a href=\"https://wordpress.org/plugins/wp-simple-firewall/\">WordPress Simple Firewall</a> that block system.multicalls and can disable XML-RPC.</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, 13 Oct 2015 18:24:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: What Do You Want to See in a WordPress.tv Redesign?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/what-do-you-want-to-see-in-a-wordpress-tv-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1693:\"<p>The <a href=\"http://wordpress.tv/\">WordPress.tv</a> team is <a href=\"https://make.wordpress.org/tv/2015/10/08/building-a-better-wordpress-tv-functional-requirements/\">requesting feedback</a> on what features you’d like to see in a website redesign. Jerry Bates, volunteer moderator for WordPress.tv, says one of the goals for 2016 is to update the site to better showcase content from WordCamps around the world. While plans are underway, the team wants to know what you think of WordPress.tv as it is today and what it would be in a perfect world.</p>\n<p>Oleg Belousov suggests <a href=\"https://make.wordpress.org/tv/2015/10/08/building-a-better-wordpress-tv-functional-requirements/comment-page-1/#comment-1483\">WordPress.TV have a playlist feature</a> so viewers can favorite videos. I’d also like to see this feature and have the videos saved to my WordPress.org profile. I’ve noticed that a lot of links to presentation slides point to the speaker’s personal site. To protect against link rot and expiring domains, WordPress.tv or a sister site should host presentation slides.</p>\n<p>On the single post view for videos, you have to scroll down to read a video’s description in the right hand sidebar. Instead, I’d like to see WordPress.tv display information and related videos similar to YouTube since most of the relevant information is near the video itself. The redesign should also be responsive. If you have ideas to improve WordPress.tv or feature requests, please <a href=\"https://make.wordpress.org/tv/2015/10/08/building-a-better-wordpress-tv-functional-requirements/comment-page-1/\">leave a comment</a> on the Make.WordPress.tv 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:\"Mon, 12 Oct 2015 17:02:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"Matt: HR Meets Science\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45307\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/10/hr-meets-science/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"<p><span class=\"embed-youtube\"></span></p>\n<p>Great talk on analytical HR at Google. <cite>Hat tip: <a href=\"http://whenihavetime.com/\">Sara</a>.</cite></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, 11 Oct 2015 18:04:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"Matt: Super Impressive Mario\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45353\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/10/super-impressive-mario/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"<p><span class=\"embed-youtube\"></span></p>\n<p>This custom Mario Maker level, and the skill required to beat it, is one of the craziest feats of Mario virtuoso I’ve seen.</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, 09 Oct 2015 22:35:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:88:\"Post Status: Responsive images for WordPress and mobile pages with AMP — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=14573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/responsive-images-for-wordpress-and-mobile-pages-with-amp-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1740:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p><span>In this episode of Draft, Joe and Brian discuss Google’s AMP project for Accelerated Mobile Page loading, and what it means for WordPress. They also go in-depth on WordPress’s upcoming core support for handling responsive images.</span></p>\n<a href=\"https://audio.simplecast.fm/18240.mp3\">https://audio.simplecast.fm/18240.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/18240.mp3\">Direct Download</a></p>\n<h3>Topics & Links</h3>\n<p>Google’s AMP</p>\n<ul>\n<li><a href=\"https://www.ampproject.org/\">AMP</a></li>\n<li><a href=\"https://www.ampproject.org/how-it-works/\">How AMP works</a></li>\n<li><a href=\"https://vip.wordpress.com/2015/10/07/mobile-web/\">WordPress AMP plugin</a></li>\n<li><a href=\"http://www.niemanlab.org/2015/10/get-ampd-heres-what-publishers-need-to-know-about-googles-new-plan-to-speed-up-your-website/\">AMP on Neiman Lab: What publishers need to know</a></li>\n</ul>\n<p>Responsive Images (starts at 35 minutes in)</p>\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/ticket/33641\">Responsive images merge</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">Merge Proposal</a></li>\n<li><a href=\"https://wordpress.org/plugins/ricg-responsive-images/\">Plugin version</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Oct 2015 18:18:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Lists of Lists\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2015/10/lists-of-lists/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:738:\"<blockquote><p>The app that changed my life is <a href=\"http://simplenote.com/\">Simplenote</a>, linked to Notational Velocity. I have Simplenote on my phone and Notational Velocity on my computer, and I’m obsessed with to-do lists and lists about my to-do lists. It allows me to have my lists on my phone and my lists on my computer, and they sync… if you are a list freak, with lists of lists, it will change your life.</p>\n<p>— Lena Dunham</p></blockquote>\n<p>From a talk with Kara Swisher on Re/code. <a href=\"http://recode.net/podcast-player/216027/\" target=\"_blank\">Listen to the whole podcast</a>, Simplenote comes up at the 48-minute mark. <cite>Hat tip: <a href=\"http://toni.org/\">Toni Schneider</a>.</cite></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, 08 Oct 2015 20:13: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: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: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:78:\"WPTavern: The First Half of the REST API Is Officially Added to WordPress Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/the-first-half-of-the-rest-api-is-officially-added-to-wordpress-core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2644:\"<p>A few hours ago, Ryan McCue, one of the lead developers of the WordPress REST API project who recently received <a href=\"https://make.wordpress.org/core/2015/10/07/%f0%9f%8e%89-one-more-committer-for-4-4/\">guest commit access</a> for WordPress 4.4, committed <a href=\"https://core.trac.wordpress.org/changeset/34928\">a patch</a> that adds the REST API infrastructure to WordPress core.</p>\n<p>In his commit message, McCue referred to the infrastructure as a baby API:</p>\n<blockquote><p>REST API: Introduce baby API to the world.</p>\n<p>Baby API was born at 2.8KLOC on October 8th at 2:30 UTC. API has lots<br />\nof growing to do, so wish it the best of luck.</p>\n<p>Thanks to everyone who helped along the way:</p>\n<p>Props rmccue, rachelbaker, danielbachhuber, joehoyle, drewapicture, adamsilverstein, netweb, tlovett1, shelob9, kadamwhite, pento, westonruter, nikv, tobych, redsweater, alecuf, pollyplummer, hurtige, bpetty, oso96_2000, ericlewis, wonderboymusic, joshkadis, mordauk, jdgrimes, johnbillion, jeremyfelt, thiago-negri, jdolan, pkevan, iseulde, thenbrent, maxcutler, kwight, markoheijnen, phh, natewr, jjeaton, shprink, mattheu, quasel, jmusal, codebykat, hubdotcom, tapsboy, QWp6t, pushred, jaredcobb, justinsainton, japh, matrixik, jorbin, frozzare, codfish, michael-arestad, kellbot, ironpaperweight, simonlampen, alisspers, eliorivero, davidbhayes, JohnDittmar, dimadin, traversal, cmmarslender, Toddses, kokarn, welcher, and ericpedia.</p></blockquote>\n<p>If you’re not familiar with the REST API and its potential impacts on WordPress’ future, I highly recommend reading the following articles.</p>\n<ul>\n<li><a href=\"http://wptavern.com/excellent-primer-on-the-wordpress-rest-api-project\">Excellent Primer on the WordPress REST API Project</a></li>\n<li><a href=\"https://poststatus.com/wordpress-json-rest-api/\">The WordPress REST API by Brian Krogsgard</a></li>\n<li><a href=\"http://wptavern.com/ryan-mccue-on-creating-the-json-rest-api-for-wordpress\">Ryan McCue on Creating The JSON REST API for WordPress</a></li>\n<li><a href=\"http://torquemag.io/the-ultimate-guide-to-the-wordpress-rest-api-an-ebook-by-josh-pollock/\">‘The Ultimate Guide To The WordPress REST API,’ An Ebook By Josh Pollock</a></li>\n</ul>\n<p>In the lifespan of an open source project, there are milestone moments. Even though only half of the REST API is in WordPress 4.4, I consider this to be one of those moments.</p>\n<p>If all goes well, developers will have access to the complete REST API in WordPress 4.5. I hope you’ll join me in congratulating all of the contributors that have and continue to work on the REST API.</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, 08 Oct 2015 08:38:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WPWeekly Episode 209 – Where Is the Word Press?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wpweekly-episode-209-where-is-the-word-press\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2568:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://werdswords.com/\">Drew Jaynes</a>, WordPress core contributor. We discuss a wide range of topics, from Jaynes’ opinions on Scott Taylor’s work on WordPress 4.4 thus far to his trip to <a href=\"https://capetown.wordcamp.org/2015/\">WordCamp Capetown Africa, 2015</a>.</p>\n<p>We go in-depth on 10up’s investments in WordPress and discuss what’s happened to the Word Press. Last but not least, we discuss why <a href=\"https://twitter.com/jjj/status/647265586624512001\">developers are so excited</a> for Taxonomy Term Meta to be part of WordPress 4.4.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wp101-founded-by-shawn-hesketh-turns-7-years-old\">WP101 Founded by Shawn Hesketh Turns 7 Years Old</a><br />\n<a href=\"http://wptavern.com/the-top-100-active-wordpress-themes-and-plugins-on-godaddys-hosting-network\">The Top 100 Active WordPress Themes and Plugins on GoDaddy’s Hosting Network</a><br />\n<a href=\"http://wptavern.com/6-wordpress-plugins-that-take-native-comments-to-the-next-level\">6 WordPress Plugins That Take Native Comments to the Next Level</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/wp-like-dislike/\">WP Like/Dislike</a> allows visitors to like or dislike a post on your website.</p>\n<p><a href=\"https://wordpress.org/plugins/dorzki-notifications-to-slack/\">Slack Notifications</a> is a plugin that notifies you in your Slack channel via the Slack API on the following: New WordPress Version, New Plugins Updates, Post Published, New User Registration, Admin Login.</p>\n<p><a href=\"https://wordpress.org/plugins/postmatic-for-gravity-forms/\">Postmatic for Gravity Forms</a> is a simple plugin that allows individuals to subscribe to Postmatic feeds using Gravity Forms.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 21st 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #209:</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, 08 Oct 2015 08:32:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: How to Favorite Themes on the WordPress Theme Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/how-to-favorite-themes-on-the-wordpress-theme-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2145:\"<p>When the WordPress theme directory was <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\">redesigned earlier this year</a>, a <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design#comment-65119\">common request from readers</a> was the ability to favorite themes as you can with plugins. This feature was also <a href=\"https://meta.trac.wordpress.org/ticket/28\">suggested</a> by Mario Pesehv two years ago.</p>\n<p>On July 22nd, Dion Hulse <a href=\"https://meta.trac.wordpress.org/changeset/1770\">committed a change</a> with little fanfare to the WordPress theme directory that allows registered users to mark themes as favorites.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavoriteIcon.png\"><img class=\"size-full wp-image-48551\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavoriteIcon.png?resize=1025%2C447\" alt=\"Theme Favorite Icon\" /></a>Theme Favorite Icon\n<p>Registered users who are logged into WordPress.org will see a heart icon above the download button on a theme’s detailed information page. When clicked, the heart icon turns red and the theme is added to your favorites list. To see your favorites list, visit the theme directory home page and click the Favorites tab.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavorites.png\"><img class=\"size-full wp-image-48552\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavorites.png?resize=633%2C521\" alt=\"Themes Marked as Favorites\" /></a>Themes Marked as Favorites\n<p>To remove a theme from your favorites list, visit the theme’s detailed information page and click the heart icon.</p>\n<p>Unfortunately, you can’t install themes marked as favorite from the backend of WordPress since the Favorites tab doesn’t exist on the Add Themes page. However, I’ve <a href=\"https://core.trac.wordpress.org/ticket/34206\">created a ticket on Trac</a> to see if it can be added in time for WordPress 4.4. Keep in mind that like plugins, themes marked as favorites will show up on your WordPress.org user profile.</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, 08 Oct 2015 06:21:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: Measure Jetpack: An Independent Project Aimed at Measuring Jetpack’s Performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48538\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/measure-jetpack-an-independent-project-aimed-at-measuring-jetpacks-performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3308:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ProjectJetpackBenchmark.png\"><img class=\"aligncenter size-full wp-image-48540\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ProjectJetpackBenchmark.png?resize=658%2C292\" alt=\"Project Jetpack Benchmark\" /></a>Just about every time we publish an article about Jetpack, one or more readers <a href=\"http://wptavern.com/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage#comment-88443\">leaves a comment</a> similar to the following, <em>I don’t use Jetpack because it slows down my site</em>. Many of the comments don’t link to or provide data that backs up their claim.</p>\n<p>Outside of the <a href=\"http://wptavern.com/benchmarks-indicate-jetpack-doesnt-negatively-impact-site-loading-times\">benchmarks</a> produced by the BruteProtect team late last year, there’s little evidence to support the claim that Jetpack negatively impacts a site’s performance. <a href=\"https://profiles.wordpress.org/ideag/#content-plugins\">Arūnas Liuiza</a>, a WordPress plugin developer, is working <a href=\"http://blog.arunas.co/project-measure-jetpack/\">on a new project</a> that hopes to solve the mystery of whether or not Jetpack causes sites to load more slowly.</p>\n<h2>Preparing the Testing Environment</h2>\n<p>In the next few weeks, Liuiza and his students will scour the WordPress plugin directory to find plugins with comparable features to Jetpack’s modules. The team is going to set up three identical WordPress sites with default Lorem Ipsum content.</p>\n<p>One site will act as the benchmark, another will run Jetpack, and the third will run plugins similar to Jetpack’s modules. Liuiza explains how his students will perform the benchmark process:</p>\n<blockquote><p>We’ll start the measuring, with different plugins/modules activated and deactivated. We’ll be doing 1-to-1 comparisons, as well as some combos. We are going to measure load times, as well as some stats reported by Query Monitor such as memory usage, database query count etc.</p></blockquote>\n<p>Liuiza says benchmark results will be published in a series of posts on his blog and on the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facbook group</a>. Liuiza is asking for the community’s help to locate plugins that are feature-comparable to the modules in Jetpack.</p>\n<p>He’s also asking for advice on the testing methodology he and his students should use. There’s no timetable on when the results will be published as it’s considered a side project.</p>\n<h2>Benchmark Frontend Modules Only</h2>\n<p>Jetpack currently has 36 modules but some of them simply connect to services such as VaultPress or VideoPress. I think Liuiza and his team should concentrate on modules that potentially impact a site’s frontend performance as it doesn’t make sense to benchmark modules that are only for the backend.</p>\n<p>I’m doubtful that an independent study of Jetpack’s performance will solve the issue once and for all, especially if the results show that it doesn’t have much of an impact on sites as people think. However, it will be nice to have another set of data to point people to when it comes up in discussions.</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, 07 Oct 2015 18:41:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"Matt: Accelerated Mobile Pages & 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:21:\"http://ma.tt/?p=45475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://ma.tt/2015/10/accelerated-mobile-pages-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:494:\"<p>As was just announced on <a href=\"https://vip.wordpress.com/2015/10/07/mobile-web/\">the VIP blog</a> and <a href=\"https://googleblog.blogspot.com/2015/10/introducing-accelerated-mobile-pages.html\">Google</a>, there’s a new open standard that competes with (or complements) Facebook’s Instant Articles. It’s easy for WordPress sites to support both, <a href=\"https://github.com/Automattic/amp-wp/\">you can check out this Github project to see the plugin code so far</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, 07 Oct 2015 14:33:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"WPTavern: 10up Continues to Make Major Investments 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:28:\"http://wptavern.com/?p=48524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/10up-continues-to-make-major-investments-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4759:\"<p>In the last two years, <a href=\"http://10up.com/\">10up</a>, a web design and development agency has contributed to WordPress in significant ways. From <a href=\"http://wptavern.com/10up-sponsors-helen-hou-sandi-to-work-full-time-on-wordpress-core\">sponsoring Helen Hou-Sandi</a> to work full-time on WordPress core, to <a href=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\">sponsoring Drew Jaynes</a> to lead the WordPress 4.2 development cycle. In a post published on the company’s blog, <a href=\"http://10up.com/blog/2015/commitments-open-web/\">10up announced</a> it will continue to invest in WordPress and other open source projects it works with on a daily basis.</p>\n<p>According to the announcement, 10up is sponsoring Jaynes to work on WordPress full-time. The company has also created a Platform Engineer position and although it’s not hiring to fill the role, the company has left the title open-ended as it continues to support and build web platforms such as <a href=\"http://10up.com/blog/2015/sponsoring-sanitize-css/\">santize.css</a> and <a href=\"http://10up.com/blog/2014/varying-vagrant-vagrants-future/\">Varying Vagrant Vagrants</a>.</p>\n<h2>Sponsoring Scott Kingsley Clark to Work on the Fields API Project</h2>\n<p>In a major show of support, 10up is sponsoring 100 hours of <a href=\"http://scottkclark.com/\">Scott Kingsley Clark’s</a> company time to work on the <a href=\"https://make.wordpress.org/core/tag/fields-api/\">Fields API Project</a>. Announced in May, the <a href=\"https://make.wordpress.org/core/2015/05/27/metadata-api-project-reborn-the-new-fields-api-project/\">Fields API Project</a> is an offshoot of the Metadata API project. The Fields API would allow developers to register fields and sections for WordPress objects. According to Clark, the goal is to initially cover the following WordPress objects:</p>\n<ul>\n<li>Customizer (retrofitting it beneath the existing Customizer API)</li>\n<li>User profile screen</li>\n<li>Post editor</li>\n<li>Settings screens (retrofitting it beneath the existing Settings API)</li>\n<li>And other areas in the future (Comment editor, Network Settings screens [see <a href=\"https://core.trac.wordpress.org/ticket/15691\">#15691</a>], Media modals, etc)</li>\n</ul>\n<p>10up believes that supporting the Fields API Project will help move it into a viable state to potentially be added to WordPress in the near-future, “As a company with a central mission of creating great publishing experiences, the user and developer experiences a fields API can improve are something we are particularly well-versed in,” Hou-Sandi said.</p>\n<p>Hou-Sandi goes on to explain that the web is built on open technologies that are usually maintained by small groups of people who rely on donations.</p>\n<blockquote><p>The balance between use and support of open source software leans heavily toward use, and that imbalance has become even more apparent. Even with increased awareness around the plight of projects integral to a safe web, initiatives like OpenSSL continue to operate on small donations and the volunteer efforts of a few. It takes time to convert pledges into action, and we’ve yet to see very many pledges at all, much less action.</p></blockquote>\n<p>The following quote written by Jake Goldman, <a href=\"http://10up.com/about/#employee-jake-goldman\">Founder and President of 10up</a>, explains why reinvesting in open source projects is so important not only for his company’s customers, but the WordPress userbase in general.</p>\n<blockquote><p>I’ve said repeatedly that nothing is more critical to the success of agencies that rely on community, open source software platforms than the continued success of those platforms. It is incumbent upon those who have leveraged free, open platforms with success to share that success back.</p>\n<p>By economically enabling world-class engineers to improve open platforms, we not only ensure that our customers continue to have a first class solution, we enable the next generation of builders, who can’t yet afford such resources, to further grow our ecosystem and the platform’s demand. I believe this is the social contract of open source, and as 10up grows, so to will our contributions to open source. It’s not just responsible citizenship, it’s good business.</p></blockquote>\n<p>It makes sense for companies whose businesses rely on open source software to find ways to reinvest time, energy, and money back into those projects less they disappear. That’s precisely what 10up is doing along with <a href=\"http://ma.tt/2014/09/five-for-the-future/\">a few other companies</a>. Let me know in the comments if and how your company is contributing back to open source software.</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, 06 Oct 2015 21:09:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Matt: Scratch & Sniff Whiskey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2015/10/scratch-sniff-whiskey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:418:\"<p>Whether you’re curious for yourself or looking for a great gift for a scotch-loving friend, <a href=\"http://www.amazon.com/Essential-Scratch-Becoming-Whiskey-Know-It-All/dp/0544520602\">The Essential Scratch & Sniff Guide to Becoming a Whiskey Know-It-All</a> from my friends Richard Betts, Crystal English Sacca, and Wendy MacNaughton is a must-buy. I have read this book myself and it smelled great.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Oct 2015 20:04:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:79:\"WPTavern: You Can Now Search for and Install Plugins From Within Jetpack Manage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3229:\"<p>At the end of 2014, Jetpack 3.3 introduced a <a href=\"http://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-sites\">centralized dashboard</a> that enables users to <a href=\"https://wordpress.com/plugins/jetpack\">manage Jetpack powered sites</a>. At the time, you could only do the following:</p>\n<ul>\n<li><strong>Plugin management:</strong> Turn plugins on or off with one click — per site or in bulk.</li>\n<li><strong>Initiate plugin updates:</strong> Update plugins for a single site or all sites in bulk.</li>\n<li><strong>Automatic updates:</strong> Turn on auto-updates for any plugin on a per-site basis or in bulk.</li>\n</ul>\n<p>Now you can <a href=\"http://jetpack.me/2015/10/01/new-plugin-browser/\">browse and install plugins</a> from the WordPress plugin directory on sites you own that use Jetpack with the <a href=\"https://jetpack.me/support/site-management/\">Manage module</a> activated. Visit <a href=\"https://wordpress.com/plugins/browse\">https://wordpress.com/plugins/browse</a> and choose the site you want to manage. Look for the Configure area on the sidebar and click the Add button to open the plugin browser.</p>\n\n<a href=\"http://wptavern.com/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage/pluginbrowserinwp43\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/PluginBrowserInWP43.png?resize=1169%2C682\" class=\"attachment-full\" alt=\"Plugin Browser in WordPress 4.3\" /></a>\n<a href=\"http://wptavern.com/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage/jetpackmanagepluginbrowser\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/JetpackManagePluginBrowser.png?resize=977%2C812\" class=\"attachment-full\" alt=\"Jetpack Plugin Browser\" /></a>\n\n<p>When the plugin directory <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">launched a redesign</a> earlier this year, <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">a common complaint</a> from readers is that the ability to see new plugins added to the directory was removed. Unlike the plugin browser in WordPress, the browser on WordPress.com displays new plugins.</p>\n<p>Both browsers display similar information in the detailed view with the exception that the WordPress.com browser doesn’t show a list of contributors. Enej Bajgorić, a member of the Jetpack development team, explains how to quickly install a plugin to a Jetpack site when browsing the WordPress plugin directory:</p>\n<blockquote><p>If you find yourself browsing the WordPress.org plugin repository and want to install the plugin on your Jetpack site, you can just replace the .org in the URL with .com and be taken to the new Plugin Browser where you can install the plugin with a single click. You will need to be logged into your WordPress.com account for this to work.</p></blockquote>\n<p>A plugin browser to search for and install plugins is another feature that makes Jetpack Manage a free, decent alternative to commercial services for managing multiple sites. If you manage multiple sites with Jetpack Manage, let us know what you think and what key features you’d like to see added.</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, 06 Oct 2015 18:29:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"Matt: Interview in French\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/10/interview-in-french/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:196:\"<p>Si vous parlez français, <a href=\"http://www.journaldunet.com/solutions/dsi/1161757-interview-de-matt-mullenweg/\">vous pourriez profiter de cette interview avec moi sur Journal Du Net</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Oct 2015 23:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: Tom Nowell on How Automattic Keeps Workers Healthy and Happy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/tom-nowell-on-how-automattic-keeps-workers-healthy-and-happy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12001:\"<hr />\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/TomNowell.jpg\"><img class=\"alignright size-thumbnail wp-image-48491\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/TomNowell.jpg?resize=150%2C150\" alt=\"Tom Nowell\" /></a>This post was contributed by <a href=\"https://twitter.com/Tarendai\">Tom J Nowell</a>. Tom is a <a href=\"https://automattic.com/work-with-us/vip-wrangler/\">VIP Wrangler</a> at <a href=\"https://vip.wordpress.com\">WordPress.com VIP</a>, lead of the <a href=\"http://www.wptherightway.org/en/index.html\">WP The Right Way</a> project, <a href=\"http://tomjn.com\">blogger</a>, and community moderator at <a href=\"https://wordpress.stackexchange.com/\">WordPress Stack Exchange</a>. Tom will be speaking at <a href=\"https://nyc.wordcamp.org/2015/\">WordCamp New York</a> later this month on escaping and security.</p>\n<hr />\n<p>This is a story about my job as a <a href=\"http://vip.wordpress.com\" target=\"_blank\">VIP Wrangler</a>, what <a href=\"http://automattic.com\" target=\"_blank\">Automattic</a> does to keep Automatticians happy, and my battles with anxiety, <a href=\"http://hyperboleandahalf.blogspot.co.uk/2011/10/adventures-in-depression.html\" target=\"_blank\">depression</a>, and fear.</p>\n<h2>Joining the VIP Team</h2>\n<p>Almost a year ago, I worked for <a href=\"http://codeforthepeople.com/\">Code For The People</a>, a six person development agency that was in acquisition talks with Automattic. I remember at the beginning of the week, we thought an acquisition could happen before Christmas and by the following Friday, we were signing new employment contracts, and booking tickets to Lisbon for the VIP team meet up!</p>\n<p>I remember being the first to arrive, surrounded by people from the VIP team I’ve never met in person. We went out for dinner, learned how to do deploys, visited aquariums, gardens, and then went home.</p>\n<h2>The Happiness Rotation</h2>\n<p>After the meet up, I spent two months finishing contracts and started my Happiness Rotation. A happiness rotation is three weeks of working on the WordPress.com support team to get in touch with the problems end users are facing. Every Automattician has to go through a happiness rotation as part of their trial.</p>\n<p>Working the happiness rotation was hard. When I say this, I don’t mean it was an insurmountable task. I had a full-time Happiness Engineer available 24/7 to ask any question I wanted, a week of walkthroughs, supervised working, mountains of documentation, pre-written examples, and slack channels with friendly supportive people. I knew what to do, how to do it, and <a href=\"https://wordpress.stackexchange.com/users/736/tom-j-nowell\" target=\"_blank\">I’ve done it before</a>.</p>\n<h2>VIP Training</h2>\n<p>Despite this, I struggled, and VIP training began. Work at VIP fits into several sub roles that developers cycle through and training consists of a week in each role mentored by an experienced VIP Wrangler. Afterwards, we continue the cycle as full VIP Wranglers. Throughout the entire process, I had a general mentor for any and all things Automattic, be it mystery acronyms, or how to book a holiday.</p>\n<p>At this point, I realized my job had grown in scope and felt insurmountable. I didn’t know what was going on and there was still much to learn. Combined with a torrent of new notifications, p2s, and emails, I felt lost. GitHub scaled from two to three emails per day to hundreds, P2 posts filled my other inbox, people asked difficult questions, and the sheer amount of activity at Automattic was overwhelming.</p>\n<h2>Dealing With Adversity</h2>\n<p>In the last few years, I viewed Automattic as my career end goal and suddenly I was there, years ahead of schedule. Not just that, I was struggling. I couldn’t grasp what was going on and I felt paralyzed in the face of work. I grappled with the thought that I was bad at my job, didn’t belong there, and that I wouldn’t last the next six months. I had this feeling that at any time, they were going to pull me into a call and say it isn’t working out.</p>\n<p>A number of questions ran through my head. What would people think if they saw I left after the acquisition? Everyone’s treating it as a promotion and congratulating me. Maybe I’m not ready? I was handed a theme to review and struggling to read basic lines of code, mulling it over in my mind, why can’t I do this?</p>\n<p>Sometimes I had the wrong window open and was reviewing my code but was so preoccupied, I didn’t realize it. Today, it takes me four days to review 6,000 lines of code in a theme but at the time, it took me two weeks to move through 1,000 lines.</p>\n<h2>The Catch Up Calls</h2>\n<p>It’s at this point that I was introduced to the bi-weekly catch up call. The team leads would chat with each person individually every two weeks to find out how they were, what they were doing, and what they’d like to do the following week. It was a chance to flag any problems and plan ahead.</p>\n<p>I experienced nothing like this at CFTP or at any of my previous jobs and combined with the stalling work on the review, I panicked. My first catch up call was awkward and didn’t last long. My second catch up call didn’t go so well. I was at WordCamp Norway preparing to give a talk on <a href=\"http://www.wptherightway.org/en/index.html\" target=\"_blank\">WP The Right Way</a>. I sat in a quiet room and received a call on a Skype from my team lead.</p>\n<p>I felt as though I was put on the spot having to justify what I’d been doing the last two weeks, and trying to figure out how to spin weeks of panicking in front of a computer into a tale of bountiful code reviewing, pleasant Norwegian winters, and a smile.</p>\n<h2>Recovering From the Breakdown</h2>\n<p>Instead, I closed my machine and burst into tears. A few minutes later I opened my machine, apologized, and tried to explain what had happened. I was told they didn’t care how much work I was doing as long as I was learning and happy. A colleague picked up the review I was working on and noted that I was thorough with the parts I reviewed.</p>\n<p>My team lead, Steph, checked up on me every two to three days for the next two weeks to make sure I was okay and tried to find what kind of work I took to best. I spent time on deploys, then moved on to a long rotation doing code review so that I could focus on particular tasks and build my confidence.</p>\n<p>While this was happening, another colleague asked if I was okay as he thought I was down. He introduced me to an internal slack channel called <a href=\"http://bluehackers.org/\" target=\"_blank\">Bluehackers</a> where other Automatticians who struggled could share their experiences. Seeing other people talk candidly about their problems made me recognize a lot of things I hadn’t considered, the most important being that I wasn’t alone.</p>\n<h2>I’m Not Alone</h2>\n<p>I wasn’t the only one who struggled some days and failed to get anything done. I wasn’t the only one who panicked when faced with new or even familiar tasks. Everyone at VIP was friendly and supportive, not because they knew of my situation, but because they are nice people. One time, my technical lead sent me three family sized pies because we had a slack discussion on pudding.</p>\n<p>Sometimes I don’t get anything done. Sometimes I struggle to do things I normally do effortlessly. Sometimes I turn off the video in calls because I’m still in bed. It’s 3PM and I can’t bring myself to get up, changed, and eat. There are so many projects I want to do. I have the knowledge, I have the resources, the support, the time, but they don’t get done, and it’s a struggle to explain why. Sometimes it’s things I know that need doing, like buying food or paying bills.</p>\n<h2>Confirmation Things are Working Out</h2>\n<p>A few months later I was in Seville at WordCamp Europe. Initially, I wasn’t going to go but decided I would regret it if I didn’t. I threw some clothes in a suitcase and purchased a flight. Large groups of people are scary, but I’ve found WordCamps tend to have familiar friendly faces mixed in. I can’t stress how big a boost it is to be able to see and make friends from event to event, yet still meet new people.</p>\n<p>Before I left, I found myself with my former boss and now colleague. He asked how I was getting along at Automattic. He asked me this before, and I said, “It was rough at the start but I think I’m there now.” He told me that everyone else at the company thought good of me and that I was fitting in well. It might have been simple statement but it meant a lot to me.</p>\n<h2>A Bout of Impostor Syndrome</h2>\n<p>I had real moments when I went to sleep thinking I was going to lose my job, that I might not be cut out to be a developer, and that I didn’t deserve the things I had. But throughout the entire process, my team leads and my colleagues tried to support me. They placed my well-being first and they proactively asked if I was ok when they suspected something was wrong, and sought to put real solutions in place where they could.</p>\n<p>They found other people with similar problems and tried to give me the ability to express what was happening, sharing their own problems coping, and what they were doing to keep on top of them. They gave praise and listened to good ideas, asked for help when they needed it, and they understood. Right now, I’m ok, but things have a habit of creeping up unnoticed, triggered by unexpected things.</p>\n<p>I get anxious about food at WordCamps if I don’t know what’s being served, I’m uncomfortable in social situations, and at times I have problems gathering the energy to do day-to-day things, but I’m lucky. I have a good job, a nice family, a comfortable apartment, and interesting work. My problems are mild and I know others have it worse. Most people are going to pretend everything’s ok but everyone needs a little help.</p>\n<h2>Suggestions for Employers and Struggling Employees</h2>\n<p>Automattic has things in place to make sure Automatticians lead healthy mental lives. We have an unlimited holiday allowance, a small expense budget to make traveling easier (e.g. a pot of tea at an airport or a massage), team meet ups, sabbaticals, and many others. Matt Mullenweg doesn’t want Automatticians to struggle, we work hard and it takes its toll. Often, we forget that we have to take care of our emotional and mental needs and give ourselves time.</p>\n<p>Consider creating your own internal Bluehackers group and give people avenues to express themselves when they need to. Make sure they’re happy, and that you care about their well-being more than their quality of work and output as reassurance goes a long way. Some companies have gone as far as setting minimum holiday allowances to force employees to spend time on themselves.</p>\n<p>If you’re dealing with problems like these, talk about it. Talk to a GP/Doctor, a friend, family, whatever works for you. Talking is hard, but it’s necessary. If someone opens up to you, listen. Don’t try to offer solutions, don’t compare and contrast, don’t try to offer sympathy, don’t expect it to be sorted out in a month’s time. Simply listen as that person chose to tell you, so give them space and respect.</p>\n<p>If you suspect someone is down, ask them if they’re ok and if you notice they bounce back, tell them, and tell them you’re glad! Highlight interesting things that happen, help them when they make a mistake, ask them when you make one yourself. But remember, sometimes all someone needs is a hug and a cup of tea to know that things are ok. Give them space, don’t ask for explanations, and let them know you’re there if you need them.</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, 05 Oct 2015 17:11:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"Post Status: How WordPress core development happens — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=14528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/how-wordpress-core-development-happens-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2409:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his guest co-host, <a href=\"https://twitter.com/williamsba\">Brad Williams</a> discuss some of today’s hottest, current WordPress news.</p>\n<p>This week Brian and Brad talk about how to get involved in WordPress core, what to expect when you do, how to navigate the waters of core development. They also discuss term meta, its use cases, how it works, and why it’s a great feature for WordPress 4.4.</p>\n<p>Brad is guest hosting this week, as Joe is out. He’s the co-founder of <a href=\"https://webdevstudios.com\">WebDevStudios</a>, a co-organizer for <a href=\"https://2015.us.wordcamp.org/about/organizers/\">WordCamp US</a>, and wrote <a href=\"http://bit.ly/prowp3\">Professional WordPress Design & Development </a> (my go-to book on WordPress development). You can follow Brad on Twitter <a href=\"https://twitter.com/williamsba\">@williamsba</a>.</p>\n<a href=\"https://audio.simplecast.fm/18028.mp3\">https://audio.simplecast.fm/18028.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/18028.mp3\">Direct Download</a></p>\n<h3>Topics</h3>\n<p>WordPress core development process:</p>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/components/\">WordPress core components</a></li>\n<li><a href=\"https://make.wordpress.org/core/features-as-plugins/\">Features as plugins</a></li>\n<li><a href=\"https://core.trac.wordpress.org/\">WordPress Trac </a></li>\n<li><a href=\"https://codex.wordpress.org/Core_Team\">The WordPress core team</a></li>\n<li><a href=\"https://make.wordpress.org/chat/\">How to get on WordPress Slack discussions</a></li>\n</ul>\n<p>Term meta:</p>\n<ul>\n<li><a href=\"https://poststatus.com/?s=term+meta\">Term Meta posts/notes on Post Status</a> (some members only content)</li>\n<li><a href=\"https://poststatus.com/notes/the-case-for-term-meta-and-a-roadmap-for-making-it-happen/\">The case for term meta</a> (members only)</li>\n<li><a href=\"https://core.trac.wordpress.org/changeset/34529\">Term meta lands in core</a></li>\n<li><a href=\"https://make.wordpress.org/core/tag/taxonomy/\">Term Meta posts on Make Core</a></li>\n<li><a href=\"http://github.com/sc0ttkclark/wordpress-fields-api\">WordPress Fields API project</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Oct 2015 00:55: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 07 Nov 2015 09:38:23 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"182071\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 07 Nov 2015 09:15:17 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911040210\";}','no'),(187,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1446932304','no'),(188,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1446889104','no'),(189,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1446932306','no'),(190,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Nov 2015 09:31: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Your WordPress, Simplified.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 07 Nov 2015 09:38:25 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Wed, 27 Jun 2007 15:00:26 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911040210\";}','no'),(191,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1446932306','no'),(192,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1446889106','no'),(195,'_site_transient_timeout_available_translations','1446900616','yes'),(196,'_site_transient_available_translations','a:68:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";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.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";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.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";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.3.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:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";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.3.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:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";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.3.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:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";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.3.1/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.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";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.3.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:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";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.3.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:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 23:06:55\";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.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-14 15:24:20\";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.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:30:00\";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.3.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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";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.3.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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";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.3.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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";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.3.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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";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.3.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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";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.3.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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";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.3.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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";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.3.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_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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.5\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.5/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-11-05 14:57:14\";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.3.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:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.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:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.8/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.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";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.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 13:09:16\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-23 07:34:16\";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.3.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:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";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.3.1/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.3.1\";s:7:\"updated\";s:19:\"2015-09-08 17:47:38\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";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.3.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:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";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.3.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:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/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.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";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.3.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:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/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.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";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.3.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:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/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:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-05 03:15:53\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-11-05 08:53:25\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";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.3.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:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";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.3.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:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 16:06:20\";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.3.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.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";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.3.1/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.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";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.3.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.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/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.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";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.3.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:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 06:20:02\";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.3.1/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.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";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.3.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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";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.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(197,'WPLANG','','yes'),(203,'rewrite_rules','a:158:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"codeless_portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"codeless_portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"codeless_portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"codeless_portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"codeless_portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"codeless_portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:47:\"codeless_portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:54:\"codeless_portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"codeless_portfolio/([^/]+)(/[0-9]+)?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:35:\"codeless_portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"codeless_portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"codeless_portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"codeless_portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"codeless_portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"portfolio_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:53:\"portfolio_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:46:\"portfolio_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?portfolio_entries=$matches[1]&paged=$matches[2]\";s:28:\"portfolio_entries/([^/]+)/?$\";s:39:\"index.php?portfolio_entries=$matches[1]\";s:41:\"staff_trusted/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"staff_trusted/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"staff_trusted/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"staff_trusted/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"staff_trusted/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"staff_trusted/([^/]+)/trackback/?$\";s:32:\"index.php?staff=$matches[1]&tb=1\";s:42:\"staff_trusted/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?staff=$matches[1]&paged=$matches[2]\";s:49:\"staff_trusted/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?staff=$matches[1]&cpage=$matches[2]\";s:34:\"staff_trusted/([^/]+)(/[0-9]+)?/?$\";s:44:\"index.php?staff=$matches[1]&page=$matches[2]\";s:30:\"staff_trusted/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"staff_trusted/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"staff_trusted/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"staff_trusted/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"staff_trusted/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"staff_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?staff_entries=$matches[1]&feed=$matches[2]\";s:49:\"staff_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?staff_entries=$matches[1]&feed=$matches[2]\";s:42:\"staff_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?staff_entries=$matches[1]&paged=$matches[2]\";s:24:\"staff_entries/([^/]+)/?$\";s:35:\"index.php?staff_entries=$matches[1]\";s:47:\"testimonial_trusted/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"testimonial_trusted/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"testimonial_trusted/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"testimonial_trusted/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"testimonial_trusted/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"testimonial_trusted/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:48:\"testimonial_trusted/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:55:\"testimonial_trusted/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:40:\"testimonial_trusted/([^/]+)(/[0-9]+)?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:36:\"testimonial_trusted/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"testimonial_trusted/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"testimonial_trusted/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"testimonial_trusted/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"testimonial_trusted/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:60:\"testimonial_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?testimonial_entries=$matches[1]&feed=$matches[2]\";s:55:\"testimonial_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?testimonial_entries=$matches[1]&feed=$matches[2]\";s:48:\"testimonial_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?testimonial_entries=$matches[1]&paged=$matches[2]\";s:30:\"testimonial_entries/([^/]+)/?$\";s:41:\"index.php?testimonial_entries=$matches[1]\";s:34:\"slides/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"slides/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"slides/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slides/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slides/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"slides/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:35:\"slides/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:42:\"slides/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:27:\"slides/([^/]+)(/[0-9]+)?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:23:\"slides/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"slides/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"slides/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slides/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slides/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"slider/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?slider=$matches[1]&feed=$matches[2]\";s:42:\"slider/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?slider=$matches[1]&feed=$matches[2]\";s:35:\"slider/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?slider=$matches[1]&paged=$matches[2]\";s:17:\"slider/([^/]+)/?$\";s:28:\"index.php?slider=$matches[1]\";s:31:\"faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:24:\"faq/([^/]+)/trackback/?$\";s:30:\"index.php?faq=$matches[1]&tb=1\";s:32:\"faq/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&paged=$matches[2]\";s:39:\"faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&cpage=$matches[2]\";s:24:\"faq/([^/]+)(/[0-9]+)?/?$\";s:42:\"index.php?faq=$matches[1]&page=$matches[2]\";s:20:\"faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\"faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"faq_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?faq_entries=$matches[1]&feed=$matches[2]\";s:47:\"faq_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?faq_entries=$matches[1]&feed=$matches[2]\";s:40:\"faq_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?faq_entries=$matches[1]&paged=$matches[2]\";s:22:\"faq_entries/([^/]+)/?$\";s:33:\"index.php?faq_entries=$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:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=17&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(207,'slider_children','a:0:{}','yes'),(208,'_transient_wr2x_ignores','a:0:{}','yes'),(216,'_site_transient_timeout_browser_da5e40b3fdc6973489e1c723652734f9','1447568031','yes'),(217,'_site_transient_browser_da5e40b3fdc6973489e1c723652734f9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";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'),(247,'revslider-update-check-short','1458107316','yes'),(248,'revslider_checktables','1','yes'),(249,'revslider-static-css','.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}','yes'),(250,'revslider_table_version','1.0.5','yes'),(251,'revslider-global-settings','a:13:{s:4:\"role\";s:5:\"admin\";s:17:\"includes_globally\";s:2:\"on\";s:18:\"pages_for_includes\";s:0:\"\";s:12:\"js_to_footer\";s:3:\"off\";s:8:\"js_defer\";s:3:\"off\";s:15:\"show_dev_export\";s:3:\"off\";s:19:\"change_font_loading\";s:0:\"\";s:5:\"width\";s:4:\"1240\";s:14:\"width_notebook\";s:4:\"1024\";s:12:\"width_tablet\";s:3:\"778\";s:12:\"width_mobile\";s:3:\"480\";s:18:\"enable_newschannel\";s:2:\"on\";s:11:\"enable_logs\";s:3:\"off\";}','yes'),(252,'revslider_update_version','5','yes'),(253,'revslider-valid-notice','false','yes'),(264,'_site_transient_timeout_browser_29ee81fd5a0d640f7a6b45b2e3288f2e','1447745784','yes'),(265,'_site_transient_browser_29ee81fd5a0d640f7a6b45b2e3288f2e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"48.0.2552.0\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(279,'revslider-latest-version','5.2.2','yes'),(280,'revslider-stable-version','4.2','yes'),(281,'revslider-notices','a:1:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:251:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=51b#productactivation\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(282,'revslider-update-check','','yes'),(283,'revslider-notices-dc','a:1:{i:0;s:9:\"TPRS51-01\";}','yes'),(316,'_site_transient_timeout_browser_1e33af4ae195827ea55d4bb3856ca005','1447908374','yes'),(317,'_site_transient_browser_1e33af4ae195827ea55d4bb3856ca005','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"48.0.2560.0\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(326,'vc_version','4.7.4','yes'),(327,'ls-plugin-version','5.2.0','yes'),(328,'ls-db-version','5.0.0','yes'),(329,'ls-installed','1','yes'),(330,'ls-google-fonts','a:4:{i:0;a:2:{s:5:\"param\";s:28:\"Lato:100,300,regular,700,900\";s:5:\"admin\";b:0;}i:1;a:2:{s:5:\"param\";s:13:\"Open+Sans:300\";s:5:\"admin\";b:0;}i:2;a:2:{s:5:\"param\";s:20:\"Indie+Flower:regular\";s:5:\"admin\";b:0;}i:3;a:2:{s:5:\"param\";s:22:\"Oswald:300,regular,700\";s:5:\"admin\";b:0;}}','yes'),(331,'ls-date-installed','1447304333','yes'),(336,'ftp_credentials','a:3:{s:8:\"hostname\";s:14:\"128.199.116.62\";s:8:\"username\";s:4:\"root\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(347,'_site_transient_timeout_browser_4910e34ab899e1f04ce17d9586e216ff','1447983316','yes'),(348,'_site_transient_browser_4910e34ab899e1f04ce17d9586e216ff','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";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'),(395,'_site_transient_timeout_browser_4c0ff605d2134f82594c824b0e8ea493','1448100165','yes'),(396,'_site_transient_browser_4c0ff605d2134f82594c824b0e8ea493','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"34.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(470,'_site_transient_timeout_browser_d1859042b441d185b3bbb4b0d224c1e7','1448531854','yes'),(471,'_site_transient_browser_d1859042b441d185b3bbb4b0d224c1e7','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"48.0.2564.8\";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'),(480,'wpcf7','a:1:{s:7:\"version\";s:5:\"3.5.4\";}','yes'),(622,'_site_transient_timeout_browser_28987bae54404636c6fe4d0ff79fe7ed','1449488728','yes'),(623,'_site_transient_browser_28987bae54404636c6fe4d0ff79fe7ed','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"48.0.2564.10\";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'),(630,'_site_transient_timeout_browser_fefb6271983b19c8ced67186893f6502','1449502384','yes'),(631,'_site_transient_browser_fefb6271983b19c8ced67186893f6502','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"42.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(698,'_site_transient_timeout_browser_217419b68c3d7320d6a4a6a66b29d9bb','1450212891','yes'),(699,'_site_transient_browser_217419b68c3d7320d6a4a6a66b29d9bb','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";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'),(833,'_site_transient_timeout_browser_a41d5866f60ceaef11941c410c127544','1450740523','yes'),(834,'_site_transient_browser_a41d5866f60ceaef11941c410c127544','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.80\";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'),(841,'widget_layerslider_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(842,'widget_rev-slider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(879,'_site_transient_timeout_browser_2ac03fa762bab432a121e0fb62bb8651','1450862879','yes'),(880,'_site_transient_browser_2ac03fa762bab432a121e0fb62bb8651','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"49.0.2587.3\";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'),(926,'_site_transient_timeout_browser_72ccb266eb9276f497ef7e8eaecdaec0','1451291501','yes'),(927,'_site_transient_browser_72ccb266eb9276f497ef7e8eaecdaec0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";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'),(1010,'_site_transient_timeout_browser_0e4eae7bf45cbfc98e9593be28117030','1451475457','yes'),(1011,'_site_transient_browser_0e4eae7bf45cbfc98e9593be28117030','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"49.0.2593.0\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1126,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"srikanthever4u@gmail.com\";s:7:\"version\";s:5:\"4.3.3\";s:9:\"timestamp\";i:1455035505;}','yes'),(1157,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1452613631','yes'),(1158,'_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:\"5654\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3549\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3498\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3009\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2731\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2219\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2166\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2000\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1953\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1941\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1935\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1885\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1787\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1584\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1514\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1498\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1431\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1300\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1260\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1245\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1138\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1065\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1035\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"986\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"945\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"900\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"882\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"882\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"870\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"865\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"849\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"807\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"766\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"743\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"736\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"734\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"728\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"722\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"717\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"707\";}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:\"699\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"681\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"674\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"654\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"652\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"644\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"641\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"634\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"626\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"607\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"598\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"591\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"588\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"583\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"576\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"575\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"572\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"571\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"560\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"545\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"538\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"527\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"521\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"519\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"508\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"504\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"501\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"499\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"499\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"474\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"474\";}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:\"467\";}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:\"458\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"457\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"456\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"432\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"430\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"422\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"421\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"415\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"415\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"412\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"404\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"403\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"400\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"396\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"395\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"390\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"388\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"386\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"381\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"380\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"379\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"378\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"376\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"374\";}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";s:3:\"371\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"371\";}}','yes'),(1203,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1458232879;s:15:\"version_checked\";s:5:\"4.3.3\";s:12:\"translations\";a:0:{}}','yes'),(1298,'_site_transient_timeout_browser_5c5bb45d8a91c1bc0166c8620ec56afc','1457183613','yes'),(1299,'_site_transient_browser_5c5bb45d8a91c1bc0166c8620ec56afc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"50.0.2645.4\";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'),(1422,'_site_transient_timeout_browser_f0b6984bd518bcc193bcf22efcb06d8e','1458221231','yes'),(1423,'_site_transient_browser_f0b6984bd518bcc193bcf22efcb06d8e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"41.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1424,'_transient_timeout_select2-css_style_cdn_is_up','1457708343','no'),(1425,'_transient_select2-css_style_cdn_is_up','1','no'),(1426,'_transient_timeout_select2-js_script_cdn_is_up','1457708343','no'),(1427,'_transient_select2-js_script_cdn_is_up','1','no'),(1428,'_transient_timeout_ace-editor-js_script_cdn_is_up','1457708343','no'),(1429,'_transient_ace-editor-js_script_cdn_is_up','1','no'),(1470,'_site_transient_timeout_45e5ca1a22403099_new_version','1458169867','yes'),(1471,'_site_transient_45e5ca1a22403099_new_version','1.7.3','yes'),(1472,'_site_transient_timeout_45e5ca1a22403099_github_data','1458169868','yes'),(1473,'_site_transient_45e5ca1a22403099_github_data','O:8:\"stdClass\":71:{s:2:\"id\";i:2558893;s:4:\"name\";s:24:\"envato-wordpress-toolkit\";s:9:\"full_name\";s:31:\"envato/envato-wordpress-toolkit\";s:5:\"owner\";O:8:\"stdClass\":17:{s:5:\"login\";s:6:\"envato\";s:2:\"id\";i:14786;s:10:\"avatar_url\";s:49:\"https://avatars.githubusercontent.com/u/14786?v=3\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:35:\"https://api.github.com/users/envato\";s:8:\"html_url\";s:25:\"https://github.com/envato\";s:13:\"followers_url\";s:45:\"https://api.github.com/users/envato/followers\";s:13:\"following_url\";s:58:\"https://api.github.com/users/envato/following{/other_user}\";s:9:\"gists_url\";s:51:\"https://api.github.com/users/envato/gists{/gist_id}\";s:11:\"starred_url\";s:58:\"https://api.github.com/users/envato/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:49:\"https://api.github.com/users/envato/subscriptions\";s:17:\"organizations_url\";s:40:\"https://api.github.com/users/envato/orgs\";s:9:\"repos_url\";s:41:\"https://api.github.com/users/envato/repos\";s:10:\"events_url\";s:52:\"https://api.github.com/users/envato/events{/privacy}\";s:19:\"received_events_url\";s:51:\"https://api.github.com/users/envato/received_events\";s:4:\"type\";s:12:\"Organization\";s:10:\"site_admin\";b:0;}s:7:\"private\";b:0;s:8:\"html_url\";s:50:\"https://github.com/envato/envato-wordpress-toolkit\";s:11:\"description\";s:53:\"WordPress Toolkit for Envato Marketplace hosted items\";s:4:\"fork\";b:0;s:3:\"url\";s:60:\"https://api.github.com/repos/envato/envato-wordpress-toolkit\";s:9:\"forks_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/forks\";s:8:\"keys_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/keys{/key_id}\";s:17:\"collaborators_url\";s:89:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/collaborators{/collaborator}\";s:9:\"teams_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/teams\";s:9:\"hooks_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/hooks\";s:16:\"issue_events_url\";s:83:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/events{/number}\";s:10:\"events_url\";s:67:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/events\";s:13:\"assignees_url\";s:77:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/assignees{/user}\";s:12:\"branches_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/branches{/branch}\";s:8:\"tags_url\";s:65:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/tags\";s:9:\"blobs_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/blobs{/sha}\";s:12:\"git_tags_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/tags{/sha}\";s:12:\"git_refs_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/refs{/sha}\";s:9:\"trees_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/trees{/sha}\";s:12:\"statuses_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/statuses/{sha}\";s:13:\"languages_url\";s:70:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/languages\";s:14:\"stargazers_url\";s:71:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/stargazers\";s:16:\"contributors_url\";s:73:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/contributors\";s:15:\"subscribers_url\";s:72:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscribers\";s:16:\"subscription_url\";s:73:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscription\";s:11:\"commits_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/commits{/sha}\";s:15:\"git_commits_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/commits{/sha}\";s:12:\"comments_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/comments{/number}\";s:17:\"issue_comment_url\";s:85:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/comments{/number}\";s:12:\"contents_url\";s:77:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/contents/{+path}\";s:11:\"compare_url\";s:84:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/compare/{base}...{head}\";s:10:\"merges_url\";s:67:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/merges\";s:11:\"archive_url\";s:83:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/{archive_format}{/ref}\";s:13:\"downloads_url\";s:70:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/downloads\";s:10:\"issues_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues{/number}\";s:9:\"pulls_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/pulls{/number}\";s:14:\"milestones_url\";s:80:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/milestones{/number}\";s:17:\"notifications_url\";s:100:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/notifications{?since,all,participating}\";s:10:\"labels_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/labels{/name}\";s:12:\"releases_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/releases{/id}\";s:15:\"deployments_url\";s:72:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/deployments\";s:10:\"created_at\";s:20:\"2011-10-11T22:58:26Z\";s:10:\"updated_at\";s:20:\"2016-03-10T11:23:33Z\";s:9:\"pushed_at\";s:20:\"2015-11-16T04:47:53Z\";s:7:\"git_url\";s:52:\"git://github.com/envato/envato-wordpress-toolkit.git\";s:7:\"ssh_url\";s:50:\"git@github.com:envato/envato-wordpress-toolkit.git\";s:9:\"clone_url\";s:54:\"https://github.com/envato/envato-wordpress-toolkit.git\";s:7:\"svn_url\";s:50:\"https://github.com/envato/envato-wordpress-toolkit\";s:8:\"homepage\";s:0:\"\";s:4:\"size\";i:517;s:16:\"stargazers_count\";i:329;s:14:\"watchers_count\";i:329;s:8:\"language\";s:3:\"PHP\";s:10:\"has_issues\";b:1;s:13:\"has_downloads\";b:1;s:8:\"has_wiki\";b:1;s:9:\"has_pages\";b:0;s:11:\"forks_count\";i:132;s:10:\"mirror_url\";N;s:17:\"open_issues_count\";i:68;s:5:\"forks\";i:132;s:11:\"open_issues\";i:68;s:8:\"watchers\";i:329;s:14:\"default_branch\";s:6:\"master\";s:12:\"organization\";O:8:\"stdClass\":17:{s:5:\"login\";s:6:\"envato\";s:2:\"id\";i:14786;s:10:\"avatar_url\";s:49:\"https://avatars.githubusercontent.com/u/14786?v=3\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:35:\"https://api.github.com/users/envato\";s:8:\"html_url\";s:25:\"https://github.com/envato\";s:13:\"followers_url\";s:45:\"https://api.github.com/users/envato/followers\";s:13:\"following_url\";s:58:\"https://api.github.com/users/envato/following{/other_user}\";s:9:\"gists_url\";s:51:\"https://api.github.com/users/envato/gists{/gist_id}\";s:11:\"starred_url\";s:58:\"https://api.github.com/users/envato/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:49:\"https://api.github.com/users/envato/subscriptions\";s:17:\"organizations_url\";s:40:\"https://api.github.com/users/envato/orgs\";s:9:\"repos_url\";s:41:\"https://api.github.com/users/envato/repos\";s:10:\"events_url\";s:52:\"https://api.github.com/users/envato/events{/privacy}\";s:19:\"received_events_url\";s:51:\"https://api.github.com/users/envato/received_events\";s:4:\"type\";s:12:\"Organization\";s:10:\"site_admin\";b:0;}s:13:\"network_count\";i:132;s:17:\"subscribers_count\";i:102;}','yes'),(1482,'_site_transient_timeout_theme_roots','1458234680','yes'),(1483,'_site_transient_theme_roots','a:5:{s:14:\"specular-child\";s:7:\"/themes\";s:8:\"specular\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(1484,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1458232884;s:7:\"checked\";a:5:{s:14:\"specular-child\";s:5:\"1.0.0\";s:8:\"specular\";s:5:\"1.4.4\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.4.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.6.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.7.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(1485,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1458232882;s:8:\"response\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.8.zip\";}s:53:\"amr-shortcode-any-widget/amr-shortcode-any-widget.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"10689\";s:4:\"slug\";s:24:\"amr-shortcode-any-widget\";s:6:\"plugin\";s:53:\"amr-shortcode-any-widget/amr-shortcode-any-widget.php\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/amr-shortcode-any-widget/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/amr-shortcode-any-widget.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"4.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.zip\";}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"41550\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:5:\"3.1.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.3.1.4.zip\";}s:29:\"wp-retina-2x/wp-retina-2x.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"32567\";s:4:\"slug\";s:12:\"wp-retina-2x\";s:6:\"plugin\";s:29:\"wp-retina-2x/wp-retina-2x.php\";s:11:\"new_version\";s:5:\"4.4.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-retina-2x/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-retina-2x.4.4.4.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:39:\"column-shortcodes/column-shortcodes.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"33298\";s:4:\"slug\";s:17:\"column-shortcodes\";s:6:\"plugin\";s:39:\"column-shortcodes/column-shortcodes.php\";s:11:\"new_version\";s:5:\"0.6.6\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/column-shortcodes/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/column-shortcodes.0.6.6.zip\";}s:31:\"easy-fancybox/easy-fancybox.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"16614\";s:4:\"slug\";s:13:\"easy-fancybox\";s:6:\"plugin\";s:31:\"easy-fancybox/easy-fancybox.php\";s:11:\"new_version\";s:5:\"1.5.7\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/easy-fancybox/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/easy-fancybox.1.5.7.zip\";s:14:\"upgrade_notice\";s:15:\"Bugfix release.\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:25:\"insert-php/insert_php.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"36076\";s:4:\"slug\";s:10:\"insert-php\";s:6:\"plugin\";s:25:\"insert-php/insert_php.php\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/insert-php/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/insert-php.zip\";s:14:\"upgrade_notice\";s:73:\"Fixed issue with str_replace() when haystack contained a slash character.\";}s:27:\"user-avatar/user-avatar.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"16371\";s:4:\"slug\";s:11:\"user-avatar\";s:6:\"plugin\";s:27:\"user-avatar/user-avatar.php\";s:11:\"new_version\";s:6:\"1.4.11\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/user-avatar/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/user-avatar.zip\";}}}','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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1543 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (2,25,'_wp_attached_file','2014/12/slide1-compressed.jpg'),(3,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:29:\"2014/12/slide1-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-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:29:\"slide1-compressed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"slide1-compressed-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:29:\"slide1-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4,26,'_wp_attached_file','2014/12/slide1-compressed1.jpg'),(5,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2014/12/slide1-compressed1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-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:\"slide1-compressed1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"slide1-compressed1-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(6,27,'_wp_attached_file','2014/12/man.png'),(7,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:489;s:6:\"height\";i:551;s:4:\"file\";s:15:\"2014/12/man.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"man-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"man-266x300.png\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:15:\"man-489x470.png\";s:5:\"width\";i:489;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"port2\";a:4:{s:4:\"file\";s:15:\"man-460x275.png\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:15:\"man-489x470.png\";s:5:\"width\";i:489;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"blog\";a:4:{s:4:\"file\";s:15:\"man-489x340.png\";s:5:\"width\";i:489;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:15:\"man-440x195.png\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:15:\"man-355x235.png\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:15:\"man-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"staff\";a:4:{s:4:\"file\";s:15:\"man-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:15:\"man-489x340.png\";s:5:\"width\";i:489;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(8,37,'_wp_attached_file','2014/12/shutterstock_182239871-compressed.jpg'),(9,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:734;s:4:\"file\";s:45:\"2014/12/shutterstock_182239871-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-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:45:\"shutterstock_182239871-compressed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"shutterstock_182239871-compressed-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:45:\"shutterstock_182239871-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(10,39,'_wp_attached_file','2014/12/shutterstock_182370158-compressed.jpg'),(11,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:45:\"2014/12/shutterstock_182370158-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-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:45:\"shutterstock_182370158-compressed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"shutterstock_182370158-compressed-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:45:\"shutterstock_182370158-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12,45,'_wp_attached_file','2014/12/shutterstock_191434382-compressed.jpg'),(13,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:45:\"2014/12/shutterstock_191434382-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-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:45:\"shutterstock_191434382-compressed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"shutterstock_191434382-compressed-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:45:\"shutterstock_191434382-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14,46,'_wp_attached_file','2014/12/shutterstock_194784782-compressed.jpg'),(15,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:729;s:4:\"file\";s:45:\"2014/12/shutterstock_194784782-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-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:45:\"shutterstock_194784782-compressed-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"shutterstock_194784782-compressed-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:45:\"shutterstock_194784782-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(16,47,'_wp_attached_file','2014/12/shutterstock_155292242-compressed.jpg'),(17,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:45:\"2014/12/shutterstock_155292242-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-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:45:\"shutterstock_155292242-compressed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"shutterstock_155292242-compressed-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:45:\"shutterstock_155292242-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(18,48,'_wp_attached_file','2014/12/shutterstock_158383982-compressed.jpg'),(19,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:45:\"2014/12/shutterstock_158383982-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-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:45:\"shutterstock_158383982-compressed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"shutterstock_158383982-compressed-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:45:\"shutterstock_158383982-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(20,49,'_wp_attached_file','2014/12/shutterstock_183313544-compressed.jpg'),(21,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:45:\"2014/12/shutterstock_183313544-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-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:45:\"shutterstock_183313544-compressed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"shutterstock_183313544-compressed-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:45:\"shutterstock_183313544-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(22,50,'_wp_attached_file','2014/12/shutterstock_138793268-1-compressed.jpg'),(23,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:47:\"2014/12/shutterstock_138793268-1-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-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:47:\"shutterstock_138793268-1-compressed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"shutterstock_138793268-1-compressed-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:47:\"shutterstock_138793268-1-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24,61,'_wp_attached_file','2014/12/logo3.png'),(25,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2014/12/logo3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:17:\"logo3-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26,62,'_wp_attached_file','2014/12/logo4.png'),(27,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2014/12/logo4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:17:\"logo4-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(28,63,'_wp_attached_file','2014/12/logo6.png'),(29,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2014/12/logo6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo6-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:17:\"logo6-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30,64,'_wp_attached_file','2014/12/logo51.png'),(31,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2014/12/logo51.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo51-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo51-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:18:\"logo51-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(32,71,'_wp_attached_file','2014/12/a.jpg'),(33,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:200;s:4:\"file\";s:13:\"2014/12/a.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"a-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:13:\"a-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"a-460x200.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"a-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"a-355x200.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"a-350x200.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"a-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"a-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(34,749,'_wp_attached_file','2014/08/1.jpg'),(35,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:13:\"2014/08/1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"1-360x275.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:13:\"1-360x340.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"1-360x195.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"1-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"1-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"1-360x340.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(36,750,'_wp_attached_file','2014/08/2.jpg'),(37,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:13:\"2014/08/2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"2-360x275.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:13:\"2-360x340.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"2-360x195.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"2-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"2-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"2-360x340.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(38,788,'_wp_attached_file','2014/12/logo.png'),(39,788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:164;s:6:\"height\";i:50;s:4:\"file\";s:16:\"2014/12/logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(40,789,'_menu_item_type','custom'),(41,789,'_menu_item_menu_item_parent','0'),(42,789,'_menu_item_object_id','789'),(43,789,'_menu_item_object','custom'),(44,789,'_menu_item_target',''),(45,789,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(46,789,'_menu_item_xfn',''),(47,789,'_menu_item_url','#'),(48,789,'_menu-item-custom_codeless-megamenu',''),(49,789,'_menu-item-custom_codeless-widgetized',''),(50,789,'_menu-item-custom_codeless-megamenu_bg',''),(51,790,'_menu_item_type','custom'),(52,790,'_menu_item_menu_item_parent','0'),(53,790,'_menu_item_object_id','790'),(54,790,'_menu_item_object','custom'),(55,790,'_menu_item_target',''),(56,790,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(57,790,'_menu_item_xfn',''),(58,790,'_menu_item_url','#'),(59,790,'_menu-item-custom_codeless-megamenu',''),(60,790,'_menu-item-custom_codeless-widgetized',''),(61,790,'_menu-item-custom_codeless-megamenu_bg',''),(62,791,'_menu_item_type','custom'),(63,791,'_menu_item_menu_item_parent','0'),(64,791,'_menu_item_object_id','791'),(65,791,'_menu_item_object','custom'),(66,791,'_menu_item_target',''),(67,791,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(68,791,'_menu_item_xfn',''),(69,791,'_menu_item_url','http://themeforest.net/item/specular-responsive-multipurpose-business-theme/9412083?ref=code-less'),(70,791,'_menu-item-custom_codeless-megamenu',''),(71,791,'_menu-item-custom_codeless-widgetized',''),(72,791,'_menu-item-custom_codeless-megamenu_bg',''),(73,792,'_menu_item_type','custom'),(74,792,'_menu_item_menu_item_parent','0'),(75,792,'_menu_item_object_id','792'),(76,792,'_menu_item_object','custom'),(77,792,'_menu_item_target',''),(78,792,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(79,792,'_menu_item_xfn',''),(80,792,'_menu_item_url','#'),(81,792,'_menu-item-custom_codeless-megamenu',''),(82,792,'_menu-item-custom_codeless-widgetized',''),(83,792,'_menu-item-custom_codeless-megamenu_bg',''),(84,793,'_menu_item_type','custom'),(85,793,'_menu_item_menu_item_parent','0'),(86,793,'_menu_item_object_id','793'),(87,793,'_menu_item_object','custom'),(88,793,'_menu_item_target',''),(89,793,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,793,'_menu_item_xfn',''),(91,793,'_menu_item_url','#'),(92,793,'_menu-item-custom_codeless-megamenu',''),(93,793,'_menu-item-custom_codeless-widgetized',''),(94,793,'_menu-item-custom_codeless-megamenu_bg',''),(95,794,'_menu_item_type','custom'),(96,794,'_menu_item_menu_item_parent','0'),(97,794,'_menu_item_object_id','794'),(98,794,'_menu_item_object','custom'),(99,794,'_menu_item_target',''),(100,794,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,794,'_menu_item_xfn',''),(102,794,'_menu_item_url','#'),(103,794,'_menu-item-custom_codeless-megamenu',''),(104,794,'_menu-item-custom_codeless-widgetized',''),(105,794,'_menu-item-custom_codeless-megamenu_bg',''),(106,795,'_menu_item_type','custom'),(107,795,'_menu_item_menu_item_parent','0'),(108,795,'_menu_item_object_id','795'),(109,795,'_menu_item_object','custom'),(110,795,'_menu_item_target',''),(111,795,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(112,795,'_menu_item_xfn',''),(113,795,'_menu_item_url','#'),(114,795,'_menu-item-custom_codeless-megamenu',''),(115,795,'_menu-item-custom_codeless-widgetized',''),(116,795,'_menu-item-custom_codeless-megamenu_bg',''),(184,802,'_thumbnail_id','37'),(185,802,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(186,802,'revslider',''),(187,802,'slide_template','default'),(188,802,'_user_liked','a:1:{s:6:\"user-1\";i:1;}'),(189,802,'_post_like_count','1'),(191,17,'_wp_page_template','default'),(193,17,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(194,17,'_wpb_vc_js_status','true'),(195,17,'_wpb_vc_js_interface_version','0'),(198,17,'slider_layout','fullwidth'),(199,17,'slide_template','default'),(200,17,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(202,41,'_thumbnail_id','39'),(203,41,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(204,41,'revslider',''),(205,41,'slide_template','default'),(206,41,'_user_liked','a:1:{s:6:\"user-1\";i:1;}'),(207,41,'_post_like_count','1'),(208,44,'_thumbnail_id','49'),(209,44,'single_portfolio_gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(210,44,'single_portfolio_custom_fields','a:3:{i:0;s:11:\"24 December\";i:1;s:11:\"Themeforest\";i:2;s:3:\"PHP\";}'),(211,44,'slide_template','default'),(220,53,'_thumbnail_id','50'),(221,53,'single_portfolio_gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(222,53,'single_portfolio_custom_fields','a:3:{i:0;s:11:\"24 December\";i:1;s:11:\"Themeforest\";i:2;s:3:\"PHP\";}'),(223,53,'slide_template','default'),(224,54,'_thumbnail_id','45'),(225,54,'single_portfolio_gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(226,54,'single_portfolio_custom_fields','a:3:{i:0;s:11:\"24 December\";i:1;s:9:\"Microsoft\";i:2;s:3:\"PHP\";}'),(227,54,'slide_template','default'),(228,55,'_thumbnail_id','46'),(229,55,'single_portfolio_gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(230,55,'single_portfolio_custom_fields','a:3:{i:0;s:11:\"24 December\";i:1;s:9:\"Microsoft\";i:2;s:3:\"PHP\";}'),(231,55,'slide_template','default'),(232,75,'_wp_page_template','default'),(233,75,'_wpb_vc_js_status','true'),(234,75,'_wpb_vc_js_interface_version','2'),(235,75,'page_header_overwrite','1'),(236,75,'subtitle_bool','1'),(238,75,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(239,75,'revslider',''),(240,75,'slide_template','default'),(241,75,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(242,743,'_thumbnail_id','751'),(243,743,'staff_position','CEO / Manager'),(244,743,'slide_template','default'),(245,747,'_thumbnail_id','749'),(246,747,'staff_position','Developer'),(247,747,'slide_template','default'),(248,748,'_thumbnail_id','750'),(249,748,'staff_position','Designer'),(250,748,'slide_template','default'),(251,756,'staff_position','Developer'),(252,756,'slide_template','default'),(253,759,'_wp_page_template','default'),(254,759,'_wpb_vc_js_status','true'),(255,759,'_wpb_vc_js_interface_version','2'),(256,759,'page_header_overwrite','1'),(257,759,'subtitle_bool','1'),(258,759,'page_header_background','a:7:{s:16:\"background-color\";s:7:\"#e7e7e7\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),(259,759,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(260,759,'revslider',''),(261,759,'slide_template','default'),(262,759,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(263,767,'_wp_page_template','portfolio.php'),(264,767,'_wpb_vc_js_status','true'),(265,767,'_wpb_vc_js_interface_version','2'),(266,767,'portfolio_categories','a:4:{i:0;s:1:\"6\";i:1;s:1:\"7\";i:2;s:1:\"8\";i:3;s:1:\"5\";}'),(267,767,'portfolio_style','basic'),(268,767,'page_header_overwrite','1'),(269,767,'subtitle_bool','1'),(270,767,'page_header_background','a:7:{s:16:\"background-color\";s:7:\"#e7e7e7\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}'),(271,767,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(272,767,'revslider',''),(273,767,'slide_template','default'),(274,767,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(275,771,'_wp_page_template','default'),(276,771,'_wpb_vc_js_status','false'),(277,771,'_wpb_vc_js_interface_version','2'),(278,771,'page_header_overwrite','1'),(279,771,'subtitle_bool','1'),(280,771,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(281,771,'revslider',''),(282,771,'slide_template','default'),(283,771,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(284,771,'page_content_background','#fcfcfc'),(285,781,'_wp_page_template','default'),(286,781,'_wpb_vc_js_status','true'),(287,781,'_wpb_vc_js_interface_version','2'),(288,781,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(289,781,'revslider',''),(290,781,'slide_template','default'),(291,781,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(292,781,'subtitle_bool','1'),(305,757,'staff_position','CEO / Manager'),(306,757,'slide_template','default'),(307,805,'_menu_item_type','post_type'),(308,805,'_menu_item_menu_item_parent','0'),(309,805,'_menu_item_object_id','17'),(310,805,'_menu_item_object','page'),(311,805,'_menu_item_target',''),(312,805,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(313,805,'_menu_item_xfn',''),(314,805,'_menu_item_url',''),(315,805,'_menu-item-custom_codeless-megamenu',''),(316,805,'_menu-item-custom_codeless-widgetized',''),(317,805,'_menu-item-custom_codeless-megamenu_bg',''),(362,810,'_wp_attached_file','2015/11/techno-logo.png'),(363,810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:50;s:4:\"file\";s:23:\"2015/11/techno-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"techno-logo-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(364,17,'_edit_lock','1457699543:1'),(365,17,'_edit_last','1'),(366,813,'_edit_last','1'),(367,813,'_edit_lock','1446893378:1'),(368,813,'slide_background_image','a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:100:\"http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_183313544-compressed.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:2:\"49\";s:6:\"height\";s:3:\"733\";s:5:\"width\";s:4:\"1100\";s:9:\"thumbnail\";s:108:\"http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_183313544-compressed-150x150.jpg\";}}'),(369,813,'slide_mobile_video','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(370,813,'slide_bg_overlay','a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:3:\"1.0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,1)\";}'),(371,813,'slide_title_style','a:12:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:4:\"left\";s:14:\"text-transform\";s:10:\"capitalize\";s:9:\"font-size\";s:4:\"33px\";s:11:\"line-height\";s:4:\"40px\";s:14:\"letter-spacing\";s:5:\"1.8px\";s:5:\"color\";s:4:\"#222\";}'),(372,813,'slide_title_bg','a:3:{s:5:\"color\";s:7:\"#000000\";s:5:\"alpha\";s:1:\"0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,0)\";}'),(373,813,'slide_title_padding','a:4:{s:11:\"padding-top\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:12:\"padding-left\";s:1:\"0\";}'),(374,813,'slide_description_style','a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"32px\";s:5:\"color\";s:4:\"#666\";}'),(375,813,'slide_image_top','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(376,813,'slide_image_dimension','a:3:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(377,813,'slide_content_position_absolute','a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(378,814,'_edit_last','1'),(379,814,'_edit_lock','1446893374:1'),(380,814,'slide_background_image','a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:100:\"http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_155292242-compressed.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:2:\"47\";s:6:\"height\";s:3:\"733\";s:5:\"width\";s:4:\"1100\";s:9:\"thumbnail\";s:108:\"http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_155292242-compressed-150x150.jpg\";}}'),(381,814,'slide_mobile_video','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(382,814,'slide_bg_overlay','a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:3:\"1.0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,1)\";}'),(383,814,'slide_title_style','a:12:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:4:\"left\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"33px\";s:11:\"line-height\";s:4:\"40px\";s:14:\"letter-spacing\";s:5:\"1.8px\";s:5:\"color\";s:4:\"#222\";}'),(384,814,'slide_title_bg','a:3:{s:5:\"color\";s:7:\"#000000\";s:5:\"alpha\";s:1:\"0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,0)\";}'),(385,814,'slide_title_padding','a:4:{s:11:\"padding-top\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:12:\"padding-left\";s:1:\"0\";}'),(386,814,'slide_description_style','a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"32px\";s:5:\"color\";s:4:\"#666\";}'),(387,814,'slide_image_top','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(388,814,'slide_image_dimension','a:3:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(389,814,'slide_content_position_absolute','a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(390,813,'slide_title','Lorem ipsum dolor sit amet, cons'),(391,814,'slide_title','Lorem ipsum dolor sit amet'),(392,817,'_edit_last','1'),(393,817,'_edit_lock','1446847863:1'),(394,817,'_wp_page_template','default'),(395,817,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(396,767,'_edit_lock','1446847885:1'),(397,819,'_edit_last','1'),(398,819,'_edit_lock','1446847927:1'),(399,819,'_wp_page_template','portfolio.php'),(400,819,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(401,821,'_edit_last','1'),(402,821,'_edit_lock','1446847951:1'),(403,821,'_wp_page_template','default'),(404,821,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(405,824,'_menu_item_type','post_type'),(406,824,'_menu_item_menu_item_parent','0'),(407,824,'_menu_item_object_id','75'),(408,824,'_menu_item_object','page'),(409,824,'_menu_item_target',''),(410,824,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(411,824,'_menu_item_xfn',''),(412,824,'_menu_item_url',''),(414,824,'_menu-item-custom_codeless-megamenu',''),(415,824,'_menu-item-custom_codeless-widgetized',''),(416,824,'_menu-item-custom_codeless-megamenu_bg',''),(417,825,'_menu_item_type','post_type'),(418,825,'_menu_item_menu_item_parent','0'),(419,825,'_menu_item_object_id','771'),(420,825,'_menu_item_object','page'),(421,825,'_menu_item_target',''),(422,825,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(423,825,'_menu_item_xfn',''),(424,825,'_menu_item_url',''),(426,825,'_menu-item-custom_codeless-megamenu',''),(427,825,'_menu-item-custom_codeless-widgetized',''),(428,825,'_menu-item-custom_codeless-megamenu_bg',''),(465,829,'_edit_last','1'),(466,829,'_edit_lock','1457701021:1'),(467,829,'_wp_page_template','default'),(468,829,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:28:\"Our work habits have changed\";s:11:\"description\";s:58:\"Techno-Comp mobility \r\nPractice meets enterprise demands\r\n\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:2:\"47\";s:5:\"thumb\";s:108:\"http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_155292242-compressed-150x150.jpg\";s:5:\"image\";s:100:\"http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_155292242-compressed.jpg\";s:6:\"height\";s:3:\"733\";s:5:\"width\";s:4:\"1100\";}}'),(469,831,'_edit_last','1'),(470,831,'_wp_page_template','default'),(471,831,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(472,831,'_edit_lock','1457701023:1'),(473,833,'_edit_last','1'),(474,833,'_wp_page_template','default'),(475,833,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(476,833,'_edit_lock','1457701032:1'),(477,835,'_edit_last','1'),(478,835,'_wp_page_template','default'),(479,835,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(480,835,'_edit_lock','1457701035:1'),(481,837,'_edit_last','1'),(482,837,'_wp_page_template','default'),(483,837,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(484,837,'_edit_lock','1457701038:1'),(485,839,'_edit_last','1'),(486,839,'_wp_page_template','default'),(487,839,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(488,839,'_edit_lock','1457701041:1'),(489,841,'_edit_last','1'),(490,841,'_wp_page_template','default'),(491,841,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(492,841,'_edit_lock','1457701121:1'),(493,843,'_menu_item_type','post_type'),(494,843,'_menu_item_menu_item_parent','0'),(495,843,'_menu_item_object_id','835'),(496,843,'_menu_item_object','page'),(497,843,'_menu_item_target',''),(498,843,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(499,843,'_menu_item_xfn',''),(500,843,'_menu_item_url',''),(502,843,'_menu-item-custom_codeless-megamenu',''),(503,843,'_menu-item-custom_codeless-widgetized',''),(504,843,'_menu-item-custom_codeless-megamenu_bg',''),(505,844,'_menu_item_type','post_type'),(506,844,'_menu_item_menu_item_parent','0'),(507,844,'_menu_item_object_id','841'),(508,844,'_menu_item_object','page'),(509,844,'_menu_item_target',''),(510,844,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(511,844,'_menu_item_xfn',''),(512,844,'_menu_item_url',''),(514,844,'_menu-item-custom_codeless-megamenu',''),(515,844,'_menu-item-custom_codeless-widgetized',''),(516,844,'_menu-item-custom_codeless-megamenu_bg',''),(517,845,'_menu_item_type','post_type'),(518,845,'_menu_item_menu_item_parent','0'),(519,845,'_menu_item_object_id','829'),(520,845,'_menu_item_object','page'),(521,845,'_menu_item_target',''),(522,845,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(523,845,'_menu_item_xfn',''),(524,845,'_menu_item_url',''),(526,845,'_menu-item-custom_codeless-megamenu',''),(527,845,'_menu-item-custom_codeless-widgetized',''),(528,845,'_menu-item-custom_codeless-megamenu_bg',''),(529,846,'_menu_item_type','post_type'),(530,846,'_menu_item_menu_item_parent','0'),(531,846,'_menu_item_object_id','837'),(532,846,'_menu_item_object','page'),(533,846,'_menu_item_target',''),(534,846,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(535,846,'_menu_item_xfn',''),(536,846,'_menu_item_url',''),(538,846,'_menu-item-custom_codeless-megamenu',''),(539,846,'_menu-item-custom_codeless-widgetized',''),(540,846,'_menu-item-custom_codeless-megamenu_bg',''),(565,849,'_menu_item_type','post_type'),(566,849,'_menu_item_menu_item_parent','0'),(567,849,'_menu_item_object_id','839'),(568,849,'_menu_item_object','page'),(569,849,'_menu_item_target',''),(570,849,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(571,849,'_menu_item_xfn',''),(572,849,'_menu_item_url',''),(574,849,'_menu-item-custom_codeless-megamenu',''),(575,849,'_menu-item-custom_codeless-widgetized',''),(576,849,'_menu-item-custom_codeless-megamenu_bg',''),(577,850,'_edit_last','1'),(578,850,'_edit_lock','1446848782:1'),(579,850,'_wp_page_template','default'),(580,850,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(581,852,'_edit_last','1'),(582,852,'_wp_page_template','default'),(583,852,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(584,852,'_edit_lock','1446848800:1'),(585,854,'_edit_last','1'),(586,854,'_edit_lock','1446848821:1'),(587,854,'_wp_page_template','default'),(588,854,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(589,856,'_edit_last','1'),(590,856,'_wp_page_template','default'),(591,856,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(592,856,'_edit_lock','1446963521:1'),(593,858,'_edit_last','1'),(594,858,'_edit_lock','1446848871:1'),(595,858,'_wp_page_template','default'),(596,858,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(597,860,'_edit_last','1'),(598,860,'_wp_page_template','default'),(599,860,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(600,860,'_edit_lock','1446848891:1'),(601,862,'_edit_last','1'),(602,862,'_edit_lock','1446848919:1'),(603,862,'_wp_page_template','default'),(604,862,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(605,864,'_edit_last','1'),(606,864,'_wp_page_template','default'),(607,864,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(608,864,'_edit_lock','1446848942:1'),(609,866,'_edit_last','1'),(610,866,'_wp_page_template','default'),(611,866,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(612,866,'_edit_lock','1446848963:1'),(613,868,'_edit_last','1'),(614,868,'_edit_lock','1446849001:1'),(615,868,'_wp_page_template','default'),(616,868,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(773,895,'_menu_item_type','post_type'),(774,895,'_menu_item_menu_item_parent','0'),(775,895,'_menu_item_object_id','831'),(776,895,'_menu_item_object','page'),(777,895,'_menu_item_target',''),(778,895,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(779,895,'_menu_item_xfn',''),(780,895,'_menu_item_url',''),(782,895,'_menu-item-custom_codeless-megamenu',''),(783,895,'_menu-item-custom_codeless-widgetized',''),(784,895,'_menu-item-custom_codeless-megamenu_bg',''),(809,898,'_menu_item_type','post_type'),(810,898,'_menu_item_menu_item_parent','0'),(811,898,'_menu_item_object_id','833'),(812,898,'_menu_item_object','page'),(813,898,'_menu_item_target',''),(814,898,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(815,898,'_menu_item_xfn',''),(816,898,'_menu_item_url',''),(818,898,'_menu-item-custom_codeless-megamenu',''),(819,898,'_menu-item-custom_codeless-widgetized',''),(820,898,'_menu-item-custom_codeless-megamenu_bg',''),(846,831,'page_header_height','a:2:{s:6:\"height\";s:4:\"10px\";s:5:\"units\";s:2:\"px\";}'),(850,17,'codeless_slider','10'),(851,906,'_edit_last','1'),(852,906,'_edit_lock','1446893746:1'),(853,906,'slide_background_image','a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:84:\"http://technocompinc.com/wp-content/uploads/2014/12/slide1-compressed.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:2:\"25\";s:6:\"height\";s:4:\"1333\";s:5:\"width\";s:4:\"2000\";s:9:\"thumbnail\";s:92:\"http://technocompinc.com/wp-content/uploads/2014/12/slide1-compressed-150x150.jpg\";}}'),(854,906,'slide_mobile_video','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(855,906,'slide_bg_overlay','a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:3:\"1.0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,1)\";}'),(856,906,'slide_title','Our work habits have changed'),(857,906,'slide_title_style','a:12:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"33px\";s:11:\"line-height\";s:4:\"40px\";s:14:\"letter-spacing\";s:5:\"1.8px\";s:5:\"color\";s:4:\"#222\";}'),(858,906,'slide_title_bg','a:3:{s:5:\"color\";s:7:\"#000000\";s:5:\"alpha\";s:1:\"0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,0)\";}'),(859,906,'slide_title_padding','a:4:{s:11:\"padding-top\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:12:\"padding-left\";s:1:\"0\";}'),(860,906,'slide_description','Techno-Comp mobility \r\nPractice meets enterprise demands'),(861,906,'slide_description_style','a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"32px\";s:5:\"color\";s:4:\"#666\";}'),(862,906,'slide_image_switch','1'),(863,906,'slide_image_top','a:5:{s:3:\"url\";s:70:\"http://technocompinc.com/wp-content/uploads/2014/12/man.png\";s:2:\"id\";s:2:\"27\";s:6:\"height\";s:3:\"551\";s:5:\"width\";s:3:\"489\";s:9:\"thumbnail\";s:78:\"http://technocompinc.com/wp-content/uploads/2014/12/man-150x150.png\";}'),(864,906,'slide_image_dimension','a:3:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(865,906,'slide_content_position_absolute','a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(866,907,'_edit_last','1'),(867,907,'_edit_lock','1446894399:1'),(868,907,'slide_background_image','a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:84:\"http://technocompinc.com/wp-content/uploads/2014/12/slide1-compressed.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:2:\"25\";s:6:\"height\";s:4:\"1333\";s:5:\"width\";s:4:\"2000\";s:9:\"thumbnail\";s:92:\"http://technocompinc.com/wp-content/uploads/2014/12/slide1-compressed-150x150.jpg\";}}'),(869,907,'slide_mobile_video','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(870,907,'slide_bg_overlay','a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:3:\"1.0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,1)\";}'),(871,907,'slide_title','Techno-Comp mobility '),(872,907,'slide_title_style','a:12:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"33px\";s:11:\"line-height\";s:4:\"40px\";s:14:\"letter-spacing\";s:5:\"1.8px\";s:5:\"color\";s:4:\"#222\";}'),(873,907,'slide_title_bg','a:3:{s:5:\"color\";s:7:\"#000000\";s:5:\"alpha\";s:1:\"0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,0)\";}'),(874,907,'slide_title_padding','a:4:{s:11:\"padding-top\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:12:\"padding-left\";s:1:\"0\";}'),(875,907,'slide_description','Practice meets enterprise demands\r\n'),(876,907,'slide_description_style','a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"32px\";s:5:\"color\";s:4:\"#666\";}'),(877,907,'slide_image_switch','1'),(878,907,'slide_image_top','a:5:{s:3:\"url\";s:68:\"http://technocompinc.com/wp-content/uploads/2014/08/1.jpg\";s:2:\"id\";s:3:\"749\";s:6:\"height\";s:3:\"360\";s:5:\"width\";s:3:\"360\";s:9:\"thumbnail\";s:76:\"http://technocompinc.com/wp-content/uploads/2014/08/1-150x150.jpg\";}'),(879,907,'slide_image_dimension','a:3:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(880,907,'slide_content_position_absolute','a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(882,829,'codeless_slider','10'),(883,829,'codeless_slider_height','400'),(884,829,'slider_layout','fullwidth'),(885,908,'_wp_attached_file','2015/11/4-compressed.jpg'),(886,908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:700;s:4:\"file\";s:24:\"2015/11/4-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"4-compressed-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:\"4-compressed-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"4-compressed-1024x422.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:24:\"4-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:24:\"4-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:24:\"4-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:24:\"4-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:24:\"4-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:24:\"4-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:24:\"4-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:24:\"4-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:24:\"4-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:24:\"4-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:24:\"4-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(887,909,'_wp_attached_file','2015/11/shutterstock_117897700-compressed.jpg'),(888,909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:45:\"2015/11/shutterstock_117897700-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-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:45:\"shutterstock_117897700-compressed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"shutterstock_117897700-compressed-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:45:\"shutterstock_117897700-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(889,910,'_wp_attached_file','2015/11/shutterstock_110628650-compressed-compressed.jpg'),(890,910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1143;s:4:\"file\";s:56:\"2015/11/shutterstock_110628650-compressed-compressed.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-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:56:\"shutterstock_110628650-compressed-compressed-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"shutterstock_110628650-compressed-compressed-1024x585.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:56:\"shutterstock_110628650-compressed-compressed-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(891,911,'_wp_attached_file','2015/11/slide-102.jpg'),(892,911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2015/11/slide-102.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide-102-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:\"slide-102-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:21:\"slide-102-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:21:\"slide-102-627x200.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:21:\"slide-102-460x200.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:21:\"slide-102-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:21:\"slide-102-825x200.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:21:\"slide-102-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:21:\"slide-102-355x200.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:21:\"slide-102-350x200.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:21:\"slide-102-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:21:\"slide-102-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(893,912,'_wp_attached_file','2015/11/top-awards.jpg'),(894,912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2015/11/top-awards.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"top-awards-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:21:\"top-awards-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:22:\"top-awards-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:22:\"top-awards-627x200.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:22:\"top-awards-460x200.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:22:\"top-awards-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:22:\"top-awards-825x200.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:22:\"top-awards-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:22:\"top-awards-355x200.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:22:\"top-awards-350x200.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:22:\"top-awards-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:22:\"top-awards-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(895,913,'_wp_attached_file','2015/11/top-services.jpg'),(896,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2015/11/top-services.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"top-services-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:23:\"top-services-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:24:\"top-services-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:24:\"top-services-627x200.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:24:\"top-services-460x200.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:24:\"top-services-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:24:\"top-services-825x200.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:24:\"top-services-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:24:\"top-services-355x200.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:24:\"top-services-350x200.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:24:\"top-services-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:24:\"top-services-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(897,914,'_wp_attached_file','2015/11/top-team1.jpg'),(898,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2015/11/top-team1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"top-team1-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:\"top-team1-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:21:\"top-team1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:21:\"top-team1-627x200.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:21:\"top-team1-460x200.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:21:\"top-team1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:21:\"top-team1-825x200.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:21:\"top-team1-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:21:\"top-team1-355x200.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:21:\"top-team1-350x200.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:21:\"top-team1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:21:\"top-team1-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(899,829,'overwrite_layout','1'),(900,829,'layout','sidebar_left'),(901,831,'overwrite_layout','1'),(902,831,'layout','sidebar_left'),(903,833,'overwrite_layout','1'),(904,833,'layout','sidebar_left'),(905,835,'overwrite_layout','1'),(906,835,'layout','sidebar_left'),(907,915,'_edit_last','1'),(908,915,'_edit_lock','1446894797:1'),(909,915,'slide_background_image','a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:79:\"http://technocompinc.com/wp-content/uploads/2015/11/4-compressed.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"908\";s:6:\"height\";s:3:\"700\";s:5:\"width\";s:4:\"1700\";s:9:\"thumbnail\";s:87:\"http://technocompinc.com/wp-content/uploads/2015/11/4-compressed-150x150.jpg\";}}'),(910,915,'slide_mobile_video','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(911,915,'slide_bg_overlay','a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:3:\"1.0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,1)\";}'),(912,915,'slide_title','Led from Top '),(913,915,'slide_title_style','a:12:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"33px\";s:11:\"line-height\";s:4:\"40px\";s:14:\"letter-spacing\";s:5:\"1.8px\";s:5:\"color\";s:4:\"#222\";}'),(914,915,'slide_title_bg','a:3:{s:5:\"color\";s:7:\"#000000\";s:5:\"alpha\";s:1:\"0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,0)\";}'),(915,915,'slide_title_padding','a:4:{s:11:\"padding-top\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:12:\"padding-left\";s:1:\"0\";}'),(916,915,'slide_description','Led from Top and\r\nimplemented bottom up\r\nTechno-Comp QA CoE is \r\na maturity model\r\n'),(917,915,'slide_description_style','a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"32px\";s:5:\"color\";s:4:\"#666\";}'),(918,915,'slide_image_top','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(919,915,'slide_image_dimension','a:3:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(920,915,'slide_content_position_absolute','a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(921,916,'_edit_last','1'),(922,916,'_edit_lock','1446894942:1'),(923,916,'slide_background_image','a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:102:\"http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_138793268-1-compressed.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:2:\"50\";s:6:\"height\";s:3:\"733\";s:5:\"width\";s:4:\"1100\";s:9:\"thumbnail\";s:110:\"http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_138793268-1-compressed-150x150.jpg\";}}'),(924,916,'slide_mobile_video','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(925,916,'slide_bg_overlay','a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:3:\"1.0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,1)\";}'),(926,916,'slide_title_style','a:12:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:3:\"700\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"33px\";s:11:\"line-height\";s:2:\"40\";s:14:\"letter-spacing\";s:5:\"1.8px\";s:5:\"color\";s:4:\"#222\";}'),(927,916,'slide_title_bg','a:3:{s:5:\"color\";s:7:\"#000000\";s:5:\"alpha\";s:1:\"0\";s:4:\"rgba\";s:13:\"rgba(0,0,0,0)\";}'),(928,916,'slide_title_padding','a:4:{s:11:\"padding-top\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:12:\"padding-left\";s:1:\"0\";}'),(929,916,'slide_description_style','a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:3:\"400\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:2:\"32\";s:5:\"color\";s:4:\"#666\";}'),(930,916,'slide_image_top','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(931,916,'slide_image_dimension','a:3:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(932,916,'slide_content_position_absolute','a:5:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}'),(934,831,'codeless_slider','11'),(935,831,'codeless_slider_height','600'),(936,831,'slider_layout','fullwidth'),(973,75,'_edit_lock','1456988736:1'),(974,17,'revslider','home'),(975,931,'_wp_attached_file','revslider/home/slide1-compressed1.jpg'),(976,931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:37:\"revslider/home/slide1-compressed1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-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:\"slide1-compressed1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"slide1-compressed1-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:30:\"slide1-compressed1-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(977,932,'_wp_attached_file','revslider/home/man.png'),(978,932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:489;s:6:\"height\";i:551;s:4:\"file\";s:22:\"revslider/home/man.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"man-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"man-266x300.png\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:15:\"man-489x470.png\";s:5:\"width\";i:489;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"port2\";a:4:{s:4:\"file\";s:15:\"man-460x275.png\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:15:\"man-489x470.png\";s:5:\"width\";i:489;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"blog\";a:4:{s:4:\"file\";s:15:\"man-489x340.png\";s:5:\"width\";i:489;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:15:\"man-440x195.png\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:15:\"man-355x235.png\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:15:\"man-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"staff\";a:4:{s:4:\"file\";s:15:\"man-400x270.png\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:15:\"man-489x340.png\";s:5:\"width\";i:489;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(982,17,'slider_fixed','1'),(983,17,'overwrite_layout','1'),(984,17,'slider_parallax','1'),(987,17,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(988,17,'slider_type','revolution'),(989,44,'_edit_lock','1447308129:1'),(990,44,'_edit_last','1'),(991,44,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1092,972,'_wp_attached_file','2015/11/callout4.png'),(1093,972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:60;s:4:\"file\";s:20:\"2015/11/callout4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1094,973,'_wp_attached_file','2015/11/callout1.png'),(1095,973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:20:\"2015/11/callout1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1096,974,'_wp_attached_file','2015/11/callout2.png'),(1097,974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:20:\"2015/11/callout2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1098,975,'_wp_attached_file','2015/11/callout3.png'),(1099,975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:60;s:4:\"file\";s:20:\"2015/11/callout3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1100,977,'_wp_attached_file','2015/11/logo4.jpg'),(1101,977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:115;s:4:\"file\";s:17:\"2015/11/logo4.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo4-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1102,978,'_wp_attached_file','2015/11/logo5.jpg'),(1103,978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:115;s:4:\"file\";s:17:\"2015/11/logo5.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo5-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1104,979,'_wp_attached_file','2015/11/logo1.jpg'),(1105,979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:115;s:4:\"file\";s:17:\"2015/11/logo1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo1-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1106,980,'_wp_attached_file','2015/11/logo2.jpg'),(1107,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:115;s:4:\"file\";s:17:\"2015/11/logo2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo2-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1108,981,'_wp_attached_file','2015/11/logo3.jpg'),(1109,981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:115;s:4:\"file\";s:17:\"2015/11/logo3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo3-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1110,982,'_wp_attached_file','2015/11/home-slid.jpg'),(1111,982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2015/11/home-slid.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"home-slid-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:21:\"home-slid-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"home-slid-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:21:\"home-slid-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:21:\"home-slid-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:21:\"home-slid-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:21:\"home-slid-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:21:\"home-slid-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:21:\"home-slid-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:21:\"home-slid-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:21:\"home-slid-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:21:\"home-slid-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:21:\"home-slid-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:21:\"home-slid-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1112,55,'_edit_lock','1447496234:1'),(1113,1000,'_wp_attached_file','2015/11/qality.jpg'),(1114,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:18:\"2015/11/qality.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"qality-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:18:\"qality-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"qality-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:18:\"qality-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:18:\"qality-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:18:\"qality-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:18:\"qality-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:18:\"qality-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:18:\"qality-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:18:\"qality-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:18:\"qality-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:18:\"qality-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:18:\"qality-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:18:\"qality-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1115,1001,'_wp_attached_file','2015/11/qality1.jpg'),(1116,1001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2015/11/qality1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"qality1-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:19:\"qality1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"qality1-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:19:\"qality1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:19:\"qality1-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:19:\"qality1-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:19:\"qality1-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:19:\"qality1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:19:\"qality1-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:19:\"qality1-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:19:\"qality1-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:19:\"qality1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:19:\"qality1-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:19:\"qality1-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1117,1002,'_wp_attached_file','2015/11/requiting.jpg'),(1118,1002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2015/11/requiting.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"requiting-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:21:\"requiting-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"requiting-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:21:\"requiting-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:21:\"requiting-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:21:\"requiting-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:21:\"requiting-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:21:\"requiting-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:21:\"requiting-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:21:\"requiting-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:21:\"requiting-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:21:\"requiting-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:21:\"requiting-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:21:\"requiting-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1119,829,'_thumbnail_id','1259'),(1120,829,'_wpb_vc_js_status','false'),(1121,829,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1122,829,'revslider',''),(1123,829,'slide_template','default'),(1124,831,'_thumbnail_id','1262'),(1125,831,'_wpb_vc_js_status','false'),(1126,831,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1127,831,'revslider',''),(1128,831,'slide_template','default'),(1129,833,'_thumbnail_id','1253'),(1130,833,'_wpb_vc_js_status','false'),(1131,833,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1132,833,'revslider',''),(1133,833,'slide_template','default'),(1134,835,'_thumbnail_id','1257'),(1135,835,'_wpb_vc_js_status','false'),(1136,835,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1137,835,'revslider',''),(1138,835,'slide_template','default'),(1139,837,'_thumbnail_id','1263'),(1140,837,'_wpb_vc_js_status','false'),(1141,837,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1142,837,'layout','sidebar_left'),(1143,837,'revslider',''),(1144,837,'slide_template','default'),(1145,839,'_thumbnail_id','1261'),(1146,839,'_wpb_vc_js_status','false'),(1147,839,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1148,839,'revslider',''),(1149,839,'slide_template','default'),(1150,841,'_thumbnail_id','1258'),(1151,841,'_wpb_vc_js_status','false'),(1152,841,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1153,841,'layout','sidebar_left'),(1154,841,'revslider',''),(1155,841,'slide_template','default'),(1156,839,'overwrite_layout','1'),(1157,839,'layout','sidebar_left'),(1158,1006,'_wp_attached_file','2015/11/QA-COD.jpg'),(1159,1006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:277;s:4:\"file\";s:18:\"2015/11/QA-COD.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"QA-COD-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:18:\"QA-COD-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:18:\"QA-COD-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:18:\"QA-COD-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:18:\"QA-COD-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:18:\"QA-COD-350x277.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:18:\"QA-COD-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:18:\"QA-COD-500x277.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1162,1015,'_wp_attached_file','2015/11/img2.jpg'),(1163,1015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:371;s:6:\"height\";i:194;s:4:\"file\";s:16:\"2015/11/img2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img2-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:16:\"img2-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:16:\"img2-355x194.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:16:\"img2-350x194.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1164,1017,'_wp_attached_file','2015/11/callout11.png'),(1165,1017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:21:\"2015/11/callout11.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1172,1022,'_edit_last','1'),(1173,1022,'_wp_page_template','default'),(1174,1022,'_wpb_vc_js_status','false'),(1175,1022,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1176,1022,'layout','sidebar_left'),(1177,1022,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(1178,1022,'revslider',''),(1179,1022,'slide_template','default'),(1180,1022,'_edit_lock','1450745441:1'),(1181,1024,'_edit_last','1'),(1182,1024,'_edit_lock','1456988842:1'),(1183,1024,'_wp_page_template','default'),(1184,1024,'_wpb_vc_js_status','false'),(1185,1024,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1186,1024,'overwrite_layout','1'),(1187,1024,'layout','sidebar_left'),(1188,1024,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(1189,1024,'revslider',''),(1190,1024,'slide_template','default'),(1191,1026,'_menu_item_type','post_type'),(1192,1026,'_menu_item_menu_item_parent','0'),(1193,1026,'_menu_item_object_id','75'),(1194,1026,'_menu_item_object','page'),(1195,1026,'_menu_item_target',''),(1196,1026,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1197,1026,'_menu_item_xfn',''),(1198,1026,'_menu_item_url',''),(1200,1026,'_menu-item-custom_codeless-megamenu',''),(1201,1026,'_menu-item-custom_codeless-widgetized',''),(1202,1026,'_menu-item-custom_codeless-megamenu_bg',''),(1203,1027,'_menu_item_type','post_type'),(1204,1027,'_menu_item_menu_item_parent','0'),(1205,1027,'_menu_item_object_id','771'),(1206,1027,'_menu_item_object','page'),(1207,1027,'_menu_item_target',''),(1208,1027,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1209,1027,'_menu_item_xfn',''),(1210,1027,'_menu_item_url',''),(1212,1027,'_menu-item-custom_codeless-megamenu',''),(1213,1027,'_menu-item-custom_codeless-widgetized',''),(1214,1027,'_menu-item-custom_codeless-megamenu_bg',''),(1215,1028,'_menu_item_type','post_type'),(1216,1028,'_menu_item_menu_item_parent','0'),(1217,1028,'_menu_item_object_id','1022'),(1218,1028,'_menu_item_object','page'),(1219,1028,'_menu_item_target',''),(1220,1028,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1221,1028,'_menu_item_xfn',''),(1222,1028,'_menu_item_url',''),(1224,1028,'_menu-item-custom_codeless-megamenu',''),(1225,1028,'_menu-item-custom_codeless-widgetized',''),(1226,1028,'_menu-item-custom_codeless-megamenu_bg',''),(1239,1030,'_menu_item_type','post_type'),(1240,1030,'_menu_item_menu_item_parent','0'),(1241,1030,'_menu_item_object_id','781'),(1242,1030,'_menu_item_object','page'),(1243,1030,'_menu_item_target',''),(1244,1030,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1245,1030,'_menu_item_xfn',''),(1246,1030,'_menu_item_url',''),(1248,1030,'_menu-item-custom_codeless-megamenu',''),(1249,1030,'_menu-item-custom_codeless-widgetized',''),(1250,1030,'_menu-item-custom_codeless-megamenu_bg',''),(1251,1026,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1252,1030,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1254,1027,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1255,1028,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1256,1032,'_wp_attached_file','2015/11/program.jpg'),(1257,1032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:486;s:6:\"height\";i:319;s:4:\"file\";s:19:\"2015/11/program.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"program-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:19:\"program-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:19:\"program-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:19:\"program-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:19:\"program-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:19:\"program-350x319.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:19:\"program-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1258,1040,'_wp_attached_file','2015/11/table.jpg'),(1259,1040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:454;s:4:\"file\";s:17:\"2015/11/table.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"table-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:\"table-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:17:\"table-600x454.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:17:\"table-627x454.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:17:\"table-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:17:\"table-600x454.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:17:\"table-799x340.jpg\";s:5:\"width\";i:799;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:17:\"table-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:17:\"table-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:17:\"table-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:17:\"table-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:17:\"table-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1260,1043,'_wp_attached_file','2015/11/table-img.jpg'),(1261,1043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:502;s:6:\"height\";i:548;s:4:\"file\";s:21:\"2015/11/table-img.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"table-img-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:21:\"table-img-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:21:\"table-img-502x470.jpg\";s:5:\"width\";i:502;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:21:\"table-img-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:21:\"table-img-502x470.jpg\";s:5:\"width\";i:502;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:21:\"table-img-502x340.jpg\";s:5:\"width\";i:502;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:21:\"table-img-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:21:\"table-img-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:21:\"table-img-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:21:\"table-img-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:21:\"table-img-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1262,781,'_edit_lock','1457701574:1'),(1263,1045,'_form','<p><label>Name:<span class=\"red\">*</span></label> [text* fullName] </p>\n<p><label>Email:<span class=\"red\">*</span></label> [text* emailAddress] </p>\n<p><label>Phone:<span class=\"red\">*</span></label> [text* validPhone] </p>\n<p><label>Message:</label> [textarea message] </p>\n<p class=\"contacttext\"><label class=\"deskcta\"> </label>(<span class=\"red\">*</span>) Fields are Mandatory</p>\n<p><label class=\"deskcta\"> </label>[submit \"Submit\"]</p>'),(1264,1045,'_mail','a:7:{s:7:\"subject\";s:41:\":: Techno-comp :: Contact Form Details ::\";s:6:\"sender\";s:38:\"[fullName] <noreply@technocompinc.com>\";s:4:\"body\";s:966:\"<table cellpadding=3 cellspacing=1 bgcolor=\"#ffffff\" width=\"506\" border=\"1\" style=\"border-collapse:collapse;\">\n <tr>\n <td align=center height=30px bgcolor=#ebe8da style=\"color:#000\" colspan=\"3\"><strong>Techno-comp - Contact Form Details</strong></td>\n </tr>\n <tr>\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Name:</td>\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[fullName]</td>\n </tr>\n \n <tr>\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Email:</td>\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[emailAddress]</td>\n </tr>\n <tr>\n <td style=\"background-color:#FFFFFF; color:#000000;\">Phone:</td>\n <td style=\"background-color:#FFFFFF; color:#000000;\">[validPhone]</td>\n </tr>\n \n <tr>\n <td style=\"background-color:#FFFFFF; color:#000000;\">Message:</td>\n <td style=\"background-color:#FFFFFF; color:#000000;\">[message]</td>\n </tr>\n \n </table>\";s:9:\"recipient\";s:22:\"info@technocompinc.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;}'),(1265,1045,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:126:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Techno-Comp (http://technocompinc.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1266,1045,'_messages','a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(1267,1045,'_additional_settings',''),(1268,1045,'_locale','en_US'),(1269,781,'_edit_last','1'),(1270,781,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1275,1058,'_edit_last','1'),(1276,1058,'_edit_lock','1457700887:1'),(1277,1058,'_thumbnail_id','1260'),(1278,1058,'_wp_page_template','default'),(1279,1058,'_wpb_vc_js_status','false'),(1280,1058,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1281,1058,'overwrite_layout','1'),(1282,1058,'layout','sidebar_left'),(1283,1058,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(1284,1058,'revslider',''),(1285,1058,'slide_template','default'),(1286,1060,'_wp_attached_file','2015/12/digital.jpg'),(1287,1060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2015/12/digital.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"digital-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:19:\"digital-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"digital-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:19:\"digital-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:19:\"digital-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:19:\"digital-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:19:\"digital-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:19:\"digital-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:19:\"digital-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:19:\"digital-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:19:\"digital-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:19:\"digital-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:19:\"digital-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:19:\"digital-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1288,1061,'_wp_attached_file','2015/12/recruting.jpg'),(1289,1061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2015/12/recruting.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"recruting-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:21:\"recruting-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"recruting-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:21:\"recruting-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:21:\"recruting-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:21:\"recruting-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:21:\"recruting-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:21:\"recruting-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:21:\"recruting-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:21:\"recruting-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:21:\"recruting-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:21:\"recruting-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:21:\"recruting-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:21:\"recruting-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1290,1062,'_wp_attached_file','2015/12/qa.jpg'),(1291,1062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:14:\"2015/12/qa.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"qa-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:14:\"qa-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"qa-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:14:\"qa-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:14:\"qa-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:14:\"qa-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:14:\"qa-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:14:\"qa-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:14:\"qa-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:14:\"qa-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:14:\"qa-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:14:\"qa-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:14:\"qa-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:14:\"qa-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1292,1063,'_wp_attached_file','2015/12/program.jpg'),(1293,1063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2015/12/program.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"program-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:19:\"program-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"program-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:19:\"program-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:19:\"program-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:19:\"program-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:19:\"program-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:19:\"program-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:19:\"program-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:19:\"program-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:19:\"program-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:19:\"program-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:19:\"program-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:19:\"program-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1294,1064,'_wp_attached_file','2015/12/product.jpg'),(1295,1064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2015/12/product.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"product-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:19:\"product-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"product-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:19:\"product-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:19:\"product-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:19:\"product-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:19:\"product-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:19:\"product-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:19:\"product-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:19:\"product-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:19:\"product-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:19:\"product-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:19:\"product-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:19:\"product-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1298,1066,'_wp_attached_file','2015/12/homepage.jpg'),(1299,1066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2015/12/homepage.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"homepage-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:\"homepage-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"homepage-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:20:\"homepage-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:20:\"homepage-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:20:\"homepage-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:20:\"homepage-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:20:\"homepage-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:20:\"homepage-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:20:\"homepage-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:20:\"homepage-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:20:\"homepage-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:20:\"homepage-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:20:\"homepage-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1300,1067,'_wp_attached_file','2015/12/emerging.jpg'),(1301,1067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2015/12/emerging.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"emerging-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:\"emerging-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"emerging-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:20:\"emerging-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:20:\"emerging-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:20:\"emerging-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:20:\"emerging-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:20:\"emerging-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:20:\"emerging-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:20:\"emerging-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:20:\"emerging-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:20:\"emerging-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:20:\"emerging-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:20:\"emerging-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1302,1068,'_wp_attached_file','2015/12/mobility1.jpg'),(1303,1068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2015/12/mobility1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mobility1-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:21:\"mobility1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"mobility1-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:21:\"mobility1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:21:\"mobility1-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:21:\"mobility1-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:21:\"mobility1-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:21:\"mobility1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:21:\"mobility1-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:21:\"mobility1-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:21:\"mobility1-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:21:\"mobility1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:21:\"mobility1-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:21:\"mobility1-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1316,1070,'_menu_item_type','post_type'),(1317,1070,'_menu_item_menu_item_parent','0'),(1318,1070,'_menu_item_object_id','1058'),(1319,1070,'_menu_item_object','page'),(1320,1070,'_menu_item_target',''),(1321,1070,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1322,1070,'_menu_item_xfn',''),(1323,1070,'_menu_item_url',''),(1325,1070,'_menu-item-custom_codeless-megamenu',''),(1326,1070,'_menu-item-custom_codeless-widgetized',''),(1327,1070,'_menu-item-custom_codeless-megamenu_bg',''),(1328,805,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1329,1070,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1330,845,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1331,895,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1332,898,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1333,843,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1334,846,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1335,849,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1336,844,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1337,841,'overwrite_layout','1'),(1338,837,'overwrite_layout','1'),(1339,41,'_edit_lock','1449788728:1'),(1340,41,'_edit_last','1'),(1342,41,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1343,1087,'_wp_attached_file','2015/12/50-pix-logo.png'),(1344,1087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:316;s:6:\"height\";i:50;s:4:\"file\";s:23:\"2015/12/50-pix-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"50-pix-logo-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"50-pix-logo-300x47.png\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1345,1088,'_wp_attached_file','2015/12/sdl3.jpg'),(1346,1088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:16:\"2015/12/sdl3.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sdl3-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:16:\"sdl3-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"sdl3-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:16:\"sdl3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:16:\"sdl3-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:16:\"sdl3-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:16:\"sdl3-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:16:\"sdl3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:16:\"sdl3-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:16:\"sdl3-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:16:\"sdl3-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:16:\"sdl3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:16:\"sdl3-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:16:\"sdl3-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1347,1089,'_wp_attached_file','2015/12/sdl1.jpg'),(1348,1089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:16:\"2015/12/sdl1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sdl1-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:16:\"sdl1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"sdl1-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:16:\"sdl1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:16:\"sdl1-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:16:\"sdl1-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:16:\"sdl1-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:16:\"sdl1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:16:\"sdl1-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:16:\"sdl1-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:16:\"sdl1-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:16:\"sdl1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:16:\"sdl1-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:16:\"sdl1-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1349,1090,'_wp_attached_file','2015/12/sdl2.jpg'),(1350,1090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:700;s:4:\"file\";s:16:\"2015/12/sdl2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sdl2-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:16:\"sdl2-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"sdl2-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:16:\"sdl2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:16:\"sdl2-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:16:\"sdl2-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:16:\"sdl2-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:16:\"sdl2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:16:\"sdl2-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:16:\"sdl2-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:16:\"sdl2-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:16:\"sdl2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:16:\"sdl2-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:16:\"sdl2-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1351,1106,'_form','<p><label>First Name:<span class=\"red\">*</span></label> [text* fullName] </p>\n<p><label>Last Name:<span class=\"red\">*</span></label> [text* lastName] </p>\n<p><label>Email Address:<span class=\"red\">*</span></label> [text* emailAddress] </p>\n<p><label>Phone Number:<span class=\"red\">*</span></label> [text* validPhone] </p>\n<p><label>Practice Area:<span class=\"red\">*</span>(i.e: java, php, .net)</label> [text* practicearea] </p>\n<p><label>Office Location:<span class=\"red\">*</span></label> [select* droupdown1 \"Alabama\" \"Alaska\" \"Arizona\" \"Arkansas\" \"California\" \"Colorado\" \"Connecticut\" \"Delaware\" \"Florida\" \"Georgia\" \"Hawaii\" \"Idaho\" \"Illinois\" \"Indiana\" \"Iowa\" \"Kansas\" \"Kentucky\" \"Louisiana\" \"Maine\" \"Maryland\" \"Massachusetts\" \"Michigan\" \"Minnesota\" \"Mississippi\" \"Missouri\" \"Montana\" \"Nebraska\" \"Nevada\" \"New Hampshire\" \"New Jersey\" \"New Mexico\" \"New York\" \"North Carolina\" \"North Dakota\" \"Ohio\" \"Oklahoma\" \"Oregon\" \"Pennsylvania\" \"Rhode Island\" \"South Carolina\" \"South Dakota\" \"Tennessee\" \"Texas\" \"Utah\" \"Vermont\" \"Virginia\" \"Washington\" \"West Virginia\" \"Wisconsin\" \"Wyoming\"] </p>\n<p><label>Attach Resume:<span class=\"red\">*</span></label> [file* resume limit:2099152 filetypes:pdf|txt|docx]</p>\n<p><label class=\"deskcta\"> </label>[submit \"Submit Resume\"]</p>'),(1352,1106,'_mail','a:7:{s:7:\"subject\";s:32:\"Techno-comp Contact Form Details\";s:6:\"sender\";s:38:\"[fullName] <noreply@technocompinc.com>\";s:4:\"body\";s:1585:\"<table cellpadding=3 cellspacing=1 bgcolor=\"#ffffff\" width=\"506\" border=\"1\" style=\"border-collapse:collapse;\">\n <tr>\n <td align=center height=30px bgcolor=#ebe8da style=\"color:#000\" colspan=\"3\"><strong>Techno-comp Contact Form Details</strong></td>\n </tr>\n <tr>\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Full Name:</td>\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[fullName]</td>\n </tr>\n <tr>\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Last Name:</td>\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[lastName]</td>\n </tr>\n <tr>\n <td style=\"background-color:#FFFFFF; color:#000000;\">Phone Number:</td>\n <td style=\"background-color:#FFFFFF; color:#000000;\">[validPhone]</td>\n </tr>\n <tr>\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Email Address:</td>\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[emailAddress]</td>\n </tr>\n <tr>\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Practice Area:</td>\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[practicearea]</td>\n </tr>\n <tr>\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Office Location:</td>\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[droupdown1]</td>\n </tr>\n <tr>\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Attach Resume:</td>\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[resume]</td>\n </tr>\n \n </table>\";s:9:\"recipient\";s:25:\"careers@technocompinc.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:8:\"[resume]\";s:8:\"use_html\";b:1;}'),(1353,1106,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:126:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Techno-Comp (http://technocompinc.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1354,1106,'_messages','a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(1355,1106,'_additional_settings',''),(1356,1106,'_locale','en_US'),(1357,1108,'_edit_last','1'),(1358,1108,'_edit_lock','1450221343:1'),(1359,1108,'_wp_page_template','default'),(1360,1108,'_wpb_vc_js_status','true'),(1361,1108,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1362,1108,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(1363,1108,'revslider',''),(1364,1108,'slide_template','default'),(1365,1106,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1366,1111,'_edit_last','1'),(1367,1111,'_edit_lock','1456588320:1'),(1368,1111,'_wp_page_template','default'),(1369,1111,'_wpb_vc_js_status','false'),(1370,1111,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1371,1111,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(1372,1111,'revslider',''),(1373,1111,'slide_template','default'),(1374,1111,'overwrite_layout','1'),(1375,1111,'layout','sidebar_left'),(1376,1111,'_thumbnail_id','1253'),(1377,1113,'_menu_item_type','post_type'),(1378,1113,'_menu_item_menu_item_parent','0'),(1379,1113,'_menu_item_object_id','1111'),(1380,1113,'_menu_item_object','page'),(1381,1113,'_menu_item_target',''),(1382,1113,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1383,1113,'_menu_item_xfn',''),(1384,1113,'_menu_item_url',''),(1386,1113,'_menu-item-custom_codeless-megamenu',''),(1387,1113,'_menu-item-custom_codeless-widgetized',''),(1388,1113,'_menu-item-custom_codeless-megamenu_bg',''),(1389,824,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1391,1113,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1394,825,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1395,1114,'_menu_item_type','post_type'),(1396,1114,'_menu_item_menu_item_parent','0'),(1397,1114,'_menu_item_object_id','1111'),(1398,1114,'_menu_item_object','page'),(1399,1114,'_menu_item_target',''),(1400,1114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1401,1114,'_menu_item_xfn',''),(1402,1114,'_menu_item_url',''),(1404,1114,'_menu-item-custom_codeless-megamenu',''),(1405,1114,'_menu-item-custom_codeless-widgetized',''),(1406,1114,'_menu-item-custom_codeless-megamenu_bg',''),(1407,1114,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1408,802,'_edit_lock','1450261049:1'),(1409,1115,'_edit_last','1'),(1410,1115,'_edit_lock','1450261104:1'),(1411,1115,'_thumbnail_id','49'),(1413,1115,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1414,1115,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}'),(1415,1115,'revslider',''),(1416,1115,'slide_template','default'),(1417,1129,'_edit_last','1'),(1418,1129,'_edit_lock','1450263148:1'),(1420,1129,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1421,1129,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(1422,1129,'revslider',''),(1423,1129,'slide_template','default'),(1424,1129,'_thumbnail_id','47'),(1428,1134,'_menu_item_type','post_type'),(1429,1134,'_menu_item_menu_item_parent','0'),(1430,1134,'_menu_item_object_id','781'),(1431,1134,'_menu_item_object','page'),(1432,1134,'_menu_item_target',''),(1433,1134,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1434,1134,'_menu_item_xfn',''),(1435,1134,'_menu_item_url',''),(1437,1134,'_menu-item-custom_codeless-megamenu',''),(1438,1134,'_menu-item-custom_codeless-widgetized',''),(1439,1134,'_menu-item-custom_codeless-megamenu_bg',''),(1440,1134,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1441,75,'_edit_last','1'),(1442,75,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1443,75,'overwrite_layout','1'),(1444,75,'layout','sidebar_left'),(1446,1140,'_wp_attached_file','2015/12/Techno-Comp-Corporate-Presentation.pdf'),(1447,1143,'_wp_attached_file','2015/12/mobile.jpg'),(1448,1143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:555;s:4:\"file\";s:18:\"2015/12/mobile.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"mobile-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:18:\"mobile-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:18:\"mobile-600x555.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:18:\"mobile-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:18:\"mobile-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:18:\"mobile-820x470.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:18:\"mobile-600x555.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:18:\"mobile-820x340.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:18:\"mobile-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:18:\"mobile-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:18:\"mobile-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:18:\"mobile-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:18:\"mobile-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1449,1045,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1450,1154,'_wp_attached_file','2015/12/start.jpg'),(1451,1154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:441;s:4:\"file\";s:17:\"2015/12/start.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"start-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:\"start-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:17:\"start-600x441.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:17:\"start-627x441.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:17:\"start-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:17:\"start-600x441.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:17:\"start-820x340.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:17:\"start-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:17:\"start-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:17:\"start-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:17:\"start-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:17:\"start-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1452,1155,'_wp_attached_file','2015/12/mobile-services.jpg'),(1453,1155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:304;s:4:\"file\";s:27:\"2015/12/mobile-services.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"mobile-services-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:\"mobile-services-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:27:\"mobile-services-600x304.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:27:\"mobile-services-627x304.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:27:\"mobile-services-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:27:\"mobile-services-600x304.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:27:\"mobile-services-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:27:\"mobile-services-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:27:\"mobile-services-350x304.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:27:\"mobile-services-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:27:\"mobile-services-500x304.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1454,1156,'_wp_attached_file','2015/12/calculation-chart.jpg'),(1455,1156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:648;s:4:\"file\";s:29:\"2015/12/calculation-chart.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"calculation-chart-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:29:\"calculation-chart-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:29:\"calculation-chart-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:29:\"calculation-chart-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:29:\"calculation-chart-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:29:\"calculation-chart-820x470.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:29:\"calculation-chart-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:29:\"calculation-chart-820x340.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:29:\"calculation-chart-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:29:\"calculation-chart-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:29:\"calculation-chart-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:29:\"calculation-chart-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:29:\"calculation-chart-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1456,1157,'_wp_attached_file','2015/12/big-table.jpg'),(1457,1157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:1116;s:4:\"file\";s:21:\"2015/12/big-table.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"big-table-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:21:\"big-table-220x300.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"big-table-752x1024.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:21:\"big-table-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:21:\"big-table-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:21:\"big-table-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:21:\"big-table-820x470.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:21:\"big-table-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:21:\"big-table-820x340.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:21:\"big-table-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:21:\"big-table-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:21:\"big-table-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:21:\"big-table-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:21:\"big-table-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1458,1022,'_thumbnail_id','982'),(1459,1212,'_wp_attached_file','2015/12/img3.jpg'),(1460,1212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:65;s:6:\"height\";i:65;s:4:\"file\";s:16:\"2015/12/img3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1461,1213,'_wp_attached_file','2015/12/img4.jpg'),(1462,1213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:65;s:6:\"height\";i:65;s:4:\"file\";s:16:\"2015/12/img4.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1463,1214,'_wp_attached_file','2015/12/img1.jpg'),(1464,1214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:65;s:6:\"height\";i:65;s:4:\"file\";s:16:\"2015/12/img1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1465,1215,'_wp_attached_file','2015/12/img2.jpg'),(1466,1215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:65;s:6:\"height\";i:65;s:4:\"file\";s:16:\"2015/12/img2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1467,1227,'_wp_attached_file','2015/12/job-listings.jpg'),(1468,1227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2015/12/job-listings.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"job-listings-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:23:\"job-listings-300x91.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:24:\"job-listings-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:24:\"job-listings-627x250.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:24:\"job-listings-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:24:\"job-listings-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:24:\"job-listings-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:24:\"job-listings-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:24:\"job-listings-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:24:\"job-listings-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:24:\"job-listings-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1469,1233,'_edit_last','1'),(1470,1233,'_edit_lock','1450955329:1'),(1471,1233,'_wp_page_template','default'),(1472,1233,'_wpb_vc_js_status','true'),(1473,1233,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1474,1233,'overwrite_layout','1'),(1475,1233,'layout','sidebar_left'),(1476,1233,'gallery','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(1477,1233,'revslider',''),(1478,1233,'slide_template','default'),(1479,1233,'_thumbnail_id','982'),(1480,748,'_edit_lock','1455278139:1'),(1485,1250,'_wp_attached_file','2016/02/banner31.jpg'),(1486,1250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2016/02/banner31.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner31-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:19:\"banner31-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner31-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:20:\"banner31-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:20:\"banner31-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:20:\"banner31-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:20:\"banner31-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:20:\"banner31-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:20:\"banner31-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:20:\"banner31-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:20:\"banner31-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:20:\"banner31-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:20:\"banner31-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:20:\"banner31-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1487,1251,'_wp_attached_file','2016/02/banner4.jpg'),(1488,1251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2016/02/banner4.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner4-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:18:\"banner4-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"banner4-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:19:\"banner4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:19:\"banner4-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:19:\"banner4-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:19:\"banner4-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:19:\"banner4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:19:\"banner4-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:19:\"banner4-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:19:\"banner4-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:19:\"banner4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:19:\"banner4-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:19:\"banner4-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1489,1252,'_wp_attached_file','2016/02/banner5.jpg'),(1490,1252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2016/02/banner5.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner5-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:18:\"banner5-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"banner5-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:19:\"banner5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:19:\"banner5-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:19:\"banner5-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:19:\"banner5-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:19:\"banner5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:19:\"banner5-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:19:\"banner5-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:19:\"banner5-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:19:\"banner5-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:19:\"banner5-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:19:\"banner5-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1491,1253,'_wp_attached_file','2016/02/banner6.jpg'),(1492,1253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2016/02/banner6.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner6-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:18:\"banner6-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"banner6-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:19:\"banner6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:19:\"banner6-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:19:\"banner6-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:19:\"banner6-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:19:\"banner6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:19:\"banner6-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:19:\"banner6-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:19:\"banner6-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:19:\"banner6-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:19:\"banner6-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:19:\"banner6-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1493,1254,'_wp_attached_file','2016/02/banner7.jpg'),(1494,1254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2016/02/banner7.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner7-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:18:\"banner7-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"banner7-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:19:\"banner7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:19:\"banner7-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:19:\"banner7-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:19:\"banner7-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:19:\"banner7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:19:\"banner7-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:19:\"banner7-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:19:\"banner7-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:19:\"banner7-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:19:\"banner7-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:19:\"banner7-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1495,1255,'_wp_attached_file','2016/02/banner8.jpg'),(1496,1255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2016/02/banner8.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner8-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:18:\"banner8-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"banner8-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:19:\"banner8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:19:\"banner8-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:19:\"banner8-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:19:\"banner8-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:19:\"banner8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:19:\"banner8-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:19:\"banner8-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:19:\"banner8-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:19:\"banner8-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:19:\"banner8-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:19:\"banner8-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1498,1257,'_wp_attached_file','2016/03/banner-4.jpg'),(1499,1257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2016/03/banner-4.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-4-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:19:\"banner-4-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-4-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:20:\"banner-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-4-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:20:\"banner-4-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-4-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:20:\"banner-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:20:\"banner-4-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:20:\"banner-4-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:20:\"banner-4-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:20:\"banner-4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:20:\"banner-4-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:20:\"banner-4-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1500,1258,'_wp_attached_file','2016/03/banner-5.jpg'),(1501,1258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2016/03/banner-5.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-5-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:19:\"banner-5-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-5-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:20:\"banner-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-5-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:20:\"banner-5-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-5-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:20:\"banner-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:20:\"banner-5-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:20:\"banner-5-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:20:\"banner-5-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:20:\"banner-5-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:20:\"banner-5-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:20:\"banner-5-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1502,1259,'_wp_attached_file','2016/03/banner-6.jpg'),(1503,1259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2016/03/banner-6.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-6-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:19:\"banner-6-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-6-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:20:\"banner-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-6-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:20:\"banner-6-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-6-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:20:\"banner-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:20:\"banner-6-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:20:\"banner-6-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:20:\"banner-6-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:20:\"banner-6-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:20:\"banner-6-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:20:\"banner-6-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1504,1260,'_wp_attached_file','2016/03/banner-7.jpg'),(1505,1260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2016/03/banner-7.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-7-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:19:\"banner-7-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-7-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:20:\"banner-7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-7-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:20:\"banner-7-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-7-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:20:\"banner-7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:20:\"banner-7-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:20:\"banner-7-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:20:\"banner-7-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:20:\"banner-7-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:20:\"banner-7-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:20:\"banner-7-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1506,1261,'_wp_attached_file','2016/03/banner-1.jpg'),(1507,1261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2016/03/banner-1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-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:19:\"banner-1-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-1-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:20:\"banner-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-1-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:20:\"banner-1-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-1-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:20:\"banner-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:20:\"banner-1-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:20:\"banner-1-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:20:\"banner-1-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:20:\"banner-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:20:\"banner-1-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:20:\"banner-1-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1508,1262,'_wp_attached_file','2016/03/banner-2.jpg'),(1509,1262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2016/03/banner-2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-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:19:\"banner-2-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-2-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:20:\"banner-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-2-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:20:\"banner-2-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-2-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:20:\"banner-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:20:\"banner-2-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:20:\"banner-2-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:20:\"banner-2-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:20:\"banner-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:20:\"banner-2-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:20:\"banner-2-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1510,1263,'_wp_attached_file','2016/03/banner-3.jpg'),(1511,1263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2016/03/banner-3.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-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:19:\"banner-3-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-3-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:20:\"banner-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-3-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:20:\"banner-3-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:20:\"banner-3-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:20:\"banner-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:20:\"banner-3-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:20:\"banner-3-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:20:\"banner-3-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:20:\"banner-3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:20:\"banner-3-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:20:\"banner-3-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1512,1264,'_wp_attached_file','2016/03/8.jpg'),(1513,1264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2016/03/8.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-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:12:\"8-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"8-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:13:\"8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:13:\"8-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"8-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:13:\"8-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:13:\"8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:13:\"8-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"8-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"8-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"8-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"8-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"8-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1514,1265,'_wp_attached_file','2016/03/7.jpg'),(1515,1265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2016/03/7.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-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:12:\"7-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"7-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:13:\"7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:13:\"7-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"7-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:13:\"7-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:13:\"7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:13:\"7-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"7-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"7-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"7-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"7-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"7-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1516,1266,'_wp_attached_file','2016/03/1.jpg'),(1517,1266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2016/03/1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:12:\"1-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:13:\"1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:13:\"1-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"1-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:13:\"1-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:13:\"1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:13:\"1-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"1-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"1-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"1-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"1-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1518,1267,'_wp_attached_file','2016/03/2.jpg'),(1519,1267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2016/03/2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:12:\"2-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:13:\"2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:13:\"2-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"2-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:13:\"2-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:13:\"2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:13:\"2-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"2-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"2-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"2-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"2-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1520,1268,'_wp_attached_file','2016/03/3.jpg'),(1521,1268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2016/03/3.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-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:12:\"3-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:13:\"3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:13:\"3-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"3-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:13:\"3-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:13:\"3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:13:\"3-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"3-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"3-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"3-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"3-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1522,1269,'_wp_attached_file','2016/03/4.jpg'),(1523,1269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2016/03/4.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-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:12:\"4-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:13:\"4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:13:\"4-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"4-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:13:\"4-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:13:\"4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:13:\"4-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"4-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"4-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"4-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"4-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1524,1270,'_wp_attached_file','2016/03/5.jpg'),(1525,1270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2016/03/5.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-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:12:\"5-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:13:\"5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:13:\"5-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"5-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:13:\"5-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:13:\"5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:13:\"5-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"5-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"5-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"5-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"5-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"5-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1526,1271,'_wp_attached_file','2016/03/6.jpg'),(1527,1271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2016/03/6.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-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:12:\"6-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"6-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port3\";a:4:{s:4:\"file\";s:13:\"6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port3_grayscale\";a:4:{s:4:\"file\";s:13:\"6-627x470.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port2\";a:4:{s:4:\"file\";s:13:\"6-460x275.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"port2_grayscale\";a:4:{s:4:\"file\";s:13:\"6-940x470.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"port4\";a:4:{s:4:\"file\";s:13:\"6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:13:\"6-825x340.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"alternate_blog\";a:4:{s:4:\"file\";s:13:\"6-440x195.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"alternate_blog_side\";a:4:{s:4:\"file\";s:13:\"6-355x235.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_grid\";a:4:{s:4:\"file\";s:13:\"6-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"staff\";a:4:{s:4:\"file\";s:13:\"6-400x270.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"staff_full\";a:4:{s:4:\"file\";s:13:\"6-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1528,75,'_thumbnail_id','1260'),(1529,1024,'_thumbnail_id','982'),(1530,1275,'_menu_item_type','post_type'),(1531,1275,'_menu_item_menu_item_parent','0'),(1532,1275,'_menu_item_object_id','17'),(1533,1275,'_menu_item_object','page'),(1534,1275,'_menu_item_target',''),(1535,1275,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1536,1275,'_menu_item_xfn',''),(1537,1275,'_menu_item_url',''),(1539,1275,'_menu-item-custom_codeless-megamenu',''),(1540,1275,'_menu-item-custom_codeless-widgetized',''),(1541,1275,'_menu-item-custom_codeless-megamenu_bg',''),(1542,1275,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";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 COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=1294 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (17,1,'2014-12-08 13:43:47','2014-12-08 13:43:47','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]\r\n\r\n </div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img1.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/digital-economy-practice/\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img2.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/program-management/\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img3.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/mobility/\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks and shared economy i.e. social media which have further deepen mobility adoption. Convenience reigns.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img4.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/qa-coe/\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in an error-free manner across desktops, web, mobile and on emerging technology platforms. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFQXQlMjB0aGUlMjBjb3JlJTIwb2YlMjBldmVyeXRoaW5nJTIwd2UlMjBkbyUyMGlzJTIwdHJ1c3QuJTIwT3VyJTIwY2xpZW50cyUyMHRydXN0JTIwdXMlMjB0byUyMGRlbGl2ZXIlMjBleGNlbGxlbmNlJTIwYW5kJTIwb3VyJTIwcGVvcGxlJTIwdHJ1c3QlMjB1cyUyMHRvJTIwbWFrZSUyMHRoZWlyJTIwcHJvZmVzc2lvbmFsJTIwZnVsZmlsbG1lbnQlMjBhJTIwcHJpb3JpdHkuJTIwQW5kJTIwaXQlRTIlODAlOTlzJTIwYmVjYXVzZSUyMG91ciUyMHJlbGF0aW9uc2hpcHMlMjBhcmUlMjBmb3VuZGVkJTIwb24lMjB0cnVzdCUyMHRoYXQlMjB3ZSVFMiU4MCU5OXJlJTIwYWJsZSUyMHRvJTIwYWNoaWV2ZSUyMHRoZSUyMHRoaW5ncyUyMHdlJTIwZG8uJTIwVGhlJTIwbW9yZSUyMHdlJTIwbGl2ZSUyMHVwJTIwdG8lMjB0aGUlMjBoaWdoJTIwc3RhbmRhcmRzJTIwd2UlMjBzZXQlMjBvdXJzZWx2ZXMlMkMlMjB0aGUlMjBtb3JlJTIwd2UlMjBjYW4lMjBhY2hpZXZlLiUyMEluZmluaXRlJTIwUG9zc2liaWxpdGllcyUyQyUyMGlzJTIwYXQlMjB0aGUlMjBoZWFydCUyMG9mJTIwb3VyJTIwZW1wbG95ZWUlMjByZXRlbnRpb24lMjBhbmQlMjB2YWx1ZSUyMGNvbnRyaWJ1dGlvbiUyMHByb2dyYW0uJTNDJTJGcCUzRSUwQSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUzQ2RpdiUyMGlkJTNEJTIyZndzXzU2NjlmZDQ0NGQ4YjYlMjIlMjBjbGFzcyUzRCUyMndwYl9yb3clMjB2Y19yb3ctZmx1aWQlMjAlMjBhbmltYXRlX29ub2Zmc2V0JTIwcm93LWR5bmFtaWMtZWwlMjBzdGFuZGFyZF9zZWN0aW9uJTIwJTIwJTIwJTIwJTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0J0b3AlM0ElMjAwJTNCJTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjAlMjBkYXJrJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJzZWN0aW9uX2NsZWFyJTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMERlZmluaW5nJTIwYW5kJTIwaW1wcm92aW5nJTIwUGVyZm9ybWFuY2UlMjBDb250aW51YWxseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFQW50aWNpcGF0aW5nJTIwQ2hhbmdlcyUyMGFuZCUyMERpc3J1cHRpb25zJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjBBbGlnbmluZyUyMFNraWxscyUyMGFuZCUyMGVuaGFuY2luZyUyMFRlYW0lMjBDYXBhYmlsaXRpZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUNvbnRpbnVvdXMlMjBEZWxpdmVyeSUyMFByb2Nlc3MlMjBpbXByb3ZlbWVudHMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNoYXJlZCUyMHZhbHVlcyUyMHdpdGglMjBDdXN0b21lcnMlM0NiciUzRSUyMGFuZCUyMEVtcGxveWVlcyUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFJTIwJTIwSW50ZWdyYXRlZCUyME9yZyUyMHN0cnVjdHVyZSUyMGZvciUyMEVmZmVjdGl2ZW5lc3MlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUltcHJvdmVkJTIwY3JlYXRpb24lMjBhbmQlMjBzaGFyaW5nJTIwJTNDYnIlM0VvZiUyMEtub3dsZWRnZSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFVGhvdWdodC1sZWFkZXJzaGlwJTIwYW5kJTIwUGFydG5lcmluZyUyMCUzQ2JyJTNFaW4lMjBhbGwlMjBhcmVhcyUyMG9mJTIwQnVzaW5lc3MlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','publish','open','open','','home','','','2016-03-11 18:04:37','2016-03-11 12:34:37','',0,'http://localhost/business4/?page_id=17',0,'page','',0),(25,1,'2014-12-08 15:04:39','2014-12-08 15:04:39','','slide1-compressed','','inherit','open','open','','slide1-compressed','','','2014-12-08 15:04:39','2014-12-08 15:04:39','',0,'http://technocompinc.com/wp-content/uploads/2014/12/slide1-compressed.jpg',0,'attachment','image/jpeg',0),(26,1,'2014-12-08 15:14:37','2014-12-08 15:14:37','','slide1-compressed','','inherit','open','open','','slide1-compressed-2','','','2014-12-08 15:14:37','2014-12-08 15:14:37','',0,'http://technocompinc.com/wp-content/uploads/2014/12/slide1-compressed1.jpg',0,'attachment','image/jpeg',0),(27,1,'2014-12-08 16:49:51','2014-12-08 16:49:51','','man','','inherit','open','open','','man','','','2014-12-08 16:49:51','2014-12-08 16:49:51','',0,'http://technocompinc.com/wp-content/uploads/2014/12/man.png',0,'attachment','image/png',0),(37,1,'2014-12-09 09:45:50','2014-12-09 09:45:50','','shutterstock_182239871-compressed','','inherit','open','open','','shutterstock_182239871-compressed','','','2014-12-09 09:45:50','2014-12-09 09:45:50','',802,'http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_182239871-compressed.jpg',0,'attachment','image/jpeg',0),(39,1,'2014-12-09 09:45:53','2014-12-09 09:45:53','','shutterstock_182370158-compressed','','inherit','open','open','','shutterstock_182370158-compressed','','','2014-12-09 09:45:53','2014-12-09 09:45:53','',802,'http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_182370158-compressed.jpg',0,'attachment','image/jpeg',0),(41,1,'2014-12-09 09:46:27','2014-12-09 09:46:27','Not only home variations or demos but fully created sites for you ready to publish on the net.\r\nMore than 20+ ready to use sites created with research and dedication. Choose the right one and go online in 5 minutes. Specular is the last theme you will ever need to buy. Keep coming back to this page to get the latest updates. New Features and Demo Sites added every week.','Working hard everyday for the quality','','publish','open','open','','working-hard-everyday-for-the-quality','','','2015-12-11 04:19:53','2015-12-10 22:49:53','',0,'http://localhost/business4/?p=41',0,'post','',0),(44,1,'2014-12-09 09:55:25','2014-12-09 09:55:25','','Portfolio Item 1','','publish','open','open','','portfolio-item-1','','','2015-11-12 11:34:20','2015-11-12 06:04:20','',0,'http://localhost/business4/?post_type=portfolio&p=44',0,'portfolio','',0),(45,1,'2014-12-09 09:55:06','2014-12-09 09:55:06','','shutterstock_191434382-compressed','','inherit','open','open','','shutterstock_191434382-compressed','','','2014-12-09 09:55:06','2014-12-09 09:55:06','',44,'http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_191434382-compressed.jpg',0,'attachment','image/jpeg',0),(46,1,'2014-12-09 09:55:08','2014-12-09 09:55:08','','shutterstock_194784782-compressed','','inherit','open','open','','shutterstock_194784782-compressed','','','2014-12-09 09:55:08','2014-12-09 09:55:08','',44,'http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_194784782-compressed.jpg',0,'attachment','image/jpeg',0),(47,1,'2014-12-09 09:55:10','2014-12-09 09:55:10','','shutterstock_155292242-compressed','','inherit','open','open','','shutterstock_155292242-compressed','','','2014-12-09 09:55:10','2014-12-09 09:55:10','',44,'http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_155292242-compressed.jpg',0,'attachment','image/jpeg',0),(48,1,'2014-12-09 09:55:13','2014-12-09 09:55:13','','shutterstock_158383982-compressed','','inherit','open','open','','shutterstock_158383982-compressed','','','2014-12-09 09:55:13','2014-12-09 09:55:13','',44,'http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_158383982-compressed.jpg',0,'attachment','image/jpeg',0),(49,1,'2014-12-09 09:55:16','2014-12-09 09:55:16','','shutterstock_183313544-compressed','','inherit','open','open','','shutterstock_183313544-compressed','','','2014-12-09 09:55:16','2014-12-09 09:55:16','',44,'http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_183313544-compressed.jpg',0,'attachment','image/jpeg',0),(50,1,'2014-12-09 09:55:18','2014-12-09 09:55:18','','shutterstock_138793268 (1)-compressed','','inherit','open','open','','shutterstock_138793268-1-compressed','','','2014-12-09 09:55:18','2014-12-09 09:55:18','',44,'http://technocompinc.com/wp-content/uploads/2014/12/shutterstock_138793268-1-compressed.jpg',0,'attachment','image/jpeg',0),(53,1,'2014-12-09 09:58:39','2014-12-09 09:58:39','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.','Portfolio 4','','publish','open','open','','portfolio-4','','','2014-12-09 09:58:39','2014-12-09 09:58:39','',0,'http://localhost/business4/?post_type=portfolio&p=53',0,'portfolio','',0),(54,1,'2014-12-09 09:58:58','2014-12-09 09:58:58','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.','Portfolio 5','','publish','open','open','','portfolio-5','','','2014-12-09 09:58:58','2014-12-09 09:58:58','',0,'http://localhost/business4/?post_type=portfolio&p=54',0,'portfolio','',0),(55,1,'2014-12-09 09:59:36','2014-12-09 09:59:36','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.','Portfolio 6','','publish','open','open','','portfolio-6','','','2014-12-09 09:59:36','2014-12-09 09:59:36','',0,'http://localhost/business4/?post_type=portfolio&p=55',0,'portfolio','',0),(61,1,'2014-12-09 10:11:00','2014-12-09 10:11:00','','logo3','','inherit','open','open','','logo3','','','2014-12-09 10:11:00','2014-12-09 10:11:00','',0,'http://technocompinc.com/wp-content/uploads/2014/12/logo3.png',0,'attachment','image/png',0),(62,1,'2014-12-09 10:11:01','2014-12-09 10:11:01','','logo4','','inherit','open','open','','logo4','','','2014-12-09 10:11:01','2014-12-09 10:11:01','',0,'http://technocompinc.com/wp-content/uploads/2014/12/logo4.png',0,'attachment','image/png',0),(63,1,'2014-12-09 10:11:02','2014-12-09 10:11:02','','logo6','','inherit','open','open','','logo6','','','2014-12-09 10:11:02','2014-12-09 10:11:02','',0,'http://technocompinc.com/wp-content/uploads/2014/12/logo6.png',0,'attachment','image/png',0),(64,1,'2014-12-09 10:11:02','2014-12-09 10:11:02','','logo51','','inherit','open','open','','logo51','','','2014-12-09 10:11:02','2014-12-09 10:11:02','',0,'http://technocompinc.com/wp-content/uploads/2014/12/logo51.png',0,'attachment','image/png',0),(71,1,'2014-12-09 10:25:38','2014-12-09 10:25:38','','a','','inherit','open','open','','a','','','2014-12-09 10:25:38','2014-12-09 10:25:38','',17,'http://technocompinc.com/wp-content/uploads/2014/12/a.jpg',0,'attachment','image/jpeg',0),(75,1,'2014-12-09 10:44:58','2014-12-09 10:44:58','[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong></p>\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby5tcDQlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwTVA0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','publish','open','open','','about-us','','','2016-03-03 12:37:52','2016-03-03 07:07:52','',0,'http://localhost/business4/?page_id=75',0,'page','',0),(743,1,'2014-08-21 09:40:58','2014-08-21 09:40:58','<span style=\"color: #666666;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pulvinar nisl enim, eget dignissim felis posuere in.</span>','John Doe','','publish','closed','closed','','john-doe','','','2014-08-21 09:40:58','2014-08-21 09:40:58','',0,'http://104.131.255.213/specular/business/?post_type=staff&p=743',0,'staff','',0),(747,1,'2014-08-21 09:41:30','2014-08-21 09:41:30','<span style=\"color: #666666;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pulvinar nisl enim, eget dignissim felis posuere in.</span>','Jane Doe','','publish','closed','closed','','jane-doe','','','2014-08-21 09:41:30','2014-08-21 09:41:30','',0,'http://104.131.255.213/specular/business/?post_type=staff&p=747',0,'staff','',0),(748,1,'2014-08-21 09:41:53','2014-08-21 09:41:53','<span style=\"color: #666666;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pulvinar nisl enim, eget dignissim felis posuere in.</span>','Jack Doe','','publish','closed','closed','','jack-doe','','','2014-08-21 09:41:53','2014-08-21 09:41:53','',0,'http://104.131.255.213/specular/business/?post_type=staff&p=748',0,'staff','',0),(749,1,'2014-12-09 10:55:34','2014-12-09 10:55:34','','1','','inherit','open','open','','1','','','2014-12-09 10:55:34','2014-12-09 10:55:34','',748,'http://technocompinc.com/wp-content/uploads/2014/08/1.jpg',0,'attachment','image/jpeg',0),(750,1,'2014-12-09 10:55:36','2014-12-09 10:55:36','','2','','inherit','open','open','','2','','','2014-12-09 10:55:36','2014-12-09 10:55:36','',748,'http://technocompinc.com/wp-content/uploads/2014/08/2.jpg',0,'attachment','image/jpeg',0),(756,1,'2014-08-20 12:52:54','2014-08-20 12:52:54','Praesent tincidunt molestie libero mollis porta. Praesent sit amet faucibus leo, ac aliquet magna. Vivamus ullamcorper mollis leo, at sagittis mi pellentesque quis. Praesent nec elit tristique.\n','Larry Jane','','publish','closed','closed','','larry-jane','','','2014-08-20 12:52:54','2014-08-20 12:52:54','',0,'http://104.131.255.213/specular/business/?post_type=testimonial&p=50',0,'testimonial','',0),(757,1,'2014-08-20 12:53:25','2014-08-20 12:53:25','Praesent tincidunt molestie libero mollis porta. Faucibus leo, ac aliquet magna. Vivamus ullamcorper mollis leo, at sagittis mi pellentesque quis. Praesent nec elit tristique.\n','Andy Clark','','publish','closed','closed','','andy-clark','','','2014-08-20 12:53:25','2014-08-20 12:53:25','',0,'http://104.131.255.213/specular/business/?post_type=testimonial&p=51',0,'testimonial','',0),(759,1,'2014-12-09 11:01:41','2014-12-09 11:01:41','[vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" overlay_color=\"#f5f5f5\" bg_color=\"#f5f5f5\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/3\" enable_animation=\"true\" animation=\"fadeIn\" delay=\"400\" background_color_opacity=\"1\"][services_small title=\"Eye-catching innovative blog\" icon_bool=\"yes\" icon=\"linecon-icon-display\" dynamic_content_type=\"content\" dynamic_post=\"41\" dynamic_page=\"75\" dynamic_content_link=\"http://104.131.255.213/specular/default/?page_id=449\" dynamic_content_content=\"Specular comes with a new blog style. Fullscreen blog style is easy to configure and awesome for the client to read the new posts.\" style=\"style_1\" color_icon_wr=\"#222222\" icon_color=\"#0f8dcb\"][services_small title=\"Real multi-purpose\" icon_bool=\"yes\" icon=\"linecon-icon-diamond\" dynamic_content_type=\"content\" dynamic_post=\"33\" dynamic_page=\"122\" dynamic_content_link=\"#\" dynamic_content_content=\"Unlimited possibilities to create outstanding websites. Unique and useful demos for your next project. Get the best from a $55 theme.\"][services_small title=\"Video Background\" icon_bool=\"yes\" icon=\"linecon-icon-clip\" dynamic_content_type=\"content\" dynamic_post=\"33\" dynamic_page=\"122\" dynamic_content_link=\"#\" dynamic_content_content=\"Add video background in slider, sections and page headers. Create fantastic creative pages\"][/vc_column_inner][vc_column_inner width=\"1/3\" enable_animation=\"true\" animation=\"fadeIn\" delay=\"800\" background_color_opacity=\"1\"][services_small title=\"30+ Portfolio Layouts\" icon_bool=\"yes\" icon=\"linecon-icon-params\" dynamic_content_type=\"content\" dynamic_post=\"33\" dynamic_page=\"122\" dynamic_content_link=\"#\" dynamic_content_content=\"Showcasing your projects is easy with Specular. Use Masonry, Grid, Fullwidth or Boxed Layout and all of them with 3 styles and 2-5 columns\"][services_small title=\"Custom Codeless Slider\" icon_bool=\"yes\" icon=\"linecon-icon-news\" dynamic_content_type=\"content\" dynamic_post=\"33\" dynamic_page=\"122\" dynamic_content_link=\"#\" dynamic_content_content=\"A new custom slider for this theme. Use as fullscreen or custom height, video bg or image, predefined layouts and animations\"][services_small title=\"Woocommerce Compatible\" icon_bool=\"yes\" icon=\"linecon-icon-shop\" dynamic_content_type=\"content\" dynamic_post=\"41\" dynamic_page=\"75\" dynamic_content_link=\"#\" dynamic_content_content=\"Create your online shop now is easy then ever. In few minutes you can create your store\" style=\"style_1\" color_icon_wr=\"#222222\" icon_color=\"#0f8dcb\"][/vc_column_inner][vc_column_inner width=\"1/3\" enable_animation=\"true\" animation=\"fadeIn\" delay=\"1200\" background_color_opacity=\"1\"][services_small title=\"Dedicated Support Team\" icon_bool=\"yes\" icon=\"linecon-icon-user\" dynamic_content_type=\"content\" dynamic_post=\"33\" dynamic_page=\"122\" dynamic_content_link=\"#\" dynamic_content_content=\"We have created a dedicated team only for the support and updates. 4 members work every day to ensure you that everything works fine.\"][services_small title=\"Created with research\" icon_bool=\"yes\" icon=\"linecon-icon-study\" dynamic_content_type=\"content\" dynamic_post=\"33\" dynamic_page=\"122\" dynamic_content_link=\"#\" dynamic_content_content=\"All new web design features and SEO practices are used for this theme to made it the most useful and successful theme ever created.\"][services_small title=\"One click demo data\" icon_bool=\"yes\" icon=\"linecon-icon-clock\" dynamic_content_type=\"content\" dynamic_post=\"33\" dynamic_page=\"122\" dynamic_content_link=\"#\" dynamic_content_content=\"With only one click create your site with your preferred demo from our list of demos.\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\"][vc_column width=\"1/3\"][price_list title=\"One Purpose\" price=\"55\" currency=\"$\" period=\"month\" bg_color=\"#f8f7f9\" type=\"normal\"][list_item style=\"simple\" title=\"One Purpose\"][list_item style=\"simple\" title=\"Only one Layout\"][list_item style=\"simple\" title=\"Cant create custom layout\"][list_item style=\"simple\" title=\"Not curated sufficiently\"][list_item style=\"simple\" title=\"Need to buy a new after a month\"][/price_list][/vc_column][vc_column width=\"1/3\"][price_list title=\"Multi-Purpose\" price=\"55\" currency=\"$\" period=\"Lifetime\" bg_color=\"#f8f7f9\" type=\"highlighted\"][list_item style=\"simple\" title=\"Awesome for multi-purpose\"][list_item style=\"simple\" title=\"Simple to install dummy data\"][list_item style=\"simple\" title=\"Infinite Layout Combinations\"][list_item style=\"simple\" title=\"Lifetime Free Support\"][list_item style=\"simple\" title=\"The last theme you have to buy\"][/price_list][/vc_column][vc_column width=\"1/3\"][price_list title=\"One Purpose\" price=\"55\" currency=\"$\" period=\"month\" bg_color=\"#f8f7f9\" type=\"normal\"][list_item style=\"simple\" title=\"One Purpose\"][list_item style=\"simple\" title=\"Only one Layout\"][list_item style=\"simple\" title=\"Cant create custom layout\"][list_item style=\"simple\" title=\"Not curated sufficiently\"][list_item style=\"simple\" title=\"Need to buy a new after a month\"][/price_list][/vc_column][/vc_row]','Services','','publish','open','open','','services','','','2014-12-09 11:01:41','2014-12-09 11:01:41','',0,'http://localhost/business4/?page_id=759',0,'page','',0),(767,1,'2014-12-09 11:12:00','2014-12-09 11:12:00','[vc_row][vc_column width=\"1/1\"][block_title style=\"column_title\" inner_style=\"inline_border\" inner_style_title=\"square\" padding_desc=\"28%\" title=\"Welcome to our Portfolio Page\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Portfolio','','publish','open','open','','portfolio','','','2014-12-09 11:12:00','2014-12-09 11:12:00','',0,'http://localhost/business4/?page_id=767',0,'page','',0),(771,1,'2014-12-09 14:51:05','2014-12-09 14:51:05','','Blog','','publish','open','open','','blog','','','2014-12-09 14:51:05','2014-12-09 14:51:05','',0,'http://localhost/business4/?page_id=771',0,'page','',0),(781,1,'2014-12-09 15:04:10','2014-12-09 15:04:10','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVU0ElMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQSUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwbGlzdCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDdWwlMjBkYXRhLWljb24lM0QlMjJsaW5lY29uLWljb24tbG9jYXRpb24lMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUh5ZGVyYWJhZCUyMDctMS01NCUyRjIlMkZDJTIwQW5hbmQlMjBCYWdoJTIwQW1lZXJwZXQlMkMlMjBIeWRlcmJhZCUyQyUyMDUwMCUyMDAxNiUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxpbmVjb24taWNvbi1sb2NhdGlvbiUyMiUzRSUzQyUyRmklM0VDaGVubmFpJTIwOTglMjAtJTIwQSUyQyUyMEF1cmFzJTIwQ29ycG9yYXRlJTIwQ2VudGVyJTIwRHIuJTIwUmFkaGElMjBrcmlzaG5hbiUyMFNhbGFpJTJDJTNDYnIlM0UlMjBDaGVubmFpLTYwMCUyMDAwNCUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxpbmVjb24taWNvbi1sb2NhdGlvbiUyMiUzRSUzQyUyRmklM0VCYW5nYWxvcmUlMjAlMjMlMjAzOSUyQyUyME1JRyUyMCUyRiUyMEtIQiUyQyUyMDh0aCUyMEJsb2NrJTIwS29yYW1hbmdhbGElMjBCYW5nYWxvcmUtJTIwNTYwMDk1JTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','publish','open','open','','contact-us','','','2016-03-11 18:34:43','2016-03-11 13:04:43','',0,'http://localhost/business4/?page_id=781',0,'page','',0),(788,1,'2014-12-09 15:40:10','2014-12-09 15:40:10','','logo','','inherit','open','open','','logo','','','2014-12-09 15:40:10','2014-12-09 15:40:10','',0,'http://technocompinc.com/wp-content/uploads/2014/12/logo.png',0,'attachment','image/png',0),(789,1,'2015-11-06 21:28:34','2015-11-06 21:28:34','','What\'s New','','publish','closed','closed','','whats-new','','','2015-11-06 21:28:34','2015-11-06 21:28:34','',0,'http://technocompinc.com/2015/11/06/whats-new/',1,'nav_menu_item','',0),(790,1,'2015-11-06 21:28:34','2015-11-06 21:28:34','','Join Us','','publish','closed','closed','','join-us','','','2015-11-06 21:28:34','2015-11-06 21:28:34','',0,'http://technocompinc.com/2015/11/06/join-us/',2,'nav_menu_item','',0),(791,1,'2015-11-06 21:28:34','2015-11-06 21:28:34','','Purchase Now','','publish','closed','closed','','purchase-now','','','2015-11-06 21:28:34','2015-11-06 21:28:34','',0,'http://technocompinc.com/2015/11/06/purchase-now/',3,'nav_menu_item','',0),(792,1,'2015-11-06 21:28:35','2015-11-06 21:28:35','','Be part of us','','publish','closed','closed','','be-part-of-us','','','2015-11-06 21:28:35','2015-11-06 21:28:35','',0,'http://technocompinc.com/2015/11/06/be-part-of-us/',1,'nav_menu_item','',0),(793,1,'2015-11-06 21:28:35','2015-11-06 21:28:35','','Codeless, great team','','publish','closed','closed','','codeless-great-team','','','2015-11-06 21:28:35','2015-11-06 21:28:35','',0,'http://technocompinc.com/2015/11/06/codeless-great-team/',2,'nav_menu_item','',0),(794,1,'2015-11-06 21:28:35','2015-11-06 21:28:35','','Stay Connected','','publish','closed','closed','','stay-connected','','','2015-11-06 21:28:35','2015-11-06 21:28:35','',0,'http://technocompinc.com/2015/11/06/stay-connected/',3,'nav_menu_item','',0),(795,1,'2015-11-06 21:28:35','2015-11-06 21:28:35','','Specular Business Theme','','publish','closed','closed','','specular-business-theme','','','2015-11-06 21:28:35','2015-11-06 21:28:35','',0,'http://technocompinc.com/2015/11/06/specular-business-theme/',4,'nav_menu_item','',0),(802,1,'2014-12-08 10:02:11','2014-12-08 10:02:11','Not only home variations or demos but fully created sites for you ready to publish on the net.\nMore than 20+ ready to use sites created with research and dedication. Choose the right one and go online in 5 minutes. Specular is the last theme you will ever need to buy. Keep coming back to this page to get the latest updates. New Features and Demo Sites added every week.','Be part of our community','','publish','open','open','','hello-world-2','','','2014-12-08 10:02:11','2014-12-08 10:02:11','',0,'http://localhost/business4/?p=1',0,'post','',1),(805,1,'2015-11-06 21:28:36','2015-11-06 21:28:36',' ','','','publish','closed','closed','','805','','','2015-12-10 06:04:40','2015-12-10 00:34:40','',0,'http://technocompinc.com/2015/11/06/805/',1,'nav_menu_item','',0),(810,1,'2015-11-06 21:34:16','2015-11-06 21:34:16','','techno-logo','','inherit','open','closed','','techno-logo','','','2015-11-06 21:34:16','2015-11-06 21:34:16','',0,'http://technocompinc.com/wp-content/uploads/2015/11/techno-logo.png',0,'attachment','image/png',0),(811,1,'2015-11-06 21:36:22','2015-11-06 21:36:22','','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 21:36:22','2015-11-06 21:36:22','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(812,1,'2015-11-06 21:36:39','2015-11-06 21:36:39','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 21:36:39','2015-11-06 21:36:39','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(813,1,'2015-11-06 21:38:50','2015-11-06 16:08:50','','Create Awesome Web Site','','publish','closed','closed','','create-awesome-web-site','','','2015-11-07 16:19:38','2015-11-07 10:49:38','',0,'http://technocompinc.com/?post_type=slide&p=813',0,'slide','',0),(814,1,'2015-11-06 21:40:07','2015-11-06 16:10:07','','business','','publish','closed','closed','','business','','','2015-11-07 16:19:34','2015-11-07 10:49:34','',0,'http://technocompinc.com/?post_type=slide&p=814',0,'slide','',0),(816,1,'2015-11-06 22:03:21','2015-11-06 22:03:21','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n\r\n \r\n\r\n<div id=\"fws_563d1da1792ee\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-3 wpb_column column_container\" style=\"\" data-animation=\"\" data-delay=\"0\">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\" services_medium style_2 wpb_content_element\"><div class=\"icon_wrapper\" style=\"\"><i class=\"moon-screen-3\" style=\"color:#e1e1e1;\"></i></div><h4><a href=\"#\">Responsive & Retina</a></h4><p>Sed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium</p></div>\r\n </div> \r\n </div> \r\n\r\n <div class=\"vc_col-sm-3 wpb_column column_container\" style=\"\" data-animation=\"\" data-delay=\"0\">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\" services_medium style_2 wpb_content_element\"><div class=\"icon_wrapper\" style=\"\"><i class=\"steadysets-icon-chart\" style=\"color:#e1e1e1;\"></i></div><h4><a href=\"#\">Simple & Business</a></h4><p>Sed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium</p></div>\r\n </div> \r\n </div> \r\n\r\n <div class=\"vc_col-sm-3 wpb_column column_container\" style=\"\" data-animation=\"\" data-delay=\"0\">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\" services_medium style_2 wpb_content_element\"><div class=\"icon_wrapper\" style=\"\"><i class=\"moon-cart-checkout\" style=\"color:#e1e1e1;\"></i></div><h4><a href=\"#\">Woocommerce Compatible</a></h4><p>Sed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium</p></div>\r\n </div> \r\n </div> \r\n\r\n <div class=\"vc_col-sm-3 wpb_column column_container\" style=\"\" data-animation=\"\" data-delay=\"0\">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\" services_medium style_2 wpb_content_element\"><div class=\"icon_wrapper\" style=\"\"><i class=\"steadysets-icon-settings\" style=\"color:#e1e1e1;\"></i></div><h4><a href=\"#\">Easy Page Builder</a></h4><p>Sed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium</p></div>\r\n </div> \r\n </div> \r\n</div></div></div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 22:03:21','2015-11-06 22:03:21','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(817,1,'2015-11-06 22:13:21','2015-11-06 22:13:21','Coming Soon','Working With us','','publish','closed','closed','','working-with-us','','','2015-11-06 22:13:21','2015-11-06 22:13:21','',0,'http://technocompinc.com/?page_id=817',0,'page','',0),(818,1,'2015-11-06 22:13:21','2015-11-06 22:13:21','Coming Soon','Working With us','','inherit','closed','closed','','817-revision-v1','','','2015-11-06 22:13:21','2015-11-06 22:13:21','',817,'http://technocompinc.com/2015/11/06/817-revision-v1/',0,'revision','',0),(819,1,'2015-11-06 22:14:24','2015-11-06 22:14:24','','Our Portfolio','','publish','closed','closed','','our-portfolio','','','2015-11-06 22:14:24','2015-11-06 22:14:24','',0,'http://technocompinc.com/?page_id=819',0,'page','',0),(820,1,'2015-11-06 22:14:24','2015-11-06 22:14:24','','Our Portfolio','','inherit','closed','closed','','819-revision-v1','','','2015-11-06 22:14:24','2015-11-06 22:14:24','',819,'http://technocompinc.com/2015/11/06/819-revision-v1/',0,'revision','',0),(821,1,'2015-11-06 22:14:50','2015-11-06 22:14:50','','Case Studies','','publish','closed','closed','','case-studies','','','2015-11-06 22:14:50','2015-11-06 22:14:50','',0,'http://technocompinc.com/?page_id=821',0,'page','',0),(822,1,'2015-11-06 22:14:50','2015-11-06 22:14:50','','Case Studies','','inherit','closed','closed','','821-revision-v1','','','2015-11-06 22:14:50','2015-11-06 22:14:50','',821,'http://technocompinc.com/2015/11/06/821-revision-v1/',0,'revision','',0),(824,1,'2015-11-06 22:15:59','2015-11-06 22:15:59',' ','','','publish','closed','closed','','824','','','2016-03-11 18:02:25','2016-03-11 12:32:25','',0,'http://technocompinc.com/?p=824',1,'nav_menu_item','',0),(825,1,'2015-11-06 22:15:59','2015-11-06 22:15:59','','Our Blog','','publish','closed','closed','','our-blog','','','2016-03-11 18:02:25','2016-03-11 12:32:25','',0,'http://technocompinc.com/?p=825',4,'nav_menu_item','',0),(829,1,'2015-11-06 22:16:35','2015-11-06 22:16:35','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </a>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile.jpg\" width=\"auto\" alt=\"mobile\" >\r\n </div> \r\n </div> \r\n</div></div></div>\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile-services.jpg\" alt=\"img2\" width=\"auto\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Mobility','','publish','closed','closed','','mobility','','','2016-03-11 18:27:58','2016-03-11 12:57:58','',0,'http://technocompinc.com/?page_id=829',0,'page','',0),(830,1,'2015-11-06 22:16:35','2015-11-06 22:16:35','coming soon','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-11-06 22:16:35','2015-11-06 22:16:35','',829,'http://technocompinc.com/2015/11/06/829-revision-v1/',0,'revision','',0),(831,1,'2015-11-06 22:16:46','2015-11-06 22:16:46','<h2>OUR CAPABILITY</h2>\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n<h2>OUR APPROACH</h2>\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n[lightbox image_link=\"http://technocompinc.com/wp-content/uploads/2015/12/start.jpg\"]\r\n\r\n \r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </a>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\n<strong>Optimized use of existing resources:</strong>\r\n<ul>\r\n <li>QA budgets, tools, environments and people</li>\r\n</ul>\r\n<strong>Faster time-to-market</strong>\r\n<ul>\r\n <li>Test time reduce manual by 30%</li>\r\n <li>and increase test automation levels of 50-70%</li>\r\n</ul>\r\n<strong>Cost efficiency:</strong>\r\n<ul>\r\n <li>Typical resource cost reduction is 35% over a 2-year time frame</li>\r\n</ul>\r\n<strong>Optimized application quality and performance:</strong>\r\n<ul>\r\n <li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li>\r\n</ul>\r\n<strong>Tight alignment:</strong>\r\n<ul>\r\n <li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\nOur test metrics allows organizations to get visibility into test effectiveness and demonstrates delivery excellence. Our projects have QA controls through business analytics and predictive incident and problem resolution to downstream production support teams.\r\n\r\n<img class=\"alignleft size-full wp-image-1040\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/calculation-chart.jpg\" alt=\"techno-comp\" width=\"auto\" />\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','QA CoE','','publish','closed','closed','','qa-coe','','','2016-03-11 18:28:37','2016-03-11 12:58:37','',0,'http://technocompinc.com/?page_id=831',0,'page','',0),(832,1,'2015-11-06 22:16:46','2015-11-06 22:16:46','','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-06 22:16:46','2015-11-06 22:16:46','',831,'http://technocompinc.com/2015/11/06/831-revision-v1/',0,'revision','',0),(833,1,'2015-11-06 22:16:59','2015-11-06 22:16:59','<h2>OUR CAPABILITY</h2>\r\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\r\n\r\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\r\n\r\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\r\n\r\n<h2>First, Define success criteria</h2>\r\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\r\n<ul>\r\n<li>Increasing market share by a certain amount by a particular date.</li>\r\n<li>Reaching a specified sales volume or revenue.</li>\r\n<li>Achieving certain customer satisfaction measures.</li>\r\n<li>Saving money by retiring a high-maintenance legacy system.</li>\r\n</ul>\r\n\r\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\r\n\r\n<h2>Second, Identify project drivers, constraints and room for error</h2>\r\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\r\n\r\n<h2>Third, Establish project release criteria at the very beginning</h2>\r\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\r\n<ul><li>There are no open high-priority defects.</li>\r\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\r\n<li>Performance goals are achieved on all target platforms.</li>\r\n<li>Specific required functionality is fully operational.</li>\r\n<li>Quantitative reliability goals are satisfied.</li>\r\n<li>Specified legal, contractual, or regulatory goals are met.</li>\r\n<li>Customer acceptance criteria are satisfied.</li></ul>\r\n\r\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\r\n\r\n<h2>Finally, Negotiate at all times</h2>\r\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\r\n\r\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\r\n\r\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\r\n\r\n<h2>Planning a project: Begin with writing a project plan</h2>\r\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\r\n\r\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\r\n<li>Team roles and responsibilities.</li>\r\n<li>How you will acquire and train the necessary staff.</li>\r\n<li>Assumptions, dependencies, and risks.</li>\r\n<li>Target dates for major deliverables.</li>\r\n<li>Identification of the software development life cycle that the project will follow.</li>\r\n<li>How you will track and monitor the project.</li>\r\n<li>Metrics that you’ll collect and analyze.</li>\r\n<li>How you will manage any subcontractor relationships.</li></ul>\r\n\r\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \r\n\r\n<h2>Methodology and its Execution Criteria matters</h2>\r\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \r\n\r\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable conducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology selected. \r\n\r\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth of medium to complex programs.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you like to review your project needs with us. Let us find the best program manager who can deliver.</a>\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Program Management','','publish','closed','closed','','program-management','','','2016-03-11 18:28:24','2016-03-11 12:58:24','',0,'http://technocompinc.com/?page_id=833',0,'page','',0),(834,1,'2015-11-06 22:16:59','2015-11-06 22:16:59','','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-11-06 22:16:59','2015-11-06 22:16:59','',833,'http://technocompinc.com/2015/11/06/833-revision-v1/',0,'revision','',0),(835,1,'2015-11-06 22:17:11','2015-11-06 22:17:11','<h2>OUR CAPABILITY</h2>\r\nDisruptive innovation is all over the space. Our customers are forcing their organizations to the forefront of this new change. To reinvent themselves. Process and technology innovation are key conversations – led by big data, Internet of Things (IoT), Mobility or related emerging ideas within industry verticals we serve. We are prepared to support our customers in their journey to innovate in their operations.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBe it data explosion or new apps, staying on top of trends is serious business for those of us in the field that is considered trans formative. Skill sets come and go at a breakneck pace, and it\'s important to stay ahead of the curve in an attempt to anticipate the next hot trend to keep oneself relevant in an ever-changing world.\r\n\r\nTechno-Comp understands this fact. We study and understand changes impacting client’s business.\r\n\r\nTo help understand the importance of studying emerging technologies, simply look back at the past decade and contemplate the disruptive technologies that have revolutionized the way IT works today. Topics such as server virtualization, big data, and cloud computing were once merely high-level concepts and ideas. Yet, who investigated and learned about these technologies early on had a dramatic advantage over our peers in the workplace, once these technologies came to fruition.\r\n\r\nNext is to be best at staying the course on emerging technologies. As technologies evolve so does an increase in its complexity. It takes more and more time for \r\ntechnologists to start to comprehend new technologies, let alone learn how to implement and support them. So it\'s in our best interest to start our education as early as possible by first identifying the technology trends likely to shake up the IT landscape in the years ahead and then invest in acquiring knowledge.\r\n\r\nToday Techno-Comp leads collaborative exchange of ideas and practices internally with employees and externally with technology groups.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you like to learn about the emerging trends on our focus for 2016, contact us.</a>\r\n\r\n<h2>EMERGING TECHNOLOGIES WE FOCUS ON</h2>\r\n<strong>Mobile Computing, 3D Spatial & Robotics</strong>\r\nThe proliferation of mobile computing around the world clearly indicates that a focus on future wireless technologies would make our list. The same goes for IT\'s hottest topic of the past few years -- IT security. Other technologies, such as three-dimensional imagery and robotics, will advance many areas of our lives that have remained stagnant for years.\r\n\r\n<strong>Cloud and Fog Computing</strong>\r\nWhere cloud computing can be thought of as externalizing applications to public and private infrastructure (in the cloud), fog computing surrounds us. Fog computing takes \r\ncloud computing and pushes it out to the edge device, as opposed to keeping it in a data center. The idea is that our end devices will not talk back to a handful of cloud providers, where our applications and data live. Instead, fog computing creates a wireless mesh at the edge, where point-to-point communication with devices in our geographical proximity are far more prevalent. By creating a heterogeneous mesh that all talks together, a fog approach streamlines, optimizes, and improves availability for mobile device connectivity.\r\n\r\n<strong>3D Visualization</strong>\r\nThree-dimensional technologies have been much more of a novelty than a technological breakthrough in the recent past. This mostly has to do with the fact that 3-D displays are difficult to achieve. But the latest 3-D display offerings are seriously good. Although many of us still struggle to find a purposeful use for 3-D displays in our own daily lives (they\'re not going to help with spreadsheet or database work), niche areas such as mechanical design, engineering and operations will benefit immensely. \r\n\r\n<strong>Next Gen Wireless</strong>\r\nWireless, from both cellular and WiFi perspectives, is an incredibly hot topic right now. As more devices become mobile, the need for increasing amounts of bandwidth -- and thus, wireless \r\nspectrum -- is on the rise. With a finite amount of wireless spectrum, we\'re left with lawmakers determining how much of that usable spectrum will be allocated for wireless data communication. Techno-Comp provides thought-leadership and proof of concepts to leverage current application and customer usability advancements for the new generation of bandwidth as it becomes available for personal and commercial use.\r\n\r\n<strong>IoT (Internet of Things)</strong>\r\nAlong with tremendous opportunity, the Internet of Things brings enormous exposure to security risks. IT organizations must invest in a variety of security practices and resources to strengthen their protection. Due to huge potential benefits in automation and cost savings, IoT has gained traction with enterprises of every size. Organizations are planning to leverage IoT to harness business growth and innovation. At the same time, however, IoT requires infrastructure and processes that can prevent exposure of critical business information or the mishandling of some critical task due to a false alarm. In the excitement of exploring the myriad ways to deploy IoT for profit, organizations can easily miss planning for the very basic security problems that can be associated with IoT devices.\r\n\r\nTechno-Comp specializes in storage extension and secure data storage/retrieval, sensors/assets management, resource prioritization, device security including vendor policies and ethics, \r\nhardware, software and platform vulnerabilities and legal issues and network compliance. Our comprehensive approach to smart devices joining your network is the utmost value we offer as protection of your information and avoidance of potential risks.\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Emerging Technologies','','publish','closed','closed','','emerging-technologies','','','2016-03-11 18:28:52','2016-03-11 12:58:52','',0,'http://technocompinc.com/?page_id=835',0,'page','',0),(836,1,'2015-11-06 22:17:11','2015-11-06 22:17:11','','Emerging Technologies','','inherit','closed','closed','','835-revision-v1','','','2015-11-06 22:17:11','2015-11-06 22:17:11','',835,'http://technocompinc.com/2015/11/06/835-revision-v1/',0,'revision','',0),(837,1,'2015-11-06 22:17:24','2015-11-06 22:17:24','<h2>OUR CAPABILITY</h2>\r\nOpen source refers to a program or software in which the source code (the form of the program when a programmer writes a program in a particular programming language) is available to the general public for use and/or modification from its original design free of charge. Open source code is typically created as a collaborative effort in which programmers improve upon the code and share the changes within the community.\r\n\r\nClosed source or compiled off-the-shelf products still remain to dominate the enterprise software field in planning and execution areas of business function. But their roadmap to move into cloud offering a SaaS (Software as a Service) model have C-level executives pay attention. \r\n\r\nA third wave of innovative products, bespoke at times, have held steady in the IT landscape. Many times, these challenge as best-of-breed compared to their monolithic ERP software. These products fully embrace new technologies including mobility extensions and flexible consumption options to enterprises. Several software are available as a functional platform for customers to build their business specific applications. \r\n\r\nTechno-Comp follows the leaders in all the above software areas. We have developed a Center of Excellence (CoE) that is product specific in areas of QA and Customer User Experience. \r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp QA CoE has an integrated practice for Selenium Open Source. Selenium automates browsers. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well. Techno-Comp offers a diverse suite of QA services for customers who require end-to-end testing of their web and mobile enterprise applications.\r\n\r\nSelenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Products','','publish','closed','closed','','products','','','2016-03-11 18:29:03','2016-03-11 12:59:03','',0,'http://technocompinc.com/?page_id=837',0,'page','',0),(838,1,'2015-11-06 22:17:24','2015-11-06 22:17:24','','Products','','inherit','closed','closed','','837-revision-v1','','','2015-11-06 22:17:24','2015-11-06 22:17:24','',837,'http://technocompinc.com/2015/11/06/837-revision-v1/',0,'revision','',0),(839,1,'2015-11-06 22:17:37','2015-11-06 22:17:37','<h2>OUR CAPABILITY</h2>\r\nA recent survey of recruiting best practices found 83 percent of recruiters report that the power has shifted away from where it has been for years, the employer, and toward the candidate. In a candidate-driven marketplace, “active-recruiting approaches” simply stop working. Now that top candidates are in the driver’s seat, the best have multiple options, recruiting must dramatically increase hiring speed, and offer a great candidate experience. This is how we have transformed.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBiggest challenge in the recruiting market even before finding qualified candidates is finding a professional recruiter. As recruiting volume and difficulty to ramp up happens, firms will begin to realize that there is a significant shortage of talented and up-to-date recruiters. Technology modernization coupled with emerging technologies have further constrained market. A lack of quality, leading-edge recruiter training will unfortunately \r\nmake the experienced recruiter shortage even worse. \r\n\r\nUnderstanding this, Techno-Comp has geared for meeting the challenges and has designed its practices to provide best results for clients. \r\n\r\nOur strategies include securing high-quality databases, creative referrals, personalized portfolio-driven search approach for time-dependent needs, integrated with leading recruiters, digital sources like Linkedin, Glassdoor and Social media channels – all help us secure the right candidate consistently.\r\n\r\nWhat are your resource needs. Let us find the right candidate for you.\r\n<h3>OUR CAPABILITY </h3>\r\nTechno-Comp, its Employees and Consultants strive to meet the high benchmarks their clients have come to require of them. Consider the following facts about Techno-Comp practices. Aligned to a digital economy, Techno-Comp focusses on 6 practices that are at the core and they are\r\n<ul><li style=\"margin-bottom: 10px;\"><strong>RECRUITING, CONSULTING SERVICES- PROJECTS & TIME & MATERIAL</strong>\r\nGain from our two decades of staffing and sourcing experience to support your growth initiatives. From IT Sr. Executives to Functional and Technical Software Engineers, Techno-Comp will be your one-stop for your recruitment needs, 24x7. We understand our client project portfolio and prepare candidate screening to meet project requirements. Meantime, our Center of Excellence (CoE) provides continuous learning opportunities to our 300+ team to deepen their practice knowledge in technology, business process, integration and testing areas. </li>\r\n<li style=\"margin-bottom: 10px;\"><strong>ERP and CUSTOM APP DEVELOPMENT </strong>\r\n Use our innovative approach to better manage your application portfolio. Focus on driving out waste, reducing costs and increasing the business value of your applications. DevOps, Agile or Classical Waterfall, our project lifecycle template delivers on-budget, risk-free.\r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>DIGITAL BUSUINESS TRANSFORMATION</strong>\r\nModernize your IT. Be it short-term patches and work-around while you strategically plan to overhaul your legacy assets, Techno-Comp lets you realize immediate and long-term opportunities using innovation to digitization. We offer a slew of front-end, integration and back-end application development and support, upgrades and migration services. \r\n </li>\r\n<li style=\"margin-bottom: 10px;\"><strong>MOBILE APP DEVELOPMENT </strong>\r\nWe Specialize in Android, iOS, Blackberry, Windows & Brew mobile app solutions. Our comprehensive Mobility Solutions include Business Strategy & Program Management, Mobile App Development, Cloud based Solutions, Web Application Development, Carrier Billing & Rating, Content Management, Testing/Optimization & Maintenance/Support. User Experience is a foundation expertise we bring to your mobile enterprise app projects. \r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>EMERGING TECHNOLOGIES AND CLOUD COMPUTING</strong> \r\n IoT (Internet-of-Things), Bigdata and Analytics are at forefront of technology investments our clients are making to differentiate their value to their Customers. Benefit from our Information strategy, designing an architecture that can deliver best RoI and to integrate multivariate technologies, events and data formats cost-effectively. Find out if Cloud computing is right for your enterprise. \r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>QA CENTER OF EXCELLENCE </strong> \r\nManual and Automated Testing, Scripts Development, Performance Assurance and End-to-end Regression Testing for Enterprise Application and Mobility Solutions - is a tested approach that every client of ours benefits from. We have played a pivotal role in meeting stringent quality timelines for mission-critical, customer-facing applications in the last 2 decades of our business. \r\n</li></ul>\r\n\r\n<h2>TECHNOLOGIES WE SUPPORT</h2>\r\nWe bring seasoned QA professionals with years of project management experience.\r\n\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/12/big-table.jpg\" alt=\"table-img\" width=\"auto\" class=\"alignleft size-full wp-image-1043\" />\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Recruiting','','publish','closed','closed','','recruiting','','','2016-03-11 18:29:12','2016-03-11 12:59:12','',0,'http://technocompinc.com/?page_id=839',0,'page','',0),(840,1,'2015-11-06 22:17:37','2015-11-06 22:17:37','','Recruiting','','inherit','closed','closed','','839-revision-v1','','','2015-11-06 22:17:37','2015-11-06 22:17:37','',839,'http://technocompinc.com/2015/11/06/839-revision-v1/',0,'revision','',0),(841,1,'2015-11-06 22:17:52','2015-11-06 22:17:52','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"margin-bottom: 0px;\">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container with_padding \" data-animation=\"none\" data-delay=\"\">\r\n<div class=\"wpb_wrapper\"><img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/job-listings.jpg\" alt=\"Job Openings\" width=\"auto\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n \r\n<h2>SUBMIT YOUR RESUME TODAY</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or <strong>e-mail</strong>: careers@technocompinc.com\r\n\r\n<div class=\"formbg\" style=\"background: rgb(238, 238, 238) none repeat scroll 0px 0px; border: 1px solid rgb(221, 221, 221); padding: 10px; clear: both; display: inline-block;\">[contact-form-7 id=\"1106\" title=\"resume\"]</div>\r\n<br>\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Job Openings','','publish','closed','closed','','job-openings','','','2016-03-11 18:30:55','2016-03-11 13:00:55','',0,'http://technocompinc.com/?page_id=841',0,'page','',0),(842,1,'2015-11-06 22:17:52','2015-11-06 22:17:52','','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2015-11-06 22:17:52','2015-11-06 22:17:52','',841,'http://technocompinc.com/2015/11/06/841-revision-v1/',0,'revision','',0),(843,1,'2015-11-06 22:19:48','2015-11-06 22:19:48','','Emerging Tech','','publish','closed','closed','','843','','','2015-12-10 06:04:40','2015-12-10 00:34:40','',0,'http://technocompinc.com/?p=843',6,'nav_menu_item','',0),(844,1,'2015-11-06 22:19:48','2015-11-06 22:19:48',' ','','','publish','closed','closed','','844','','','2015-12-10 06:04:40','2015-12-10 00:34:40','',0,'http://technocompinc.com/?p=844',9,'nav_menu_item','',0),(845,1,'2015-11-06 22:19:48','2015-11-06 22:19:48',' ','','','publish','closed','closed','','845','','','2015-12-10 06:04:40','2015-12-10 00:34:40','',0,'http://technocompinc.com/?p=845',3,'nav_menu_item','',0),(846,1,'2015-11-06 22:19:48','2015-11-06 22:19:48',' ','','','publish','closed','closed','','846','','','2015-12-10 06:04:40','2015-12-10 00:34:40','',0,'http://technocompinc.com/?p=846',7,'nav_menu_item','',0),(849,1,'2015-11-06 22:19:48','2015-11-06 22:19:48',' ','','','publish','closed','closed','','849','','','2015-12-10 06:04:40','2015-12-10 00:34:40','',0,'http://technocompinc.com/?p=849',8,'nav_menu_item','',0),(850,1,'2015-11-06 22:28:36','2015-11-06 22:28:36','','Overview of Mobility','','publish','closed','closed','','overview-of-mobility','','','2015-11-06 22:28:36','2015-11-06 22:28:36','',829,'http://technocompinc.com/?page_id=850',0,'page','',0),(851,1,'2015-11-06 22:28:36','2015-11-06 22:28:36','','Overview of Mobility','','inherit','closed','closed','','850-revision-v1','','','2015-11-06 22:28:36','2015-11-06 22:28:36','',850,'http://technocompinc.com/2015/11/06/850-revision-v1/',0,'revision','',0),(852,1,'2015-11-06 22:28:56','2015-11-06 22:28:56','','Download Illustration','','publish','closed','closed','','download-illustration','','','2015-11-06 22:28:56','2015-11-06 22:28:56','',829,'http://technocompinc.com/?page_id=852',0,'page','',0),(853,1,'2015-11-06 22:28:56','2015-11-06 22:28:56','','Download Illustration','','inherit','closed','closed','','852-revision-v1','','','2015-11-06 22:28:56','2015-11-06 22:28:56','',852,'http://technocompinc.com/2015/11/06/852-revision-v1/',0,'revision','',0),(854,1,'2015-11-06 22:29:18','2015-11-06 22:29:18','','Overview of QA','','publish','closed','closed','','overview-of-qa','','','2015-11-06 22:29:18','2015-11-06 22:29:18','',831,'http://technocompinc.com/?page_id=854',0,'page','',0),(855,1,'2015-11-06 22:29:18','2015-11-06 22:29:18','','Overview of QA','','inherit','closed','closed','','854-revision-v1','','','2015-11-06 22:29:18','2015-11-06 22:29:18','',854,'http://technocompinc.com/2015/11/06/854-revision-v1/',0,'revision','',0),(856,1,'2015-11-06 22:29:33','2015-11-06 22:29:33','','Download Illustration','','publish','closed','closed','','download-illustration','','','2015-11-06 22:29:42','2015-11-06 22:29:42','',831,'http://technocompinc.com/?page_id=856',0,'page','',0),(857,1,'2015-11-06 22:29:33','2015-11-06 22:29:33','','Download Illustration','','inherit','closed','closed','','856-revision-v1','','','2015-11-06 22:29:33','2015-11-06 22:29:33','',856,'http://technocompinc.com/2015/11/06/856-revision-v1/',0,'revision','',0),(858,1,'2015-11-06 22:30:10','2015-11-06 22:30:10','','Overview of Program Management','','publish','closed','closed','','overview-of-program-management','','','2015-11-06 22:30:10','2015-11-06 22:30:10','',833,'http://technocompinc.com/?page_id=858',0,'page','',0),(859,1,'2015-11-06 22:30:10','2015-11-06 22:30:10','','Overview of Program Management','','inherit','closed','closed','','858-revision-v1','','','2015-11-06 22:30:10','2015-11-06 22:30:10','',858,'http://technocompinc.com/2015/11/06/858-revision-v1/',0,'revision','',0),(860,1,'2015-11-06 22:30:29','2015-11-06 22:30:29','','Download Illustration','','publish','closed','closed','','download-illustration','','','2015-11-06 22:30:29','2015-11-06 22:30:29','',833,'http://technocompinc.com/?page_id=860',0,'page','',0),(861,1,'2015-11-06 22:30:29','2015-11-06 22:30:29','','Download Illustration','','inherit','closed','closed','','860-revision-v1','','','2015-11-06 22:30:29','2015-11-06 22:30:29','',860,'http://technocompinc.com/2015/11/06/860-revision-v1/',0,'revision','',0),(862,1,'2015-11-06 22:30:56','2015-11-06 22:30:56','','Write-up on Products','','publish','closed','closed','','write-up-on-products','','','2015-11-06 22:30:56','2015-11-06 22:30:56','',837,'http://technocompinc.com/?page_id=862',0,'page','',0),(863,1,'2015-11-06 22:30:56','2015-11-06 22:30:56','','Write-up on Products','','inherit','closed','closed','','862-revision-v1','','','2015-11-06 22:30:56','2015-11-06 22:30:56','',862,'http://technocompinc.com/2015/11/06/862-revision-v1/',0,'revision','',0),(864,1,'2015-11-06 22:31:19','2015-11-06 22:31:19','','Download Illustration','','publish','closed','closed','','download-illustration','','','2015-11-06 22:31:19','2015-11-06 22:31:19','',837,'http://technocompinc.com/?page_id=864',0,'page','',0),(865,1,'2015-11-06 22:31:19','2015-11-06 22:31:19','','Download Illustration','','inherit','closed','closed','','864-revision-v1','','','2015-11-06 22:31:19','2015-11-06 22:31:19','',864,'http://technocompinc.com/2015/11/06/864-revision-v1/',0,'revision','',0),(866,1,'2015-11-06 22:31:41','2015-11-06 22:31:41','','Organization Effectiveness','','publish','closed','closed','','organization-effectiveness','','','2015-11-06 22:31:41','2015-11-06 22:31:41','',839,'http://technocompinc.com/?page_id=866',0,'page','',0),(867,1,'2015-11-06 22:31:41','2015-11-06 22:31:41','','Organization Effectiveness','','inherit','closed','closed','','866-revision-v1','','','2015-11-06 22:31:41','2015-11-06 22:31:41','',866,'http://technocompinc.com/2015/11/06/866-revision-v1/',0,'revision','',0),(868,1,'2015-11-06 22:32:07','2015-11-06 22:32:07','','Provide Resume Upload','','publish','closed','closed','','provide-resume-upload','','','2015-11-06 22:32:07','2015-11-06 22:32:07','',839,'http://technocompinc.com/?page_id=868',0,'page','',0),(869,1,'2015-11-06 22:32:07','2015-11-06 22:32:07','','Provide Resume Upload','','inherit','closed','closed','','868-revision-v1','','','2015-11-06 22:32:07','2015-11-06 22:32:07','',868,'http://technocompinc.com/2015/11/06/868-revision-v1/',0,'revision','',0),(881,1,'2015-11-06 22:37:52','2015-11-06 22:37:52','[blockquote]\r\n\r\nOur work habits have changed\r\n\r\nTechno-Comp mobility\r\n\r\nPractice meets enterprise demands\r\n\r\n[/blockquote]','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-11-06 22:37:52','2015-11-06 22:37:52','',829,'http://technocompinc.com/2015/11/06/829-revision-v1/',0,'revision','',0),(882,1,'2015-11-06 22:38:52','2015-11-06 22:38:52','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n \r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-06 22:38:52','2015-11-06 22:38:52','',831,'http://technocompinc.com/2015/11/06/831-revision-v1/',0,'revision','',0),(883,1,'2015-11-06 22:51:01','2015-11-06 22:51:01','<strong>[one_fourth][/one_fourth]This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n\r\n \r\n<div id=\"fws_563d1da1792ee\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 22:51:01','2015-11-06 22:51:01','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(884,1,'2015-11-06 22:53:35','2015-11-06 22:53:35','[one_fourth]ddddddddddd[/one_fourth][one_fourth]ddddddddddd[/one_fourth][one_fourth]ddddddddddd[/one_fourth][one_fourth]ddddddddddd[/one_fourth]\r\n\r\n\r\n<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n\r\n \r\n<div id=\"fws_563d1da1792ee\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"> lll</div>\r\n<div class=\"icon_wrapper\"></div>\r\n<div class=\"icon_wrapper\">;;;;</div>\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 22:53:35','2015-11-06 22:53:35','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(885,1,'2015-11-06 22:55:34','2015-11-06 22:55:34','[one_fourth]\r\n\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth][one_fourth]ddddddddddd[/one_fourth][one_fourth]ddddddddddd[/one_fourth][one_fourth]ddddddddddd[/one_fourth]\r\n\r\n<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n\r\n\r\n','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 22:55:34','2015-11-06 22:55:34','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(886,1,'2015-11-06 22:58:44','2015-11-06 22:58:44','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 22:58:44','2015-11-06 22:58:44','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(887,1,'2015-11-06 22:59:11','2015-11-06 22:59:11','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<hr/>\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 22:59:11','2015-11-06 22:59:11','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(888,1,'2015-11-06 22:59:45','2015-11-06 22:59:45','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider<br/><br/><br/><br/></em>.</strong>\r\n<hr/>\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 22:59:45','2015-11-06 22:59:45','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(889,1,'2015-11-06 23:06:15','2015-11-06 23:06:15','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider\r\n\r\n\r\n\r\n</em>.</strong>\r\n\r\n<hr />\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"moon-screen-3\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 23:06:15','2015-11-06 23:06:15','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(890,1,'2015-11-06 23:07:21','2015-11-06 23:07:21','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider\r\n\r\n\r\n\r\n</em>.</strong>\r\n\r\n<hr />\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"moon-screen-3\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"steadysets-icon-chart\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"moon-cart-checkout\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"steadysets-icon-settings\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 23:07:21','2015-11-06 23:07:21','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(891,1,'2015-11-06 23:07:58','2015-11-06 23:07:58','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider\r\n\r\n\r\n\r\n</em>.</strong>\r\n\r\n<hr /><div></div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"moon-screen-3\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"steadysets-icon-chart\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"moon-cart-checkout\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"steadysets-icon-settings\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 23:07:58','2015-11-06 23:07:58','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(892,1,'2015-11-06 23:08:27','2015-11-06 23:08:27','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider\r\n\r\n\r\n\r\n</em>.</strong>\r\n\r\n<hr /><div></div>\r\n<div>\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"moon-screen-3\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"steadysets-icon-chart\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"moon-cart-checkout\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"><i class=\"steadysets-icon-settings\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-06 23:08:27','2015-11-06 23:08:27','',17,'http://technocompinc.com/2015/11/06/17-revision-v1/',0,'revision','',0),(895,1,'2015-11-07 15:25:04','2015-11-07 09:55:04','','QA','','publish','closed','closed','','895','','','2015-12-10 06:04:40','2015-12-10 00:34:40','',0,'http://technocompinc.com/?p=895',4,'nav_menu_item','',0),(898,1,'2015-11-07 15:26:30','2015-11-07 09:56:30','','program mgmt','','publish','closed','closed','','898','','','2015-12-10 06:04:40','2015-12-10 00:34:40','',0,'http://technocompinc.com/?p=898',5,'nav_menu_item','',0),(902,1,'2015-11-07 16:16:00','2015-11-07 10:46:00','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-11-07 16:16:00','2015-11-07 10:46:00','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(905,1,'2015-11-07 16:20:08','2015-11-07 10:50:08','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em></strong>\r\n\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-07 16:20:08','2015-11-07 10:50:08','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(906,1,'2015-11-07 16:28:02','2015-11-07 10:58:02','','Our work habits have changed','','publish','closed','closed','','our-work-habits-have-changed','','','2015-11-07 16:28:02','2015-11-07 10:58:02','',0,'http://technocompinc.com/?post_type=slide&p=906',0,'slide','',0),(907,1,'2015-11-07 16:29:15','2015-11-07 10:59:15','','Techno-Comp mobility','','publish','closed','closed','','techno-comp-mobility','','','2015-11-07 16:29:15','2015-11-07 10:59:15','',0,'http://technocompinc.com/?post_type=slide&p=907',0,'slide','',0),(908,1,'2015-11-07 16:32:25','2015-11-07 11:02:25','','4-compressed','','inherit','open','closed','','4-compressed','','','2015-11-07 16:32:25','2015-11-07 11:02:25','',0,'http://technocompinc.com/wp-content/uploads/2015/11/4-compressed.jpg',0,'attachment','image/jpeg',0),(909,1,'2015-11-07 16:32:48','2015-11-07 11:02:48','','shutterstock_117897700-compressed','','inherit','open','closed','','shutterstock_117897700-compressed','','','2015-11-07 16:32:48','2015-11-07 11:02:48','',0,'http://technocompinc.com/wp-content/uploads/2015/11/shutterstock_117897700-compressed.jpg',0,'attachment','image/jpeg',0),(910,1,'2015-11-07 16:32:52','2015-11-07 11:02:52','','shutterstock_110628650-compressed-compressed','','inherit','open','closed','','shutterstock_110628650-compressed-compressed','','','2015-11-07 16:32:52','2015-11-07 11:02:52','',0,'http://technocompinc.com/wp-content/uploads/2015/11/shutterstock_110628650-compressed-compressed.jpg',0,'attachment','image/jpeg',0),(911,1,'2015-11-07 16:33:46','2015-11-07 11:03:46','','slide-102','','inherit','open','closed','','slide-102','','','2015-11-07 16:33:46','2015-11-07 11:03:46','',0,'http://technocompinc.com/wp-content/uploads/2015/11/slide-102.jpg',0,'attachment','image/jpeg',0),(912,1,'2015-11-07 16:33:47','2015-11-07 11:03:47','','top-awards','','inherit','open','closed','','top-awards','','','2015-11-07 16:33:47','2015-11-07 11:03:47','',0,'http://technocompinc.com/wp-content/uploads/2015/11/top-awards.jpg',0,'attachment','image/jpeg',0),(913,1,'2015-11-07 16:33:49','2015-11-07 11:03:49','','top-services','','inherit','open','closed','','top-services','','','2015-11-07 16:33:49','2015-11-07 11:03:49','',0,'http://technocompinc.com/wp-content/uploads/2015/11/top-services.jpg',0,'attachment','image/jpeg',0),(914,1,'2015-11-07 16:33:49','2015-11-07 11:03:49','','top-team1','','inherit','open','closed','','top-team1','','','2015-11-07 16:33:49','2015-11-07 11:03:49','',0,'http://technocompinc.com/wp-content/uploads/2015/11/top-team1.jpg',0,'attachment','image/jpeg',0),(915,1,'2015-11-07 16:45:31','2015-11-07 11:15:31','','Led from Top and','','publish','closed','closed','','led-from-top-and','','','2015-11-07 16:45:31','2015-11-07 11:15:31','',0,'http://technocompinc.com/?post_type=slide&p=915',0,'slide','',0),(916,1,'2015-11-07 16:46:30','2015-11-07 11:16:30','','Techno-Comp QA CoE','','publish','closed','closed','','techno-comp-qa-coe','','','2015-11-07 16:46:30','2015-11-07 11:16:30','',0,'http://technocompinc.com/?post_type=slide&p=916',0,'slide','',0),(917,1,'2015-11-07 16:55:24','2015-11-07 11:25:24','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em></strong>\r\n\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n\r\n\r\n<hr/>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container\" style=\"\" data-animation=\"\" data-delay=\"0\">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"wpb_content_element block_title column_title inner-inline_border \"><h1>Our Clients</h1></div><div class=\"dark_clients clients_el\"><div class=\"pagination\"><a href=\"#\" class=\"prev\" style=\"display: block;\"><i class=\"icon-chevron-left\"></i></a><a href=\"#\" class=\"next\" style=\"display: block;\"><i class=\"icon-chevron-right\"></i></a></div><div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\"><div class=\"item\" style=\"width: 170px;\"><a href=\"\" title=\"\"><img width=\"300\" height=\"200\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" class=\"attachment-full\" alt=\"logo51\"></a></div><div class=\"item\" style=\"width: 170px;\"><a href=\"\" title=\"\"><img width=\"300\" height=\"200\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" class=\"attachment-full\" alt=\"logo51\"></a></div><div class=\"item\" style=\"width: 170px;\"><a href=\"\" title=\"\"><img width=\"300\" height=\"200\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" class=\"attachment-full\" alt=\"logo6\"></a></div><div class=\"item\" style=\"width: 170px;\"><a href=\"\" title=\"\"><img width=\"300\" height=\"200\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" class=\"attachment-full\" alt=\"logo3\"></a></div><div class=\"item\" style=\"width: 170px;\"><a href=\"\" title=\"\"><img width=\"300\" height=\"200\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" class=\"attachment-full\" alt=\"logo4\"></a></div></section></div></div>\r\n </div> \r\n </div> \r\n</div></div></div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-07 16:55:24','2015-11-07 11:25:24','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(918,1,'2015-11-07 16:55:50','2015-11-07 11:25:50','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em></strong>\r\n\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Responsive & Retina</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Simple & Business</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Woocommerce Compatible</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Easy Page Builder</a></h4>\r\nSed ut perspiciatis unde omnis iste natus error sit accusantium doloremque laudantium\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n\r\n\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container\" style=\"\" data-animation=\"\" data-delay=\"0\">\r\n <div class=\"wpb_wrapper\">\r\n <div class=\"wpb_content_element block_title column_title inner-inline_border \"><h1>Our Clients</h1></div><div class=\"dark_clients clients_el\"><div class=\"pagination\"><a href=\"#\" class=\"prev\" style=\"display: block;\"><i class=\"icon-chevron-left\"></i></a><a href=\"#\" class=\"next\" style=\"display: block;\"><i class=\"icon-chevron-right\"></i></a></div><div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\"><div class=\"item\" style=\"width: 170px;\"><a href=\"\" title=\"\"><img width=\"300\" height=\"200\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" class=\"attachment-full\" alt=\"logo51\"></a></div><div class=\"item\" style=\"width: 170px;\"><a href=\"\" title=\"\"><img width=\"300\" height=\"200\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" class=\"attachment-full\" alt=\"logo51\"></a></div><div class=\"item\" style=\"width: 170px;\"><a href=\"\" title=\"\"><img width=\"300\" height=\"200\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" class=\"attachment-full\" alt=\"logo6\"></a></div><div class=\"item\" style=\"width: 170px;\"><a href=\"\" title=\"\"><img width=\"300\" height=\"200\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" class=\"attachment-full\" alt=\"logo3\"></a></div><div class=\"item\" style=\"width: 170px;\"><a href=\"\" title=\"\"><img width=\"300\" height=\"200\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" class=\"attachment-full\" alt=\"logo4\"></a></div></section></div></div>\r\n </div> \r\n </div> \r\n</div></div></div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-07 16:55:50','2015-11-07 11:25:50','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(922,1,'2015-11-09 03:14:00','2015-11-08 21:44:00','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em></strong>\r\n\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>Our Clients</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-09 03:14:00','2015-11-08 21:44:00','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(923,1,'2015-11-09 03:15:30','2015-11-08 21:45:30','<strong>This theme requires the following plugins: <em>Envato WordPress Toolkit</em> and <em>WPBakery Visual Composer</em>.</strong>\r\n\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em>.</strong>\r\n\r\n<strong>The following recommended plugins are currently inactive: <em><a class=\"thickbox\" title=\"MailChimp List Subscribe Form\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=mailchimp&TB_iframe=true&width=640&height=500\">MailChimp List Subscribe Form</a>, <a class=\"thickbox\" title=\"User Avatar\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=user-avatar&TB_iframe=true&width=640&height=500\">User Avatar</a></em> and <em><a class=\"thickbox\" title=\"WP Retina 2x\" href=\"http://technocompinc.com/wp-admin/plugin-install.php?tab=plugin-information&plugin=wp-retina-2x&TB_iframe=true&width=640&height=500\">WP Retina 2x</a></em>.</strong>\r\n\r\n<strong><a href=\"http://technocompinc.com/wp-admin/themes.php?page=install-required-plugins\">Begin installing plugins</a> | <a href=\"http://technocompinc.com/wp-admin/plugins.php\">Activate installed plugins</a> | <a class=\"dismiss-notice\" href=\"http://technocompinc.com/wp-admin/post.php?post=17&action=edit&message=1&tgmpa-dismiss=dismiss_admin_notices\" target=\"_parent\">Dismiss this notice</a></strong>\r\n<strong>This theme recommends the following plugins: <em>LayerSlider WP</em> and <em>Revolution Slider</em></strong>\r\n\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-09 03:15:30','2015-11-08 21:45:30','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(924,1,'2015-11-09 03:28:23','2015-11-08 21:58:23','<p style=\"text-align: center;\"><strong>WELCOME TO TECHNO-COMP</strong></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are designed to address real business issues \"out-of-the-box\".</p>\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-09 03:28:23','2015-11-08 21:58:23','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(925,1,'2015-11-09 03:29:19','2015-11-08 21:59:19','<p style=\"text-align: center;\"><strong>WELCOME TO TECHNO-COMP</strong></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are </p><p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".</p>\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-09 03:29:19','2015-11-08 21:59:19','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(926,1,'2015-11-09 03:30:37','2015-11-08 22:00:37','<p style=\"text-align: center;\">[h1_heading]WELCOME TO TECHNO-COMP[/h1_heading]</p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".</p>\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-09 03:30:37','2015-11-08 22:00:37','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(927,1,'2015-11-09 03:31:55','2015-11-08 22:01:55','<p style=\"text-align: center;\"><h1>WELCOME TO TECHNO-COMP</h1></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".</p>\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-09 03:31:55','2015-11-08 22:01:55','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(928,1,'2015-11-09 03:32:22','2015-11-08 22:02:22','<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".</p>\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-09 03:32:22','2015-11-08 22:02:22','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(929,1,'2015-11-09 03:35:39','2015-11-08 22:05:39','<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n.\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-09 03:35:39','2015-11-08 22:05:39','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(930,1,'2015-11-09 03:39:15','2015-11-08 22:09:15','<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n</div>\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-09 03:39:15','2015-11-08 22:09:15','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(931,1,'2015-11-09 04:35:37','2015-11-09 04:35:37','','slide1-compressed1.jpg','','inherit','closed','closed','','slide1-compressed1-jpg','','','2015-11-09 04:35:37','2015-11-09 04:35:37','',0,'http://technocompinc.com/wp-content/uploads/revslider/home/slide1-compressed1.jpg',0,'attachment','image/jpeg',0),(932,1,'2015-11-09 04:35:39','2015-11-09 04:35:39','','man.png','','inherit','closed','closed','','man-png','','','2015-11-09 04:35:39','2015-11-09 04:35:39','',0,'http://technocompinc.com/wp-content/uploads/revslider/home/man.png',0,'attachment','image/png',0),(933,1,'2015-11-10 14:11:55','2015-11-10 08:41:55','[rev_slider alias=\"home-slide\"]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-10 14:11:55','2015-11-10 08:41:55','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(934,1,'2015-11-10 15:57:50','2015-11-10 10:27:50','[rev_slider alias=\"home-slide\"]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<i class=\"moon-screen-3\" style=\"color:#e1e1e1;\"></i>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-10 15:57:50','2015-11-10 10:27:50','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(935,1,'2015-11-10 15:59:59','2015-11-10 10:29:59','[rev_slider alias=\"home-slide\"]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<i class=\"moon-screen-3\" style=\"color:#e1e1e1;\"></i>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<i class=\"steadysets-icon-chart\" style=\"color:#e1e1e1;\"></i>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<i class=\"moon-cart-checkout\" style=\"color:#e1e1e1;\"></i>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<i class=\"steadysets-icon-settings\" style=\"color:#e1e1e1;\"></i>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-10 15:59:59','2015-11-10 10:29:59','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(936,1,'2015-11-10 16:02:48','2015-11-10 10:32:48','[rev_slider alias=\"home-slide\"]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\" style=\"\"><i class=\"moon-screen-3\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\">\r\n<i class=\"steadysets-icon-chart\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\">\r\n<i class=\"moon-cart-checkout\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\">\r\n<i class=\"steadysets-icon-settings\" style=\"color:#e1e1e1;\"></i></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-10 16:02:48','2015-11-10 10:32:48','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(938,1,'2015-11-12 10:45:02','2015-11-12 05:15:02','[rev_slider home-slide]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 10:45:02','2015-11-12 05:15:02','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(939,1,'2015-11-12 10:47:08','2015-11-12 05:17:08','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 10:47:08','2015-11-12 05:17:08','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(940,1,'2015-11-12 10:55:27','2015-11-12 05:25:27','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n<div></div>\r\n<div>\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n \r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"> [one_fourth]</div>\r\n<h4><a href=\"#\">e-Business</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<div class=\"vc_col-sm-3 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\" services_medium style_2 wpb_content_element\">\r\n<div class=\"icon_wrapper\"></div>\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/one_fourth]\r\n\r\n</div>\r\n<div id=\"fws_563dde4fbdb75\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container\" data-animation=\"\" data-delay=\"0\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_content_element block_title column_title inner-inline_border \">\r\n<h1>CUSTOMERS & PARTNERS</h1>\r\n</div>\r\n<div class=\"dark_clients clients_el\">\r\n<div class=\"pagination\"></div>\r\n<div class=\"caroufredsel_wrapper\" style=\"display: block; text-align: start; float: left; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 880px; height: 113px; margin: 0px; overflow: hidden;\"><section class=\"row clients clients_caro\" style=\"display: block; text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3080px; height: 113px; z-index: auto;\">\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo51.png\" alt=\"logo51\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo6.png\" alt=\"logo6\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo3.png\" alt=\"logo3\" width=\"300\" height=\"200\" /></a></div>\r\n<div class=\"item\" style=\"width: 170px;\"><a title=\"\"><img class=\"attachment-full\" src=\"http://codeless.co/specular/business4/wp-content/uploads/2014/12/logo4.png\" alt=\"logo4\" width=\"300\" height=\"200\" /></a></div>\r\n</section></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 10:55:27','2015-11-12 05:25:27','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(941,1,'2015-11-12 10:59:41','2015-11-12 05:29:41','','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 10:59:41','2015-11-12 05:29:41','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(942,1,'2015-11-12 11:04:19','2015-11-12 05:34:19','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:04:19','2015-11-12 05:34:19','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(943,1,'2015-11-12 11:09:09','2015-11-12 05:39:09','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:09:09','2015-11-12 05:39:09','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(944,1,'2015-11-12 11:12:25','2015-11-12 05:42:25','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][separator width=\"900px\" height=\"1px\" position=\"center\" color=\"#222222\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:12:25','2015-11-12 05:42:25','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(945,1,'2015-11-12 11:13:29','2015-11-12 05:43:29','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#222222\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:13:29','2015-11-12 05:43:29','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(946,1,'2015-11-12 11:15:31','2015-11-12 05:45:31','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#222222\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Our Work\" title_align=\"separator_align_left\" align=\"align_left\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:15:31','2015-11-12 05:45:31','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(947,1,'2015-11-12 11:16:54','2015-11-12 05:46:54','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"\r\n<h2>Our Work</h2>\r\n\" title_align=\"separator_align_left\" align=\"align_left\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:16:54','2015-11-12 05:46:54','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(948,1,'2015-11-12 11:20:29','2015-11-12 05:50:29','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDVVNUT01FUlMlMjAlMjZhbXAlM0IlMjBQQVJUTkVSUyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:20:29','2015-11-12 05:50:29','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(949,1,'2015-11-12 11:21:31','2015-11-12 05:51:31','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:21:31','2015-11-12 05:51:31','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(950,1,'2015-11-12 11:28:27','2015-11-12 05:58:27','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:28:27','2015-11-12 05:58:27','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(951,1,'2015-11-12 11:30:33','2015-11-12 06:00:33','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio columns=\"4\" rows=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:30:33','2015-11-12 06:00:33','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(952,1,'2015-11-12 11:37:12','2015-11-12 06:07:12','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio columns=\"5\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio columns=\"5\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio columns=\"5\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio columns=\"5\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:37:12','2015-11-12 06:07:12','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(953,1,'2015-11-12 11:38:46','2015-11-12 06:08:46','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:38:46','2015-11-12 06:08:46','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(954,1,'2015-11-12 11:40:32','2015-11-12 06:10:32','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<p style=\"text-align: center;\"><b>WELCOME TO TECHNO-COMP</b></p>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-12 11:40:32','2015-11-12 06:10:32','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(955,1,'2015-11-13 16:06:55','2015-11-13 10:36:55','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"left\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-13 16:06:55','2015-11-13 10:36:55','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(956,1,'2015-11-13 16:15:56','2015-11-13 10:45:56','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-calendar\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-13 16:15:56','2015-11-13 10:45:56','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(957,1,'2015-11-13 16:22:20','2015-11-13 10:52:20','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-globe\" color=\"custom\" size=\"lg\" custom_color=\"#999999\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-13 16:22:20','2015-11-13 10:52:20','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(958,1,'2015-11-13 16:23:00','2015-11-13 10:53:00','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-globe\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-13 16:23:00','2015-11-13 10:53:00','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(959,1,'2015-11-13 16:33:34','2015-11-13 11:03:34','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-globe\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]\r\n<h4><a href=\"#\">e-Business</a></h4>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-13 16:33:34','2015-11-13 11:03:34','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(960,1,'2015-11-13 16:36:17','2015-11-13 11:06:17','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-globe\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4><a href=\"#\">e-Governance</a></h4>\r\ne-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]\r\n<h4><a href=\"#\">Enterprise Performance</a></h4>\r\ne-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]\r\n<h4><a href=\"#\">e-Business</a></h4>\r\nEnterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]\r\n<h4><a href=\"#\">Business Intelligence</a></h4>\r\nBusiness Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-13 16:36:17','2015-11-13 11:06:17','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(961,1,'2015-11-13 16:38:24','2015-11-13 11:08:24','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-globe\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-bar-chart\" size=\"lg\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" size=\"lg\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" size=\"lg\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-13 16:38:24','2015-11-13 11:08:24','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(962,1,'2015-11-13 16:44:29','2015-11-13 11:14:29','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-globe\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-fax\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-13 16:44:29','2015-11-13 11:14:29','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(963,1,'2015-11-13 16:54:56','2015-11-13 11:24:56','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-globe\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-fax\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][staff_carousel slide_per_view=\"4\" test_cat=\"0\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-13 16:54:56','2015-11-13 11:24:56','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(964,1,'2015-11-13 16:59:12','2015-11-13 11:29:12','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-globe\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-fax\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-database\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-laptop\" color=\"custom\" size=\"lg\" align=\"center\" custom_color=\"#999999\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-13 16:59:12','2015-11-13 11:29:12','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(972,1,'2015-11-14 05:30:43','2015-11-14 00:00:43','','callout4','','inherit','open','closed','','callout4','','','2015-11-14 05:30:43','2015-11-14 00:00:43','',0,'http://technocompinc.com/wp-content/uploads/2015/11/callout4.png',0,'attachment','image/png',0),(973,1,'2015-11-14 05:30:45','2015-11-14 00:00:45','','callout1','','inherit','open','closed','','callout1','','','2015-11-14 05:45:04','2015-11-14 00:15:04','',17,'http://technocompinc.com/wp-content/uploads/2015/11/callout1.png',0,'attachment','image/png',0),(974,1,'2015-11-14 05:30:46','2015-11-14 00:00:46','','callout2','','inherit','open','closed','','callout2','','','2015-11-14 05:30:46','2015-11-14 00:00:46','',0,'http://technocompinc.com/wp-content/uploads/2015/11/callout2.png',0,'attachment','image/png',0),(975,1,'2015-11-14 05:30:46','2015-11-14 00:00:46','','callout3','','inherit','open','closed','','callout3','','','2015-11-14 05:30:46','2015-11-14 00:00:46','',0,'http://technocompinc.com/wp-content/uploads/2015/11/callout3.png',0,'attachment','image/png',0),(976,1,'2015-11-14 05:47:02','2015-11-14 00:17:02','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 05:47:02','2015-11-14 00:17:02','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(977,1,'2015-11-14 05:53:20','2015-11-14 00:23:20','','logo4','','inherit','open','closed','','logo4-2','','','2015-11-14 05:53:20','2015-11-14 00:23:20','',0,'http://technocompinc.com/wp-content/uploads/2015/11/logo4.jpg',0,'attachment','image/jpeg',0),(978,1,'2015-11-14 05:53:21','2015-11-14 00:23:21','','logo5','','inherit','open','closed','','logo5','','','2015-11-14 05:53:21','2015-11-14 00:23:21','',0,'http://technocompinc.com/wp-content/uploads/2015/11/logo5.jpg',0,'attachment','image/jpeg',0),(979,1,'2015-11-14 05:53:22','2015-11-14 00:23:22','','logo1','','inherit','open','closed','','logo1','','','2015-11-14 05:53:22','2015-11-14 00:23:22','',0,'http://technocompinc.com/wp-content/uploads/2015/11/logo1.jpg',0,'attachment','image/jpeg',0),(980,1,'2015-11-14 05:53:23','2015-11-14 00:23:23','','logo2','','inherit','open','closed','','logo2','','','2015-11-14 05:53:23','2015-11-14 00:23:23','',0,'http://technocompinc.com/wp-content/uploads/2015/11/logo2.jpg',0,'attachment','image/jpeg',0),(981,1,'2015-11-14 05:53:24','2015-11-14 00:23:24','','logo3','','inherit','open','closed','','logo3-2','','','2015-11-14 05:53:24','2015-11-14 00:23:24','',0,'http://technocompinc.com/wp-content/uploads/2015/11/logo3.jpg',0,'attachment','image/jpeg',0),(982,1,'2015-11-14 06:07:56','2015-11-14 00:37:56','','home-slid','','inherit','open','closed','','home-slid','','','2015-11-14 06:07:56','2015-11-14 00:37:56','',0,'http://technocompinc.com/wp-content/uploads/2015/11/home-slid.jpg',0,'attachment','image/jpeg',0),(983,1,'2015-11-14 06:15:33','2015-11-14 00:45:33','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][vc_raw_html]JTNDaHIlMjAlMkYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 06:15:33','2015-11-14 00:45:33','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(984,1,'2015-11-14 06:16:32','2015-11-14 00:46:32','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 06:16:32','2015-11-14 00:46:32','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(985,1,'2015-11-14 06:17:09','2015-11-14 00:47:09','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 06:17:09','2015-11-14 00:47:09','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(986,1,'2015-11-14 15:35:38','2015-11-14 10:05:38','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:35:38','2015-11-14 10:05:38','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(987,1,'2015-11-14 15:36:34','2015-11-14 10:06:34','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"grayscale\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:36:34','2015-11-14 10:06:34','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(988,1,'2015-11-14 15:37:16','2015-11-14 10:07:16','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:37:16','2015-11-14 10:07:16','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(989,1,'2015-11-14 15:38:06','2015-11-14 10:08:06','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:38:06','2015-11-14 10:08:06','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(990,1,'2015-11-14 15:39:28','2015-11-14 10:09:28','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][recent_portfolio mode=\"masonry\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:39:28','2015-11-14 10:09:28','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(991,1,'2015-11-14 15:40:25','2015-11-14 10:10:25','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:40:25','2015-11-14 10:10:25','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(992,1,'2015-11-14 15:42:25','2015-11-14 10:12:25','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:42:25','2015-11-14 10:12:25','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(993,1,'2015-11-14 15:43:26','2015-11-14 10:13:26','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:43:26','2015-11-14 10:13:26','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(994,1,'2015-11-14 15:44:23','2015-11-14 10:14:23','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" mode=\"masonry\" columns=\"5\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:44:23','2015-11-14 10:14:23','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(995,1,'2015-11-14 15:45:24','2015-11-14 10:15:24','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:45:24','2015-11-14 10:15:24','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(996,1,'2015-11-14 15:46:26','2015-11-14 10:16:26','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" space=\"no_space\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:46:26','2015-11-14 10:16:26','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(997,1,'2015-11-14 15:47:27','2015-11-14 10:17:27','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"3\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][recent_portfolio style=\"basic\" mode=\"masonry\" space=\"no_space\" columns=\"4\" from_where=\"cat\" category=\"5\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:47:27','2015-11-14 10:17:27','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(998,1,'2015-11-14 15:48:07','2015-11-14 10:18:07','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 15:48:07','2015-11-14 10:18:07','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(999,1,'2015-11-14 20:57:07','2015-11-14 15:27:07','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout3.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-14 20:57:07','2015-11-14 15:27:07','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1000,1,'2015-11-14 21:27:06','2015-11-14 15:57:06','','qality','','inherit','open','closed','','qality','','','2015-11-14 21:27:06','2015-11-14 15:57:06','',0,'http://technocompinc.com/wp-content/uploads/2015/11/qality.jpg',0,'attachment','image/jpeg',0),(1001,1,'2015-11-14 21:30:40','2015-11-14 16:00:40','','qality','','inherit','open','closed','','qality-2','','','2015-11-14 21:30:40','2015-11-14 16:00:40','',0,'http://technocompinc.com/wp-content/uploads/2015/11/qality1.jpg',0,'attachment','image/jpeg',0),(1002,1,'2015-11-14 21:34:10','2015-11-14 16:04:10','','requiting','','inherit','open','closed','','requiting','','','2015-11-14 21:34:10','2015-11-14 16:04:10','',0,'http://technocompinc.com/wp-content/uploads/2015/11/requiting.jpg',0,'attachment','image/jpeg',0),(1004,1,'2015-11-14 22:21:00','2015-11-14 16:51:00','<h2>OUR CAPABILITY</h2>\r\nA recent survey of recruiting best practices found 83 percent of recruiters report that\r\nthe power has shifted away from where it has been for years, the employer, and toward \r\nthe candidate. In a candidate-driven marketplace, “active-recruiting approaches” simply \r\nstop working. Now that top candidates are in the driver’s seat, the best have multiple \r\noptions, recruiting must dramatically increase hiring speed, and offer a great candidate \r\nexperience. This is how we have transformed.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBiggest challenge in the recruiting market even before finding qualified candidates is\r\nfinding a professional recruiter. As recruiting volume and difficulty to ramp up happens,\r\nfirms will begin to realize that there is a significant shortage of talented and up-to-date \r\nrecruiters. Technology modernization coupled with emerging technologies have further \r\nconstrained market. A lack of quality, leading-edge recruiter training will unfortunately \r\nmake the experienced recruiter shortage even worse. \r\n\r\nUnderstanding this, Techno-Comp has geared for meeting the challenges and has \r\ndesigned its practices to provide best results for clients. \r\n\r\nOur strategies include securing high-quality databases, creative referrals, personalized \r\nportfolio-driven search approach for time-dependent needs, integrated with leading \r\nrecruiters, digital sources like Linkedin, Glassdoor and Social media channels – all help \r\nus secure the right candidate consistently.\r\n\r\nWhat are your resource needs. Let us find the right candidate for you.\r\n<h3>OUR CAPABILITY </h3>\r\nTechno-Comp, its Employees and Consultants strive to meet the high benchmarks their clients have come to require of them. Consider the following facts about Techno-Comp practices. Aligned to a digital economy, Techno-Comp focusses on 6 practices that are at the core and they are\r\n<ul><li><strong>RECRUITING, CONSULTING SERVICES- PROJECTS & TIME & MATERIAL</strong>\r\nGain from our two decades of staffing and sourcing experience to support your growth initiatives. From IT Sr. Executives to Functional and Technical Software Engineers, Techno-Comp will be your one-stop for your recruitment needs, 24x7. We understand our client project portfolio and prepare candidate screening to meet project requirements. Meantime, our Center of Excellence (CoE) provides continuous learning opportunities to our 300+ team to deepen their practice knowledge in technology, business process, integration and testing areas. </li>\r\n<li><strong>ERP and CUSTOM APP DEVELOPMENT </strong>\r\n Use our innovative approach to better manage your application portfolio. Focus on driving out waste, reducing costs and increasing the business value of your applications. DevOps, Agile or Classical Waterfall, our project lifecycle template delivers on-budget, risk-free.\r\n</li>\r\n<li><strong>DIGITAL BUSUINESS TRANSFORMATION</strong>\r\nModernize your IT. Be it short-term patches and work-around while you strategically plan to overhaul your legacy assets, Techno-Comp lets you realize immediate and long-term opportunities using innovation to digitization. We offer a slew of front-end, integration and back-end application development and support, upgrades and migration services. \r\n </li>\r\n<li><strong>MOBILE APP DEVELOPMENT </strong>\r\nWe Specialize in Android, iOS, Blackberry, Windows & Brew mobile app solutions. Our comprehensive Mobility Solutions include Business Strategy & Program Management, Mobile App Development, Cloud based Solutions, Web Application Development, Carrier Billing & Rating, Content Management, Testing/Optimization & Maintenance/Support. User Experience is a foundation expertise we bring to your mobile enterprise app projects. \r\n</li>\r\n<li><strong>EMERGING TECHNOLOGIES AND CLOUD COMPUTING</strong> \r\n IoT (Internet-of-Things), Bigdata and Analytics are at forefront of technology investments our clients are making to differentiate their value to their Customers. Benefit from our Information strategy, designing an architecture that can deliver best RoI and to integrate multivariate technologies, events and data formats cost-effectively. Find out if Cloud computing is right for your enterprise. \r\n</li>\r\n<li><strong>QA CENTER OF EXCELLENCE </strong> \r\nManual and Automated Testing, Scripts Development, Performance Assurance and End-to-end Regression Testing for Enterprise Application and Mobility Solutions - is a tested approach that every client of ours benefits from. We have played a pivotal role in meeting stringent quality timelines for mission-critical, customer-facing applications in the last 2 decades of our business. \r\n</li>\r\n<li></li>\r\n<li></li></ul>','Recruiting','','inherit','closed','closed','','839-revision-v1','','','2015-11-14 22:21:00','2015-11-14 16:51:00','',839,'http://technocompinc.com/839-revision-v1/',0,'revision','',0),(1005,1,'2015-11-14 22:24:51','2015-11-14 16:54:51','<h2>OUR CAPABILITY</h2>\r\nA recent survey of recruiting best practices found 83 percent of recruiters report that the power has shifted away from where it has been for years, the employer, and toward the candidate. In a candidate-driven marketplace, “active-recruiting approaches” simply stop working. Now that top candidates are in the driver’s seat, the best have multiple options, recruiting must dramatically increase hiring speed, and offer a great candidate experience. This is how we have transformed.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBiggest challenge in the recruiting market even before finding qualified candidates is finding a professional recruiter. As recruiting volume and difficulty to ramp up happens, firms will begin to realize that there is a significant shortage of talented and up-to-date recruiters. Technology modernization coupled with emerging technologies have further constrained market. A lack of quality, leading-edge recruiter training will unfortunately \r\nmake the experienced recruiter shortage even worse. \r\n\r\nUnderstanding this, Techno-Comp has geared for meeting the challenges and has designed its practices to provide best results for clients. \r\n\r\nOur strategies include securing high-quality databases, creative referrals, personalized portfolio-driven search approach for time-dependent needs, integrated with leading recruiters, digital sources like Linkedin, Glassdoor and Social media channels – all help us secure the right candidate consistently.\r\n\r\nWhat are your resource needs. Let us find the right candidate for you.\r\n<h3>OUR CAPABILITY </h3>\r\nTechno-Comp, its Employees and Consultants strive to meet the high benchmarks their clients have come to require of them. Consider the following facts about Techno-Comp practices. Aligned to a digital economy, Techno-Comp focusses on 6 practices that are at the core and they are\r\n<ul><li><strong>RECRUITING, CONSULTING SERVICES- PROJECTS & TIME & MATERIAL</strong>\r\nGain from our two decades of staffing and sourcing experience to support your growth initiatives. From IT Sr. Executives to Functional and Technical Software Engineers, Techno-Comp will be your one-stop for your recruitment needs, 24x7. We understand our client project portfolio and prepare candidate screening to meet project requirements. Meantime, our Center of Excellence (CoE) provides continuous learning opportunities to our 300+ team to deepen their practice knowledge in technology, business process, integration and testing areas. </li>\r\n<li><strong>ERP and CUSTOM APP DEVELOPMENT </strong>\r\n Use our innovative approach to better manage your application portfolio. Focus on driving out waste, reducing costs and increasing the business value of your applications. DevOps, Agile or Classical Waterfall, our project lifecycle template delivers on-budget, risk-free.\r\n</li>\r\n<li><strong>DIGITAL BUSUINESS TRANSFORMATION</strong>\r\nModernize your IT. Be it short-term patches and work-around while you strategically plan to overhaul your legacy assets, Techno-Comp lets you realize immediate and long-term opportunities using innovation to digitization. We offer a slew of front-end, integration and back-end application development and support, upgrades and migration services. \r\n </li>\r\n<li><strong>MOBILE APP DEVELOPMENT </strong>\r\nWe Specialize in Android, iOS, Blackberry, Windows & Brew mobile app solutions. Our comprehensive Mobility Solutions include Business Strategy & Program Management, Mobile App Development, Cloud based Solutions, Web Application Development, Carrier Billing & Rating, Content Management, Testing/Optimization & Maintenance/Support. User Experience is a foundation expertise we bring to your mobile enterprise app projects. \r\n</li>\r\n<li><strong>EMERGING TECHNOLOGIES AND CLOUD COMPUTING</strong> \r\n IoT (Internet-of-Things), Bigdata and Analytics are at forefront of technology investments our clients are making to differentiate their value to their Customers. Benefit from our Information strategy, designing an architecture that can deliver best RoI and to integrate multivariate technologies, events and data formats cost-effectively. Find out if Cloud computing is right for your enterprise. \r\n</li>\r\n<li><strong>QA CENTER OF EXCELLENCE </strong> \r\nManual and Automated Testing, Scripts Development, Performance Assurance and End-to-end Regression Testing for Enterprise Application and Mobility Solutions - is a tested approach that every client of ours benefits from. We have played a pivotal role in meeting stringent quality timelines for mission-critical, customer-facing applications in the last 2 decades of our business. \r\n</li></ul>','Recruiting','','inherit','closed','closed','','839-revision-v1','','','2015-11-14 22:24:51','2015-11-14 16:54:51','',839,'http://technocompinc.com/839-revision-v1/',0,'revision','',0),(1006,1,'2015-11-14 22:31:27','2015-11-14 17:01:27','','QA-COD','','inherit','open','closed','','qa-cod','','','2015-11-14 22:32:50','2015-11-14 17:02:50','',831,'http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg',0,'attachment','image/jpeg',0),(1007,1,'2015-11-14 22:33:09','2015-11-14 17:03:09','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" class=\"aligncenter size-full wp-image-1006\" />\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-14 22:33:09','2015-11-14 17:03:09','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1008,1,'2015-11-30 21:04:33','2015-11-30 15:34:33','<h2>OUR CAPABILITY</h2>\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\n<h2>OUR APPROACH</h2>\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\n\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\n\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\n\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\n\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\n\n \n\n<img class=\"alignleft size-full wp-image-1006\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" />\n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\n\n<strong>Phase 1 Baseline Current Maturity</strong>\n<ul>\n <li>Begin establishing fundamental policies around application to be tested</li>\n <li>Set/measure quality standards and readiness procedures</li>\n <li>Determine reporting procedures</li>\n <li>Initiate governance process and cadence</li>\n</ul>\n<strong>Phase 2 QA Shared Services Setup</strong>\n<ul>\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\n <li>Training for script writing, resource identification and QA project planning</li>\n <li>Regression thru UAT test strategy</li>\n <li>Share tests and scripts</li>\n</ul>\n<strong>Phase 3 QA Service-as-a-Utility</strong>\n<ul>\n <li>Establish central source of service for a domain-specific teams</li>\n <li>Shared services team for specialized testing activities</li>\n</ul>\n<strong>Phase 4 Continuous Innovation</strong>\n<ul>\n <li>Tools and Accelerators to improve testing productivity</li>\n <li>Specialized data management strategy</li>\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\n</ul>\n<h2>SERVICES WE SUPPORT</h2>\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\n<ul>\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\n <li>Performance Testing: Loadrunner</li>\n</ul>\n<h2>BENEFITS OF QA COE</h2>\n<strong>Optimized use of existing resources:</strong>\n<ul>\n <li>QA budgets, tools, environments and people</li>\n</ul>\n<strong>Faster time-to-market</strong>\n<ul>\n <li>Test time reduce manual by 30%</li>\n <li>and increase test automation levels of 50-70%</li>\n</ul>\n<strong>Cost efficiency:</strong>\n<ul>\n <li>Typical resource cost reduction is 35% over a 2-year time frame</li>\n</ul>\n<strong>Optimized application quality and performance:</strong>\n<ul>\n <li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li>\n</ul>\n<strong>Tight alignment:</strong>\n<ul>\n <li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li>\n</ul>\n<h2>BENEFITS OF QA COE</h2>\nOur test metrics allows organizations to get visibility into test effectiveness and demonstrates delivery excellence. Our projects have QA controls through business analytics and predictive incident and problem resolution to downstream production support teams.\n\n<img class=\"alignleft size-full wp-image-1040\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/table.jpg\" alt=\"techno-comp\" width=\"799\" height=\"454\" />','QA CoE','','inherit','closed','closed','','831-autosave-v1','','','2015-11-30 21:04:33','2015-11-30 15:34:33','',831,'http://technocompinc.com/831-autosave-v1/',0,'revision','',0),(1009,1,'2015-11-14 22:36:25','2015-11-14 17:06:25','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" class=\"aligncenter size-full wp-image-1006\" />\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul><li>Begin establishing fundamental policies around application to be tested</li>\r\n<li>Set/measure quality standards and readiness procedures</li>\r\n<li>Determine reporting procedures</li>\r\n<li>Initiate governance process and cadence</li> </ul>\r\n','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-14 22:36:25','2015-11-14 17:06:25','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1010,1,'2015-11-14 22:38:28','2015-11-14 17:08:28','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" class=\"aligncenter size-full wp-image-1006\" />\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul><li>Begin establishing fundamental policies around application to be tested</li>\r\n<li>Set/measure quality standards and readiness procedures</li>\r\n<li>Determine reporting procedures</li>\r\n<li>Initiate governance process and cadence</li> </ul>\r\n\r\nPhase 2 QA Shared Services Setup\r\nUnify test procedures, standards and tools across enterprise (manual and automation testing)\r\nTraining for script writing, resource identification and QA project planning \r\nRegression thru UAT test strategy \r\nShare tests and scripts \r\n\r\nPhase 3 QA Service-as-a-Utility \r\nEstablish central source of service for a domain-specific teams \r\nShared services team for specialized testing activities \r\n\r\nPhase 4 Continuous Innovation \r\nTools and Accelerators to improve testing productivity \r\nSpecialized data management strategy \r\nFlexible Resource pooling & Dynamic resourcing for agile projects \r\n\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n\r\nHP QTP, Selenium, Jenkins, Reporting Tools (several)\r\nDevice Testing: Perfecto Mobile, Device Anywhere, Appium\r\nPerformance Testing: Loadrunner \r\n','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-14 22:38:28','2015-11-14 17:08:28','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1014,1,'2015-11-15 12:16:57','2015-11-15 06:46:57','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<a href=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\"><img class=\"aligncenter size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\" /></a>\r\n\r\n \r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<b>MOBILE TECHNOLOGIES WE FOCUS ON</b>\r\n\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp\r\n\r\nhas developed and delivered mobile apps on a variety of platforms\r\n\r\n \r\n\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<b>BENEFITS OF OUR MOBILE PRACTICE </b>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-11-15 12:16:57','2015-11-15 06:46:57','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1015,1,'2015-11-15 12:27:59','2015-11-15 06:57:59','','img2','','inherit','open','closed','','img2','','','2015-11-15 12:27:59','2015-11-15 06:57:59','',829,'http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg',0,'attachment','image/jpeg',0),(1016,1,'2015-11-15 12:28:08','2015-11-15 06:58:08','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<a href=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\"><img class=\"aligncenter size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\" /></a>\r\n\r\n \r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<b>MOBILE TECHNOLOGIES WE FOCUS ON</b>\r\n\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp\r\n\r\nhas developed and delivered mobile apps on a variety of platforms\r\n\r\n<a href=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\"><img class=\"aligncenter size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" /></a>\r\n\r\n \r\n\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<b>BENEFITS OF OUR MOBILE PRACTICE </b>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-11-15 12:28:08','2015-11-15 06:58:08','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1017,1,'2015-11-15 22:26:21','2015-11-15 16:56:21','','callout11','','inherit','open','closed','','callout11','','','2015-11-15 22:26:21','2015-11-15 16:56:21','',0,'http://technocompinc.com/wp-content/uploads/2015/11/callout11.png',0,'attachment','image/png',0),(1018,1,'2015-11-15 22:29:37','2015-11-15 16:59:37','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"1100px\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-15 22:29:37','2015-11-15 16:59:37','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1019,1,'2015-11-15 22:46:45','2015-11-15 17:16:45','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<img class=\"aligncenter size-full wp-image-1006\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" />\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul><li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n<li>Training for script writing, resource identification and QA project planning</li>\r\n<li>Regression thru UAT test strategy</li>\r\n<li>Share tests and scripts</li></ul>\r\n\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul><li>Establish central source of service for a domain-specific teams</li>\r\n<li>Shared services team for specialized testing activities</li></ul>\r\n\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul><li>Tools and Accelerators to improve testing productivity</li>\r\n<li>Specialized data management strategy</li>\r\n<li>Flexible Resource pooling & Dynamic resourcing for agile projects</li></ul>\r\n\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul><li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n<li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n<li>Performance Testing: Loadrunner</li></ul>','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-15 22:46:45','2015-11-15 17:16:45','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1022,1,'2015-11-19 15:34:49','2015-11-19 10:04:49','Techno-Comp Inc greatly respects user’s privacy and remains committed to protecting its user’s privacy. The needed steps are taken to ensure the same and assure the users of the company’s commitment to maintain the privacy of their information.\r\n \r\nUsers are requested to read this Privacy Policy before navigating this Site.\r\n \r\n<strong>INFORMATION COLLECTED</strong>\r\n \r\nThe company may in the course of your browsing this Site, collect personal details like name, email address, location, phone number, fax number and other needed details for staying in touch with you, providing better service and informing you about our new products and services.\r\n \r\n<strong>INFORMATION SHARING</strong>\r\n \r\nUnder no circumstances, shall the company sell, lease or distribute your personal information to any third-party organization without prior consent. However, the company reserves the right to reveal your information in extreme circumstances as required by legal authorities in line with our commitment to respect the rule of law.\r\n \r\n<strong>INFORMATION SECURITY</strong>\r\n \r\nAll possible steps are taken to ensure that your information is safe and secure. Accordingly, the company has put in place the needed procedures for safeguarding and securing the safety of your information\r\n \r\n<strong>COOKIES</strong>\r\n \r\nCookies are small files that are used for analyzing web traffic OR understanding your visits to a particular site. They allow web applications to tailor its operations to your specific needs, likes and dislikes by gathering as well as remembering information\r\n \r\nWe use traffic log cookies to identify which pages are being visited and used by visitors. This helps us to know the work of web page traffic and use the same to alter our website in accordance with customer’s tastes.\r\n \r\nThe company uses this information for statistical analysis purposes only and once work is over, then the data is removed from the system.\r\n \r\nIn case you are not agreeable to the usage of cookies on your computer, you have the choice to reject all cookies.\r\n \r\n<strong>LINKS TO THIRD PARTY SITES</strong>\r\n \r\nThis Website may contain links to third party websites of interest. Please note that these sites may be given for your reference purpose. We do not however maintain any control over such Sites or the policies of such Sites. As such we are not responsible for the protection and privacy of any information which you provide whilst visiting such sites.\r\n \r\nSo you need to eschew due precaution while disseminating your personal information when browsing and using such Sites. You are requested to look at the privacy statement applicable to the website in question before proceeding to use such Sites.\r\n \r\n<strong>CHANGES TO POLICY</strong>\r\n \r\nThe company reserves the right to change this policy at anytime at its sole discretion. The same shall be posted on the Site as and when such changes are done.\r\n \r\nIt remains your duty as a user to be familiar with the policies and act accordingly.\r\n \r\n<strong>CONTACT US</strong>\r\n \r\nIn case you have further queries regarding our privacy policy, feel free to send get in touch with us at info@technocompinc.com','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2015-12-22 06:22:18','2015-12-22 00:52:18','',0,'http://technocompinc.com/?page_id=1022',0,'page','',0),(1023,1,'2015-11-19 15:34:49','2015-11-19 10:04:49','','Privacy Policy','','inherit','closed','closed','','1022-revision-v1','','','2015-11-19 15:34:49','2015-11-19 10:04:49','',1022,'http://technocompinc.com/1022-revision-v1/',0,'revision','',0),(1024,1,'2015-11-19 15:36:24','2015-11-19 10:06:24','','Terms of Use','','publish','closed','closed','','terms-of-use','','','2016-03-03 12:39:37','2016-03-03 07:09:37','',0,'http://technocompinc.com/?page_id=1024',0,'page','',0),(1025,1,'2015-11-19 15:36:24','2015-11-19 10:06:24','','Terms of Use','','inherit','closed','closed','','1024-revision-v1','','','2015-11-19 15:36:24','2015-11-19 10:06:24','',1024,'http://technocompinc.com/1024-revision-v1/',0,'revision','',0),(1026,1,'2015-11-19 15:39:30','2015-11-19 10:09:30',' ','','','publish','closed','closed','','1026','','','2016-03-11 18:03:12','2016-03-11 12:33:12','',0,'http://technocompinc.com/?p=1026',2,'nav_menu_item','',0),(1027,1,'2015-11-19 15:39:30','2015-11-19 10:09:30',' ','','','publish','closed','closed','','1027','','','2016-03-11 18:03:12','2016-03-11 12:33:12','',0,'http://technocompinc.com/?p=1027',5,'nav_menu_item','',0),(1028,1,'2015-11-19 15:39:30','2015-11-19 10:09:30',' ','','','publish','closed','closed','','1028','','','2016-03-11 18:03:12','2016-03-11 12:33:12','',0,'http://technocompinc.com/?p=1028',6,'nav_menu_item','',0),(1030,1,'2015-11-19 15:39:30','2015-11-19 10:09:30',' ','','','publish','closed','closed','','1030','','','2016-03-11 18:03:12','2016-03-11 12:33:12','',0,'http://technocompinc.com/?p=1030',4,'nav_menu_item','',0),(1032,1,'2015-11-19 16:06:34','2015-11-19 10:36:34','','program','','inherit','open','closed','','program','','','2015-11-19 16:07:00','2015-11-19 10:37:00','',833,'http://technocompinc.com/wp-content/uploads/2015/11/program.jpg',0,'attachment','image/jpeg',0),(1033,1,'2015-11-19 16:10:55','2015-11-19 10:40:55','<h2>OUR APPROACH </h2>\r\nOur ideology and project management process centers on the most important aspects of any client requirement— your users and your business needs. Before any design work begins, we start by learning what your users need in order to accomplish certain tasks and what your business needs in order to accomplish results.\r\n\r\n<h2>OUR METHODOLOGY</h2>\r\nDepending on the project, we follow a fine-tuned methodology that is comprised of several key components depicted in the downloadable graphic below. Our process places the user at the center of every task we perform, every deliverable we create and every decision we make to ensure the design of your product creates an engaging user experience.\r\n\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/11/program.jpg\" alt=\"techno-comp\" width=\"486\" height=\"319\" class=\"alignleft size-full wp-image-1032\" />\r\n\r\n<div class=\"button\"><a href=\"#\">Download Program Management Methodology</a></div>','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-11-19 16:10:55','2015-11-19 10:40:55','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1034,1,'2015-11-19 16:12:01','2015-11-19 10:42:01','<h2>OUR APPROACH </h2>\r\nOur ideology and project management process centers on the most important aspects of any client requirement— your users and your business needs. Before any design work begins, we start by learning what your users need in order to accomplish certain tasks and what your business needs in order to accomplish results.\r\n\r\n<h2>OUR METHODOLOGY</h2>\r\nDepending on the project, we follow a fine-tuned methodology that is comprised of several key components depicted in the downloadable graphic below. Our process places the user at the center of every task we perform, every deliverable we create and every decision we make to ensure the design of your product creates an engaging user experience.\r\n\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/11/program.jpg\" alt=\"techno-comp\" width=\"486\" height=\"319\" class=\"alignleft size-full wp-image-1032\" />\r\n<br>\r\n<div class=\"button\"><a href=\"#\">Download Program Management Methodology</a></div>','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-11-19 16:12:01','2015-11-19 10:42:01','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1035,1,'2015-11-19 16:20:20','2015-11-19 10:50:20','[vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDIlM0VPVVIlMjBBUFBST0FDSCUyMCUzQyUyRmgyJTNFJTBBT3VyJTIwaWRlb2xvZ3klMjBhbmQlMjBwcm9qZWN0JTIwbWFuYWdlbWVudCUyMHByb2Nlc3MlMjBjZW50ZXJzJTIwb24lMjB0aGUlMjBtb3N0JTIwaW1wb3J0YW50JTIwYXNwZWN0cyUyMG9mJTIwYW55JTIwY2xpZW50JTIwcmVxdWlyZW1lbnQlRTIlODAlOTQlMjB5b3VyJTIwdXNlcnMlMjBhbmQlMjB5b3VyJTIwYnVzaW5lc3MlMjBuZWVkcy4lMjBCZWZvcmUlMjBhbnklMjBkZXNpZ24lMjB3b3JrJTIwYmVnaW5zJTJDJTIwd2UlMjBzdGFydCUyMGJ5JTIwbGVhcm5pbmclMjB3aGF0JTIweW91ciUyMHVzZXJzJTIwbmVlZCUyMGluJTIwb3JkZXIlMjB0byUyMGFjY29tcGxpc2glMjBjZXJ0YWluJTIwdGFza3MlMjBhbmQlMjB3aGF0JTIweW91ciUyMGJ1c2luZXNzJTIwbmVlZHMlMjBpbiUyMG9yZGVyJTIwdG8lMjBhY2NvbXBsaXNoJTIwcmVzdWx0cy4lMEElMEElM0NoMiUzRU9VUiUyME1FVEhPRE9MT0dZJTNDJTJGaDIlM0UlMEFEZXBlbmRpbmclMjBvbiUyMHRoZSUyMHByb2plY3QlMkMlMjB3ZSUyMGZvbGxvdyUyMGElMjBmaW5lLXR1bmVkJTIwbWV0aG9kb2xvZ3klMjB0aGF0JTIwaXMlMjBjb21wcmlzZWQlMjBvZiUyMHNldmVyYWwlMjBrZXklMjBjb21wb25lbnRzJTIwZGVwaWN0ZWQlMjBpbiUyMHRoZSUyMGRvd25sb2FkYWJsZSUyMGdyYXBoaWMlMjBiZWxvdy4lMjBPdXIlMjBwcm9jZXNzJTIwcGxhY2VzJTIwdGhlJTIwdXNlciUyMGF0JTIwdGhlJTIwY2VudGVyJTIwb2YlMjBldmVyeSUyMHRhc2slMjB3ZSUyMHBlcmZvcm0lMkMlMjBldmVyeSUyMGRlbGl2ZXJhYmxlJTIwd2UlMjBjcmVhdGUlMjBhbmQlMjBldmVyeSUyMGRlY2lzaW9uJTIwd2UlMjBtYWtlJTIwdG8lMjBlbnN1cmUlMjB0aGUlMjBkZXNpZ24lMjBvZiUyMHlvdXIlMjBwcm9kdWN0JTIwY3JlYXRlcyUyMGFuJTIwZW5nYWdpbmclMjB1c2VyJTIwZXhwZXJpZW5jZS4lMEElMEElM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGaW5kaWFuZWRpdGlvbi5jb20lMkZ0ZWNobm9jb21wJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwcm9ncmFtLmpwZyUyMiUyMGFsdCUzRCUyMnRlY2huby1jb21wJTIyJTIwd2lkdGglM0QlMjI0ODYlMjIlMjBoZWlnaHQlM0QlMjIzMTklMjIlMjBjbGFzcyUzRCUyMmFsaWdubGVmdCUyMHNpemUtZnVsbCUyMHdwLWltYWdlLTEwMzIlMjIlMjAlMkYlM0UlMEElM0NiciUzRSUzQyUyRmJyJTNFJTBBJTVCc2hvcnRjb2RlX2J1dHRvbiUyMHR5cGUlM0QlMjJkZWZhdWx0JTIyJTIwYWxpZ24lM0QlMjJjZW50ZXIlMjIlMjB0YXJnZXQlM0QlMjJfc2VsZiUyMiUyMGxpbmslM0QlMjIlMjMlMjIlMjBjb2xvciUzRCUyMiUyM2ZmNjYzMyUyMiUyMGJnX2NvbG9yX2hvdmVyJTNEJTIyJTIzZmY2NjMzJTIyJTIwaWNvbiUzRCUyMm5vbmUlMjIlMjBmb250X2NvbG9yJTNEJTIyJTIzRkZGJTIyJTIwZm9udF9jb2xvcl9ob3ZlciUzRCUyMiUyM2ZmZiUyMiU1RERvd25sb2FkJTIwUHJvZ3JhbSUyME1hbmFnZW1lbnQlMjBNZXRob2RvbG9neSU1QiUyRnNob3J0Y29kZV9idXR0b24lNUQlMEE=[/vc_raw_html][/vc_column][vc_column width=\"1/4\"][vc_column_text]<i>“We started working with the TCI Team in 2010 on a very large application development project that was critical to our business.</i>\r\n\r\n<i>The TCI Team far exceeded our expectations and, more importantly, the project met our business stakeholders budget and quality expectations.”</i>\r\n\r\n<b><i>Annette R</i></b>\r\n\r\n<b><i>VP & Exec. Director IT, ABC Corp</i></b>[/vc_column_text][/vc_column][/vc_row]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-11-19 16:20:20','2015-11-19 10:50:20','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1036,1,'2015-11-19 16:23:36','2015-11-19 10:53:36','[vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDIlM0VPVVIlMjBBUFBST0FDSCUyMCUzQyUyRmgyJTNFJTBBT3VyJTIwaWRlb2xvZ3klMjBhbmQlMjBwcm9qZWN0JTIwbWFuYWdlbWVudCUyMHByb2Nlc3MlMjBjZW50ZXJzJTIwb24lMjB0aGUlMjBtb3N0JTIwaW1wb3J0YW50JTIwYXNwZWN0cyUyMG9mJTIwYW55JTIwY2xpZW50JTIwcmVxdWlyZW1lbnQlRTIlODAlOTQlMjB5b3VyJTIwdXNlcnMlMjBhbmQlMjB5b3VyJTIwYnVzaW5lc3MlMjBuZWVkcy4lMjBCZWZvcmUlMjBhbnklMjBkZXNpZ24lMjB3b3JrJTIwYmVnaW5zJTJDJTIwd2UlMjBzdGFydCUyMGJ5JTIwbGVhcm5pbmclMjB3aGF0JTIweW91ciUyMHVzZXJzJTIwbmVlZCUyMGluJTIwb3JkZXIlMjB0byUyMGFjY29tcGxpc2glMjBjZXJ0YWluJTIwdGFza3MlMjBhbmQlMjB3aGF0JTIweW91ciUyMGJ1c2luZXNzJTIwbmVlZHMlMjBpbiUyMG9yZGVyJTIwdG8lMjBhY2NvbXBsaXNoJTIwcmVzdWx0cy4lMEElMEElM0NoMiUzRU9VUiUyME1FVEhPRE9MT0dZJTNDJTJGaDIlM0UlMEFEZXBlbmRpbmclMjBvbiUyMHRoZSUyMHByb2plY3QlMkMlMjB3ZSUyMGZvbGxvdyUyMGElMjBmaW5lLXR1bmVkJTIwbWV0aG9kb2xvZ3klMjB0aGF0JTIwaXMlMjBjb21wcmlzZWQlMjBvZiUyMHNldmVyYWwlMjBrZXklMjBjb21wb25lbnRzJTIwZGVwaWN0ZWQlMjBpbiUyMHRoZSUyMGRvd25sb2FkYWJsZSUyMGdyYXBoaWMlMjBiZWxvdy4lMjBPdXIlMjBwcm9jZXNzJTIwcGxhY2VzJTIwdGhlJTIwdXNlciUyMGF0JTIwdGhlJTIwY2VudGVyJTIwb2YlMjBldmVyeSUyMHRhc2slMjB3ZSUyMHBlcmZvcm0lMkMlMjBldmVyeSUyMGRlbGl2ZXJhYmxlJTIwd2UlMjBjcmVhdGUlMjBhbmQlMjBldmVyeSUyMGRlY2lzaW9uJTIwd2UlMjBtYWtlJTIwdG8lMjBlbnN1cmUlMjB0aGUlMjBkZXNpZ24lMjBvZiUyMHlvdXIlMjBwcm9kdWN0JTIwY3JlYXRlcyUyMGFuJTIwZW5nYWdpbmclMjB1c2VyJTIwZXhwZXJpZW5jZS4lMEElMEElM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGaW5kaWFuZWRpdGlvbi5jb20lMkZ0ZWNobm9jb21wJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwcm9ncmFtLmpwZyUyMiUyMGFsdCUzRCUyMnRlY2huby1jb21wJTIyJTIwd2lkdGglM0QlMjI0ODYlMjIlMjBoZWlnaHQlM0QlMjIzMTklMjIlMjBjbGFzcyUzRCUyMmFsaWdubGVmdCUyMHNpemUtZnVsbCUyMHdwLWltYWdlLTEwMzIlMjIlMjAlMkYlM0UlMEElMEE=[/vc_raw_html][vc_btn title=\"Download Program Management Methodology \" style=\"classic\" color=\"danger\" link=\"url:%23|title:Download%20Program%20Management%20Methodology%20|\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]<i>“We started working with the TCI Team in 2010 on a very large application development project that was critical to our business.</i>\r\n\r\n<i>The TCI Team far exceeded our expectations and, more importantly, the project met our business stakeholders budget and quality expectations.”</i>\r\n\r\n<b><i>Annette R</i></b>\r\n\r\n<b><i>VP & Exec. Director IT, ABC Corp</i></b>[/vc_column_text][/vc_column][/vc_row]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-11-19 16:23:36','2015-11-19 10:53:36','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1037,1,'2015-11-19 16:29:45','2015-11-19 10:59:45','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<img class=\"alignleft size-full wp-image-1006\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" />\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-19 16:29:45','2015-11-19 10:59:45','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1038,1,'2015-11-19 16:31:43','2015-11-19 11:01:43','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<img class=\"alignleft size-full wp-image-1006\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-19 16:31:43','2015-11-19 11:01:43','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1039,1,'2015-11-19 16:48:34','2015-11-19 11:18:34','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<img class=\"alignleft size-full wp-image-1006\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\n<strong>Optimized use of existing resources:</strong>\r\n<ul><li>QA budgets, tools, environments and people</li></ul>\r\n\r\n<strong>Faster time-to-market</strong>\r\n<ul><li>Test time reduce manual by 30%</li>\r\n<li>and increase test automation levels of 50-70%</li></ul>\r\n\r\n<strong>Cost efficiency:</strong>\r\n<ul><li>Typical resource cost reduction is 35% over a 2-year time frame</li></ul>\r\n\r\n<strong>Optimized application quality and performance:</strong>\r\n<ul><li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li></ul>\r\n\r\n<strong>Tight alignment:</strong>\r\n<ul><li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li></ul>\r\n','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-19 16:48:34','2015-11-19 11:18:34','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1040,1,'2015-11-19 16:50:38','2015-11-19 11:20:38','','table','','inherit','open','closed','','table','','','2015-11-19 16:50:59','2015-11-19 11:20:59','',831,'http://technocompinc.com/wp-content/uploads/2015/11/table.jpg',0,'attachment','image/jpeg',0),(1041,1,'2015-11-19 16:51:23','2015-11-19 11:21:23','<b>OUR CAPABILITY </b>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<b>OUR APPROACH</b>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<img class=\"alignleft size-full wp-image-1006\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\n<strong>Optimized use of existing resources:</strong>\r\n<ul><li>QA budgets, tools, environments and people</li></ul>\r\n\r\n<strong>Faster time-to-market</strong>\r\n<ul><li>Test time reduce manual by 30%</li>\r\n<li>and increase test automation levels of 50-70%</li></ul>\r\n\r\n<strong>Cost efficiency:</strong>\r\n<ul><li>Typical resource cost reduction is 35% over a 2-year time frame</li></ul>\r\n\r\n<strong>Optimized application quality and performance:</strong>\r\n<ul><li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li></ul>\r\n\r\n<strong>Tight alignment:</strong>\r\n<ul><li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li></ul>\r\n\r\n<h2>BENEFITS OF QA COE</h2>\r\nOur test metrics allows organizations to get visibility into test effectiveness and demonstrates delivery excellence. Our projects have QA controls through business analytics and predictive incident and problem resolution to downstream production support teams. \r\n\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/11/table.jpg\" alt=\"techno-comp\" width=\"799\" height=\"454\" class=\"alignleft size-full wp-image-1040\" />','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-19 16:51:23','2015-11-19 11:21:23','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1042,1,'2015-11-19 16:52:53','2015-11-19 11:22:53','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<img class=\"alignleft size-full wp-image-1006\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\n<strong>Optimized use of existing resources:</strong>\r\n<ul><li>QA budgets, tools, environments and people</li></ul>\r\n\r\n<strong>Faster time-to-market</strong>\r\n<ul><li>Test time reduce manual by 30%</li>\r\n<li>and increase test automation levels of 50-70%</li></ul>\r\n\r\n<strong>Cost efficiency:</strong>\r\n<ul><li>Typical resource cost reduction is 35% over a 2-year time frame</li></ul>\r\n\r\n<strong>Optimized application quality and performance:</strong>\r\n<ul><li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li></ul>\r\n\r\n<strong>Tight alignment:</strong>\r\n<ul><li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li></ul>\r\n\r\n<h2>BENEFITS OF QA COE</h2>\r\nOur test metrics allows organizations to get visibility into test effectiveness and demonstrates delivery excellence. Our projects have QA controls through business analytics and predictive incident and problem resolution to downstream production support teams. \r\n\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/11/table.jpg\" alt=\"techno-comp\" width=\"799\" height=\"454\" class=\"alignleft size-full wp-image-1040\" />','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-19 16:52:53','2015-11-19 11:22:53','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1043,1,'2015-11-19 17:09:21','2015-11-19 11:39:21','','table-img','','inherit','open','closed','','table-img','','','2015-11-19 17:09:36','2015-11-19 11:39:36','',839,'http://technocompinc.com/wp-content/uploads/2015/11/table-img.jpg',0,'attachment','image/jpeg',0),(1044,1,'2015-11-19 17:09:54','2015-11-19 11:39:54','<h2>OUR CAPABILITY</h2>\r\nA recent survey of recruiting best practices found 83 percent of recruiters report that the power has shifted away from where it has been for years, the employer, and toward the candidate. In a candidate-driven marketplace, “active-recruiting approaches” simply stop working. Now that top candidates are in the driver’s seat, the best have multiple options, recruiting must dramatically increase hiring speed, and offer a great candidate experience. This is how we have transformed.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBiggest challenge in the recruiting market even before finding qualified candidates is finding a professional recruiter. As recruiting volume and difficulty to ramp up happens, firms will begin to realize that there is a significant shortage of talented and up-to-date recruiters. Technology modernization coupled with emerging technologies have further constrained market. A lack of quality, leading-edge recruiter training will unfortunately \r\nmake the experienced recruiter shortage even worse. \r\n\r\nUnderstanding this, Techno-Comp has geared for meeting the challenges and has designed its practices to provide best results for clients. \r\n\r\nOur strategies include securing high-quality databases, creative referrals, personalized portfolio-driven search approach for time-dependent needs, integrated with leading recruiters, digital sources like Linkedin, Glassdoor and Social media channels – all help us secure the right candidate consistently.\r\n\r\nWhat are your resource needs. Let us find the right candidate for you.\r\n<h3>OUR CAPABILITY </h3>\r\nTechno-Comp, its Employees and Consultants strive to meet the high benchmarks their clients have come to require of them. Consider the following facts about Techno-Comp practices. Aligned to a digital economy, Techno-Comp focusses on 6 practices that are at the core and they are\r\n<ul><li><strong>RECRUITING, CONSULTING SERVICES- PROJECTS & TIME & MATERIAL</strong>\r\nGain from our two decades of staffing and sourcing experience to support your growth initiatives. From IT Sr. Executives to Functional and Technical Software Engineers, Techno-Comp will be your one-stop for your recruitment needs, 24x7. We understand our client project portfolio and prepare candidate screening to meet project requirements. Meantime, our Center of Excellence (CoE) provides continuous learning opportunities to our 300+ team to deepen their practice knowledge in technology, business process, integration and testing areas. </li>\r\n<li><strong>ERP and CUSTOM APP DEVELOPMENT </strong>\r\n Use our innovative approach to better manage your application portfolio. Focus on driving out waste, reducing costs and increasing the business value of your applications. DevOps, Agile or Classical Waterfall, our project lifecycle template delivers on-budget, risk-free.\r\n</li>\r\n<li><strong>DIGITAL BUSUINESS TRANSFORMATION</strong>\r\nModernize your IT. Be it short-term patches and work-around while you strategically plan to overhaul your legacy assets, Techno-Comp lets you realize immediate and long-term opportunities using innovation to digitization. We offer a slew of front-end, integration and back-end application development and support, upgrades and migration services. \r\n </li>\r\n<li><strong>MOBILE APP DEVELOPMENT </strong>\r\nWe Specialize in Android, iOS, Blackberry, Windows & Brew mobile app solutions. Our comprehensive Mobility Solutions include Business Strategy & Program Management, Mobile App Development, Cloud based Solutions, Web Application Development, Carrier Billing & Rating, Content Management, Testing/Optimization & Maintenance/Support. User Experience is a foundation expertise we bring to your mobile enterprise app projects. \r\n</li>\r\n<li><strong>EMERGING TECHNOLOGIES AND CLOUD COMPUTING</strong> \r\n IoT (Internet-of-Things), Bigdata and Analytics are at forefront of technology investments our clients are making to differentiate their value to their Customers. Benefit from our Information strategy, designing an architecture that can deliver best RoI and to integrate multivariate technologies, events and data formats cost-effectively. Find out if Cloud computing is right for your enterprise. \r\n</li>\r\n<li><strong>QA CENTER OF EXCELLENCE </strong> \r\nManual and Automated Testing, Scripts Development, Performance Assurance and End-to-end Regression Testing for Enterprise Application and Mobility Solutions - is a tested approach that every client of ours benefits from. We have played a pivotal role in meeting stringent quality timelines for mission-critical, customer-facing applications in the last 2 decades of our business. \r\n</li></ul>\r\n\r\n<h2>TECHNOLOGIES WE SUPPORT</h2>\r\nWe bring seasoned QA professionals with years of project management experience.\r\n\r\n<strong>Exhibit. Technology Focus of Techno-Comp</strong>\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/11/table-img.jpg\" alt=\"table-img\" width=\"502\" height=\"548\" class=\"alignleft size-full wp-image-1043\" />','Recruiting','','inherit','closed','closed','','839-revision-v1','','','2015-11-19 17:09:54','2015-11-19 11:39:54','',839,'http://technocompinc.com/839-revision-v1/',0,'revision','',0),(1045,1,'2015-11-19 17:23:28','2015-11-19 11:53:28','<p><label>Name:<span class=\"red\">*</span></label> [text* fullName] </p>\r\n<p><label>Email:<span class=\"red\">*</span></label> [text* emailAddress] </p>\r\n<p><label>Phone:<span class=\"red\">*</span></label> [text* validPhone] </p>\r\n<p><label>Message:</label> [textarea message] </p>\r\n<p class=\"contacttext\"><label class=\"deskcta\"> </label>(<span class=\"red\">*</span>) Fields are Mandatory</p>\r\n<p><label class=\"deskcta\"> </label>[submit \"Submit\"]</p>\n:: Techno-comp :: Contact Form Details ::\n[fullName] <noreply@technocompinc.com>\n<table cellpadding=3 cellspacing=1 bgcolor=\"#ffffff\" width=\"506\" border=\"1\" style=\"border-collapse:collapse;\">\r\n <tr>\r\n <td align=center height=30px bgcolor=#ebe8da style=\"color:#000\" colspan=\"3\"><strong>Techno-comp - Contact Form Details</strong></td>\r\n </tr>\r\n <tr>\r\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Name:</td>\r\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[fullName]</td>\r\n </tr>\r\n \r\n <tr>\r\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Email:</td>\r\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[emailAddress]</td>\r\n </tr>\r\n <tr>\r\n <td style=\"background-color:#FFFFFF; color:#000000;\">Phone:</td>\r\n <td style=\"background-color:#FFFFFF; color:#000000;\">[validPhone]</td>\r\n </tr>\r\n \r\n <tr>\r\n <td style=\"background-color:#FFFFFF; color:#000000;\">Message:</td>\r\n <td style=\"background-color:#FFFFFF; color:#000000;\">[message]</td>\r\n </tr>\r\n \r\n </table>\ninfo@technocompinc.com\n\n\n1\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Techno-Comp (http://technocompinc.com)\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nYour answer is not correct.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2016-02-12 14:17:28','2016-02-12 08:47:28','',0,'http://technocompinc.com/?post_type=wpcf7_contact_form&p=1045',0,'wpcf7_contact_form','',0),(1046,1,'2015-11-19 17:24:29','2015-11-19 11:54:29','[vc_row type=\"full_width_content\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\"][vc_column width=\"1/1\"][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24178.238728280507!2d-74.03642767030202!3d40.755869437983435!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2576b66c69541%3A0x8559a90ad721149!2s90+Charles+St!5e0!3m2!1sen!2sus!4v1401374000847\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" padding_desc=\"28%\" title=\"More Information\" inner_style=\"inline_border\" inner_style_title=\"square\"][vc_column_text]Codeless has been quietly but consistently building a powerhouse portfolio of web site design and marketing.[/vc_column_text][list icon=\"linecon-icon-location\"][list_item style=\"simple\" title=\"228 Park Ave S\r\nNew York, NY 10003-1502\"][/list][list icon=\"linecon-icon-phone\"][list_item style=\"simple\" title=\"+0114 5544 6687\"][/list][list icon=\"linecon-icon-mail\"][list_item style=\"simple\" title=\"office@codeless.co\r\n\"][/list][list icon=\"linecon-icon-paperplane\"][list_item style=\"simple\" title=\"+100 55447 8877 (FAX)\r\n\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" padding_desc=\"28%\" title=\"Get connected\" inner_style=\"inline_border\" inner_style_title=\"square\"][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-11-19 17:24:29','2015-11-19 11:54:29','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1047,1,'2015-11-21 21:37:02','2015-11-21 16:07:02','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]\r\n\r\n </div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" position=\"center\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-21 21:37:02','2015-11-21 16:07:02','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1048,1,'2015-11-21 21:42:13','2015-11-21 16:12:13','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]\r\n\r\n </div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-11-21 21:42:13','2015-11-21 16:12:13','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1049,1,'2015-11-21 21:49:03','2015-11-21 16:19:03','[vc_row][vc_column width=\"5/6\"][vc_raw_html]JTNDaDIlM0VPVVIlMjBBUFBST0FDSCUyMCUzQyUyRmgyJTNFJTBBT3VyJTIwaWRlb2xvZ3klMjBhbmQlMjBwcm9qZWN0JTIwbWFuYWdlbWVudCUyMHByb2Nlc3MlMjBjZW50ZXJzJTIwb24lMjB0aGUlMjBtb3N0JTIwaW1wb3J0YW50JTIwYXNwZWN0cyUyMG9mJTIwYW55JTIwY2xpZW50JTIwcmVxdWlyZW1lbnQlRTIlODAlOTQlMjB5b3VyJTIwdXNlcnMlMjBhbmQlMjB5b3VyJTIwYnVzaW5lc3MlMjBuZWVkcy4lMjBCZWZvcmUlMjBhbnklMjBkZXNpZ24lMjB3b3JrJTIwYmVnaW5zJTJDJTIwd2UlMjBzdGFydCUyMGJ5JTIwbGVhcm5pbmclMjB3aGF0JTIweW91ciUyMHVzZXJzJTIwbmVlZCUyMGluJTIwb3JkZXIlMjB0byUyMGFjY29tcGxpc2glMjBjZXJ0YWluJTIwdGFza3MlMjBhbmQlMjB3aGF0JTIweW91ciUyMGJ1c2luZXNzJTIwbmVlZHMlMjBpbiUyMG9yZGVyJTIwdG8lMjBhY2NvbXBsaXNoJTIwcmVzdWx0cy4lMEElMEElM0NoMiUzRU9VUiUyME1FVEhPRE9MT0dZJTNDJTJGaDIlM0UlMEFEZXBlbmRpbmclMjBvbiUyMHRoZSUyMHByb2plY3QlMkMlMjB3ZSUyMGZvbGxvdyUyMGElMjBmaW5lLXR1bmVkJTIwbWV0aG9kb2xvZ3klMjB0aGF0JTIwaXMlMjBjb21wcmlzZWQlMjBvZiUyMHNldmVyYWwlMjBrZXklMjBjb21wb25lbnRzJTIwZGVwaWN0ZWQlMjBpbiUyMHRoZSUyMGRvd25sb2FkYWJsZSUyMGdyYXBoaWMlMjBiZWxvdy4lMjBPdXIlMjBwcm9jZXNzJTIwcGxhY2VzJTIwdGhlJTIwdXNlciUyMGF0JTIwdGhlJTIwY2VudGVyJTIwb2YlMjBldmVyeSUyMHRhc2slMjB3ZSUyMHBlcmZvcm0lMkMlMjBldmVyeSUyMGRlbGl2ZXJhYmxlJTIwd2UlMjBjcmVhdGUlMjBhbmQlMjBldmVyeSUyMGRlY2lzaW9uJTIwd2UlMjBtYWtlJTIwdG8lMjBlbnN1cmUlMjB0aGUlMjBkZXNpZ24lMjBvZiUyMHlvdXIlMjBwcm9kdWN0JTIwY3JlYXRlcyUyMGFuJTIwZW5nYWdpbmclMjB1c2VyJTIwZXhwZXJpZW5jZS4lMEElMEElM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGaW5kaWFuZWRpdGlvbi5jb20lMkZ0ZWNobm9jb21wJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwcm9ncmFtLmpwZyUyMiUyMGFsdCUzRCUyMnRlY2huby1jb21wJTIyJTIwd2lkdGglM0QlMjI0ODYlMjIlMjBoZWlnaHQlM0QlMjIzMTklMjIlMjBjbGFzcyUzRCUyMmFsaWdubGVmdCUyMHNpemUtZnVsbCUyMHdwLWltYWdlLTEwMzIlMjIlMjAlMkYlM0UlMEElMEE=[/vc_raw_html][vc_btn title=\"Download Program Management Methodology \" style=\"classic\" color=\"danger\" link=\"url:%23|title:Download%20Program%20Management%20Methodology%20|\"][/vc_column][vc_column width=\"1/6\"][vc_column_text]<i>“We started working with the TCI Team in 2010 on a very large application development project that was critical to our business.</i>\r\n\r\n<i>The TCI Team far exceeded our expectations and, more importantly, the project met our business stakeholders budget and quality expectations.”</i>\r\n\r\n<b><i>Annette R</i></b>\r\n\r\n<b><i>VP & Exec. Director IT, ABC Corp</i></b>[/vc_column_text][/vc_column][/vc_row]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-11-21 21:49:03','2015-11-21 16:19:03','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1050,1,'2015-11-21 21:49:53','2015-11-21 16:19:53','[vc_row][vc_column width=\"4/6\"][vc_raw_html]JTNDaDIlM0VPVVIlMjBBUFBST0FDSCUyMCUzQyUyRmgyJTNFJTBBT3VyJTIwaWRlb2xvZ3klMjBhbmQlMjBwcm9qZWN0JTIwbWFuYWdlbWVudCUyMHByb2Nlc3MlMjBjZW50ZXJzJTIwb24lMjB0aGUlMjBtb3N0JTIwaW1wb3J0YW50JTIwYXNwZWN0cyUyMG9mJTIwYW55JTIwY2xpZW50JTIwcmVxdWlyZW1lbnQlRTIlODAlOTQlMjB5b3VyJTIwdXNlcnMlMjBhbmQlMjB5b3VyJTIwYnVzaW5lc3MlMjBuZWVkcy4lMjBCZWZvcmUlMjBhbnklMjBkZXNpZ24lMjB3b3JrJTIwYmVnaW5zJTJDJTIwd2UlMjBzdGFydCUyMGJ5JTIwbGVhcm5pbmclMjB3aGF0JTIweW91ciUyMHVzZXJzJTIwbmVlZCUyMGluJTIwb3JkZXIlMjB0byUyMGFjY29tcGxpc2glMjBjZXJ0YWluJTIwdGFza3MlMjBhbmQlMjB3aGF0JTIweW91ciUyMGJ1c2luZXNzJTIwbmVlZHMlMjBpbiUyMG9yZGVyJTIwdG8lMjBhY2NvbXBsaXNoJTIwcmVzdWx0cy4lMEElMEElM0NoMiUzRU9VUiUyME1FVEhPRE9MT0dZJTNDJTJGaDIlM0UlMEFEZXBlbmRpbmclMjBvbiUyMHRoZSUyMHByb2plY3QlMkMlMjB3ZSUyMGZvbGxvdyUyMGElMjBmaW5lLXR1bmVkJTIwbWV0aG9kb2xvZ3klMjB0aGF0JTIwaXMlMjBjb21wcmlzZWQlMjBvZiUyMHNldmVyYWwlMjBrZXklMjBjb21wb25lbnRzJTIwZGVwaWN0ZWQlMjBpbiUyMHRoZSUyMGRvd25sb2FkYWJsZSUyMGdyYXBoaWMlMjBiZWxvdy4lMjBPdXIlMjBwcm9jZXNzJTIwcGxhY2VzJTIwdGhlJTIwdXNlciUyMGF0JTIwdGhlJTIwY2VudGVyJTIwb2YlMjBldmVyeSUyMHRhc2slMjB3ZSUyMHBlcmZvcm0lMkMlMjBldmVyeSUyMGRlbGl2ZXJhYmxlJTIwd2UlMjBjcmVhdGUlMjBhbmQlMjBldmVyeSUyMGRlY2lzaW9uJTIwd2UlMjBtYWtlJTIwdG8lMjBlbnN1cmUlMjB0aGUlMjBkZXNpZ24lMjBvZiUyMHlvdXIlMjBwcm9kdWN0JTIwY3JlYXRlcyUyMGFuJTIwZW5nYWdpbmclMjB1c2VyJTIwZXhwZXJpZW5jZS4lMEElMEElM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGaW5kaWFuZWRpdGlvbi5jb20lMkZ0ZWNobm9jb21wJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwcm9ncmFtLmpwZyUyMiUyMGFsdCUzRCUyMnRlY2huby1jb21wJTIyJTIwd2lkdGglM0QlMjI0ODYlMjIlMjBoZWlnaHQlM0QlMjIzMTklMjIlMjBjbGFzcyUzRCUyMmFsaWdubGVmdCUyMHNpemUtZnVsbCUyMHdwLWltYWdlLTEwMzIlMjIlMjAlMkYlM0UlMEElMEE=[/vc_raw_html][vc_btn title=\"Download Program Management Methodology \" style=\"classic\" color=\"danger\" link=\"url:%23|title:Download%20Program%20Management%20Methodology%20|\"][/vc_column][vc_column width=\"2/6\"][vc_column_text]<i>“We started working with the TCI Team in 2010 on a very large application development project that was critical to our business.</i>\r\n\r\n<i>The TCI Team far exceeded our expectations and, more importantly, the project met our business stakeholders budget and quality expectations.”</i>\r\n\r\n<b><i>Annette R</i></b>\r\n\r\n<b><i>VP & Exec. Director IT, ABC Corp</i></b>[/vc_column_text][/vc_column][/vc_row]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-11-21 21:49:53','2015-11-21 16:19:53','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1052,1,'2015-11-26 03:51:01','2015-11-25 22:21:01','<h2>OUR CAPABILITY</h2>\r\nA recent survey of recruiting best practices found 83 percent of recruiters report that the power has shifted away from where it has been for years, the employer, and toward the candidate. In a candidate-driven marketplace, “active-recruiting approaches” simply stop working. Now that top candidates are in the driver’s seat, the best have multiple options, recruiting must dramatically increase hiring speed, and offer a great candidate experience. This is how we have transformed.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBiggest challenge in the recruiting market even before finding qualified candidates is finding a professional recruiter. As recruiting volume and difficulty to ramp up happens, firms will begin to realize that there is a significant shortage of talented and up-to-date recruiters. Technology modernization coupled with emerging technologies have further constrained market. A lack of quality, leading-edge recruiter training will unfortunately \r\nmake the experienced recruiter shortage even worse. \r\n\r\nUnderstanding this, Techno-Comp has geared for meeting the challenges and has designed its practices to provide best results for clients. \r\n\r\nOur strategies include securing high-quality databases, creative referrals, personalized portfolio-driven search approach for time-dependent needs, integrated with leading recruiters, digital sources like Linkedin, Glassdoor and Social media channels – all help us secure the right candidate consistently.\r\n\r\nWhat are your resource needs. Let us find the right candidate for you.\r\n<h3>OUR CAPABILITY </h3>\r\nTechno-Comp, its Employees and Consultants strive to meet the high benchmarks their clients have come to require of them. Consider the following facts about Techno-Comp practices. Aligned to a digital economy, Techno-Comp focusses on 6 practices that are at the core and they are\r\n<ul><li style=\"margin-bottom: 10px;\"><strong>RECRUITING, CONSULTING SERVICES- PROJECTS & TIME & MATERIAL</strong>\r\nGain from our two decades of staffing and sourcing experience to support your growth initiatives. From IT Sr. Executives to Functional and Technical Software Engineers, Techno-Comp will be your one-stop for your recruitment needs, 24x7. We understand our client project portfolio and prepare candidate screening to meet project requirements. Meantime, our Center of Excellence (CoE) provides continuous learning opportunities to our 300+ team to deepen their practice knowledge in technology, business process, integration and testing areas. </li>\r\n<li style=\"margin-bottom: 10px;\"><strong>ERP and CUSTOM APP DEVELOPMENT </strong>\r\n Use our innovative approach to better manage your application portfolio. Focus on driving out waste, reducing costs and increasing the business value of your applications. DevOps, Agile or Classical Waterfall, our project lifecycle template delivers on-budget, risk-free.\r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>DIGITAL BUSUINESS TRANSFORMATION</strong>\r\nModernize your IT. Be it short-term patches and work-around while you strategically plan to overhaul your legacy assets, Techno-Comp lets you realize immediate and long-term opportunities using innovation to digitization. We offer a slew of front-end, integration and back-end application development and support, upgrades and migration services. \r\n </li>\r\n<li style=\"margin-bottom: 10px;\"><strong>MOBILE APP DEVELOPMENT </strong>\r\nWe Specialize in Android, iOS, Blackberry, Windows & Brew mobile app solutions. Our comprehensive Mobility Solutions include Business Strategy & Program Management, Mobile App Development, Cloud based Solutions, Web Application Development, Carrier Billing & Rating, Content Management, Testing/Optimization & Maintenance/Support. User Experience is a foundation expertise we bring to your mobile enterprise app projects. \r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>EMERGING TECHNOLOGIES AND CLOUD COMPUTING</strong> \r\n IoT (Internet-of-Things), Bigdata and Analytics are at forefront of technology investments our clients are making to differentiate their value to their Customers. Benefit from our Information strategy, designing an architecture that can deliver best RoI and to integrate multivariate technologies, events and data formats cost-effectively. Find out if Cloud computing is right for your enterprise. \r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>QA CENTER OF EXCELLENCE </strong> \r\nManual and Automated Testing, Scripts Development, Performance Assurance and End-to-end Regression Testing for Enterprise Application and Mobility Solutions - is a tested approach that every client of ours benefits from. We have played a pivotal role in meeting stringent quality timelines for mission-critical, customer-facing applications in the last 2 decades of our business. \r\n</li></ul>\r\n\r\n<h2>TECHNOLOGIES WE SUPPORT</h2>\r\nWe bring seasoned QA professionals with years of project management experience.\r\n\r\n<strong>Exhibit. Technology Focus of Techno-Comp</strong>\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/11/table-img.jpg\" alt=\"table-img\" width=\"502\" height=\"548\" class=\"alignleft size-full wp-image-1043\" />','Recruiting','','inherit','closed','closed','','839-revision-v1','','','2015-11-26 03:51:01','2015-11-25 22:21:01','',839,'http://technocompinc.com/839-revision-v1/',0,'revision','',0),(1055,1,'2015-11-30 21:05:32','2015-11-30 15:35:32','<h2>OUR CAPABILITY</h2>\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n<h2>OUR APPROACH</h2>\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n[lightbox image_link=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\"]\r\n\r\n<img class=\"alignleft size-full wp-image-1006\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\" alt=\"QA-COD\" width=\"537\" height=\"277\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\n<strong>Optimized use of existing resources:</strong>\r\n<ul>\r\n <li>QA budgets, tools, environments and people</li>\r\n</ul>\r\n<strong>Faster time-to-market</strong>\r\n<ul>\r\n <li>Test time reduce manual by 30%</li>\r\n <li>and increase test automation levels of 50-70%</li>\r\n</ul>\r\n<strong>Cost efficiency:</strong>\r\n<ul>\r\n <li>Typical resource cost reduction is 35% over a 2-year time frame</li>\r\n</ul>\r\n<strong>Optimized application quality and performance:</strong>\r\n<ul>\r\n <li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li>\r\n</ul>\r\n<strong>Tight alignment:</strong>\r\n<ul>\r\n <li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\nOur test metrics allows organizations to get visibility into test effectiveness and demonstrates delivery excellence. Our projects have QA controls through business analytics and predictive incident and problem resolution to downstream production support teams.\r\n\r\n<img class=\"alignleft size-full wp-image-1040\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/table.jpg\" alt=\"techno-comp\" width=\"799\" height=\"454\" />','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-30 21:05:32','2015-11-30 15:35:32','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1056,1,'2015-11-30 21:06:24','2015-11-30 15:36:24','<h2>OUR CAPABILITY</h2>\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n<h2>OUR APPROACH</h2>\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n[lightbox image_link=\"http://technocompinc.com/wp-content/uploads/2015/11/QA-COD.jpg\"]\r\n\r\n \r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\n<strong>Optimized use of existing resources:</strong>\r\n<ul>\r\n <li>QA budgets, tools, environments and people</li>\r\n</ul>\r\n<strong>Faster time-to-market</strong>\r\n<ul>\r\n <li>Test time reduce manual by 30%</li>\r\n <li>and increase test automation levels of 50-70%</li>\r\n</ul>\r\n<strong>Cost efficiency:</strong>\r\n<ul>\r\n <li>Typical resource cost reduction is 35% over a 2-year time frame</li>\r\n</ul>\r\n<strong>Optimized application quality and performance:</strong>\r\n<ul>\r\n <li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li>\r\n</ul>\r\n<strong>Tight alignment:</strong>\r\n<ul>\r\n <li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\nOur test metrics allows organizations to get visibility into test effectiveness and demonstrates delivery excellence. Our projects have QA controls through business analytics and predictive incident and problem resolution to downstream production support teams.\r\n\r\n<img class=\"alignleft size-full wp-image-1040\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/table.jpg\" alt=\"techno-comp\" width=\"799\" height=\"454\" />','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-11-30 21:06:24','2015-11-30 15:36:24','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1058,1,'2015-12-09 02:48:30','2015-12-08 21:18:30','<h2>OUR CAPABILITY</h2>\r\nThe future of Digital Economy, digital tools, from farming to healthcare, communications to education, have fundamentally transformed communities and raised living standards around the world. Growing network connectivity and information sharing have raised living standards in modern times even further.\r\n\r\nDespite this potential, there are a number of barriers to expanding access to digital technology globally. One of the biggest challenge comes from fast-paced and diverse technology on one end and a slow to change legacy ecosystem saddled with diverse standards limiting information flows on the other.\r\n\r\nTechno-Comp understands this disruption. Our practitioners help transform our clients IT ecosystems by modernizing legacy systems and creating advanced customer-engaging experiences in the digital age.\r\n\r\n<h2>OUR APPROACH</h2>\r\nToday, digital technologies have evolved to include the Internet of Things, 3D printing, robotics, and artificial intelligence. Finding ways to react to and shape digital disruption is featuring on the agenda of every digital leader.\r\n\r\nWe bring our resources to support your digital transformation. Digitization is no longer just an add-on feature to existing channels or products and services. Instead, many aspects of the customer experience are digital by default, as should be the processes that underpin it.\r\n\r\nLeveraging digital technologies is more than just good business—it’s crucial to staying relevant and profitable. Companies lagging in this area risk losing ground to newer entrants and business models that are poised to disrupt markets with innovative products and services.\r\n\r\n\r\n<h2>BENEFITS REALIZED</h2>\r\nThere are many signs indicating that something new has happened here in the United States and around other economies in the recent years globally. While the surge in labor and total factor productivity growth rates in the latter half of the 1990s was impressive and widely interpreted as a sign of a ‘New Economy,’\r\n\r\nWe observe changes are at least consistent with the view that digitization of information, combined with the Internet, represents a form of digital technology that is giving rise to a vast new array of possible combinations that we may refer to as the New Economy. The level of connectivity between businesses and their customers is increasing dramatically. We have only begun to see the impact that is measurable.\r\n\r\nInterpreted in this way, the New or Digital Economy is about dynamics, not static efficiency. It is more about new activities and products than about higher productivity. What is really important in the Digital Economy is the proliferation of the use of the Internet, a new level and form of connectivity among multiple customer-engaging ideas giving rise to a vast range of value and revenue possibilities.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see digital transformation impacting your business. We will deliver the results you want</a>.\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Digital Economy Practice','','publish','closed','closed','','digital-economy-practice','','','2016-03-11 18:27:00','2016-03-11 12:57:00','',0,'http://technocompinc.com/?page_id=1058',0,'page','',0),(1059,1,'2015-12-09 02:48:30','2015-12-08 21:18:30','<h2>OUR CAPABILITY</h2>\r\nThe future of Digital Economy, digital tools, from farming to healthcare, communications to education, have fundamentally transformed communities and raised living standards around the world. Growing network connectivity and information sharing have raised living standards in modern times even further.\r\n\r\nDespite this potential, there are a number of barriers to expanding access to digital technology globally. One of the biggest challenge comes from fast-paced and diverse technology on one end and a slow to change legacy ecosystem saddled with diverse standards limiting information flows on the other.\r\n\r\nTechno-Comp understands this disruption. Our practitioners help transform our clients IT ecosystems by modernizing legacy systems and creating advanced customer-engaging experiences in the digital age.\r\n\r\n<h2>OUR APPROACH</h2>\r\nToday, digital technologies have evolved to include the Internet of Things, 3D printing, robotics, and artificial intelligence. Finding ways to react to and shape digital disruption is featuring on the agenda of every digital leader.\r\n\r\nWe bring our resources to support your digital transformation. Digitization is no longer just an add-on feature to existing channels or products and services. Instead, many aspects of the customer experience are digital by default, as should be the processes that underpin it.\r\n\r\nLeveraging digital technologies is more than just good business—it’s crucial to staying relevant and profitable. Companies lagging in this area risk losing ground to newer entrants and business models that are poised to disrupt markets with innovative products and services.\r\n\r\n<a href=\"#\">Do you see digital transformation impacting your business. We will deliver the results you want</a>.\r\n\r\n<h2>BENEFITS REALIZED</h2>\r\nThere are many signs indicating that something new has happened here in the United States and around other economies in the recent years globally. While the surge in labor and total factor productivity growth rates in the latter half of the 1990s was impressive and widely interpreted as a sign of a ‘New Economy,’\r\n\r\nWe observe changes are at least consistent with the view that digitization of information, combined with the Internet, represents a form of digital technology that is giving rise to a vast new array of possible combinations that we may refer to as the New Economy. The level of connectivity between businesses and their customers is increasing dramatically. We have only begun to see the impact that is measurable.\r\n\r\nInterpreted in this way, the New or Digital Economy is about dynamics, not static efficiency. It is more about new activities and products than about higher productivity. What is really important in the Digital Economy is the proliferation of the use of the Internet, a new level and form of connectivity among multiple customer-engaging ideas giving rise to a vast range of value and revenue possibilities.','Digital Economy Practice','','inherit','closed','closed','','1058-revision-v1','','','2015-12-09 02:48:30','2015-12-08 21:18:30','',1058,'http://technocompinc.com/1058-revision-v1/',0,'revision','',0),(1060,1,'2015-12-10 03:56:56','2015-12-09 22:26:56','','digital','','inherit','open','closed','','digital','','','2015-12-10 03:56:56','2015-12-09 22:26:56','',0,'http://technocompinc.com/wp-content/uploads/2015/12/digital.jpg',0,'attachment','image/jpeg',0),(1061,1,'2015-12-10 03:56:59','2015-12-09 22:26:59','','recruting','','inherit','open','closed','','recruting','','','2015-12-10 03:56:59','2015-12-09 22:26:59','',0,'http://technocompinc.com/wp-content/uploads/2015/12/recruting.jpg',0,'attachment','image/jpeg',0),(1062,1,'2015-12-10 03:57:01','2015-12-09 22:27:01','','qa','','inherit','open','closed','','qa','','','2015-12-10 03:57:01','2015-12-09 22:27:01','',0,'http://technocompinc.com/wp-content/uploads/2015/12/qa.jpg',0,'attachment','image/jpeg',0),(1063,1,'2015-12-10 03:57:03','2015-12-09 22:27:03','','program','','inherit','open','closed','','program-2','','','2015-12-10 03:57:03','2015-12-09 22:27:03','',0,'http://technocompinc.com/wp-content/uploads/2015/12/program.jpg',0,'attachment','image/jpeg',0),(1064,1,'2015-12-10 03:57:05','2015-12-09 22:27:05','','product','','inherit','open','closed','','product','','','2015-12-10 03:57:05','2015-12-09 22:27:05','',0,'http://technocompinc.com/wp-content/uploads/2015/12/product.jpg',0,'attachment','image/jpeg',0),(1066,1,'2015-12-10 03:57:10','2015-12-09 22:27:10','','homepage','','inherit','open','closed','','homepage','','','2015-12-10 03:57:10','2015-12-09 22:27:10','',0,'http://technocompinc.com/wp-content/uploads/2015/12/homepage.jpg',0,'attachment','image/jpeg',0),(1067,1,'2015-12-10 03:57:13','2015-12-09 22:27:13','','emerging','','inherit','open','closed','','emerging','','','2015-12-10 03:57:13','2015-12-09 22:27:13','',0,'http://technocompinc.com/wp-content/uploads/2015/12/emerging.jpg',0,'attachment','image/jpeg',0),(1068,1,'2015-12-10 05:17:16','2015-12-09 23:47:16','','mobility1','','inherit','open','closed','','mobility1','','','2015-12-10 05:17:16','2015-12-09 23:47:16','',0,'http://technocompinc.com/wp-content/uploads/2015/12/mobility1.jpg',0,'attachment','image/jpeg',0),(1070,1,'2015-12-10 05:27:26','2015-12-09 23:57:26','','Digital Economy','','publish','closed','closed','','digital-economy','','','2015-12-10 06:04:40','2015-12-10 00:34:40','',0,'http://technocompinc.com/?p=1070',2,'nav_menu_item','',0),(1071,1,'2015-12-10 05:45:13','2015-12-10 00:15:13','<h2>OUR CAPABILITY</h2>\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\n\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\n\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\n\n<h2>OUR APPROACH</h2>\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\n\n<h2>First, Define success criteria</h2>\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\n<ul>\n<li>Increasing market share by a certain amount by a particular date.</li>\n<li>Reaching a specified sales volume or revenue.</li>\n<li>Achieving certain customer satisfaction measures.</li>\n<li>Saving money by retiring a high-maintenance legacy system.</li>\n</ul>\n\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\n\n<h2>Second, Identify project drivers, constraints and room for error</h2>\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\n\n<h2>Third, Establish project release criteria at the very beginning</h2>\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\n<ul><li>There are no open high-priority defects.</li>\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\n<li>Performance goals are achieved on all target platforms.</li>\n<li>Specific required functionality is fully operational.</li>\n<li>Quantitative reliability goals are satisfied.</li>\n<li>Specified legal, contractual, or regulatory goals are met.</li>\n<li>Customer acceptance criteria are satisfied.</li></ul>\n\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\n\n<h2>Finally, Negotiate at all times</h2>\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\n\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\n\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\n\nPlanning a project: Begin with writing a project plan\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\n\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\n<li>Team roles and responsibilities.</li>\n<li>How you will acquire and train the necessary staff.</li>\n<li>Assumptions, dependencies, and risks.</li>\n<li>Target dates for major deliverables.</li>\n<li>Identification of the software development life cycle that the project will follow.</li>\n<li>How you will track and monitor the project.</li>\n<li>Metrics that you’ll collect and analyze.</li>\n<li>How you will manage any subcontractor relationships.</li></ul>\n\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \n\n<h2>Methodology and its Execution Criteria matters</h2>\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \n\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable \nconducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology \nselected. \n\n\n\n\n\n\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth \nof medium to complex programs.\n\n\n\nDo you like to review your project needs with us. Let us find the best program manager who can deliver.\n\n\n[vc_row][vc_btn title=\"Download Program Management Methodology \" style=\"classic\" color=\"danger\" link=\"url:%23|title:Download%20Program%20Management%20Methodology%20|\"][/vc_column][vc_column_text][/vc_row]','Program Management','','inherit','closed','closed','','833-autosave-v1','','','2015-12-10 05:45:13','2015-12-10 00:15:13','',833,'http://technocompinc.com/833-autosave-v1/',0,'revision','',0),(1072,1,'2015-12-10 05:46:13','2015-12-10 00:16:13','<h2>OUR CAPABILITY</h2>\r\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\r\n\r\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\r\n\r\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\r\n\r\n<h2>First, Define success criteria</h2>\r\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\r\n<ul>\r\n<li>Increasing market share by a certain amount by a particular date.</li>\r\n<li>Reaching a specified sales volume or revenue.</li>\r\n<li>Achieving certain customer satisfaction measures.</li>\r\n<li>Saving money by retiring a high-maintenance legacy system.</li>\r\n</ul>\r\n\r\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\r\n\r\n<h2>Second, Identify project drivers, constraints and room for error</h2>\r\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\r\n\r\n<h2>Third, Establish project release criteria at the very beginning</h2>\r\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\r\n<ul><li>There are no open high-priority defects.</li>\r\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\r\n<li>Performance goals are achieved on all target platforms.</li>\r\n<li>Specific required functionality is fully operational.</li>\r\n<li>Quantitative reliability goals are satisfied.</li>\r\n<li>Specified legal, contractual, or regulatory goals are met.</li>\r\n<li>Customer acceptance criteria are satisfied.</li></ul>\r\n\r\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\r\n\r\n<h2>Finally, Negotiate at all times</h2>\r\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\r\n\r\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\r\n\r\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\r\n\r\nPlanning a project: Begin with writing a project plan\r\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\r\n\r\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\r\n<li>Team roles and responsibilities.</li>\r\n<li>How you will acquire and train the necessary staff.</li>\r\n<li>Assumptions, dependencies, and risks.</li>\r\n<li>Target dates for major deliverables.</li>\r\n<li>Identification of the software development life cycle that the project will follow.</li>\r\n<li>How you will track and monitor the project.</li>\r\n<li>Metrics that you’ll collect and analyze.</li>\r\n<li>How you will manage any subcontractor relationships.</li></ul>\r\n\r\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \r\n\r\n<h2>Methodology and its Execution Criteria matters</h2>\r\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \r\n\r\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable conducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology selected. \r\n\r\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth of medium to complex programs.\r\n\r\n[vc_row][vc_btn title=\"Do you like to review your project needs with us. Let us find the best program manager who can deliver.\" style=\"classic\" color=\"danger\" link=\"url:%23|title:Download%20Program%20Management%20Methodology%20|\"][/vc_column][vc_column_text][/vc_row]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-12-10 05:46:13','2015-12-10 00:16:13','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1073,1,'2015-12-10 05:47:01','2015-12-10 00:17:01','<h2>OUR CAPABILITY</h2>\r\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\r\n\r\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\r\n\r\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\r\n\r\n<h2>First, Define success criteria</h2>\r\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\r\n<ul>\r\n<li>Increasing market share by a certain amount by a particular date.</li>\r\n<li>Reaching a specified sales volume or revenue.</li>\r\n<li>Achieving certain customer satisfaction measures.</li>\r\n<li>Saving money by retiring a high-maintenance legacy system.</li>\r\n</ul>\r\n\r\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\r\n\r\n<h2>Second, Identify project drivers, constraints and room for error</h2>\r\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\r\n\r\n<h2>Third, Establish project release criteria at the very beginning</h2>\r\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\r\n<ul><li>There are no open high-priority defects.</li>\r\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\r\n<li>Performance goals are achieved on all target platforms.</li>\r\n<li>Specific required functionality is fully operational.</li>\r\n<li>Quantitative reliability goals are satisfied.</li>\r\n<li>Specified legal, contractual, or regulatory goals are met.</li>\r\n<li>Customer acceptance criteria are satisfied.</li></ul>\r\n\r\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\r\n\r\n<h2>Finally, Negotiate at all times</h2>\r\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\r\n\r\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\r\n\r\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\r\n\r\nPlanning a project: Begin with writing a project plan\r\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\r\n\r\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\r\n<li>Team roles and responsibilities.</li>\r\n<li>How you will acquire and train the necessary staff.</li>\r\n<li>Assumptions, dependencies, and risks.</li>\r\n<li>Target dates for major deliverables.</li>\r\n<li>Identification of the software development life cycle that the project will follow.</li>\r\n<li>How you will track and monitor the project.</li>\r\n<li>Metrics that you’ll collect and analyze.</li>\r\n<li>How you will manage any subcontractor relationships.</li></ul>\r\n\r\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \r\n\r\n<h2>Methodology and its Execution Criteria matters</h2>\r\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \r\n\r\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable conducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology selected. \r\n\r\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth of medium to complex programs.\r\n\r\n[vc_row][vc_btn title=\"Do you like to review your project needs with us. Let us find the best program manager who can deliver.\" style=\"classic\" color=\"danger\" link=\"url:%23|title:Download%20Program%20Management%20Methodology%20|\"][/vc_column][vc_column_text]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-12-10 05:47:01','2015-12-10 00:17:01','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1074,1,'2015-12-10 05:47:27','2015-12-10 00:17:27','<h2>OUR CAPABILITY</h2>\r\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\r\n\r\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\r\n\r\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\r\n\r\n<h2>First, Define success criteria</h2>\r\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\r\n<ul>\r\n<li>Increasing market share by a certain amount by a particular date.</li>\r\n<li>Reaching a specified sales volume or revenue.</li>\r\n<li>Achieving certain customer satisfaction measures.</li>\r\n<li>Saving money by retiring a high-maintenance legacy system.</li>\r\n</ul>\r\n\r\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\r\n\r\n<h2>Second, Identify project drivers, constraints and room for error</h2>\r\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\r\n\r\n<h2>Third, Establish project release criteria at the very beginning</h2>\r\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\r\n<ul><li>There are no open high-priority defects.</li>\r\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\r\n<li>Performance goals are achieved on all target platforms.</li>\r\n<li>Specific required functionality is fully operational.</li>\r\n<li>Quantitative reliability goals are satisfied.</li>\r\n<li>Specified legal, contractual, or regulatory goals are met.</li>\r\n<li>Customer acceptance criteria are satisfied.</li></ul>\r\n\r\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\r\n\r\n<h2>Finally, Negotiate at all times</h2>\r\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\r\n\r\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\r\n\r\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\r\n\r\nPlanning a project: Begin with writing a project plan\r\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\r\n\r\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\r\n<li>Team roles and responsibilities.</li>\r\n<li>How you will acquire and train the necessary staff.</li>\r\n<li>Assumptions, dependencies, and risks.</li>\r\n<li>Target dates for major deliverables.</li>\r\n<li>Identification of the software development life cycle that the project will follow.</li>\r\n<li>How you will track and monitor the project.</li>\r\n<li>Metrics that you’ll collect and analyze.</li>\r\n<li>How you will manage any subcontractor relationships.</li></ul>\r\n\r\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \r\n\r\n<h2>Methodology and its Execution Criteria matters</h2>\r\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \r\n\r\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable conducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology selected. \r\n\r\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth of medium to complex programs.\r\n[vc_btn title=\"Do you like to review your project needs with us. Let us find the best program manager who can deliver.\" style=\"classic\" color=\"danger\" link=\"url:%23|title:Download%20Program%20Management%20Methodology%20|\"][/vc_column][vc_column_text]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-12-10 05:47:27','2015-12-10 00:17:27','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1075,1,'2015-12-10 05:47:45','2015-12-10 00:17:45','<h2>OUR CAPABILITY</h2>\r\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\r\n\r\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\r\n\r\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\r\n\r\n<h2>First, Define success criteria</h2>\r\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\r\n<ul>\r\n<li>Increasing market share by a certain amount by a particular date.</li>\r\n<li>Reaching a specified sales volume or revenue.</li>\r\n<li>Achieving certain customer satisfaction measures.</li>\r\n<li>Saving money by retiring a high-maintenance legacy system.</li>\r\n</ul>\r\n\r\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\r\n\r\n<h2>Second, Identify project drivers, constraints and room for error</h2>\r\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\r\n\r\n<h2>Third, Establish project release criteria at the very beginning</h2>\r\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\r\n<ul><li>There are no open high-priority defects.</li>\r\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\r\n<li>Performance goals are achieved on all target platforms.</li>\r\n<li>Specific required functionality is fully operational.</li>\r\n<li>Quantitative reliability goals are satisfied.</li>\r\n<li>Specified legal, contractual, or regulatory goals are met.</li>\r\n<li>Customer acceptance criteria are satisfied.</li></ul>\r\n\r\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\r\n\r\n<h2>Finally, Negotiate at all times</h2>\r\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\r\n\r\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\r\n\r\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\r\n\r\nPlanning a project: Begin with writing a project plan\r\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\r\n\r\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\r\n<li>Team roles and responsibilities.</li>\r\n<li>How you will acquire and train the necessary staff.</li>\r\n<li>Assumptions, dependencies, and risks.</li>\r\n<li>Target dates for major deliverables.</li>\r\n<li>Identification of the software development life cycle that the project will follow.</li>\r\n<li>How you will track and monitor the project.</li>\r\n<li>Metrics that you’ll collect and analyze.</li>\r\n<li>How you will manage any subcontractor relationships.</li></ul>\r\n\r\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \r\n\r\n<h2>Methodology and its Execution Criteria matters</h2>\r\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \r\n\r\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable conducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology selected. \r\n\r\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth of medium to complex programs.\r\n[vc_btn title=\"Do you like to review your project needs with us. Let us find the best program manager who can deliver.\" style=\"classic\" color=\"danger\" link=\"url:%23|title:Download%20Program%20Management%20Methodology%20|\"][vc_column_text]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-12-10 05:47:45','2015-12-10 00:17:45','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1076,1,'2015-12-10 05:49:25','2015-12-10 00:19:25','<h2>OUR CAPABILITY</h2>\r\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\r\n\r\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\r\n\r\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\r\n\r\n<h2>First, Define success criteria</h2>\r\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\r\n<ul>\r\n<li>Increasing market share by a certain amount by a particular date.</li>\r\n<li>Reaching a specified sales volume or revenue.</li>\r\n<li>Achieving certain customer satisfaction measures.</li>\r\n<li>Saving money by retiring a high-maintenance legacy system.</li>\r\n</ul>\r\n\r\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\r\n\r\n<h2>Second, Identify project drivers, constraints and room for error</h2>\r\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\r\n\r\n<h2>Third, Establish project release criteria at the very beginning</h2>\r\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\r\n<ul><li>There are no open high-priority defects.</li>\r\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\r\n<li>Performance goals are achieved on all target platforms.</li>\r\n<li>Specific required functionality is fully operational.</li>\r\n<li>Quantitative reliability goals are satisfied.</li>\r\n<li>Specified legal, contractual, or regulatory goals are met.</li>\r\n<li>Customer acceptance criteria are satisfied.</li></ul>\r\n\r\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\r\n\r\n<h2>Finally, Negotiate at all times</h2>\r\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\r\n\r\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\r\n\r\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\r\n\r\n<h2>Planning a project: Begin with writing a project plan</h2>\r\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\r\n\r\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\r\n<li>Team roles and responsibilities.</li>\r\n<li>How you will acquire and train the necessary staff.</li>\r\n<li>Assumptions, dependencies, and risks.</li>\r\n<li>Target dates for major deliverables.</li>\r\n<li>Identification of the software development life cycle that the project will follow.</li>\r\n<li>How you will track and monitor the project.</li>\r\n<li>Metrics that you’ll collect and analyze.</li>\r\n<li>How you will manage any subcontractor relationships.</li></ul>\r\n\r\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \r\n\r\n<h2>Methodology and its Execution Criteria matters</h2>\r\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \r\n\r\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable conducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology selected. \r\n\r\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth of medium to complex programs.\r\n[vc_btn title=\"Do you like to review your project needs with us. Let us find the best program manager who can deliver.\" style=\"classic\" color=\"danger\" link=\"url:%23|title:Download%20Program%20Management%20Methodology%20|\"][vc_column_text]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-12-10 05:49:25','2015-12-10 00:19:25','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1077,1,'2015-12-10 06:14:26','2015-12-10 00:44:26','<h2>OUR CAPABILITY</h2>\nOpen source refers to a program or software in which the source code (the form of the program when a programmer writes a program in a particular programming language) is available to the general public for use and/or modification from its original design free of charge. Open source code is typically created as a collaborative effort in which programmers improve upon the code and share the changes within the community.\n\nClosed source or compiled off-the-shelf products still remain to dominate the enterprise software field in planning and execution areas of business function. But their roadmap to move into cloud offering a SaaS (Software as a Service) model have C-level executives pay attention. \n\nA third wave of innovative products, bespoke at times, have held steady in the IT landscape. Many times, these challenge as best-of-breed compared to their monolithic ERP software. These products fully embrace new technologies including mobility extensions and flexible consumption options to enterprises. Several software are available as a functional platform for customers to build their \nbusiness specific applications. \n\n\n\nTechno-Comp follows the leaders in all the above software areas. We have developed a Center of Excellence (CoE) that is product \nspecific in areas of QA and Customer User Experience. \n\n\n\nOUR APPROACH\n\n\n\nTechno-Comp QA CoE has an integrated practice for Selenium Open Source. Selenium automates browsers. Primarily, it is for \nautomating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks \ncan (and should!) also be automated as well. Techno-Comp offers a diverse suite of QA services for customers who require end-to-\nend testing of their web and mobile enterprise applications.\n\n\n\nSelenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native \npart of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.','Products','','inherit','closed','closed','','837-autosave-v1','','','2015-12-10 06:14:26','2015-12-10 00:44:26','',837,'http://technocompinc.com/837-autosave-v1/',0,'revision','',0),(1078,1,'2015-12-10 06:15:03','2015-12-10 00:45:03','<h2>OUR CAPABILITY</h2>\r\nOpen source refers to a program or software in which the source code (the form of the program when a programmer writes a program in a particular programming language) is available to the general public for use and/or modification from its original design free of charge. Open source code is typically created as a collaborative effort in which programmers improve upon the code and share the changes within the community.\r\n\r\nClosed source or compiled off-the-shelf products still remain to dominate the enterprise software field in planning and execution areas of business function. But their roadmap to move into cloud offering a SaaS (Software as a Service) model have C-level executives pay attention. \r\n\r\nA third wave of innovative products, bespoke at times, have held steady in the IT landscape. Many times, these challenge as best-of-breed compared to their monolithic ERP software. These products fully embrace new technologies including mobility extensions and flexible consumption options to enterprises. Several software are available as a functional platform for customers to build their business specific applications. \r\n\r\nTechno-Comp follows the leaders in all the above software areas. We have developed a Center of Excellence (CoE) that is product specific in areas of QA and Customer User Experience. \r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp QA CoE has an integrated practice for Selenium Open Source. Selenium automates browsers. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well. Techno-Comp offers a diverse suite of QA services for customers who require end-to-end testing of their web and mobile enterprise applications.\r\n\r\nSelenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.','Products','','inherit','closed','closed','','837-revision-v1','','','2015-12-10 06:15:03','2015-12-10 00:45:03','',837,'http://technocompinc.com/837-revision-v1/',0,'revision','',0),(1079,1,'2015-12-11 04:17:27','2015-12-10 22:47:27','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" title=\"why choose us\"][/block_title][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGJsb2NrX3RpdGxlJTIwY29sdW1uX3RpdGxlJTIwaW5uZXItaW5saW5lX2JvcmRlciUyMCUyMiUzRSUzQ2gxJTNFV2h5JTIwQ2hvb3NlJTIwVXMlM0YlM0MlMkZoMSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFTG9yZW0lMjBpcHN1bSUyMGRvbG9yJTIwc2l0JTIwYW1ldCUyQyUyMGNvbnNlY3RldHVyJTIwYWRpcGlzY2luZyUyMGVsaXQuJTIwVXQlMjBlbGl0JTIwdGVsbHVzJTJDJTIwbHVjdHVzJTIwbmVjJTIwdWxsYW1jb3JwZXIlMjBtYXR0aXMlMkMlMjBwdWx2aW5hciUyMGRhcGlidXMlMjBsZW8uJTI2bmJzcCUzQkxvcmVtJTIwaXBzdW0lMjBkb2xvciUyMHNpdCUyMGFtZXQlMkMlMjBjb25zZWN0ZXR1ciUyMGFkaXBpc2NpbmclMjBlbGl0LiUyMFV0JTIwZWxpdCUyMHRlbGx1cyUyQyUyMGx1Y3R1cyUyMG5lYyUyMHVsbGFtY29ycGVyJTIwbWF0dGlzJTJDJTIwcHVsdmluYXIlMjBkYXBpYnVzJTIwbGVvLiUzQyUyRnAlM0UlMEElMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlM0NkaXYlMjBpZCUzRCUyMmZ3c181NjY5ZmQ0NDRkOGI2JTIyJTIwY2xhc3MlM0QlMjJ3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwJTIwYW5pbWF0ZV9vbm9mZnNldCUyMHJvdy1keW5hbWljLWVsJTIwc3RhbmRhcmRfc2VjdGlvbiUyMCUyMCUyMCUyMCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQSUyMGFic29sdXRlJTNCdG9wJTNBJTIwMCUzQiUyMiUzRSUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIwJTIwZGFyayUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyc2VjdGlvbl9jbGVhciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VFeHRlbmRlZCUyMERvY3VtZW50YXRpb24lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNpbXBsZSUyMCUyNmFtcCUzQiUyMEFtYXppbmclM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVVzZXIlMjBGcmllbmRseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFTW9yZSUyMHRoYW4lMjAyNSUyMGRlbW9zJTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VMYXJnZSUyMFN1cHBvcnQlMjBUZWFtJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjMxJTIwT25saW5lJTIwVGVtcGxhdGUlMjBCdWlsZGVyJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VXZWVrbHklMjBVcGRhdGVzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VGcmVlJTIwU3VnZ2VzdGlvbnMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" title=\"Recent news\"][/block_title][recent_news][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-11 04:17:27','2015-12-10 22:47:27','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1080,1,'2015-12-11 04:18:32','2015-12-10 22:48:32','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGJsb2NrX3RpdGxlJTIwY29sdW1uX3RpdGxlJTIwaW5uZXItaW5saW5lX2JvcmRlciUyMCUyMiUzRSUzQ2gxJTNFV2h5JTIwQ2hvb3NlJTIwVXMlM0YlM0MlMkZoMSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFTG9yZW0lMjBpcHN1bSUyMGRvbG9yJTIwc2l0JTIwYW1ldCUyQyUyMGNvbnNlY3RldHVyJTIwYWRpcGlzY2luZyUyMGVsaXQuJTIwVXQlMjBlbGl0JTIwdGVsbHVzJTJDJTIwbHVjdHVzJTIwbmVjJTIwdWxsYW1jb3JwZXIlMjBtYXR0aXMlMkMlMjBwdWx2aW5hciUyMGRhcGlidXMlMjBsZW8uJTI2bmJzcCUzQkxvcmVtJTIwaXBzdW0lMjBkb2xvciUyMHNpdCUyMGFtZXQlMkMlMjBjb25zZWN0ZXR1ciUyMGFkaXBpc2NpbmclMjBlbGl0LiUyMFV0JTIwZWxpdCUyMHRlbGx1cyUyQyUyMGx1Y3R1cyUyMG5lYyUyMHVsbGFtY29ycGVyJTIwbWF0dGlzJTJDJTIwcHVsdmluYXIlMjBkYXBpYnVzJTIwbGVvLiUzQyUyRnAlM0UlMEElMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlM0NkaXYlMjBpZCUzRCUyMmZ3c181NjY5ZmQ0NDRkOGI2JTIyJTIwY2xhc3MlM0QlMjJ3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwJTIwYW5pbWF0ZV9vbm9mZnNldCUyMHJvdy1keW5hbWljLWVsJTIwc3RhbmRhcmRfc2VjdGlvbiUyMCUyMCUyMCUyMCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQSUyMGFic29sdXRlJTNCdG9wJTNBJTIwMCUzQiUyMiUzRSUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIwJTIwZGFyayUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyc2VjdGlvbl9jbGVhciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VFeHRlbmRlZCUyMERvY3VtZW50YXRpb24lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNpbXBsZSUyMCUyNmFtcCUzQiUyMEFtYXppbmclM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVVzZXIlMjBGcmllbmRseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFTW9yZSUyMHRoYW4lMjAyNSUyMGRlbW9zJTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VMYXJnZSUyMFN1cHBvcnQlMjBUZWFtJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjMxJTIwT25saW5lJTIwVGVtcGxhdGUlMjBCdWlsZGVyJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VXZWVrbHklMjBVcGRhdGVzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VGcmVlJTIwU3VnZ2VzdGlvbnMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" title=\"Recent news\"][/block_title][recent_news][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-11 04:18:32','2015-12-10 22:48:32','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1081,1,'2015-12-11 04:19:53','2015-12-10 22:49:53','Not only home variations or demos but fully created sites for you ready to publish on the net.\r\nMore than 20+ ready to use sites created with research and dedication. Choose the right one and go online in 5 minutes. Specular is the last theme you will ever need to buy. Keep coming back to this page to get the latest updates. New Features and Demo Sites added every week.','Working hard everyday for the quality','','inherit','closed','closed','','41-revision-v1','','','2015-12-11 04:19:53','2015-12-10 22:49:53','',41,'http://technocompinc.com/41-revision-v1/',0,'revision','',0),(1082,1,'2015-12-11 04:20:39','2015-12-10 22:50:39','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGJsb2NrX3RpdGxlJTIwY29sdW1uX3RpdGxlJTIwaW5uZXItaW5saW5lX2JvcmRlciUyMCUyMiUzRSUzQ2gxJTNFV2h5JTIwQ2hvb3NlJTIwVXMlM0YlM0MlMkZoMSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFTG9yZW0lMjBpcHN1bSUyMGRvbG9yJTIwc2l0JTIwYW1ldCUyQyUyMGNvbnNlY3RldHVyJTIwYWRpcGlzY2luZyUyMGVsaXQuJTIwVXQlMjBlbGl0JTIwdGVsbHVzJTJDJTIwbHVjdHVzJTIwbmVjJTIwdWxsYW1jb3JwZXIlMjBtYXR0aXMlMkMlMjBwdWx2aW5hciUyMGRhcGlidXMlMjBsZW8uJTI2bmJzcCUzQkxvcmVtJTIwaXBzdW0lMjBkb2xvciUyMHNpdCUyMGFtZXQlMkMlMjBjb25zZWN0ZXR1ciUyMGFkaXBpc2NpbmclMjBlbGl0LiUyMFV0JTIwZWxpdCUyMHRlbGx1cyUyQyUyMGx1Y3R1cyUyMG5lYyUyMHVsbGFtY29ycGVyJTIwbWF0dGlzJTJDJTIwcHVsdmluYXIlMjBkYXBpYnVzJTIwbGVvLiUzQyUyRnAlM0UlMEElMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlM0NkaXYlMjBpZCUzRCUyMmZ3c181NjY5ZmQ0NDRkOGI2JTIyJTIwY2xhc3MlM0QlMjJ3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwJTIwYW5pbWF0ZV9vbm9mZnNldCUyMHJvdy1keW5hbWljLWVsJTIwc3RhbmRhcmRfc2VjdGlvbiUyMCUyMCUyMCUyMCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQSUyMGFic29sdXRlJTNCdG9wJTNBJTIwMCUzQiUyMiUzRSUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIwJTIwZGFyayUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyc2VjdGlvbl9jbGVhciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VFeHRlbmRlZCUyMERvY3VtZW50YXRpb24lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNpbXBsZSUyMCUyNmFtcCUzQiUyMEFtYXppbmclM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVVzZXIlMjBGcmllbmRseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFTW9yZSUyMHRoYW4lMjAyNSUyMGRlbW9zJTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VMYXJnZSUyMFN1cHBvcnQlMjBUZWFtJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjMxJTIwT25saW5lJTIwVGVtcGxhdGUlMjBCdWlsZGVyJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VXZWVrbHklMjBVcGRhdGVzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VGcmVlJTIwU3VnZ2VzdGlvbnMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" title=\"Recent news\"][/block_title][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-11 04:20:39','2015-12-10 22:50:39','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1083,1,'2015-12-11 04:22:03','2015-12-10 22:52:03','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGJsb2NrX3RpdGxlJTIwY29sdW1uX3RpdGxlJTIwaW5uZXItaW5saW5lX2JvcmRlciUyMCUyMiUzRSUzQ2gxJTNFV2h5JTIwQ2hvb3NlJTIwVXMlM0YlM0MlMkZoMSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFTG9yZW0lMjBpcHN1bSUyMGRvbG9yJTIwc2l0JTIwYW1ldCUyQyUyMGNvbnNlY3RldHVyJTIwYWRpcGlzY2luZyUyMGVsaXQuJTIwVXQlMjBlbGl0JTIwdGVsbHVzJTJDJTIwbHVjdHVzJTIwbmVjJTIwdWxsYW1jb3JwZXIlMjBtYXR0aXMlMkMlMjBwdWx2aW5hciUyMGRhcGlidXMlMjBsZW8uJTI2bmJzcCUzQkxvcmVtJTIwaXBzdW0lMjBkb2xvciUyMHNpdCUyMGFtZXQlMkMlMjBjb25zZWN0ZXR1ciUyMGFkaXBpc2NpbmclMjBlbGl0LiUyMFV0JTIwZWxpdCUyMHRlbGx1cyUyQyUyMGx1Y3R1cyUyMG5lYyUyMHVsbGFtY29ycGVyJTIwbWF0dGlzJTJDJTIwcHVsdmluYXIlMjBkYXBpYnVzJTIwbGVvLiUzQyUyRnAlM0UlMEElMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlM0NkaXYlMjBpZCUzRCUyMmZ3c181NjY5ZmQ0NDRkOGI2JTIyJTIwY2xhc3MlM0QlMjJ3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwJTIwYW5pbWF0ZV9vbm9mZnNldCUyMHJvdy1keW5hbWljLWVsJTIwc3RhbmRhcmRfc2VjdGlvbiUyMCUyMCUyMCUyMCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQSUyMGFic29sdXRlJTNCdG9wJTNBJTIwMCUzQiUyMiUzRSUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIwJTIwZGFyayUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyc2VjdGlvbl9jbGVhciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VFeHRlbmRlZCUyMERvY3VtZW50YXRpb24lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNpbXBsZSUyMCUyNmFtcCUzQiUyMEFtYXppbmclM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVVzZXIlMjBGcmllbmRseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFTW9yZSUyMHRoYW4lMjAyNSUyMGRlbW9zJTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VMYXJnZSUyMFN1cHBvcnQlMjBUZWFtJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjMxJTIwT25saW5lJTIwVGVtcGxhdGUlMjBCdWlsZGVyJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VXZWVrbHklMjBVcGRhdGVzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VGcmVlJTIwU3VnZ2VzdGlvbnMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-11 04:22:03','2015-12-10 22:52:03','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1084,1,'2015-12-11 04:26:23','2015-12-10 22:56:23','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Governance</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Performance</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">e-Business</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Business Intelligence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFTG9yZW0lMjBpcHN1bSUyMGRvbG9yJTIwc2l0JTIwYW1ldCUyQyUyMGNvbnNlY3RldHVyJTIwYWRpcGlzY2luZyUyMGVsaXQuJTIwVXQlMjBlbGl0JTIwdGVsbHVzJTJDJTIwbHVjdHVzJTIwbmVjJTIwdWxsYW1jb3JwZXIlMjBtYXR0aXMlMkMlMjBwdWx2aW5hciUyMGRhcGlidXMlMjBsZW8uJTI2bmJzcCUzQkxvcmVtJTIwaXBzdW0lMjBkb2xvciUyMHNpdCUyMGFtZXQlMkMlMjBjb25zZWN0ZXR1ciUyMGFkaXBpc2NpbmclMjBlbGl0LiUyMFV0JTIwZWxpdCUyMHRlbGx1cyUyQyUyMGx1Y3R1cyUyMG5lYyUyMHVsbGFtY29ycGVyJTIwbWF0dGlzJTJDJTIwcHVsdmluYXIlMjBkYXBpYnVzJTIwbGVvLiUzQyUyRnAlM0UlMEElMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlM0NkaXYlMjBpZCUzRCUyMmZ3c181NjY5ZmQ0NDRkOGI2JTIyJTIwY2xhc3MlM0QlMjJ3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwJTIwYW5pbWF0ZV9vbm9mZnNldCUyMHJvdy1keW5hbWljLWVsJTIwc3RhbmRhcmRfc2VjdGlvbiUyMCUyMCUyMCUyMCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQSUyMGFic29sdXRlJTNCdG9wJTNBJTIwMCUzQiUyMiUzRSUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIwJTIwZGFyayUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyc2VjdGlvbl9jbGVhciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VFeHRlbmRlZCUyMERvY3VtZW50YXRpb24lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNpbXBsZSUyMCUyNmFtcCUzQiUyMEFtYXppbmclM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVVzZXIlMjBGcmllbmRseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFTW9yZSUyMHRoYW4lMjAyNSUyMGRlbW9zJTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VMYXJnZSUyMFN1cHBvcnQlMjBUZWFtJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjMxJTIwT25saW5lJTIwVGVtcGxhdGUlMjBCdWlsZGVyJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VXZWVrbHklMjBVcGRhdGVzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VGcmVlJTIwU3VnZ2VzdGlvbnMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-11 04:26:23','2015-12-10 22:56:23','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1085,1,'2015-12-11 04:33:08','2015-12-10 23:03:08','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">e-Governance is the public sector\'s use of IT with the aim of improving information and service delivery. It encourages people participation in the decision-making process and making government more accountable, transparent, and effective.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">e-Business is about utilizing the Internet technologies to provide superior customer service, streamline business processes, increase sales, and reduce costs.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Enterprise Performance Management (EPM) is a superset of applications and processes that cross the traditional department boundaries to manage the full lifecycle of business decision-making.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">Business Intelligence (BI) empowers people to make decisions at their point of maximum impact, accelerating the speed of effective decision-making for organizations. Business Intelligence solution allows near-real-time visualization of information.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFTG9yZW0lMjBpcHN1bSUyMGRvbG9yJTIwc2l0JTIwYW1ldCUyQyUyMGNvbnNlY3RldHVyJTIwYWRpcGlzY2luZyUyMGVsaXQuJTIwVXQlMjBlbGl0JTIwdGVsbHVzJTJDJTIwbHVjdHVzJTIwbmVjJTIwdWxsYW1jb3JwZXIlMjBtYXR0aXMlMkMlMjBwdWx2aW5hciUyMGRhcGlidXMlMjBsZW8uJTI2bmJzcCUzQkxvcmVtJTIwaXBzdW0lMjBkb2xvciUyMHNpdCUyMGFtZXQlMkMlMjBjb25zZWN0ZXR1ciUyMGFkaXBpc2NpbmclMjBlbGl0LiUyMFV0JTIwZWxpdCUyMHRlbGx1cyUyQyUyMGx1Y3R1cyUyMG5lYyUyMHVsbGFtY29ycGVyJTIwbWF0dGlzJTJDJTIwcHVsdmluYXIlMjBkYXBpYnVzJTIwbGVvLiUzQyUyRnAlM0UlMEElMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlM0NkaXYlMjBpZCUzRCUyMmZ3c181NjY5ZmQ0NDRkOGI2JTIyJTIwY2xhc3MlM0QlMjJ3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwJTIwYW5pbWF0ZV9vbm9mZnNldCUyMHJvdy1keW5hbWljLWVsJTIwc3RhbmRhcmRfc2VjdGlvbiUyMCUyMCUyMCUyMCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQSUyMGFic29sdXRlJTNCdG9wJTNBJTIwMCUzQiUyMiUzRSUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIwJTIwZGFyayUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyc2VjdGlvbl9jbGVhciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VFeHRlbmRlZCUyMERvY3VtZW50YXRpb24lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNpbXBsZSUyMCUyNmFtcCUzQiUyMEFtYXppbmclM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVVzZXIlMjBGcmllbmRseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFTW9yZSUyMHRoYW4lMjAyNSUyMGRlbW9zJTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VMYXJnZSUyMFN1cHBvcnQlMjBUZWFtJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjMxJTIwT25saW5lJTIwVGVtcGxhdGUlMjBCdWlsZGVyJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VXZWVrbHklMjBVcGRhdGVzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VGcmVlJTIwU3VnZ2VzdGlvbnMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-11 04:33:08','2015-12-10 23:03:08','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1086,1,'2015-12-15 05:07:08','2015-12-14 23:37:08','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"#\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks, both 4G or wi-fi. Shared economy i.e. social media networks have further deepen mobility adoption. Convenience reigns.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in a error-free manner across desktops, web, mobile and on emerging technology platforms. Planned and systematic activities have become critical. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFTG9yZW0lMjBpcHN1bSUyMGRvbG9yJTIwc2l0JTIwYW1ldCUyQyUyMGNvbnNlY3RldHVyJTIwYWRpcGlzY2luZyUyMGVsaXQuJTIwVXQlMjBlbGl0JTIwdGVsbHVzJTJDJTIwbHVjdHVzJTIwbmVjJTIwdWxsYW1jb3JwZXIlMjBtYXR0aXMlMkMlMjBwdWx2aW5hciUyMGRhcGlidXMlMjBsZW8uJTI2bmJzcCUzQkxvcmVtJTIwaXBzdW0lMjBkb2xvciUyMHNpdCUyMGFtZXQlMkMlMjBjb25zZWN0ZXR1ciUyMGFkaXBpc2NpbmclMjBlbGl0LiUyMFV0JTIwZWxpdCUyMHRlbGx1cyUyQyUyMGx1Y3R1cyUyMG5lYyUyMHVsbGFtY29ycGVyJTIwbWF0dGlzJTJDJTIwcHVsdmluYXIlMjBkYXBpYnVzJTIwbGVvLiUzQyUyRnAlM0UlMEElMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlM0NkaXYlMjBpZCUzRCUyMmZ3c181NjY5ZmQ0NDRkOGI2JTIyJTIwY2xhc3MlM0QlMjJ3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwJTIwYW5pbWF0ZV9vbm9mZnNldCUyMHJvdy1keW5hbWljLWVsJTIwc3RhbmRhcmRfc2VjdGlvbiUyMCUyMCUyMCUyMCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQSUyMGFic29sdXRlJTNCdG9wJTNBJTIwMCUzQiUyMiUzRSUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIwJTIwZGFyayUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyc2VjdGlvbl9jbGVhciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VFeHRlbmRlZCUyMERvY3VtZW50YXRpb24lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNpbXBsZSUyMCUyNmFtcCUzQiUyMEFtYXppbmclM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVVzZXIlMjBGcmllbmRseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFTW9yZSUyMHRoYW4lMjAyNSUyMGRlbW9zJTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VMYXJnZSUyMFN1cHBvcnQlMjBUZWFtJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjMxJTIwT25saW5lJTIwVGVtcGxhdGUlMjBCdWlsZGVyJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VXZWVrbHklMjBVcGRhdGVzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VGcmVlJTIwU3VnZ2VzdGlvbnMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-15 05:07:08','2015-12-14 23:37:08','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1087,1,'2015-12-15 05:12:19','2015-12-14 23:42:19','','50-pix-logo','','inherit','open','closed','','50-pix-logo','','','2015-12-15 05:12:19','2015-12-14 23:42:19','',0,'http://technocompinc.com/wp-content/uploads/2015/12/50-pix-logo.png',0,'attachment','image/png',0),(1088,1,'2015-12-15 05:25:55','2015-12-14 23:55:55','','sdl3','','inherit','open','closed','','sdl3','','','2015-12-15 05:25:55','2015-12-14 23:55:55','',0,'http://technocompinc.com/wp-content/uploads/2015/12/sdl3.jpg',0,'attachment','image/jpeg',0),(1089,1,'2015-12-15 05:25:58','2015-12-14 23:55:58','','sdl1','','inherit','open','closed','','sdl1','','','2015-12-15 05:25:58','2015-12-14 23:55:58','',0,'http://technocompinc.com/wp-content/uploads/2015/12/sdl1.jpg',0,'attachment','image/jpeg',0),(1090,1,'2015-12-15 05:26:01','2015-12-14 23:56:01','','sdl2','','inherit','open','closed','','sdl2','','','2015-12-15 05:26:01','2015-12-14 23:56:01','',0,'http://technocompinc.com/wp-content/uploads/2015/12/sdl2.jpg',0,'attachment','image/jpeg',0),(1092,1,'2015-12-15 05:30:40','2015-12-15 00:00:40','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24178.238728280507!2d-74.03642767030202!3d40.755869437983435!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2576b66c69541%3A0x8559a90ad721149!2s90+Charles+St!5e0!3m2!1sen!2sus!4v1401374000847\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you\r\nmight have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible. [/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][vc_column_text]Codeless has been quietly but consistently building a powerhouse portfolio of web site design and marketing.[/vc_column_text][list icon=\"linecon-icon-location\"][list_item title=\"228 Park Ave S\r\nNew York, NY 10003-1502\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+0114 5544 6687\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"office@codeless.co\r\n\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+100 55447 8877 (FAX)\r\n\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-15 05:30:40','2015-12-15 00:00:40','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1093,1,'2015-12-15 05:31:39','2015-12-15 00:01:39','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24178.238728280507!2d-74.03642767030202!3d40.755869437983435!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2576b66c69541%3A0x8559a90ad721149!2s90+Charles+St!5e0!3m2!1sen!2sus!4v1401374000847\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][vc_column_text]Codeless has been quietly but consistently building a powerhouse portfolio of web site design and marketing.[/vc_column_text][list icon=\"linecon-icon-location\"][list_item title=\"228 Park Ave S\r\nNew York, NY 10003-1502\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+0114 5544 6687\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"office@codeless.co\r\n\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+100 55447 8877 (FAX)\r\n\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-15 05:31:39','2015-12-15 00:01:39','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1094,1,'2015-12-15 05:34:53','2015-12-15 00:04:53','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][vc_column_text]Codeless has been quietly but consistently building a powerhouse portfolio of web site design and marketing.[/vc_column_text][list icon=\"linecon-icon-location\"][list_item title=\"228 Park Ave S\r\nNew York, NY 10003-1502\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+0114 5544 6687\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"office@codeless.co\r\n\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+100 55447 8877 (FAX)\r\n\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-15 05:34:53','2015-12-15 00:04:53','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1095,1,'2015-12-15 05:47:28','2015-12-15 00:17:28','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\r\n25 Independence Blvd Warren, NJ 07059\r\n11785 Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+0114 5544 6687\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"office@codeless.co\r\n\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+100 55447 8877 (FAX)\r\n\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-15 05:47:28','2015-12-15 00:17:28','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1096,1,'2015-12-15 05:49:11','2015-12-15 00:19:11','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059\"][list_item title=\"11785 Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+0114 5544 6687\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"office@codeless.co\r\n\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+100 55447 8877 (FAX)\r\n\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-15 05:49:11','2015-12-15 00:19:11','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1097,1,'2015-12-15 05:51:05','2015-12-15 00:21:05','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+0114 5544 6687\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"office@codeless.co\r\n\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+100 55447 8877 (FAX)\r\n\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-15 05:51:05','2015-12-15 00:21:05','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1098,1,'2015-12-15 05:52:11','2015-12-15 00:22:11','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+0114 5544 6687\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"office@codeless.co\r\n\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+100 55447 8877 (FAX)\r\n\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-15 05:52:11','2015-12-15 00:22:11','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1099,1,'2015-12-15 05:54:27','2015-12-15 00:24:27','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"office@codeless.co\r\n\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-15 05:54:27','2015-12-15 00:24:27','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1100,1,'2015-12-15 05:55:40','2015-12-15 00:25:40','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-15 05:55:40','2015-12-15 00:25:40','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1102,1,'2015-12-15 06:02:04','2015-12-15 00:32:04','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n\r\nPROGRAM MANAGEMENT\r\nERP & CUSTOM APP DEVELOPMENT\r\nDIGITAL TRANSFORMATION & E-BUSINESS\r\nMOBILE APP DEVELOPMENT\r\nIT & NETWORK SECURITY\r\n\r\nEMERGING TECHNOLOGIES/IOT\r\nQUALITY ASSURANCE (QA)\r\nDATABASE ARCHITECTS\r\nJAVA/.NET DEVELOPERS\r\nINFRA/SERVER ADMININSTRATORS\r\n\r\n<h2>Submit your resume today</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or e-mail: careers@technocompinc.com','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2015-12-15 06:02:04','2015-12-15 00:32:04','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1103,1,'2015-12-15 06:09:12','2015-12-15 00:39:12','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks, both 4G or wi-fi. Shared economy i.e. social media networks have further deepen mobility adoption. Convenience reigns.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in a error-free manner across desktops, web, mobile and on emerging technology platforms. Planned and systematic activities have become critical. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][vc_row_inner][vc_column_inner][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFTG9yZW0lMjBpcHN1bSUyMGRvbG9yJTIwc2l0JTIwYW1ldCUyQyUyMGNvbnNlY3RldHVyJTIwYWRpcGlzY2luZyUyMGVsaXQuJTIwVXQlMjBlbGl0JTIwdGVsbHVzJTJDJTIwbHVjdHVzJTIwbmVjJTIwdWxsYW1jb3JwZXIlMjBtYXR0aXMlMkMlMjBwdWx2aW5hciUyMGRhcGlidXMlMjBsZW8uJTI2bmJzcCUzQkxvcmVtJTIwaXBzdW0lMjBkb2xvciUyMHNpdCUyMGFtZXQlMkMlMjBjb25zZWN0ZXR1ciUyMGFkaXBpc2NpbmclMjBlbGl0LiUyMFV0JTIwZWxpdCUyMHRlbGx1cyUyQyUyMGx1Y3R1cyUyMG5lYyUyMHVsbGFtY29ycGVyJTIwbWF0dGlzJTJDJTIwcHVsdmluYXIlMjBkYXBpYnVzJTIwbGVvLiUzQyUyRnAlM0UlMEElMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlM0NkaXYlMjBpZCUzRCUyMmZ3c181NjY5ZmQ0NDRkOGI2JTIyJTIwY2xhc3MlM0QlMjJ3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwJTIwYW5pbWF0ZV9vbm9mZnNldCUyMHJvdy1keW5hbWljLWVsJTIwc3RhbmRhcmRfc2VjdGlvbiUyMCUyMCUyMCUyMCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQSUyMGFic29sdXRlJTNCdG9wJTNBJTIwMCUzQiUyMiUzRSUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIwJTIwZGFyayUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyc2VjdGlvbl9jbGVhciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VFeHRlbmRlZCUyMERvY3VtZW50YXRpb24lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNpbXBsZSUyMCUyNmFtcCUzQiUyMEFtYXppbmclM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVVzZXIlMjBGcmllbmRseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFTW9yZSUyMHRoYW4lMjAyNSUyMGRlbW9zJTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VMYXJnZSUyMFN1cHBvcnQlMjBUZWFtJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjMxJTIwT25saW5lJTIwVGVtcGxhdGUlMjBCdWlsZGVyJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VXZWVrbHklMjBVcGRhdGVzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VGcmVlJTIwU3VnZ2VzdGlvbnMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-15 06:09:12','2015-12-15 00:39:12','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1104,1,'2015-12-15 06:15:46','2015-12-15 00:45:46','<h2>OUR CAPABILITY</h2>\nDisruptive innovation is all over the space. Our customers are forcing their organizations to the forefront of this new change. To reinvent themselves. Process and technology innovation are key conversations – led by big data, Internet of Things (IoT), Mobility or related emerging ideas within industry verticals we serve. We are prepared to support our customers in their journey to innovate in their operations.\n\n<h2>OUR APPROACH</h2>\nBe it data explosion or new apps, staying on top of trends is serious business for those of us in the field that is considered trans formative. Skill sets come and go at a breakneck pace, and it\'s important to stay ahead of the curve in an attempt to anticipate the next hot trend to keep oneself relevant in an ever-changing world.\n\nTechno-Comp understands this fact. We study and understand changes impacting client’s business.\n\nTo help understand the importance of studying emerging technologies, simply look back at the past decade and contemplate the disruptive technologies that have revolutionized the way IT works today. Topics such as server virtualization, big data, and cloud computing were once merely high-level concepts and ideas. Yet, who investigated and learned about these technologies early on had a dramatic advantage over our peers in the workplace, once these technologies came to fruition.\n\nNext is to be best at staying the course on emerging technologies. As technologies evolve so does an increase in its complexity. It takes more and more time for \ntechnologists to start to comprehend new technologies, let alone learn how to implement and support them. So it\'s in our best interest to start our education as early as possible by first identifying the technology trends likely to shake up the IT landscape in the years ahead and then invest in acquiring knowledge.\n\nToday Techno-Comp leads collaborative exchange of ideas and practices internally with employees and externally with technology groups.\n\nDo you like to learn about the emerging trends on our focus for 2016, contact us.\n\n<h2>EMERGING TECHNOLOGIES WE FOCUS ON</h2>\n<strong>Mobile Computing, 3D Spatial & Robotics</strong>\nThe proliferation of mobile computing around the world clearly indicates that a focus on future wireless technologies would make our list. The same goes for IT\'s hottest topic of the past few years -- IT security. Other technologies, such as three-dimensional imagery and robotics, will advance many areas of our lives that have remained stagnant for years.\n\n<strong>Cloud and Fog Computing</strong>\nWhere cloud computing can be thought of as externalizing applications to public and private infrastructure (in the cloud), fog computing surrounds us. Fog computing takes \ncloud computing and pushes it out to the edge device, as opposed to keeping it in a data center. The idea is that our end devices will not talk back to a handful of cloud providers, where our applications and data live. Instead, fog computing creates a wireless mesh at the edge, where point-to-point communication with devices in our geographical proximity are far more prevalent. By creating a heterogeneous mesh that all talks together, a fog approach streamlines, optimizes, and improves availability for mobile device connectivity.\n\n<strong>3D Visualization</strong>\nThree-dimensional technologies have been much more of a novelty than a technological breakthrough in the recent past. This mostly has to do with the fact that 3-D displays are \ndifficult to achieve. But the latest 3-D display offerings are seriously good. Although many \nof us still struggle to find a purposeful use for 3-D displays in our own daily lives (they\'re \nnot going to help with spreadsheet or database work), niche areas such as mechanical \ndesign, engineering and operations will benefit immensely. \n\n\n\n\n\n\nNext Gen Wireless\n\n\n\nWireless, from both cellular and WiFi perspectives, is an incredibly hot topic right now. As more \ndevices become mobile, the need for increasing amounts of bandwidth -- and thus, wireless \nspectrum -- is on the rise. With a finite amount of wireless spectrum, we\'re left with lawmakers \ndetermining how much of that usable spectrum will be allocated for wireless data \ncommunication. Techno-Comp provides thought-leadership and proof of concepts to leverage \ncurrent application and customer usability advancements for the new generation of bandwidth \nas it becomes available for personal and commercial use.\n\n\n\nIoT (Internet of Things)\n\n\n\nAlong with tremendous opportunity, the Internet of Things brings enormous exposure to \nsecurity risks. IT organizations must invest in a variety of security practices and resources to \nstrengthen their protection. Due to huge potential benefits in automation and cost savings, IoT \nhas gained traction with enterprises of every size. Organizations are planning to leverage IoT to \nharness business growth and innovation. At the same time, however, IoT requires \ninfrastructure and processes that can prevent exposure of critical business information or the \nmishandling of some critical task due to a false alarm. In the excitement of exploring the myriad \nways to deploy IoT for profit, organizations can easily miss planning for the very basic security \nproblems that can be associated with IoT devices.\n\n\n\nTechno-Comp specializes in storage extension and secure data storage/retrieval, sensors/assets \nmanagement, resource prioritization, device security including vendor policies and ethics, \nhardware, software and platform vulnerabilities and legal issues and network compliance. Our \ncomprehensive approach to smart devices joining your network is the utmost value we offer as \nprotection of your information and avoidance of potential risks.','Emerging Technologies','','inherit','closed','closed','','835-autosave-v1','','','2015-12-15 06:15:46','2015-12-15 00:45:46','',835,'http://technocompinc.com/835-autosave-v1/',0,'revision','',0),(1105,1,'2015-12-15 06:17:13','2015-12-15 00:47:13','<h2>OUR CAPABILITY</h2>\r\nDisruptive innovation is all over the space. Our customers are forcing their organizations to the forefront of this new change. To reinvent themselves. Process and technology innovation are key conversations – led by big data, Internet of Things (IoT), Mobility or related emerging ideas within industry verticals we serve. We are prepared to support our customers in their journey to innovate in their operations.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBe it data explosion or new apps, staying on top of trends is serious business for those of us in the field that is considered trans formative. Skill sets come and go at a breakneck pace, and it\'s important to stay ahead of the curve in an attempt to anticipate the next hot trend to keep oneself relevant in an ever-changing world.\r\n\r\nTechno-Comp understands this fact. We study and understand changes impacting client’s business.\r\n\r\nTo help understand the importance of studying emerging technologies, simply look back at the past decade and contemplate the disruptive technologies that have revolutionized the way IT works today. Topics such as server virtualization, big data, and cloud computing were once merely high-level concepts and ideas. Yet, who investigated and learned about these technologies early on had a dramatic advantage over our peers in the workplace, once these technologies came to fruition.\r\n\r\nNext is to be best at staying the course on emerging technologies. As technologies evolve so does an increase in its complexity. It takes more and more time for \r\ntechnologists to start to comprehend new technologies, let alone learn how to implement and support them. So it\'s in our best interest to start our education as early as possible by first identifying the technology trends likely to shake up the IT landscape in the years ahead and then invest in acquiring knowledge.\r\n\r\nToday Techno-Comp leads collaborative exchange of ideas and practices internally with employees and externally with technology groups.\r\n\r\nDo you like to learn about the emerging trends on our focus for 2016, contact us.\r\n\r\n<h2>EMERGING TECHNOLOGIES WE FOCUS ON</h2>\r\n<strong>Mobile Computing, 3D Spatial & Robotics</strong>\r\nThe proliferation of mobile computing around the world clearly indicates that a focus on future wireless technologies would make our list. The same goes for IT\'s hottest topic of the past few years -- IT security. Other technologies, such as three-dimensional imagery and robotics, will advance many areas of our lives that have remained stagnant for years.\r\n\r\n<strong>Cloud and Fog Computing</strong>\r\nWhere cloud computing can be thought of as externalizing applications to public and private infrastructure (in the cloud), fog computing surrounds us. Fog computing takes \r\ncloud computing and pushes it out to the edge device, as opposed to keeping it in a data center. The idea is that our end devices will not talk back to a handful of cloud providers, where our applications and data live. Instead, fog computing creates a wireless mesh at the edge, where point-to-point communication with devices in our geographical proximity are far more prevalent. By creating a heterogeneous mesh that all talks together, a fog approach streamlines, optimizes, and improves availability for mobile device connectivity.\r\n\r\n<strong>3D Visualization</strong>\r\nThree-dimensional technologies have been much more of a novelty than a technological breakthrough in the recent past. This mostly has to do with the fact that 3-D displays are difficult to achieve. But the latest 3-D display offerings are seriously good. Although many of us still struggle to find a purposeful use for 3-D displays in our own daily lives (they\'re not going to help with spreadsheet or database work), niche areas such as mechanical design, engineering and operations will benefit immensely. \r\n\r\n<strong>Next Gen Wireless</strong>\r\nWireless, from both cellular and WiFi perspectives, is an incredibly hot topic right now. As more devices become mobile, the need for increasing amounts of bandwidth -- and thus, wireless \r\nspectrum -- is on the rise. With a finite amount of wireless spectrum, we\'re left with lawmakers determining how much of that usable spectrum will be allocated for wireless data communication. Techno-Comp provides thought-leadership and proof of concepts to leverage current application and customer usability advancements for the new generation of bandwidth as it becomes available for personal and commercial use.\r\n\r\n<strong>IoT (Internet of Things)</strong>\r\nAlong with tremendous opportunity, the Internet of Things brings enormous exposure to security risks. IT organizations must invest in a variety of security practices and resources to strengthen their protection. Due to huge potential benefits in automation and cost savings, IoT has gained traction with enterprises of every size. Organizations are planning to leverage IoT to harness business growth and innovation. At the same time, however, IoT requires infrastructure and processes that can prevent exposure of critical business information or the mishandling of some critical task due to a false alarm. In the excitement of exploring the myriad ways to deploy IoT for profit, organizations can easily miss planning for the very basic security problems that can be associated with IoT devices.\r\n\r\nTechno-Comp specializes in storage extension and secure data storage/retrieval, sensors/assets management, resource prioritization, device security including vendor policies and ethics, \r\nhardware, software and platform vulnerabilities and legal issues and network compliance. Our comprehensive approach to smart devices joining your network is the utmost value we offer as protection of your information and avoidance of potential risks.','Emerging Technologies','','inherit','closed','closed','','835-revision-v1','','','2015-12-15 06:17:13','2015-12-15 00:47:13','',835,'http://technocompinc.com/835-revision-v1/',0,'revision','',0),(1106,1,'2015-12-15 06:23:59','2015-12-15 00:53:59','<p><label>First Name:<span class=\"red\">*</span></label> [text* fullName] </p>\r\n<p><label>Last Name:<span class=\"red\">*</span></label> [text* lastName] </p>\r\n<p><label>Email Address:<span class=\"red\">*</span></label> [text* emailAddress] </p>\r\n<p><label>Phone Number:<span class=\"red\">*</span></label> [text* validPhone] </p>\r\n<p><label>Practice Area:<span class=\"red\">*</span>(i.e: java, php, .net)</label> [text* practicearea] </p>\r\n<p><label>Office Location:<span class=\"red\">*</span></label> [select* droupdown1 \"Alabama\" \"Alaska\" \"Arizona\" \"Arkansas\" \"California\" \"Colorado\" \"Connecticut\" \"Delaware\" \"Florida\" \"Georgia\" \"Hawaii\" \"Idaho\" \"Illinois\" \"Indiana\" \"Iowa\" \"Kansas\" \"Kentucky\" \"Louisiana\" \"Maine\" \"Maryland\" \"Massachusetts\" \"Michigan\" \"Minnesota\" \"Mississippi\" \"Missouri\" \"Montana\" \"Nebraska\" \"Nevada\" \"New Hampshire\" \"New Jersey\" \"New Mexico\" \"New York\" \"North Carolina\" \"North Dakota\" \"Ohio\" \"Oklahoma\" \"Oregon\" \"Pennsylvania\" \"Rhode Island\" \"South Carolina\" \"South Dakota\" \"Tennessee\" \"Texas\" \"Utah\" \"Vermont\" \"Virginia\" \"Washington\" \"West Virginia\" \"Wisconsin\" \"Wyoming\"] </p>\r\n<p><label>Attach Resume:<span class=\"red\">*</span></label> [file* resume limit:2099152 filetypes:pdf|txt|docx]</p>\r\n<p><label class=\"deskcta\"> </label>[submit \"Submit Resume\"]</p>\nTechno-comp Contact Form Details\n[fullName] <noreply@technocompinc.com>\n<table cellpadding=3 cellspacing=1 bgcolor=\"#ffffff\" width=\"506\" border=\"1\" style=\"border-collapse:collapse;\">\r\n <tr>\r\n <td align=center height=30px bgcolor=#ebe8da style=\"color:#000\" colspan=\"3\"><strong>Techno-comp Contact Form Details</strong></td>\r\n </tr>\r\n <tr>\r\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Full Name:</td>\r\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[fullName]</td>\r\n </tr>\r\n <tr>\r\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Last Name:</td>\r\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[lastName]</td>\r\n </tr>\r\n <tr>\r\n <td style=\"background-color:#FFFFFF; color:#000000;\">Phone Number:</td>\r\n <td style=\"background-color:#FFFFFF; color:#000000;\">[validPhone]</td>\r\n </tr>\r\n <tr>\r\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Email Address:</td>\r\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[emailAddress]</td>\r\n </tr>\r\n <tr>\r\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Practice Area:</td>\r\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[practicearea]</td>\r\n </tr>\r\n <tr>\r\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Office Location:</td>\r\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[droupdown1]</td>\r\n </tr>\r\n <tr>\r\n <td width=\"185\" style=\"background-color:#FFFFFF; color:#000000;\">Attach Resume:</td>\r\n <td width=\"301\" style=\"background-color:#FFFFFF; color:#000000;\">[resume]</td>\r\n </tr>\r\n \r\n </table>\ncareers@technocompinc.com\n\n[resume]\n1\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Techno-Comp (http://technocompinc.com)\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nYour answer is not correct.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.','resume','','publish','closed','closed','','resume','','','2016-03-11 18:52:48','2016-03-11 13:22:48','',0,'http://technocompinc.com/?post_type=wpcf7_contact_form&p=1106',0,'wpcf7_contact_form','',0),(1107,1,'2015-12-15 06:24:24','2015-12-15 00:54:24','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n\r\nPROGRAM MANAGEMENT\r\nERP & CUSTOM APP DEVELOPMENT\r\nDIGITAL TRANSFORMATION & E-BUSINESS\r\nMOBILE APP DEVELOPMENT\r\nIT & NETWORK SECURITY\r\n\r\nEMERGING TECHNOLOGIES/IOT\r\nQUALITY ASSURANCE (QA)\r\nDATABASE ARCHITECTS\r\nJAVA/.NET DEVELOPERS\r\nINFRA/SERVER ADMININSTRATORS\r\n\r\n<h2>Submit your resume today</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or e-mail: careers@technocompinc.com\r\n\r\n[contact-form-7 id=\"1106\" title=\"resume\"]','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2015-12-15 06:24:24','2015-12-15 00:54:24','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1108,1,'2015-12-16 04:45:42','2015-12-15 23:15:42','[vc_row][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" color=\"blue\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" color=\"blue\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column][/vc_row]','test','','publish','closed','closed','','test','','','2015-12-16 04:45:42','2015-12-15 23:15:42','',0,'http://technocompinc.com/?page_id=1108',0,'page','',0),(1109,1,'2015-12-16 04:45:42','2015-12-15 23:15:42','[vc_row][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" color=\"blue\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" color=\"blue\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VPdXIlMjBXb3JrJTNDJTJGaDElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][recent_portfolio style=\"basic\" columns=\"4\"][/vc_column][/vc_row]','test','','inherit','closed','closed','','1108-revision-v1','','','2015-12-16 04:45:42','2015-12-15 23:15:42','',1108,'http://technocompinc.com/1108-revision-v1/',0,'revision','',0),(1110,1,'2015-12-16 04:46:17','2015-12-15 23:16:17','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]\r\n\r\n </div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks, both 4G or wi-fi. Shared economy i.e. social media networks have further deepen mobility adoption. Convenience reigns.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in a error-free manner across desktops, web, mobile and on emerging technology platforms. Planned and systematic activities have become critical. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFTG9yZW0lMjBpcHN1bSUyMGRvbG9yJTIwc2l0JTIwYW1ldCUyQyUyMGNvbnNlY3RldHVyJTIwYWRpcGlzY2luZyUyMGVsaXQuJTIwVXQlMjBlbGl0JTIwdGVsbHVzJTJDJTIwbHVjdHVzJTIwbmVjJTIwdWxsYW1jb3JwZXIlMjBtYXR0aXMlMkMlMjBwdWx2aW5hciUyMGRhcGlidXMlMjBsZW8uJTI2bmJzcCUzQkxvcmVtJTIwaXBzdW0lMjBkb2xvciUyMHNpdCUyMGFtZXQlMkMlMjBjb25zZWN0ZXR1ciUyMGFkaXBpc2NpbmclMjBlbGl0LiUyMFV0JTIwZWxpdCUyMHRlbGx1cyUyQyUyMGx1Y3R1cyUyMG5lYyUyMHVsbGFtY29ycGVyJTIwbWF0dGlzJTJDJTIwcHVsdmluYXIlMjBkYXBpYnVzJTIwbGVvLiUzQyUyRnAlM0UlMEElMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlM0NkaXYlMjBpZCUzRCUyMmZ3c181NjY5ZmQ0NDRkOGI2JTIyJTIwY2xhc3MlM0QlMjJ3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwJTIwYW5pbWF0ZV9vbm9mZnNldCUyMHJvdy1keW5hbWljLWVsJTIwc3RhbmRhcmRfc2VjdGlvbiUyMCUyMCUyMCUyMCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQSUyMGFic29sdXRlJTNCdG9wJTNBJTIwMCUzQiUyMiUzRSUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIwJTIwZGFyayUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyc2VjdGlvbl9jbGVhciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VFeHRlbmRlZCUyMERvY3VtZW50YXRpb24lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNpbXBsZSUyMCUyNmFtcCUzQiUyMEFtYXppbmclM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVVzZXIlMjBGcmllbmRseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFTW9yZSUyMHRoYW4lMjAyNSUyMGRlbW9zJTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sLXNtLTYlMjB3cGJfY29sdW1uJTIwY29sdW1uX2NvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIyJTIyJTIwZGF0YS1hbmltYXRpb24lM0QlMjIlMjIlMjBkYXRhLWRlbGF5JTNEJTIyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMndwYl9jb250ZW50X2VsZW1lbnQlMjBsaXN0JTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0N1bCUyMGRhdGEtaWNvbiUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VMYXJnZSUyMFN1cHBvcnQlMjBUZWFtJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjMxJTIwT25saW5lJTIwVGVtcGxhdGUlMjBCdWlsZGVyJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VXZWVrbHklMjBVcGRhdGVzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VGcmVlJTIwU3VnZ2VzdGlvbnMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-16 04:46:17','2015-12-15 23:16:17','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1111,1,'2015-12-16 15:05:56','2015-12-16 09:35:56','<h2>OUR EMPLOYEES</h2>\r\nAt the core of everything we do is trust. Our clients trust us to deliver excellence and our people trust us to make their professional fulfillment a priority. And it\'s because our relationships are founded on trust that we\'re able to achieve the things we do. The more we live up to the high standards we set ourselves, the more we can achieve. Infinite Possibilities, is at the heart of our employee retention and value contribution program.\r\n\r\nAt Techno-Comp it is all about performance. It\'s about creating high expectations and unlocking potential.It\'s about recognizing exceptional contributions and inspiring others to reach the same heights. Whether you\'re a graduate or a seasoned professional, an engineer or an executive, we all have a role in exploiting our individual and collective talents, and in creating a culture that drives performance.\r\n\r\n<h2>OUR CUSTOMERS</h2>\r\nFounded on a practicing what we preach- our customers come first and foremost. We strive to offer the best solution for your business and impartial advice at an honest price. We are constantly investigating new technologies and recommend them when they make sense. We love what we do, some might say a bit too much, and we bring enthusiasm and commitment to every project we work on. Our Center of Excellence (CoE) for DevOps, Mobility, QA, Emerging Technologies and Products we support- are all testament to our core values.\r\n\r\nPut simply, if you want a partner who cares about your business and your success, choose Techno-Comp.','WHY CHOSE US','','publish','closed','closed','','why-chose-us','','','2016-02-27 21:23:59','2016-02-27 15:53:59','',0,'http://technocompinc.com/?page_id=1111',0,'page','',0),(1112,1,'2015-12-16 15:05:56','2015-12-16 09:35:56','<h2>OUR EMPLOYEES</h2>\r\nAt the core of everything we do is trust. Our clients trust us to deliver excellence and our people trust us to make their professional fulfillment a priority. And it\'s because our relationships are founded on trust that we\'re able to achieve the things we do. The more we live up to the high standards we set ourselves, the more we can achieve. Infinite Possibilities, is at the heart of our employee retention and value contribution program.\r\n\r\nAt Techno-Comp it is all about performance. It\'s about creating high expectations and unlocking potential.It\'s about recognizing exceptional contributions and inspiring others to reach the same heights. Whether you\'re a graduate or a seasoned professional, an engineer or an executive, we all have a role in exploiting our individual and collective talents, and in creating a culture that drives performance.\r\n\r\n<h2>OUR CUSTOMERS</h2>\r\nFounded on a practicing what we preach- our customers come first and foremost. We strive to offer the best solution for your business and impartial advice at an honest price. We are constantly investigating new technologies and recommend them when they make sense. We love what we do, some might say a bit too much, and we bring enthusiasm and commitment to every project we work on. Our Center of Excellence (CoE) for DevOps, Mobility, QA, Emerging Technologies and Products we support- are all testament to our core values.\r\n\r\nPut simply, if you want a partner who cares about your business and your success, choose Techno-Comp.','WHY CHOSE US','','inherit','closed','closed','','1111-revision-v1','','','2015-12-16 15:05:56','2015-12-16 09:35:56','',1111,'http://technocompinc.com/1111-revision-v1/',0,'revision','',0),(1113,1,'2015-12-16 15:09:06','2015-12-16 09:39:06','','Why Choose Us','','publish','closed','closed','','why-chose-us','','','2016-03-11 18:02:25','2016-03-11 12:32:25','',0,'http://technocompinc.com/?p=1113',2,'nav_menu_item','',0),(1114,1,'2015-12-16 15:11:29','2015-12-16 09:41:29','','Why Choose Us','','publish','closed','closed','','why-chose-us-2','','','2016-03-11 18:03:12','2016-03-11 12:33:12','',0,'http://technocompinc.com/?p=1114',3,'nav_menu_item','',0),(1115,1,'2015-12-16 15:47:36','2015-12-16 10:17:36','The project team realized the complexity involved to test app functionality in Mobile platform that required many Automation test resources due to the high use case volumes. Furthermore the expected manual testing on a diverse range of devices involving various OS tests for progression and regression scenarios.\r\n\r\nIdentifying a solution for sustainable, cloud based cross-platform mobile test automation became a priority for the test engineering organization. Techno-Comp’s adopting Perfecto Mobile’s Mobile Cloud Automation delivered the following benefits:\r\n\r\n<ul><li>Improved productivity and Quality delivery using Perfecto Mobile’s integration with HP UFT and Selenium test framework.</li>\r\n<li>Enhanced system efficiency by adopting Private cloud platform for access real devices (Emulators) in the test environment for testing Mobile Web Browser and Native Mobile Applications.</li>\r\n<li>Integrated Test Management tools like HP ALM for scheduling repetitive testing tasks in various testing life cycle and process.</li>\r\n<li>Increased test efficiency by implementing DevOps model of test automation. For Example: Integrating Jenkins with Perfecto mobile helped in Build verification test.</li></ul>\r\n\r\nWith these changes, client is now ready to support a more agile software development process and high TTM is found with effective cost utilization.\r\n\r\nTechno comp conducted a competitive search and selected the Perfecto Mobile platform. Perfecto Mobile delivered robust test automation on real, carrier-connected devices managed centrally and tightly integrated into the testing environment. Perfecto Mobile’s seamless integration helped the QA Automation Engineering team to rapidly incorporate mobile functionality as a reusable function library.\r\n\r\nValue realized by Client are as follows.\r\n<ul><li>Project team could centrally manage mobile devices</li>\r\n<li>Project team could perform tests on the actual device that Customers would use</li>\r\n<li>Mobile Testing now occurs 24/7 across geo-dispersed teams (and obtain detailed Test & production health check result reports) and,</li>\r\n<li>Latest mobile devices with various OS can be tested to ensure quality in a comprehensive way</li></ul>','Techno-Comp Selects Perfecto Mobile to Deliver Mobile App Test Automation and Support Agile Development for its Wireless client.','','publish','open','open','','techno-comp-selects-perfecto-mobile-to-deliver-mobile-app-test-automation-and-support-agile-development-for-its-wireless-client','','','2015-12-16 15:47:36','2015-12-16 10:17:36','',0,'http://technocompinc.com/?p=1115',0,'post','',0),(1116,1,'2015-12-16 15:17:15','2015-12-16 09:47:15','Not only home variations or demos but fully created sites for you ready to publish on the net.\nMore than 20+ ready to use sites created with research and dedication. Choose the right one and go online in 5 minutes. Specular is the last theme you will ever need to buy. Keep coming back to this page to get the latest updates. New Features and Demo Sites added every week.','Be part of our community','','inherit','closed','closed','','802-autosave-v1','','','2015-12-16 15:17:15','2015-12-16 09:47:15','',802,'http://technocompinc.com/802-autosave-v1/',0,'revision','',0),(1117,1,'2015-12-16 15:20:33','2015-12-16 09:50:33','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<a href=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\"><img class=\"aligncenter size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\" /></a>\r\n\r\n \r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<b>MOBILE TECHNOLOGIES WE FOCUS ON</b>\r\n\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp\r\n\r\nhas developed and delivered mobile apps on a variety of platforms\r\n\r\n<a href=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\"><img class=\"aligncenter size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" /></a>\r\n\r\n \r\n\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<b>BENEFITS OF OUR MOBILE PRACTICE </b>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:20:33','2015-12-16 09:50:33','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1118,1,'2015-12-16 15:22:44','2015-12-16 09:52:44','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<a href=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\"><img class=\"aligncenter size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\" /></a>\r\n\r\n \r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\n\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n\r\n<a href=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\"><img class=\"aligncenter size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" /></a>\r\n\r\n \r\n\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:22:44','2015-12-16 09:52:44','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1119,1,'2015-12-16 15:23:47','2015-12-16 09:53:47','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<img class=\"alignright size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\" />\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\n\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n\r\n<a href=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\"><img class=\"aligncenter size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" /></a>\r\n\r\n \r\n\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:23:47','2015-12-16 09:53:47','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1120,1,'2015-12-16 15:25:07','2015-12-16 09:55:07','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\" />\r\n \r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\n\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n\r\n<a href=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\"><img class=\"aligncenter size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" /></a>\r\n\r\n \r\n\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:25:07','2015-12-16 09:55:07','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1121,1,'2015-12-16 15:25:35','2015-12-16 09:55:35','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\" />\r\n \r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\n\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n\r\n<img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" />\r\n\r\n \r\n\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:25:35','2015-12-16 09:55:35','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1122,1,'2015-12-16 15:32:11','2015-12-16 10:02:11','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n[vc_row][vc_column]\r\n\r\n<img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\" />\r\n[/vc_column][/vc_row]\r\n\r\n \r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n\r\n<img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" />\r\n\r\n \r\n\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:32:11','2015-12-16 10:02:11','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1123,1,'2015-12-16 15:32:58','2015-12-16 10:02:58','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n[vc_row][vc_column]\r\n<img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\" />\r\n[/vc_column][/vc_row]\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n\r\n<img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" />\r\n\r\n \r\n\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:32:58','2015-12-16 10:02:58','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1124,1,'2015-12-16 15:35:37','2015-12-16 10:05:37','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n[vc_row][vc_column]<img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\" />[/vc_column][/vc_row]\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n[vc_row][vc_column]<img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" />[/vc_column][/vc_row]\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:35:37','2015-12-16 10:05:37','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1125,1,'2015-12-16 15:39:17','2015-12-16 10:09:17','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\">\r\n </div> \r\n </div> \r\n</div></div></div>\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n \r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:39:17','2015-12-16 10:09:17','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1126,1,'2015-12-16 15:39:57','2015-12-16 10:09:57','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\">\r\n </div> \r\n </div> \r\n</div></div></div>\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n \r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:39:57','2015-12-16 10:09:57','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1127,1,'2015-12-16 15:40:37','2015-12-16 10:10:37','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" width=\"623\" height=\"387\">\r\n </div> \r\n </div> \r\n</div></div></div>\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-16 15:40:37','2015-12-16 10:10:37','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1128,1,'2015-12-16 15:47:36','2015-12-16 10:17:36','The project team realized the complexity involved to test app functionality in Mobile platform that required many Automation test resources due to the high use case volumes. Furthermore the expected manual testing on a diverse range of devices involving various OS tests for progression and regression scenarios.\r\n\r\nIdentifying a solution for sustainable, cloud based cross-platform mobile test automation became a priority for the test engineering organization. Techno-Comp’s adopting Perfecto Mobile’s Mobile Cloud Automation delivered the following benefits:\r\n\r\n<ul><li>Improved productivity and Quality delivery using Perfecto Mobile’s integration with HP UFT and Selenium test framework.</li>\r\n<li>Enhanced system efficiency by adopting Private cloud platform for access real devices (Emulators) in the test environment for testing Mobile Web Browser and Native Mobile Applications.</li>\r\n<li>Integrated Test Management tools like HP ALM for scheduling repetitive testing tasks in various testing life cycle and process.</li>\r\n<li>Increased test efficiency by implementing DevOps model of test automation. For Example: Integrating Jenkins with Perfecto mobile helped in Build verification test.</li></ul>\r\n\r\nWith these changes, client is now ready to support a more agile software development process and high TTM is found with effective cost utilization.\r\n\r\nTechno comp conducted a competitive search and selected the Perfecto Mobile platform. Perfecto Mobile delivered robust test automation on real, carrier-connected devices managed centrally and tightly integrated into the testing environment. Perfecto Mobile’s seamless integration helped the QA Automation Engineering team to rapidly incorporate mobile functionality as a reusable function library.\r\n\r\nValue realized by Client are as follows.\r\n<ul><li>Project team could centrally manage mobile devices</li>\r\n<li>Project team could perform tests on the actual device that Customers would use</li>\r\n<li>Mobile Testing now occurs 24/7 across geo-dispersed teams (and obtain detailed Test & production health check result reports) and,</li>\r\n<li>Latest mobile devices with various OS can be tested to ensure quality in a comprehensive way</li></ul>','Techno-Comp Selects Perfecto Mobile to Deliver Mobile App Test Automation and Support Agile Development for its Wireless client.','','inherit','closed','closed','','1115-revision-v1','','','2015-12-16 15:47:36','2015-12-16 10:17:36','',1115,'http://technocompinc.com/1115-revision-v1/',0,'revision','',0),(1129,1,'2015-12-16 16:00:18','2015-12-16 10:30:18','When your enterprise decides to develop a mobile application (either business-to-consumer or business-to-business), one of the first questions that arises is the type of application that should be developed – should it be Native or Web-based? What will the future entail and is your strategy one that will prevail in a fast-changing industry.\r\n\r\nThere are numerous trade-offs for each, including performance, usability, portability, network connection dependency, improved time-to-market, engineering development skills within the organization and of course security – we will elaborate on each of these below. But the important thing to remember, regardless of application type, is that the end-user experience is critical. Mobile users’ expectations in terms of functionality, performance and usability are very high and they demand nothing less than an outstanding experience. These high expectations are in direct contrast to the objective resource limitations of a mobile device vis-à-vis desktop-based apps, which leverage a full range of capabilities, “unlimited” hardware resources, an always-connected state and more.\r\n\r\nToday, it is clear that end-users and large enterprises still prefer to invest in native applications. However, there is evidence that the market is moving towards hybrid-based applications that allow enterprises to enjoy the best of both worlds with a reasonable investment and time to market.\r\n\r\nHere are the top considerations for your mobile strategy.\r\n<ul><li><strong>User experience/end-user engagement:</strong> When developing a mobile Web application, you need to build your app in a more generic manner to accommodate any mobile device and browser.</li>\r\n<li><strong>Performance:</strong> Mobile Web applications perform slower than a native app, which works “locally” on the devices, leveraging the platform capabilities and resources.</li>\r\n<li><strong>Network dependency:</strong> As mentioned above, unlike native apps, mobile Web apps require the end user to be connected to the Internet, making this dependency a single point of failure. In such cases, the app developer ought to assure that the end-user gets the right experience when network connectivity is limited or lost, rather than an irrelevant error message, or even worse, a full crash of the application.</li>\r\n<li><strong>Development skills:</strong> For native mobile apps, organizations may develop in the target mobile platform development languages (Java for Android, Objective C for iOS) or leverage cross platform development tools, which allow them to develop in one language and then building (compiling) the app for various platforms. In both cases, this is more time consuming and costly than a Web-based app, which can run across all platforms from a single source.</li>\r\n<li><strong>Cross-device portability and maintenance:</strong> Deploying mobile Web-based apps on various devices with different screen sizes or with different OS versions is straightforward; simply provide a mobile we site URL (i.e. m.mobileweb.com). Native apps require “porting” and adaptation across devices, OS versions, and even screen sizes.</li>\r\n<li><strong>Access to device hardware:</strong> Native apps have access to the device hardware resources such as GPS, camera, address book and more. Mobile Web apps, by their nature, cannot access these capabilities (although mobile-hybrid apps can gain access to such resources).</li>\r\n<li><strong>Security:</strong> In today’s mobile Web, security is a paramount concern – especially in the enterprise environment. Mobile Web apps and productivity apps that allow the end-user to access sensitive business or financial data from the mobile device must be secure.</li>\r\n</ul>\r\n\r\nRegardless of the path your organization chooses, your mobile app needs to stay in sync with the ever-changing market trends including business practices, while meeting end-user expectations for uncompromising quality on every platform.','Enterprise Mobility is center-stage. Question is what is the best approach to develop your company’s mobile apps.','','publish','open','open','','enterprise-mobility-is-center-stage-question-is-what-is-the-best-approach-to-develop-your-companys-mobile-apps','','','2015-12-16 16:06:14','2015-12-16 10:36:14','',0,'http://technocompinc.com/?p=1129',0,'post','',0),(1130,1,'2015-12-16 16:00:18','2015-12-16 10:30:18','When your enterprise decides to develop a mobile application (either business-to-consumer or business-to-business), one of the first questions that arises is the type of application that should be developed – should it be Native or Web-based? What will the future entail and is your strategy one that will prevail in a fast-changing industry.\r\n\r\nThere are numerous trade-offs for each, including performance, usability, portability, network connection dependency, improved time-to-market, engineering development skills within the organization and of course security – we will elaborate on each of these below. But the important thing to remember, regardless of application type, is that the end-user experience is critical. Mobile users’ expectations in terms of functionality, performance and usability are very high and they demand nothing less than an outstanding experience. These high expectations are in direct contrast to the objective resource limitations of a mobile device vis-à-vis desktop-based apps, which leverage a full range of capabilities, “unlimited” hardware resources, an always-connected state and more.\r\n\r\nToday, it is clear that end-users and large enterprises still prefer to invest in native applications. However, there is evidence that the market is moving towards hybrid-based applications that allow enterprises to enjoy the best of both worlds with a reasonable investment and time to market.\r\n\r\nHere are the top considerations for your mobile strategy.\r\n<ul><li><strong>User experience/end-user engagement:</strong> When developing a mobile Web application, you need to build your app in a more generic manner to accommodate any mobile device and browser.</li>\r\n<li><strong>Performance:</strong> Mobile Web applications perform slower than a native app, which works “locally” on the devices, leveraging the platform capabilities and resources.</li>\r\n<li><strong>Network dependency:</strong> As mentioned above, unlike native apps, mobile Web apps require the end user to be connected to the Internet, making this dependency a single point of failure. In such cases, the app developer ought to assure that the end-user gets the right experience when network connectivity is limited or lost, rather than an irrelevant error message, or even worse, a full crash of the application.</li>\r\n<li>Development skills: For native mobile apps, organizations may develop in the target mobile platform development languages (Java for Android, Objective C for iOS) or leverage cross platform development tools, which allow them to develop in one language and then building (compiling) the app for various platforms. In both cases, this is more time consuming and costly than a Web-based app, which can run across all platforms from a single source.</li>\r\n<li>Cross-device portability and maintenance: Deploying mobile Web-based apps on various devices with different screen sizes or with different OS versions is straightforward; simply provide a mobile we site URL (i.e. m.mobileweb.com). Native apps require “porting” and adaptation across devices, OS versions, and even screen sizes.</li>\r\n<li>Access to device hardware: Native apps have access to the device hardware resources such as GPS, camera, address book and more. Mobile Web apps, by their nature, cannot access these capabilities (although mobile-hybrid apps can gain access to such resources).</li>\r\n<li><strong>Security:</strong> In today’s mobile Web, security is a paramount concern – especially in the enterprise environment. Mobile Web apps and productivity apps that allow the end-user to access sensitive business or financial data from the mobile device must be secure.</li>\r\n</ul>\r\n\r\nRegardless of the path your organization chooses, your mobile app needs to stay in sync with the ever-changing market trends including business practices, while meeting end-user expectations for uncompromising quality on every platform.','Enterprise Mobility is center-stage. Question is what is the best approach to develop your company’s mobile apps.','','inherit','closed','closed','','1129-revision-v1','','','2015-12-16 16:00:18','2015-12-16 10:30:18','',1129,'http://technocompinc.com/1129-revision-v1/',0,'revision','',0),(1131,1,'2015-12-16 16:03:03','2015-12-16 10:33:03','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]\r\n\r\n </div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks, both 4G or wi-fi. Shared economy i.e. social media networks have further deepen mobility adoption. Convenience reigns.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"#\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in a error-free manner across desktops, web, mobile and on emerging technology platforms. Planned and systematic activities have become critical. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFQXQlMjB0aGUlMjBjb3JlJTIwb2YlMjBldmVyeXRoaW5nJTIwd2UlMjBkbyUyMGlzJTIwdHJ1c3QuJTIwT3VyJTIwY2xpZW50cyUyMHRydXN0JTIwdXMlMjB0byUyMGRlbGl2ZXIlMjBleGNlbGxlbmNlJTIwYW5kJTIwb3VyJTIwcGVvcGxlJTIwdHJ1c3QlMjB1cyUyMHRvJTIwbWFrZSUyMHRoZWlyJTIwcHJvZmVzc2lvbmFsJTIwZnVsZmlsbG1lbnQlMjBhJTIwcHJpb3JpdHkuJTIwQW5kJTIwaXQlRTIlODAlOTlzJTIwYmVjYXVzZSUyMG91ciUyMHJlbGF0aW9uc2hpcHMlMjBhcmUlMjBmb3VuZGVkJTIwb24lMjB0cnVzdCUyMHRoYXQlMjB3ZSVFMiU4MCU5OXJlJTIwYWJsZSUyMHRvJTIwYWNoaWV2ZSUyMHRoZSUyMHRoaW5ncyUyMHdlJTIwZG8uJTIwVGhlJTIwbW9yZSUyMHdlJTIwbGl2ZSUyMHVwJTIwdG8lMjB0aGUlMjBoaWdoJTIwc3RhbmRhcmRzJTIwd2UlMjBzZXQlMjBvdXJzZWx2ZXMlMkMlMjB0aGUlMjBtb3JlJTIwd2UlMjBjYW4lMjBhY2hpZXZlLiUyMEluZmluaXRlJTIwUG9zc2liaWxpdGllcyUyQyUyMGlzJTIwYXQlMjB0aGUlMjBoZWFydCUyMG9mJTIwb3VyJTIwZW1wbG95ZWUlMjByZXRlbnRpb24lMjBhbmQlMjB2YWx1ZSUyMGNvbnRyaWJ1dGlvbiUyMHByb2dyYW0uJTNDJTJGcCUzRSUwQSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUzQ2RpdiUyMGlkJTNEJTIyZndzXzU2NjlmZDQ0NGQ4YjYlMjIlMjBjbGFzcyUzRCUyMndwYl9yb3clMjB2Y19yb3ctZmx1aWQlMjAlMjBhbmltYXRlX29ub2Zmc2V0JTIwcm93LWR5bmFtaWMtZWwlMjBzdGFuZGFyZF9zZWN0aW9uJTIwJTIwJTIwJTIwJTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0J0b3AlM0ElMjAwJTNCJTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjAlMjBkYXJrJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJzZWN0aW9uX2NsZWFyJTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUV4dGVuZGVkJTIwRG9jdW1lbnRhdGlvbiUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFU2ltcGxlJTIwJTI2YW1wJTNCJTIwQW1hemluZyUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFVXNlciUyMEZyaWVuZGx5JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VNb3JlJTIwdGhhbiUyMDI1JTIwZGVtb3MlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUxhcmdlJTIwU3VwcG9ydCUyMFRlYW0lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMzElMjBPbmxpbmUlMjBUZW1wbGF0ZSUyMEJ1aWxkZXIlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVdlZWtseSUyMFVwZGF0ZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUZyZWUlMjBTdWdnZXN0aW9ucyUzQyUyRmxpJTNFJTNDJTJGdWwlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlMEElM0MlMkZkaXYlM0UlM0MlMkZkaXYlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-16 16:03:03','2015-12-16 10:33:03','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1132,1,'2015-12-16 16:05:26','2015-12-16 10:35:26','When your enterprise decides to develop a mobile application (either business-to-consumer or business-to-business), one of the first questions that arises is the type of application that should be developed – should it be Native or Web-based? What will the future entail and is your strategy one that will prevail in a fast-changing industry.\r\n\r\nThere are numerous trade-offs for each, including performance, usability, portability, network connection dependency, improved time-to-market, engineering development skills within the organization and of course security – we will elaborate on each of these below. But the important thing to remember, regardless of application type, is that the end-user experience is critical. Mobile users’ expectations in terms of functionality, performance and usability are very high and they demand nothing less than an outstanding experience. These high expectations are in direct contrast to the objective resource limitations of a mobile device vis-à-vis desktop-based apps, which leverage a full range of capabilities, “unlimited” hardware resources, an always-connected state and more.\r\n\r\nToday, it is clear that end-users and large enterprises still prefer to invest in native applications. However, there is evidence that the market is moving towards hybrid-based applications that allow enterprises to enjoy the best of both worlds with a reasonable investment and time to market.\r\n\r\nHere are the top considerations for your mobile strategy.\r\n<ul><li><strong>User experience/end-user engagement:</strong> When developing a mobile Web application, you need to build your app in a more generic manner to accommodate any mobile device and browser.</li>\r\n<li><strong>Performance:</strong> Mobile Web applications perform slower than a native app, which works “locally” on the devices, leveraging the platform capabilities and resources.</li>\r\n<li><strong>Network dependency:</strong> As mentioned above, unlike native apps, mobile Web apps require the end user to be connected to the Internet, making this dependency a single point of failure. In such cases, the app developer ought to assure that the end-user gets the right experience when network connectivity is limited or lost, rather than an irrelevant error message, or even worse, a full crash of the application.</li>\r\n<li><strong>Development skills:</strong> For native mobile apps, organizations may develop in the target mobile platform development languages (Java for Android, Objective C for iOS) or leverage cross platform development tools, which allow them to develop in one language and then building (compiling) the app for various platforms. In both cases, this is more time consuming and costly than a Web-based app, which can run across all platforms from a single source.</li>\r\n<li><strong>Cross-device portability and maintenance:</strong> Deploying mobile Web-based apps on various devices with different screen sizes or with different OS versions is straightforward; simply provide a mobile we site URL (i.e. m.mobileweb.com). Native apps require “porting” and adaptation across devices, OS versions, and even screen sizes.</li>\r\n<li>Access to device hardware: Native apps have access to the device hardware resources such as GPS, camera, address book and more. Mobile Web apps, by their nature, cannot access these capabilities (although mobile-hybrid apps can gain access to such resources).</li>\r\n<li><strong>Security:</strong> In today’s mobile Web, security is a paramount concern – especially in the enterprise environment. Mobile Web apps and productivity apps that allow the end-user to access sensitive business or financial data from the mobile device must be secure.</li>\r\n</ul>\r\n\r\nRegardless of the path your organization chooses, your mobile app needs to stay in sync with the ever-changing market trends including business practices, while meeting end-user expectations for uncompromising quality on every platform.','Enterprise Mobility is center-stage. Question is what is the best approach to develop your company’s mobile apps.','','inherit','closed','closed','','1129-revision-v1','','','2015-12-16 16:05:26','2015-12-16 10:35:26','',1129,'http://technocompinc.com/1129-revision-v1/',0,'revision','',0),(1133,1,'2015-12-16 16:06:14','2015-12-16 10:36:14','When your enterprise decides to develop a mobile application (either business-to-consumer or business-to-business), one of the first questions that arises is the type of application that should be developed – should it be Native or Web-based? What will the future entail and is your strategy one that will prevail in a fast-changing industry.\r\n\r\nThere are numerous trade-offs for each, including performance, usability, portability, network connection dependency, improved time-to-market, engineering development skills within the organization and of course security – we will elaborate on each of these below. But the important thing to remember, regardless of application type, is that the end-user experience is critical. Mobile users’ expectations in terms of functionality, performance and usability are very high and they demand nothing less than an outstanding experience. These high expectations are in direct contrast to the objective resource limitations of a mobile device vis-à-vis desktop-based apps, which leverage a full range of capabilities, “unlimited” hardware resources, an always-connected state and more.\r\n\r\nToday, it is clear that end-users and large enterprises still prefer to invest in native applications. However, there is evidence that the market is moving towards hybrid-based applications that allow enterprises to enjoy the best of both worlds with a reasonable investment and time to market.\r\n\r\nHere are the top considerations for your mobile strategy.\r\n<ul><li><strong>User experience/end-user engagement:</strong> When developing a mobile Web application, you need to build your app in a more generic manner to accommodate any mobile device and browser.</li>\r\n<li><strong>Performance:</strong> Mobile Web applications perform slower than a native app, which works “locally” on the devices, leveraging the platform capabilities and resources.</li>\r\n<li><strong>Network dependency:</strong> As mentioned above, unlike native apps, mobile Web apps require the end user to be connected to the Internet, making this dependency a single point of failure. In such cases, the app developer ought to assure that the end-user gets the right experience when network connectivity is limited or lost, rather than an irrelevant error message, or even worse, a full crash of the application.</li>\r\n<li><strong>Development skills:</strong> For native mobile apps, organizations may develop in the target mobile platform development languages (Java for Android, Objective C for iOS) or leverage cross platform development tools, which allow them to develop in one language and then building (compiling) the app for various platforms. In both cases, this is more time consuming and costly than a Web-based app, which can run across all platforms from a single source.</li>\r\n<li><strong>Cross-device portability and maintenance:</strong> Deploying mobile Web-based apps on various devices with different screen sizes or with different OS versions is straightforward; simply provide a mobile we site URL (i.e. m.mobileweb.com). Native apps require “porting” and adaptation across devices, OS versions, and even screen sizes.</li>\r\n<li><strong>Access to device hardware:</strong> Native apps have access to the device hardware resources such as GPS, camera, address book and more. Mobile Web apps, by their nature, cannot access these capabilities (although mobile-hybrid apps can gain access to such resources).</li>\r\n<li><strong>Security:</strong> In today’s mobile Web, security is a paramount concern – especially in the enterprise environment. Mobile Web apps and productivity apps that allow the end-user to access sensitive business or financial data from the mobile device must be secure.</li>\r\n</ul>\r\n\r\nRegardless of the path your organization chooses, your mobile app needs to stay in sync with the ever-changing market trends including business practices, while meeting end-user expectations for uncompromising quality on every platform.','Enterprise Mobility is center-stage. Question is what is the best approach to develop your company’s mobile apps.','','inherit','closed','closed','','1129-revision-v1','','','2015-12-16 16:06:14','2015-12-16 10:36:14','',1129,'http://technocompinc.com/1129-revision-v1/',0,'revision','',0),(1134,1,'2015-12-16 16:43:31','2015-12-16 11:13:31',' ','','','publish','closed','closed','','1134','','','2016-03-11 18:02:25','2016-03-11 12:32:25','',0,'http://technocompinc.com/?p=1134',3,'nav_menu_item','',0),(1136,1,'2015-12-16 16:55:35','2015-12-16 11:25:35','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. PDF or mp4</strong>\r\n\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage. \r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility \r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence \r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-16 16:55:35','2015-12-16 11:25:35','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1137,1,'2015-12-16 17:02:45','2015-12-16 11:32:45','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n\r\n<ul><li><strong>PROGRAM MANAGEMENT</strong></li>\r\n<li><strong>ERP & CUSTOM APP DEVELOPMENT</strong></li>\r\n<li><strong>DIGITAL TRANSFORMATION & E-BUSINESS</strong></li>\r\n<li><strong>MOBILE APP DEVELOPMENT</strong></li>\r\n<li><strong>IT & NETWORK SECURITY</strong></li></ul>\r\n\r\n<ul><li><strong>EMERGING TECHNOLOGIES/IOT</strong></li>\r\n<li><strong>QUALITY ASSURANCE (QA)</strong></li>\r\n<li><strong>DATABASE ARCHITECTS</strong></li>\r\n<li><strong>JAVA/.NET DEVELOPERS</strong></li>\r\n<li><strong>INFRA/SERVER ADMININSTRATORS</strong></li></ul>\r\n\r\n<h2>Submit your resume today</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or e-mail: careers@technocompinc.com\r\n\r\n[contact-form-7 id=\"1106\" title=\"resume\"]','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2015-12-16 17:02:45','2015-12-16 11:32:45','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1138,1,'2015-12-16 17:05:01','2015-12-16 11:35:01','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n\r\n<ul><li><strong>PROGRAM MANAGEMENT</strong></li>\r\n<li><strong>ERP & CUSTOM APP DEVELOPMENT</strong></li>\r\n<li><strong>DIGITAL TRANSFORMATION & E-BUSINESS</strong></li>\r\n<li><strong>MOBILE APP DEVELOPMENT</strong></li>\r\n<li><strong>IT & NETWORK SECURITY</strong></li></ul>\r\n\r\n<ul><li><strong>EMERGING TECHNOLOGIES/IOT</strong></li>\r\n<li><strong>QUALITY ASSURANCE (QA)</strong></li>\r\n<li><strong>DATABASE ARCHITECTS</strong></li>\r\n<li><strong>JAVA/.NET DEVELOPERS</strong></li>\r\n<li><strong>INFRA/SERVER ADMININSTRATORS</strong></li></ul>\r\n\r\n<h2>Submit Your Resume Today</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or <strong>e-mail</strong>: careers@technocompinc.com\r\n\r\n[contact-form-7 id=\"1106\" title=\"resume\"]','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2015-12-16 17:05:01','2015-12-16 11:35:01','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1139,1,'2015-12-16 17:07:17','2015-12-16 11:37:17','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n\r\n<ul><li><strong>PROGRAM MANAGEMENT</strong></li>\r\n<li><strong>ERP & CUSTOM APP DEVELOPMENT</strong></li>\r\n<li><strong>DIGITAL TRANSFORMATION & E-BUSINESS</strong></li>\r\n<li><strong>MOBILE APP DEVELOPMENT</strong></li>\r\n<li><strong>IT & NETWORK SECURITY</strong></li></ul>\r\n\r\n<ul><li><strong>EMERGING TECHNOLOGIES/IOT</strong></li>\r\n<li><strong>QUALITY ASSURANCE (QA)</strong></li>\r\n<li><strong>DATABASE ARCHITECTS</strong></li>\r\n<li><strong>JAVA/.NET DEVELOPERS</strong></li>\r\n<li><strong>INFRA/SERVER ADMININSTRATORS</strong></li></ul>\r\n\r\n<h2>SUBMIT YOUR RESUME TODAY</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or <strong>e-mail</strong>: careers@technocompinc.com\r\n\r\n[contact-form-7 id=\"1106\" title=\"resume\"]','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2015-12-16 17:07:17','2015-12-16 11:37:17','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1140,1,'2015-12-16 17:20:00','2015-12-16 11:50:00','','Techno-Comp Corporate Presentation','','inherit','open','closed','','techno-comp-corporate-presentation','','','2015-12-16 17:20:00','2015-12-16 11:50:00','',0,'http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf',0,'attachment','application/pdf',0),(1141,1,'2015-12-16 17:20:32','2015-12-16 11:50:32','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" target=\"_blank\">PDF</a> or mp4</strong>\r\n\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage. \r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility \r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence \r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-16 17:20:32','2015-12-16 11:50:32','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1143,1,'2015-12-21 23:41:51','2015-12-21 18:11:51','','mobile','','inherit','open','closed','','mobile-2','','','2015-12-21 23:41:51','2015-12-21 18:11:51','',0,'http://technocompinc.com/wp-content/uploads/2015/12/mobile.jpg',0,'attachment','image/jpeg',0),(1144,1,'2015-12-21 23:47:19','2015-12-21 18:17:19','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" >\r\n </div> \r\n </div> \r\n</div></div></div>\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/img2.jpg\" alt=\"img2\" width=\"371\" height=\"194\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-21 23:47:19','2015-12-21 18:17:19','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1145,1,'2015-12-22 05:24:27','2015-12-21 23:54:27','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 05:24:27','2015-12-21 23:54:27','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1146,1,'2015-12-22 05:24:41','2015-12-21 23:54:41','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"2/3\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 05:24:41','2015-12-21 23:54:41','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1147,1,'2015-12-22 05:25:42','2015-12-21 23:55:42','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 05:25:42','2015-12-21 23:55:42','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1148,1,'2015-12-22 05:39:28','2015-12-22 00:09:28','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" target=\"download\">PDF</a> or mp4</strong>\r\n\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage. \r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility \r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence \r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 05:39:28','2015-12-22 00:09:28','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1149,1,'2015-12-22 05:56:37','2015-12-22 00:26:37','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download>PDF</a> or mp4</strong>\r\n\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage. \r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility \r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence \r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 05:56:37','2015-12-22 00:26:37','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1150,1,'2015-12-22 06:03:20','2015-12-22 00:33:20','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download>PDF</a> or mp4</strong>\r\n<div class=\"wpb_content_element button\"><a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" class=\"btn-bt align-center default\" id=\"cl163237985\" download><span>Download PDF</span></a></div>\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage. \r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility \r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence \r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 06:03:20','2015-12-22 00:33:20','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1151,1,'2015-12-22 06:05:28','2015-12-22 00:35:28','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download>PDF</a> or mp4</strong>\r\n<div class=\"wpb_content_element button\"><a download href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" class=\"btn-bt align-center default\" id=\"cl163237985\"><span>Download PDF</span><i class=\"none\"></i></a></div>\r\n\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage. \r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility \r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence \r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 06:05:28','2015-12-22 00:35:28','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1152,1,'2015-12-22 06:10:25','2015-12-22 00:40:25','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download>PDF</a> or mp4</strong>\r\n<div class=\"vc_btn3-container vc_btn3-inline\"><a download title=\"Download PDF\" href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" class=\"vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-classic vc_btn3-color-danger\">Download PDF</a></div>\r\n\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage. \r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility \r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence \r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 06:10:25','2015-12-22 00:40:25','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1153,1,'2015-12-22 06:11:19','2015-12-22 00:41:19','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download>PDF</a> or mp4</strong>\r\n<div class=\"vc_btn3-container vc_btn3-inline\"><a target=\"_self\" title=\"Download Program Management Methodology\" href=\"#\" class=\"vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-classic vc_btn3-color-danger\">Do you like to review your project needs with us. Let us find the best program manager who can deliver.</a></div>\r\n\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage. \r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility \r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence \r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 06:11:19','2015-12-22 00:41:19','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1154,1,'2015-12-22 06:19:11','2015-12-22 00:49:11','','start','','inherit','open','closed','','start','','','2015-12-22 06:19:11','2015-12-22 00:49:11','',0,'http://technocompinc.com/wp-content/uploads/2015/12/start.jpg',0,'attachment','image/jpeg',0),(1155,1,'2015-12-22 06:19:14','2015-12-22 00:49:14','','mobile-services','','inherit','open','closed','','mobile-services','','','2015-12-22 06:19:14','2015-12-22 00:49:14','',0,'http://technocompinc.com/wp-content/uploads/2015/12/mobile-services.jpg',0,'attachment','image/jpeg',0),(1156,1,'2015-12-22 06:19:17','2015-12-22 00:49:17','','calculation-chart','','inherit','open','closed','','calculation-chart','','','2015-12-22 06:19:17','2015-12-22 00:49:17','',0,'http://technocompinc.com/wp-content/uploads/2015/12/calculation-chart.jpg',0,'attachment','image/jpeg',0),(1157,1,'2015-12-22 06:19:20','2015-12-22 00:49:20','','big-table','','inherit','open','closed','','big-table','','','2015-12-22 06:19:20','2015-12-22 00:49:20','',0,'http://technocompinc.com/wp-content/uploads/2015/12/big-table.jpg',0,'attachment','image/jpeg',0),(1158,1,'2015-12-22 06:21:32','2015-12-22 00:51:32','Privacy Policy page content\n\n\nTechno-Comp Inc greatly respects user’s privacy and remains committed to protecting its user’s privacy. The needed steps are taken to ensure the same and assure the users of the company’s commitment to maintain the privacy of their information.\n \nUsers are requested to read this Privacy Policy before navigating this Site.\n \nINFORMATION COLLECTED\n \nThe company may in the course of your browsing this Site, collect personal details like name, email address, location, phone number, fax number and other needed details for staying in touch with you, providing better service and informing you about our new products and services.\n \nINFORMATION SHARING\n \nUnder no circumstances, shall the company sell, lease or distribute your personal information to any third-party organization without prior consent. However, the company reserves the right to reveal your information in extreme circumstances as required by legal authorities in line with our commitment to respect the rule of law.\n \nINFORMATION SECURITY\n \nAll possible steps are taken to ensure that your information is safe and secure. Accordingly, the company has put in place the needed procedures for safeguarding and securing the safety of your information\n \nCOOKIES\n \nCookies are small files that are used for analyzing web traffic OR understanding your visits to a particular site. They allow web applications to tailor its operations to your specific needs, likes and dislikes by gathering as well as remembering information\n \nWe use traffic log cookies to identify which pages are being visited and used by visitors. This helps us to know the work of web page traffic and use the same to alter our website in accordance with customer’s tastes.\n \nThe company uses this information for statistical analysis purposes only and once work is over, then the data is removed from the system.\n \nIn case you are not agreeable to the usage of cookies on your computer, you have the choice to reject all cookies.\n \nLINKS TO THIRD PARTY SITES\n \nThis Website may contain links to third party websites of interest. Please note that these sites may be given for your reference purpose. We do not however maintain any control over such Sites or the policies of such Sites. As such we are not responsible for the protection and privacy of any information which you provide whilst visiting such sites.\n \nSo you need to eschew due precaution while disseminating your personal information when browsing and using such Sites. You are requested to look at the privacy statement applicable to the website in question before proceeding to use such Sites.\n \nCHANGES TO POLICY\n \nThe company reserves the right to change this policy at anytime at its sole discretion. The same shall be posted on the Site as and when such changes are done.\n \nIt remains your duty as a user to be familiar with the policies and act accordingly.\n \nCONTACT US\n \nIn case you have further queries regarding our privacy policy, feel free to send get in touch with us at info@technocompinc.com','Privacy Policy','','inherit','closed','closed','','1022-autosave-v1','','','2015-12-22 06:21:32','2015-12-22 00:51:32','',1022,'http://technocompinc.com/1022-autosave-v1/',0,'revision','',0),(1159,1,'2015-12-22 06:22:18','2015-12-22 00:52:18','Techno-Comp Inc greatly respects user’s privacy and remains committed to protecting its user’s privacy. The needed steps are taken to ensure the same and assure the users of the company’s commitment to maintain the privacy of their information.\r\n \r\nUsers are requested to read this Privacy Policy before navigating this Site.\r\n \r\n<strong>INFORMATION COLLECTED</strong>\r\n \r\nThe company may in the course of your browsing this Site, collect personal details like name, email address, location, phone number, fax number and other needed details for staying in touch with you, providing better service and informing you about our new products and services.\r\n \r\n<strong>INFORMATION SHARING</strong>\r\n \r\nUnder no circumstances, shall the company sell, lease or distribute your personal information to any third-party organization without prior consent. However, the company reserves the right to reveal your information in extreme circumstances as required by legal authorities in line with our commitment to respect the rule of law.\r\n \r\n<strong>INFORMATION SECURITY</strong>\r\n \r\nAll possible steps are taken to ensure that your information is safe and secure. Accordingly, the company has put in place the needed procedures for safeguarding and securing the safety of your information\r\n \r\n<strong>COOKIES</strong>\r\n \r\nCookies are small files that are used for analyzing web traffic OR understanding your visits to a particular site. They allow web applications to tailor its operations to your specific needs, likes and dislikes by gathering as well as remembering information\r\n \r\nWe use traffic log cookies to identify which pages are being visited and used by visitors. This helps us to know the work of web page traffic and use the same to alter our website in accordance with customer’s tastes.\r\n \r\nThe company uses this information for statistical analysis purposes only and once work is over, then the data is removed from the system.\r\n \r\nIn case you are not agreeable to the usage of cookies on your computer, you have the choice to reject all cookies.\r\n \r\n<strong>LINKS TO THIRD PARTY SITES</strong>\r\n \r\nThis Website may contain links to third party websites of interest. Please note that these sites may be given for your reference purpose. We do not however maintain any control over such Sites or the policies of such Sites. As such we are not responsible for the protection and privacy of any information which you provide whilst visiting such sites.\r\n \r\nSo you need to eschew due precaution while disseminating your personal information when browsing and using such Sites. You are requested to look at the privacy statement applicable to the website in question before proceeding to use such Sites.\r\n \r\n<strong>CHANGES TO POLICY</strong>\r\n \r\nThe company reserves the right to change this policy at anytime at its sole discretion. The same shall be posted on the Site as and when such changes are done.\r\n \r\nIt remains your duty as a user to be familiar with the policies and act accordingly.\r\n \r\n<strong>CONTACT US</strong>\r\n \r\nIn case you have further queries regarding our privacy policy, feel free to send get in touch with us at info@technocompinc.com','Privacy Policy','','inherit','closed','closed','','1022-revision-v1','','','2015-12-22 06:22:18','2015-12-22 00:52:18','',1022,'http://technocompinc.com/1022-revision-v1/',0,'revision','',0),(1160,1,'2015-12-22 06:23:01','2015-12-22 00:53:01','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download>PDF</a> or mp4</strong>\r\n\r\n\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage. \r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility \r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence \r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 06:23:01','2015-12-22 00:53:01','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1161,1,'2015-12-22 14:15:23','2015-12-22 08:45:23','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/mobile.jpg\" alt=\"mobile\" >\r\n </div> \r\n </div> \r\n</div></div></div>\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile-services.jpg\" alt=\"img2\" width=\"auto\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-22 14:15:23','2015-12-22 08:45:23','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1162,1,'2015-12-22 14:17:32','2015-12-22 08:47:32','<h2>OUR CAPABILITY</h2>\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n<h2>OUR APPROACH</h2>\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n[lightbox image_link=\"http://technocompinc.com/wp-content/uploads/2015/12/start.jpg\"]\r\n\r\n \r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\n<strong>Optimized use of existing resources:</strong>\r\n<ul>\r\n <li>QA budgets, tools, environments and people</li>\r\n</ul>\r\n<strong>Faster time-to-market</strong>\r\n<ul>\r\n <li>Test time reduce manual by 30%</li>\r\n <li>and increase test automation levels of 50-70%</li>\r\n</ul>\r\n<strong>Cost efficiency:</strong>\r\n<ul>\r\n <li>Typical resource cost reduction is 35% over a 2-year time frame</li>\r\n</ul>\r\n<strong>Optimized application quality and performance:</strong>\r\n<ul>\r\n <li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li>\r\n</ul>\r\n<strong>Tight alignment:</strong>\r\n<ul>\r\n <li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\nOur test metrics allows organizations to get visibility into test effectiveness and demonstrates delivery excellence. Our projects have QA controls through business analytics and predictive incident and problem resolution to downstream production support teams.\r\n\r\n<img class=\"alignleft size-full wp-image-1040\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/table.jpg\" alt=\"techno-comp\" width=\"799\" height=\"454\" />','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-12-22 14:17:32','2015-12-22 08:47:32','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1163,1,'2015-12-22 14:19:08','2015-12-22 08:49:08','<h2>OUR CAPABILITY</h2>\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n<h2>OUR APPROACH</h2>\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n[lightbox image_link=\"http://technocompinc.com/wp-content/uploads/2015/12/start.jpg\"]\r\n\r\n \r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\n<strong>Optimized use of existing resources:</strong>\r\n<ul>\r\n <li>QA budgets, tools, environments and people</li>\r\n</ul>\r\n<strong>Faster time-to-market</strong>\r\n<ul>\r\n <li>Test time reduce manual by 30%</li>\r\n <li>and increase test automation levels of 50-70%</li>\r\n</ul>\r\n<strong>Cost efficiency:</strong>\r\n<ul>\r\n <li>Typical resource cost reduction is 35% over a 2-year time frame</li>\r\n</ul>\r\n<strong>Optimized application quality and performance:</strong>\r\n<ul>\r\n <li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li>\r\n</ul>\r\n<strong>Tight alignment:</strong>\r\n<ul>\r\n <li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\nOur test metrics allows organizations to get visibility into test effectiveness and demonstrates delivery excellence. Our projects have QA controls through business analytics and predictive incident and problem resolution to downstream production support teams.\r\n\r\n<img class=\"alignleft size-full wp-image-1040\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/calculation-chart.jpg\" alt=\"techno-comp\" width=\"auto\" />','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-12-22 14:19:08','2015-12-22 08:49:08','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1164,1,'2015-12-22 14:23:36','2015-12-22 08:53:36','<h2>OUR CAPABILITY</h2>\r\nA recent survey of recruiting best practices found 83 percent of recruiters report that the power has shifted away from where it has been for years, the employer, and toward the candidate. In a candidate-driven marketplace, “active-recruiting approaches” simply stop working. Now that top candidates are in the driver’s seat, the best have multiple options, recruiting must dramatically increase hiring speed, and offer a great candidate experience. This is how we have transformed.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBiggest challenge in the recruiting market even before finding qualified candidates is finding a professional recruiter. As recruiting volume and difficulty to ramp up happens, firms will begin to realize that there is a significant shortage of talented and up-to-date recruiters. Technology modernization coupled with emerging technologies have further constrained market. A lack of quality, leading-edge recruiter training will unfortunately \r\nmake the experienced recruiter shortage even worse. \r\n\r\nUnderstanding this, Techno-Comp has geared for meeting the challenges and has designed its practices to provide best results for clients. \r\n\r\nOur strategies include securing high-quality databases, creative referrals, personalized portfolio-driven search approach for time-dependent needs, integrated with leading recruiters, digital sources like Linkedin, Glassdoor and Social media channels – all help us secure the right candidate consistently.\r\n\r\nWhat are your resource needs. Let us find the right candidate for you.\r\n<h3>OUR CAPABILITY </h3>\r\nTechno-Comp, its Employees and Consultants strive to meet the high benchmarks their clients have come to require of them. Consider the following facts about Techno-Comp practices. Aligned to a digital economy, Techno-Comp focusses on 6 practices that are at the core and they are\r\n<ul><li style=\"margin-bottom: 10px;\"><strong>RECRUITING, CONSULTING SERVICES- PROJECTS & TIME & MATERIAL</strong>\r\nGain from our two decades of staffing and sourcing experience to support your growth initiatives. From IT Sr. Executives to Functional and Technical Software Engineers, Techno-Comp will be your one-stop for your recruitment needs, 24x7. We understand our client project portfolio and prepare candidate screening to meet project requirements. Meantime, our Center of Excellence (CoE) provides continuous learning opportunities to our 300+ team to deepen their practice knowledge in technology, business process, integration and testing areas. </li>\r\n<li style=\"margin-bottom: 10px;\"><strong>ERP and CUSTOM APP DEVELOPMENT </strong>\r\n Use our innovative approach to better manage your application portfolio. Focus on driving out waste, reducing costs and increasing the business value of your applications. DevOps, Agile or Classical Waterfall, our project lifecycle template delivers on-budget, risk-free.\r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>DIGITAL BUSUINESS TRANSFORMATION</strong>\r\nModernize your IT. Be it short-term patches and work-around while you strategically plan to overhaul your legacy assets, Techno-Comp lets you realize immediate and long-term opportunities using innovation to digitization. We offer a slew of front-end, integration and back-end application development and support, upgrades and migration services. \r\n </li>\r\n<li style=\"margin-bottom: 10px;\"><strong>MOBILE APP DEVELOPMENT </strong>\r\nWe Specialize in Android, iOS, Blackberry, Windows & Brew mobile app solutions. Our comprehensive Mobility Solutions include Business Strategy & Program Management, Mobile App Development, Cloud based Solutions, Web Application Development, Carrier Billing & Rating, Content Management, Testing/Optimization & Maintenance/Support. User Experience is a foundation expertise we bring to your mobile enterprise app projects. \r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>EMERGING TECHNOLOGIES AND CLOUD COMPUTING</strong> \r\n IoT (Internet-of-Things), Bigdata and Analytics are at forefront of technology investments our clients are making to differentiate their value to their Customers. Benefit from our Information strategy, designing an architecture that can deliver best RoI and to integrate multivariate technologies, events and data formats cost-effectively. Find out if Cloud computing is right for your enterprise. \r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>QA CENTER OF EXCELLENCE </strong> \r\nManual and Automated Testing, Scripts Development, Performance Assurance and End-to-end Regression Testing for Enterprise Application and Mobility Solutions - is a tested approach that every client of ours benefits from. We have played a pivotal role in meeting stringent quality timelines for mission-critical, customer-facing applications in the last 2 decades of our business. \r\n</li></ul>\r\n\r\n<h2>TECHNOLOGIES WE SUPPORT</h2>\r\nWe bring seasoned QA professionals with years of project management experience.\r\n\r\n<strong>Exhibit. Technology Focus of Techno-Comp</strong>\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/12/big-table.jpg\" alt=\"table-img\" width=\"auto\" class=\"alignleft size-full wp-image-1043\" />','Recruiting','','inherit','closed','closed','','839-revision-v1','','','2015-12-22 14:23:36','2015-12-22 08:53:36','',839,'http://technocompinc.com/839-revision-v1/',0,'revision','',0),(1165,1,'2015-12-22 14:26:10','2015-12-22 08:56:10','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<u>Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </u>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile.jpg\" width=\"auto\" alt=\"mobile\" >\r\n </div> \r\n </div> \r\n</div></div></div>\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile-services.jpg\" alt=\"img2\" width=\"auto\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-22 14:26:10','2015-12-22 08:56:10','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1166,1,'2015-12-22 14:34:47','2015-12-22 09:04:47','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/digital-economy-practice/\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/program-management/\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/mobility/\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks, both 4G or wi-fi. Shared economy i.e. social media networks have further deepen mobility adoption. Convenience reigns.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/qa-coe/\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in a error-free manner across desktops, web, mobile and on emerging technology platforms. Planned and systematic activities have become critical. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFQXQlMjB0aGUlMjBjb3JlJTIwb2YlMjBldmVyeXRoaW5nJTIwd2UlMjBkbyUyMGlzJTIwdHJ1c3QuJTIwT3VyJTIwY2xpZW50cyUyMHRydXN0JTIwdXMlMjB0byUyMGRlbGl2ZXIlMjBleGNlbGxlbmNlJTIwYW5kJTIwb3VyJTIwcGVvcGxlJTIwdHJ1c3QlMjB1cyUyMHRvJTIwbWFrZSUyMHRoZWlyJTIwcHJvZmVzc2lvbmFsJTIwZnVsZmlsbG1lbnQlMjBhJTIwcHJpb3JpdHkuJTIwQW5kJTIwaXQlRTIlODAlOTlzJTIwYmVjYXVzZSUyMG91ciUyMHJlbGF0aW9uc2hpcHMlMjBhcmUlMjBmb3VuZGVkJTIwb24lMjB0cnVzdCUyMHRoYXQlMjB3ZSVFMiU4MCU5OXJlJTIwYWJsZSUyMHRvJTIwYWNoaWV2ZSUyMHRoZSUyMHRoaW5ncyUyMHdlJTIwZG8uJTIwVGhlJTIwbW9yZSUyMHdlJTIwbGl2ZSUyMHVwJTIwdG8lMjB0aGUlMjBoaWdoJTIwc3RhbmRhcmRzJTIwd2UlMjBzZXQlMjBvdXJzZWx2ZXMlMkMlMjB0aGUlMjBtb3JlJTIwd2UlMjBjYW4lMjBhY2hpZXZlLiUyMEluZmluaXRlJTIwUG9zc2liaWxpdGllcyUyQyUyMGlzJTIwYXQlMjB0aGUlMjBoZWFydCUyMG9mJTIwb3VyJTIwZW1wbG95ZWUlMjByZXRlbnRpb24lMjBhbmQlMjB2YWx1ZSUyMGNvbnRyaWJ1dGlvbiUyMHByb2dyYW0uJTNDJTJGcCUzRSUwQSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUzQ2RpdiUyMGlkJTNEJTIyZndzXzU2NjlmZDQ0NGQ4YjYlMjIlMjBjbGFzcyUzRCUyMndwYl9yb3clMjB2Y19yb3ctZmx1aWQlMjAlMjBhbmltYXRlX29ub2Zmc2V0JTIwcm93LWR5bmFtaWMtZWwlMjBzdGFuZGFyZF9zZWN0aW9uJTIwJTIwJTIwJTIwJTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0J0b3AlM0ElMjAwJTNCJTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjAlMjBkYXJrJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJzZWN0aW9uX2NsZWFyJTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUV4dGVuZGVkJTIwRG9jdW1lbnRhdGlvbiUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFU2ltcGxlJTIwJTI2YW1wJTNCJTIwQW1hemluZyUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFVXNlciUyMEZyaWVuZGx5JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VNb3JlJTIwdGhhbiUyMDI1JTIwZGVtb3MlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUxhcmdlJTIwU3VwcG9ydCUyMFRlYW0lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMzElMjBPbmxpbmUlMjBUZW1wbGF0ZSUyMEJ1aWxkZXIlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVdlZWtseSUyMFVwZGF0ZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUZyZWUlMjBTdWdnZXN0aW9ucyUzQyUyRmxpJTNFJTNDJTJGdWwlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlMEElM0MlMkZkaXYlM0UlM0MlMkZkaXYlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-22 14:34:47','2015-12-22 09:04:47','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1167,1,'2015-12-22 14:49:43','2015-12-22 09:19:43','[vc_row type=\"full_width_content\"][vc_column][list_item title=\"+(732) 537 9999 Somerset Office\"][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][vc_row_inner][vc_column_inner width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list_item title=\"+(908) 350 7709 Warren Office\"][/vc_column_inner][vc_column_inner width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][list icon=\"linecon-icon-phone\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 14:49:43','2015-12-22 09:19:43','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1168,1,'2015-12-22 14:50:42','2015-12-22 09:20:42','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][vc_row_inner][vc_column_inner width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list_item title=\"+(908) 350 7709 Warren Office\"][/vc_column_inner][vc_column_inner width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][list icon=\"linecon-icon-phone\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 14:50:42','2015-12-22 09:20:42','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1169,1,'2016-03-11 18:34:04','2016-03-11 13:04:04','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVU0ElMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQSUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwbGlzdCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDdWwlMjBkYXRhLWljb24lM0QlMjJsaW5lY29uLWljb24tbG9jYXRpb24lMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUh5ZGVyYWJhZCUyMDctMS01NCUyRjIlMkZDJTIwQW5hbmQlMjBCYWdoJTIwQW1lZXJwZXQlMkMlMjBIeWRlcmJhZCUyQyUyMDUwMCUyMDAxNiUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxpbmVjb24taWNvbi1sb2NhdGlvbiUyMiUzRSUzQyUyRmklM0VDaGVubmFpJTIwOTglMjAtJTIwQSUyQyUyMEF1cmFzJTIwQ29ycG9yYXRlJTIwQ2VudGVyJTIwRHIuJTIwUmFkaGElMjBrcmlzaG5hbiUyMFNhbGFpJTJDJTNDYnIlM0UlMjBDaGVubmFpLTYwMCUyMDAwNCUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxpbmVjb24taWNvbi1sb2NhdGlvbiUyMiUzRSUzQyUyRmklM0VCYW5nYWxvcmUlMjAlMjMlMjAzOSUyQyUyME1JRyUyMCUyRiUyMEtIQiUyQyUyMDh0aCUyMEJsb2NrJTIwS29yYW1hbmdhbGElMjBCYW5nYWxvcmUtJTIwNTYwMDk1JTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\n\n \n\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\n\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-autosave-v1','','','2016-03-11 18:34:04','2016-03-11 13:04:04','',781,'http://technocompinc.com/781-autosave-v1/',0,'revision','',0),(1170,1,'2015-12-22 15:01:47','2015-12-22 09:31:47','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"More Information\"][/block_title][list icon=\"linecon-icon-phone\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:01:47','2015-12-22 09:31:47','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1171,1,'2015-12-22 15:02:39','2015-12-22 09:32:39','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][list icon=\"linecon-icon-phone\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:02:39','2015-12-22 09:32:39','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1172,1,'2015-12-22 15:03:22','2015-12-22 09:33:22','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:03:22','2015-12-22 09:33:22','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1173,1,'2015-12-22 15:07:19','2015-12-22 09:37:19','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:07:19','2015-12-22 09:37:19','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1174,1,'2015-12-22 15:07:56','2015-12-22 09:37:56','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:07:56','2015-12-22 09:37:56','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1175,1,'2015-12-22 15:11:10','2015-12-22 09:41:10','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" title=\"US LOCATIONS\"][/block_title][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:11:10','2015-12-22 09:41:10','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1176,1,'2015-12-22 15:13:21','2015-12-22 09:43:21','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:13:21','2015-12-22 09:43:21','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1177,1,'2015-12-22 15:17:31','2015-12-22 09:47:31','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTlMlM0MlMkZoMyUzRQ==[/vc_raw_html][list icon=\"linecon-icon-phone\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:17:31','2015-12-22 09:47:31','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1178,1,'2015-12-22 15:19:17','2015-12-22 09:49:17','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_column_text]\r\n\r\n[h5_heading]INDIAN LOCATIONS[/h5_heading][/vc_column_text][list icon=\"linecon-icon-phone\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:19:17','2015-12-22 09:49:17','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1179,1,'2015-12-22 15:24:27','2015-12-22 09:54:27','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_column_text]\r\n\r\n[h5_heading]INDIAN LOCATIONS[/h5_heading][/vc_column_text][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-phone\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:24:27','2015-12-22 09:54:27','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1180,1,'2015-12-22 15:25:12','2015-12-22 09:55:12','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-phone\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:25:12','2015-12-22 09:55:12','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1181,1,'2015-12-22 15:27:34','2015-12-22 09:57:34','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-phone\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:27:34','2015-12-22 09:57:34','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1182,1,'2015-12-22 15:31:13','2015-12-22 10:01:13','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:31:13','2015-12-22 10:01:13','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1183,1,'2015-12-22 15:34:02','2015-12-22 10:04:02','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9999 Somerset Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:34:02','2015-12-22 10:04:02','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1184,1,'2015-12-22 15:35:24','2015-12-22 10:05:24','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"9032391131\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:35:24','2015-12-22 10:05:24','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1185,1,'2015-12-22 15:37:34','2015-12-22 10:07:34','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98-A, Auras Corporate Center Dr. Radhakrishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:37:34','2015-12-22 10:07:34','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1186,1,'2015-12-22 15:39:27','2015-12-22 10:09:27','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATION\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98 - A, Auras Corporate Center Dr. Radha krishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 15:39:27','2015-12-22 10:09:27','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1187,1,'2015-12-22 16:13:53','2015-12-22 10:43:53','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download=\"\">PDF</a> or mp4</strong>\r\n\r\n[shortcode_button type=\"gradient\" align=\"left\" download=\"\" link=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" color=\"#ff6633\" icon=\"none\" font_color=\"#FFF\"]Download PDF[/shortcode_button]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:13:53','2015-12-22 10:43:53','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1188,1,'2015-12-22 16:15:26','2015-12-22 10:45:26','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download=\"\">PDF</a> or mp4</strong>\r\n\r\n[shortcode_button type=\"gradient\" align=\"left\" download link=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" color=\"#ff6633\" icon=\"none\" font_color=\"#FFF\"]Download PDF[/shortcode_button]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:15:26','2015-12-22 10:45:26','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1189,1,'2015-12-22 16:18:24','2015-12-22 10:48:24','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. <a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download=\"\">PDF</a> or mp4</strong>\r\n\r\n[shortcode_button type=\"gradient\" align=\"left\" download=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" link=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" color=\"#ff6633\" icon=\"none\" font_color=\"#FFF\"]Download PDF[/shortcode_button]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:18:24','2015-12-22 10:48:24','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1190,1,'2015-12-22 16:31:28','2015-12-22 11:01:28','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here. or mp4</strong>\r\n<div class=\"btn sample\"><a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download=\"\">Download PDF</a></div>\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:31:28','2015-12-22 11:01:28','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1191,1,'2015-12-22 16:39:31','2015-12-22 11:09:31','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>\r\n<div class=\"btn sample\"><a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download=\"\">Download PDF</a></div> or <div class=\"btn sample\"><a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download=\"\">Download MP4</a></div>\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:39:31','2015-12-22 11:09:31','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1192,1,'2015-12-22 16:40:49','2015-12-22 11:10:49','<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>\r\n<div class=\"btnsample\">\r\n<div class=\"btn sample\"><a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download=\"\">Download PDF</a></div> or <div class=\"btn sample\"><a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download=\"\">Download MP4</a></div>\r\n</div>\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:40:49','2015-12-22 11:10:49','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1193,1,'2015-12-22 16:47:40','2015-12-22 11:17:40','[vc_row][vc_column][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>\r\n<div class=\"btnsample\">\r\n<div class=\"btn sample\"><a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download=\"\">Download PDF</a></div>\r\nor\r\n<div class=\"btn sample\"><a href=\"http://technocompinc.com/wp-content/uploads/2015/12/Techno-Comp-Corporate-Presentation.pdf\" download=\"\">Download MP4</a></div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:47:40','2015-12-22 11:17:40','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1194,1,'2015-12-22 16:50:31','2015-12-22 11:20:31','[vc_row][vc_column][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby1Db21wLUNvcnBvcmF0ZS1QcmVzZW50YXRpb24ucGRmJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VEb3dubG9hZCUyME1QNCUzQyUyRmElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:50:31','2015-12-22 11:20:31','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1195,1,'2015-12-22 16:51:13','2015-12-22 11:21:13','[vc_row][vc_column][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby1Db21wLUNvcnBvcmF0ZS1QcmVzZW50YXRpb24ucGRmJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VEb3dubG9hZCUyME1QNCUzQyUyRmElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:51:13','2015-12-22 11:21:13','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1196,1,'2015-12-22 16:53:05','2015-12-22 11:23:05','[vc_row][vc_column][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby1Db21wLUNvcnBvcmF0ZS1QcmVzZW50YXRpb24ucGRmJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VEb3dubG9hZCUyME1QNCUzQyUyRmElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:53:05','2015-12-22 11:23:05','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1197,1,'2015-12-22 16:57:53','2015-12-22 11:27:53','[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby1Db21wLUNvcnBvcmF0ZS1QcmVzZW50YXRpb24ucGRmJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VEb3dubG9hZCUyME1QNCUzQyUyRmElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 16:57:53','2015-12-22 11:27:53','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1198,1,'2015-12-22 17:00:18','2015-12-22 11:30:18','[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby1Db21wLUNvcnBvcmF0ZS1QcmVzZW50YXRpb24ucGRmJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VEb3dubG9hZCUyME1QNCUzQyUyRmElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 17:00:18','2015-12-22 11:30:18','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1199,1,'2015-12-22 17:01:06','2015-12-22 11:31:06','[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby1Db21wLUNvcnBvcmF0ZS1QcmVzZW50YXRpb24ucGRmJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VEb3dubG9hZCUyME1QNCUzQyUyRmElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 17:01:06','2015-12-22 11:31:06','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1200,1,'2015-12-22 17:04:33','2015-12-22 11:34:33','[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby1Db21wLUNvcnBvcmF0ZS1QcmVzZW50YXRpb24ucGRmJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VEb3dubG9hZCUyME1QNCUzQyUyRmElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 17:04:33','2015-12-22 11:34:33','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1201,1,'2015-12-22 17:05:24','2015-12-22 11:35:24','[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby1Db21wLUNvcnBvcmF0ZS1QcmVzZW50YXRpb24ucGRmJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VEb3dubG9hZCUyME1QNCUzQyUyRmElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 17:05:24','2015-12-22 11:35:24','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1202,1,'2015-12-22 17:14:32','2015-12-22 11:44:32','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785. Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98 - A, Auras Corporate Center Dr. Radha krishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-22 17:14:32','2015-12-22 11:44:32','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1203,1,'2015-12-22 17:19:23','2015-12-22 11:49:23','[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby5tcDQlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwTVA0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"#\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-22 17:19:23','2015-12-22 11:49:23','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1204,1,'2015-12-23 02:07:23','2015-12-22 20:37:23','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98 - A, Auras Corporate Center Dr. Radha krishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-23 02:07:23','2015-12-22 20:37:23','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1205,1,'2015-12-23 02:09:43','2015-12-22 20:39:43','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98 - A, Auras Corporate Center Dr. Radha krishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-23 02:09:43','2015-12-22 20:39:43','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1206,1,'2015-12-23 02:10:42','2015-12-22 20:40:42','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98 - A, Auras Corporate Center Dr. Radha krishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-23 02:10:42','2015-12-22 20:40:42','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1207,1,'2015-12-23 02:11:32','2015-12-22 20:41:32','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98 - A, Auras Corporate Center Dr. Radha krishnan Salai,\r\nChennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-23 02:11:32','2015-12-22 20:41:32','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1208,1,'2015-12-23 02:14:37','2015-12-22 20:44:37','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98 - A, Auras Corporate Center Dr. Radha krishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-23 02:14:37','2015-12-22 20:44:37','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1210,1,'2015-12-23 17:20:10','2015-12-23 11:50:10','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/digital-economy-practice/\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/program-management/\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/mobility/\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks and shared economy i.e. social media which have further deepen mobility adoption. Convenience reigns.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/qa-coe/\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in an error-free manner across desktops, web, mobile and on emerging technology platforms. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFQXQlMjB0aGUlMjBjb3JlJTIwb2YlMjBldmVyeXRoaW5nJTIwd2UlMjBkbyUyMGlzJTIwdHJ1c3QuJTIwT3VyJTIwY2xpZW50cyUyMHRydXN0JTIwdXMlMjB0byUyMGRlbGl2ZXIlMjBleGNlbGxlbmNlJTIwYW5kJTIwb3VyJTIwcGVvcGxlJTIwdHJ1c3QlMjB1cyUyMHRvJTIwbWFrZSUyMHRoZWlyJTIwcHJvZmVzc2lvbmFsJTIwZnVsZmlsbG1lbnQlMjBhJTIwcHJpb3JpdHkuJTIwQW5kJTIwaXQlRTIlODAlOTlzJTIwYmVjYXVzZSUyMG91ciUyMHJlbGF0aW9uc2hpcHMlMjBhcmUlMjBmb3VuZGVkJTIwb24lMjB0cnVzdCUyMHRoYXQlMjB3ZSVFMiU4MCU5OXJlJTIwYWJsZSUyMHRvJTIwYWNoaWV2ZSUyMHRoZSUyMHRoaW5ncyUyMHdlJTIwZG8uJTIwVGhlJTIwbW9yZSUyMHdlJTIwbGl2ZSUyMHVwJTIwdG8lMjB0aGUlMjBoaWdoJTIwc3RhbmRhcmRzJTIwd2UlMjBzZXQlMjBvdXJzZWx2ZXMlMkMlMjB0aGUlMjBtb3JlJTIwd2UlMjBjYW4lMjBhY2hpZXZlLiUyMEluZmluaXRlJTIwUG9zc2liaWxpdGllcyUyQyUyMGlzJTIwYXQlMjB0aGUlMjBoZWFydCUyMG9mJTIwb3VyJTIwZW1wbG95ZWUlMjByZXRlbnRpb24lMjBhbmQlMjB2YWx1ZSUyMGNvbnRyaWJ1dGlvbiUyMHByb2dyYW0uJTNDJTJGcCUzRSUwQSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUzQ2RpdiUyMGlkJTNEJTIyZndzXzU2NjlmZDQ0NGQ4YjYlMjIlMjBjbGFzcyUzRCUyMndwYl9yb3clMjB2Y19yb3ctZmx1aWQlMjAlMjBhbmltYXRlX29ub2Zmc2V0JTIwcm93LWR5bmFtaWMtZWwlMjBzdGFuZGFyZF9zZWN0aW9uJTIwJTIwJTIwJTIwJTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0J0b3AlM0ElMjAwJTNCJTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjAlMjBkYXJrJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJzZWN0aW9uX2NsZWFyJTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUV4dGVuZGVkJTIwRG9jdW1lbnRhdGlvbiUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFU2ltcGxlJTIwJTI2YW1wJTNCJTIwQW1hemluZyUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFVXNlciUyMEZyaWVuZGx5JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VNb3JlJTIwdGhhbiUyMDI1JTIwZGVtb3MlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUxhcmdlJTIwU3VwcG9ydCUyMFRlYW0lM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMzElMjBPbmxpbmUlMjBUZW1wbGF0ZSUyMEJ1aWxkZXIlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVdlZWtseSUyMFVwZGF0ZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUZyZWUlMjBTdWdnZXN0aW9ucyUzQyUyRmxpJTNFJTNDJTJGdWwlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0UlMjAlMEElMDklM0MlMkZkaXYlM0UlMjAlMEElM0MlMkZkaXYlM0UlM0MlMkZkaXYlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-23 17:20:10','2015-12-23 11:50:10','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1211,1,'2015-12-23 17:32:54','2015-12-23 12:02:54','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout1.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/digital-economy-practice/\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout2.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/program-management/\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout11.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/mobility/\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks and shared economy i.e. social media which have further deepen mobility adoption. Convenience reigns.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/11/callout4.png\" alt=\"callout1\" width=\"60\" height=\"60\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/qa-coe/\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in an error-free manner across desktops, web, mobile and on emerging technology platforms. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFQXQlMjB0aGUlMjBjb3JlJTIwb2YlMjBldmVyeXRoaW5nJTIwd2UlMjBkbyUyMGlzJTIwdHJ1c3QuJTIwT3VyJTIwY2xpZW50cyUyMHRydXN0JTIwdXMlMjB0byUyMGRlbGl2ZXIlMjBleGNlbGxlbmNlJTIwYW5kJTIwb3VyJTIwcGVvcGxlJTIwdHJ1c3QlMjB1cyUyMHRvJTIwbWFrZSUyMHRoZWlyJTIwcHJvZmVzc2lvbmFsJTIwZnVsZmlsbG1lbnQlMjBhJTIwcHJpb3JpdHkuJTIwQW5kJTIwaXQlRTIlODAlOTlzJTIwYmVjYXVzZSUyMG91ciUyMHJlbGF0aW9uc2hpcHMlMjBhcmUlMjBmb3VuZGVkJTIwb24lMjB0cnVzdCUyMHRoYXQlMjB3ZSVFMiU4MCU5OXJlJTIwYWJsZSUyMHRvJTIwYWNoaWV2ZSUyMHRoZSUyMHRoaW5ncyUyMHdlJTIwZG8uJTIwVGhlJTIwbW9yZSUyMHdlJTIwbGl2ZSUyMHVwJTIwdG8lMjB0aGUlMjBoaWdoJTIwc3RhbmRhcmRzJTIwd2UlMjBzZXQlMjBvdXJzZWx2ZXMlMkMlMjB0aGUlMjBtb3JlJTIwd2UlMjBjYW4lMjBhY2hpZXZlLiUyMEluZmluaXRlJTIwUG9zc2liaWxpdGllcyUyQyUyMGlzJTIwYXQlMjB0aGUlMjBoZWFydCUyMG9mJTIwb3VyJTIwZW1wbG95ZWUlMjByZXRlbnRpb24lMjBhbmQlMjB2YWx1ZSUyMGNvbnRyaWJ1dGlvbiUyMHByb2dyYW0uJTNDJTJGcCUzRSUwQSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUzQ2RpdiUyMGlkJTNEJTIyZndzXzU2NjlmZDQ0NGQ4YjYlMjIlMjBjbGFzcyUzRCUyMndwYl9yb3clMjB2Y19yb3ctZmx1aWQlMjAlMjBhbmltYXRlX29ub2Zmc2V0JTIwcm93LWR5bmFtaWMtZWwlMjBzdGFuZGFyZF9zZWN0aW9uJTIwJTIwJTIwJTIwJTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0J0b3AlM0ElMjAwJTNCJTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjAlMjBkYXJrJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJzZWN0aW9uX2NsZWFyJTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMERlZmluaW5nJTIwYW5kJTIwaW1wcm92aW5nJTIwUGVyZm9ybWFuY2UlMjBDb250aW51YWxseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFQW50aWNpcGF0aW5nJTIwQ2hhbmdlcyUyMGFuZCUyMERpc3J1cHRpb25zJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjBBbGlnbmluZyUyMFNraWxscyUyMGFuZCUyMGVuaGFuY2luZyUyMFRlYW0lMjBDYXBhYmlsaXRpZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUNvbnRpbnVvdXMlMjBEZWxpdmVyeSUyMFByb2Nlc3MlMjBpbXByb3ZlbWVudHMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNoYXJlZCUyMHZhbHVlcyUyMHdpdGglMjBDdXN0b21lcnMlMjBhbmQlMjBFbXBsb3llZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMCUyMEludGVncmF0ZWQlMjBPcmclMjBzdHJ1Y3R1cmUlMjBmb3IlMjBFZmZlY3RpdmVuZXNzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VJbXByb3ZlZCUyMGNyZWF0aW9uJTIwYW5kJTIwc2hhcmluZyUyMG9mJTIwS25vd2xlZGdlJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VUaG91Z2h0LWxlYWRlcnNoaXAlMjBhbmQlMjBQYXJ0bmVyaW5nJTIwaW4lMjBhbGwlMjBhcmVhcyUyMG9mJTIwQnVzaW5lc3MlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-23 17:32:54','2015-12-23 12:02:54','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1212,1,'2015-12-23 22:06:03','2015-12-23 16:36:03','','img3','','inherit','open','closed','','img3','','','2015-12-23 22:06:03','2015-12-23 16:36:03','',0,'http://technocompinc.com/wp-content/uploads/2015/12/img3.jpg',0,'attachment','image/jpeg',0),(1213,1,'2015-12-23 22:06:04','2015-12-23 16:36:04','','img4','','inherit','open','closed','','img4','','','2015-12-23 22:06:04','2015-12-23 16:36:04','',0,'http://technocompinc.com/wp-content/uploads/2015/12/img4.jpg',0,'attachment','image/jpeg',0),(1214,1,'2015-12-23 22:06:04','2015-12-23 16:36:04','','img1','','inherit','open','closed','','img1','','','2015-12-23 22:06:04','2015-12-23 16:36:04','',0,'http://technocompinc.com/wp-content/uploads/2015/12/img1.jpg',0,'attachment','image/jpeg',0),(1215,1,'2015-12-23 22:06:04','2015-12-23 16:36:04','','img2','','inherit','open','closed','','img2-2','','','2015-12-23 22:06:04','2015-12-23 16:36:04','',0,'http://technocompinc.com/wp-content/uploads/2015/12/img2.jpg',0,'attachment','image/jpeg',0),(1216,1,'2016-03-10 20:52:57','2016-03-10 15:22:57','[vc_row][vc_column][vc_column_text]\n<div class=\"homepagetext\">\n<h1>WELCOME TO TECHNO-COMP</h1>\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]\n\n </div>\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img1.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/digital-economy-practice/\"> Digital Economy</a></h4>\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\n\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img2.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/program-management/\">DevOps</a></h4>\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\n\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img3.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/mobility/\">Enterprise Mobility</a></h4>\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks and shared economy i.e. social media which have further deepen mobility adoption. Convenience reigns.</p>\n\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img4.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/qa-coe/\">QA Center of Excellence</a></h4>\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in an error-free manner across desktops, web, mobile and on emerging technology platforms. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\n\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9zZSUyMHVzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFQXQlMjB0aGUlMjBjb3JlJTIwb2YlMjBldmVyeXRoaW5nJTIwd2UlMjBkbyUyMGlzJTIwdHJ1c3QuJTIwT3VyJTIwY2xpZW50cyUyMHRydXN0JTIwdXMlMjB0byUyMGRlbGl2ZXIlMjBleGNlbGxlbmNlJTIwYW5kJTIwb3VyJTIwcGVvcGxlJTIwdHJ1c3QlMjB1cyUyMHRvJTIwbWFrZSUyMHRoZWlyJTIwcHJvZmVzc2lvbmFsJTIwZnVsZmlsbG1lbnQlMjBhJTIwcHJpb3JpdHkuJTIwQW5kJTIwaXQlRTIlODAlOTlzJTIwYmVjYXVzZSUyMG91ciUyMHJlbGF0aW9uc2hpcHMlMjBhcmUlMjBmb3VuZGVkJTIwb24lMjB0cnVzdCUyMHRoYXQlMjB3ZSVFMiU4MCU5OXJlJTIwYWJsZSUyMHRvJTIwYWNoaWV2ZSUyMHRoZSUyMHRoaW5ncyUyMHdlJTIwZG8uJTIwVGhlJTIwbW9yZSUyMHdlJTIwbGl2ZSUyMHVwJTIwdG8lMjB0aGUlMjBoaWdoJTIwc3RhbmRhcmRzJTIwd2UlMjBzZXQlMjBvdXJzZWx2ZXMlMkMlMjB0aGUlMjBtb3JlJTIwd2UlMjBjYW4lMjBhY2hpZXZlLiUyMEluZmluaXRlJTIwUG9zc2liaWxpdGllcyUyQyUyMGlzJTIwYXQlMjB0aGUlMjBoZWFydCUyMG9mJTIwb3VyJTIwZW1wbG95ZWUlMjByZXRlbnRpb24lMjBhbmQlMjB2YWx1ZSUyMGNvbnRyaWJ1dGlvbiUyMHByb2dyYW0uJTNDJTJGcCUzRSUwQSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUzQ2RpdiUyMGlkJTNEJTIyZndzXzU2NjlmZDQ0NGQ4YjYlMjIlMjBjbGFzcyUzRCUyMndwYl9yb3clMjB2Y19yb3ctZmx1aWQlMjAlMjBhbmltYXRlX29ub2Zmc2V0JTIwcm93LWR5bmFtaWMtZWwlMjBzdGFuZGFyZF9zZWN0aW9uJTIwJTIwJTIwJTIwJTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0J0b3AlM0ElMjAwJTNCJTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjAlMjBkYXJrJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJzZWN0aW9uX2NsZWFyJTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMERlZmluaW5nJTIwYW5kJTIwaW1wcm92aW5nJTIwUGVyZm9ybWFuY2UlMjBDb250aW51YWxseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFQW50aWNpcGF0aW5nJTIwQ2hhbmdlcyUyMGFuZCUyMERpc3J1cHRpb25zJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjBBbGlnbmluZyUyMFNraWxscyUyMGFuZCUyMGVuaGFuY2luZyUyMFRlYW0lMjBDYXBhYmlsaXRpZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUNvbnRpbnVvdXMlMjBEZWxpdmVyeSUyMFByb2Nlc3MlMjBpbXByb3ZlbWVudHMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNoYXJlZCUyMHZhbHVlcyUyMHdpdGglMjBDdXN0b21lcnMlM0NiciUzRSUyMGFuZCUyMEVtcGxveWVlcyUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFJTIwJTIwSW50ZWdyYXRlZCUyME9yZyUyMHN0cnVjdHVyZSUyMGZvciUyMEVmZmVjdGl2ZW5lc3MlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUltcHJvdmVkJTIwY3JlYXRpb24lMjBhbmQlMjBzaGFyaW5nJTIwJTNDYnIlM0VvZiUyMEtub3dsZWRnZSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFVGhvdWdodC1sZWFkZXJzaGlwJTIwYW5kJTIwUGFydG5lcmluZyUyMCUzQ2JyJTNFaW4lMjBhbGwlMjBhcmVhcyUyMG9mJTIwQnVzaW5lc3MlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-autosave-v1','','','2016-03-10 20:52:57','2016-03-10 15:22:57','',17,'http://technocompinc.com/17-autosave-v1/',0,'revision','',0),(1217,1,'2015-12-23 22:08:27','2015-12-23 16:38:27','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]</p>\r\n \r\n\r\n</div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img1.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/digital-economy-practice/\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img2.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/program-management/\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img3.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/mobility/\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks and shared economy i.e. social media which have further deepen mobility adoption. Convenience reigns.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img4.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/qa-coe/\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in an error-free manner across desktops, web, mobile and on emerging technology platforms. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFQXQlMjB0aGUlMjBjb3JlJTIwb2YlMjBldmVyeXRoaW5nJTIwd2UlMjBkbyUyMGlzJTIwdHJ1c3QuJTIwT3VyJTIwY2xpZW50cyUyMHRydXN0JTIwdXMlMjB0byUyMGRlbGl2ZXIlMjBleGNlbGxlbmNlJTIwYW5kJTIwb3VyJTIwcGVvcGxlJTIwdHJ1c3QlMjB1cyUyMHRvJTIwbWFrZSUyMHRoZWlyJTIwcHJvZmVzc2lvbmFsJTIwZnVsZmlsbG1lbnQlMjBhJTIwcHJpb3JpdHkuJTIwQW5kJTIwaXQlRTIlODAlOTlzJTIwYmVjYXVzZSUyMG91ciUyMHJlbGF0aW9uc2hpcHMlMjBhcmUlMjBmb3VuZGVkJTIwb24lMjB0cnVzdCUyMHRoYXQlMjB3ZSVFMiU4MCU5OXJlJTIwYWJsZSUyMHRvJTIwYWNoaWV2ZSUyMHRoZSUyMHRoaW5ncyUyMHdlJTIwZG8uJTIwVGhlJTIwbW9yZSUyMHdlJTIwbGl2ZSUyMHVwJTIwdG8lMjB0aGUlMjBoaWdoJTIwc3RhbmRhcmRzJTIwd2UlMjBzZXQlMjBvdXJzZWx2ZXMlMkMlMjB0aGUlMjBtb3JlJTIwd2UlMjBjYW4lMjBhY2hpZXZlLiUyMEluZmluaXRlJTIwUG9zc2liaWxpdGllcyUyQyUyMGlzJTIwYXQlMjB0aGUlMjBoZWFydCUyMG9mJTIwb3VyJTIwZW1wbG95ZWUlMjByZXRlbnRpb24lMjBhbmQlMjB2YWx1ZSUyMGNvbnRyaWJ1dGlvbiUyMHByb2dyYW0uJTNDJTJGcCUzRSUwQSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUzQ2RpdiUyMGlkJTNEJTIyZndzXzU2NjlmZDQ0NGQ4YjYlMjIlMjBjbGFzcyUzRCUyMndwYl9yb3clMjB2Y19yb3ctZmx1aWQlMjAlMjBhbmltYXRlX29ub2Zmc2V0JTIwcm93LWR5bmFtaWMtZWwlMjBzdGFuZGFyZF9zZWN0aW9uJTIwJTIwJTIwJTIwJTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0J0b3AlM0ElMjAwJTNCJTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjAlMjBkYXJrJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJzZWN0aW9uX2NsZWFyJTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMERlZmluaW5nJTIwYW5kJTIwaW1wcm92aW5nJTIwUGVyZm9ybWFuY2UlMjBDb250aW51YWxseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFQW50aWNpcGF0aW5nJTIwQ2hhbmdlcyUyMGFuZCUyMERpc3J1cHRpb25zJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjBBbGlnbmluZyUyMFNraWxscyUyMGFuZCUyMGVuaGFuY2luZyUyMFRlYW0lMjBDYXBhYmlsaXRpZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUNvbnRpbnVvdXMlMjBEZWxpdmVyeSUyMFByb2Nlc3MlMjBpbXByb3ZlbWVudHMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNoYXJlZCUyMHZhbHVlcyUyMHdpdGglMjBDdXN0b21lcnMlMjBhbmQlMjBFbXBsb3llZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMCUyMEludGVncmF0ZWQlMjBPcmclMjBzdHJ1Y3R1cmUlMjBmb3IlMjBFZmZlY3RpdmVuZXNzJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VJbXByb3ZlZCUyMGNyZWF0aW9uJTIwYW5kJTIwc2hhcmluZyUyMG9mJTIwS25vd2xlZGdlJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0VUaG91Z2h0LWxlYWRlcnNoaXAlMjBhbmQlMjBQYXJ0bmVyaW5nJTIwaW4lMjBhbGwlMjBhcmVhcyUyMG9mJTIwQnVzaW5lc3MlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-23 22:08:27','2015-12-23 16:38:27','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1218,1,'2015-12-24 14:14:24','2015-12-24 08:44:24','<h2>OUR CAPABILITY</h2>\r\nThe future of Digital Economy, digital tools, from farming to healthcare, communications to education, have fundamentally transformed communities and raised living standards around the world. Growing network connectivity and information sharing have raised living standards in modern times even further.\r\n\r\nDespite this potential, there are a number of barriers to expanding access to digital technology globally. One of the biggest challenge comes from fast-paced and diverse technology on one end and a slow to change legacy ecosystem saddled with diverse standards limiting information flows on the other.\r\n\r\nTechno-Comp understands this disruption. Our practitioners help transform our clients IT ecosystems by modernizing legacy systems and creating advanced customer-engaging experiences in the digital age.\r\n\r\n<h2>OUR APPROACH</h2>\r\nToday, digital technologies have evolved to include the Internet of Things, 3D printing, robotics, and artificial intelligence. Finding ways to react to and shape digital disruption is featuring on the agenda of every digital leader.\r\n\r\nWe bring our resources to support your digital transformation. Digitization is no longer just an add-on feature to existing channels or products and services. Instead, many aspects of the customer experience are digital by default, as should be the processes that underpin it.\r\n\r\nLeveraging digital technologies is more than just good business—it’s crucial to staying relevant and profitable. Companies lagging in this area risk losing ground to newer entrants and business models that are poised to disrupt markets with innovative products and services.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see digital transformation impacting your business. We will deliver the results you want</a>.\r\n\r\n<h2>BENEFITS REALIZED</h2>\r\nThere are many signs indicating that something new has happened here in the United States and around other economies in the recent years globally. While the surge in labor and total factor productivity growth rates in the latter half of the 1990s was impressive and widely interpreted as a sign of a ‘New Economy,’\r\n\r\nWe observe changes are at least consistent with the view that digitization of information, combined with the Internet, represents a form of digital technology that is giving rise to a vast new array of possible combinations that we may refer to as the New Economy. The level of connectivity between businesses and their customers is increasing dramatically. We have only begun to see the impact that is measurable.\r\n\r\nInterpreted in this way, the New or Digital Economy is about dynamics, not static efficiency. It is more about new activities and products than about higher productivity. What is really important in the Digital Economy is the proliferation of the use of the Internet, a new level and form of connectivity among multiple customer-engaging ideas giving rise to a vast range of value and revenue possibilities.','Digital Economy Practice','','inherit','closed','closed','','1058-revision-v1','','','2015-12-24 14:14:24','2015-12-24 08:44:24','',1058,'http://technocompinc.com/1058-revision-v1/',0,'revision','',0),(1219,1,'2015-12-24 14:19:31','2015-12-24 08:49:31','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </a>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile.jpg\" width=\"auto\" alt=\"mobile\" >\r\n </div> \r\n </div> \r\n</div></div></div>\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile-services.jpg\" alt=\"img2\" width=\"auto\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2015-12-24 14:19:31','2015-12-24 08:49:31','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1220,1,'2015-12-24 14:22:23','2015-12-24 08:52:23','<h2>OUR CAPABILITY</h2>\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n<h2>OUR APPROACH</h2>\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n[lightbox image_link=\"http://technocompinc.com/wp-content/uploads/2015/12/start.jpg\"]\r\n\r\n \r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </a>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\n<strong>Optimized use of existing resources:</strong>\r\n<ul>\r\n <li>QA budgets, tools, environments and people</li>\r\n</ul>\r\n<strong>Faster time-to-market</strong>\r\n<ul>\r\n <li>Test time reduce manual by 30%</li>\r\n <li>and increase test automation levels of 50-70%</li>\r\n</ul>\r\n<strong>Cost efficiency:</strong>\r\n<ul>\r\n <li>Typical resource cost reduction is 35% over a 2-year time frame</li>\r\n</ul>\r\n<strong>Optimized application quality and performance:</strong>\r\n<ul>\r\n <li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li>\r\n</ul>\r\n<strong>Tight alignment:</strong>\r\n<ul>\r\n <li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\nOur test metrics allows organizations to get visibility into test effectiveness and demonstrates delivery excellence. Our projects have QA controls through business analytics and predictive incident and problem resolution to downstream production support teams.\r\n\r\n<img class=\"alignleft size-full wp-image-1040\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/calculation-chart.jpg\" alt=\"techno-comp\" width=\"auto\" />','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2015-12-24 14:22:23','2015-12-24 08:52:23','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1221,1,'2015-12-24 14:26:21','2015-12-24 08:56:21','<h2>OUR CAPABILITY</h2>\r\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\r\n\r\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\r\n\r\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\r\n\r\n<h2>First, Define success criteria</h2>\r\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\r\n<ul>\r\n<li>Increasing market share by a certain amount by a particular date.</li>\r\n<li>Reaching a specified sales volume or revenue.</li>\r\n<li>Achieving certain customer satisfaction measures.</li>\r\n<li>Saving money by retiring a high-maintenance legacy system.</li>\r\n</ul>\r\n\r\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\r\n\r\n<h2>Second, Identify project drivers, constraints and room for error</h2>\r\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\r\n\r\n<h2>Third, Establish project release criteria at the very beginning</h2>\r\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\r\n<ul><li>There are no open high-priority defects.</li>\r\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\r\n<li>Performance goals are achieved on all target platforms.</li>\r\n<li>Specific required functionality is fully operational.</li>\r\n<li>Quantitative reliability goals are satisfied.</li>\r\n<li>Specified legal, contractual, or regulatory goals are met.</li>\r\n<li>Customer acceptance criteria are satisfied.</li></ul>\r\n\r\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\r\n\r\n<h2>Finally, Negotiate at all times</h2>\r\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\r\n\r\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\r\n\r\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\r\n\r\n<h2>Planning a project: Begin with writing a project plan</h2>\r\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\r\n\r\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\r\n<li>Team roles and responsibilities.</li>\r\n<li>How you will acquire and train the necessary staff.</li>\r\n<li>Assumptions, dependencies, and risks.</li>\r\n<li>Target dates for major deliverables.</li>\r\n<li>Identification of the software development life cycle that the project will follow.</li>\r\n<li>How you will track and monitor the project.</li>\r\n<li>Metrics that you’ll collect and analyze.</li>\r\n<li>How you will manage any subcontractor relationships.</li></ul>\r\n\r\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \r\n\r\n<h2>Methodology and its Execution Criteria matters</h2>\r\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \r\n\r\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable conducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology selected. \r\n\r\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth of medium to complex programs.\r\n[vc_btn title=\"Do you like to review your project needs with us. Let us find the best program manager who can deliver.\" style=\"classic\" color=\"danger\" link=\"url:http://technocompinc.com/contact-us/\"][vc_column_text]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-12-24 14:26:21','2015-12-24 08:56:21','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1222,1,'2015-12-24 14:27:09','2015-12-24 08:57:09','<h2>OUR CAPABILITY</h2>\r\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\r\n\r\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\r\n\r\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\r\n\r\n<h2>First, Define success criteria</h2>\r\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\r\n<ul>\r\n<li>Increasing market share by a certain amount by a particular date.</li>\r\n<li>Reaching a specified sales volume or revenue.</li>\r\n<li>Achieving certain customer satisfaction measures.</li>\r\n<li>Saving money by retiring a high-maintenance legacy system.</li>\r\n</ul>\r\n\r\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\r\n\r\n<h2>Second, Identify project drivers, constraints and room for error</h2>\r\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\r\n\r\n<h2>Third, Establish project release criteria at the very beginning</h2>\r\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\r\n<ul><li>There are no open high-priority defects.</li>\r\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\r\n<li>Performance goals are achieved on all target platforms.</li>\r\n<li>Specific required functionality is fully operational.</li>\r\n<li>Quantitative reliability goals are satisfied.</li>\r\n<li>Specified legal, contractual, or regulatory goals are met.</li>\r\n<li>Customer acceptance criteria are satisfied.</li></ul>\r\n\r\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\r\n\r\n<h2>Finally, Negotiate at all times</h2>\r\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\r\n\r\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\r\n\r\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\r\n\r\n<h2>Planning a project: Begin with writing a project plan</h2>\r\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\r\n\r\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\r\n<li>Team roles and responsibilities.</li>\r\n<li>How you will acquire and train the necessary staff.</li>\r\n<li>Assumptions, dependencies, and risks.</li>\r\n<li>Target dates for major deliverables.</li>\r\n<li>Identification of the software development life cycle that the project will follow.</li>\r\n<li>How you will track and monitor the project.</li>\r\n<li>Metrics that you’ll collect and analyze.</li>\r\n<li>How you will manage any subcontractor relationships.</li></ul>\r\n\r\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \r\n\r\n<h2>Methodology and its Execution Criteria matters</h2>\r\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \r\n\r\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable conducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology selected. \r\n\r\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth of medium to complex programs.\r\n[vc_btn title=\"Do you like to review your project needs with us. Let us find the best program manager who can deliver.\" style=\"classic\" color=\"danger\" link=\"http://technocompinc.com/contact-us/\"][vc_column_text]','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-12-24 14:27:09','2015-12-24 08:57:09','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1223,1,'2015-12-24 14:30:43','2015-12-24 09:00:43','<h2>OUR CAPABILITY</h2>\r\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\r\n\r\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\r\n\r\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\r\n\r\n<h2>First, Define success criteria</h2>\r\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\r\n<ul>\r\n<li>Increasing market share by a certain amount by a particular date.</li>\r\n<li>Reaching a specified sales volume or revenue.</li>\r\n<li>Achieving certain customer satisfaction measures.</li>\r\n<li>Saving money by retiring a high-maintenance legacy system.</li>\r\n</ul>\r\n\r\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\r\n\r\n<h2>Second, Identify project drivers, constraints and room for error</h2>\r\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\r\n\r\n<h2>Third, Establish project release criteria at the very beginning</h2>\r\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\r\n<ul><li>There are no open high-priority defects.</li>\r\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\r\n<li>Performance goals are achieved on all target platforms.</li>\r\n<li>Specific required functionality is fully operational.</li>\r\n<li>Quantitative reliability goals are satisfied.</li>\r\n<li>Specified legal, contractual, or regulatory goals are met.</li>\r\n<li>Customer acceptance criteria are satisfied.</li></ul>\r\n\r\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\r\n\r\n<h2>Finally, Negotiate at all times</h2>\r\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\r\n\r\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\r\n\r\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\r\n\r\n<h2>Planning a project: Begin with writing a project plan</h2>\r\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\r\n\r\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\r\n<li>Team roles and responsibilities.</li>\r\n<li>How you will acquire and train the necessary staff.</li>\r\n<li>Assumptions, dependencies, and risks.</li>\r\n<li>Target dates for major deliverables.</li>\r\n<li>Identification of the software development life cycle that the project will follow.</li>\r\n<li>How you will track and monitor the project.</li>\r\n<li>Metrics that you’ll collect and analyze.</li>\r\n<li>How you will manage any subcontractor relationships.</li></ul>\r\n\r\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \r\n\r\n<h2>Methodology and its Execution Criteria matters</h2>\r\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \r\n\r\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable conducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology selected. \r\n\r\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth of medium to complex programs.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you like to review your project needs with us. Let us find the best program manager who can deliver.</a>','Program Management','','inherit','closed','closed','','833-revision-v1','','','2015-12-24 14:30:43','2015-12-24 09:00:43','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1224,1,'2015-12-24 14:38:54','2015-12-24 09:08:54','<h2>OUR CAPABILITY</h2>\r\nDisruptive innovation is all over the space. Our customers are forcing their organizations to the forefront of this new change. To reinvent themselves. Process and technology innovation are key conversations – led by big data, Internet of Things (IoT), Mobility or related emerging ideas within industry verticals we serve. We are prepared to support our customers in their journey to innovate in their operations.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBe it data explosion or new apps, staying on top of trends is serious business for those of us in the field that is considered trans formative. Skill sets come and go at a breakneck pace, and it\'s important to stay ahead of the curve in an attempt to anticipate the next hot trend to keep oneself relevant in an ever-changing world.\r\n\r\nTechno-Comp understands this fact. We study and understand changes impacting client’s business.\r\n\r\nTo help understand the importance of studying emerging technologies, simply look back at the past decade and contemplate the disruptive technologies that have revolutionized the way IT works today. Topics such as server virtualization, big data, and cloud computing were once merely high-level concepts and ideas. Yet, who investigated and learned about these technologies early on had a dramatic advantage over our peers in the workplace, once these technologies came to fruition.\r\n\r\nNext is to be best at staying the course on emerging technologies. As technologies evolve so does an increase in its complexity. It takes more and more time for \r\ntechnologists to start to comprehend new technologies, let alone learn how to implement and support them. So it\'s in our best interest to start our education as early as possible by first identifying the technology trends likely to shake up the IT landscape in the years ahead and then invest in acquiring knowledge.\r\n\r\nToday Techno-Comp leads collaborative exchange of ideas and practices internally with employees and externally with technology groups.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you like to learn about the emerging trends on our focus for 2016, contact us.</a>\r\n\r\n<h2>EMERGING TECHNOLOGIES WE FOCUS ON</h2>\r\n<strong>Mobile Computing, 3D Spatial & Robotics</strong>\r\nThe proliferation of mobile computing around the world clearly indicates that a focus on future wireless technologies would make our list. The same goes for IT\'s hottest topic of the past few years -- IT security. Other technologies, such as three-dimensional imagery and robotics, will advance many areas of our lives that have remained stagnant for years.\r\n\r\n<strong>Cloud and Fog Computing</strong>\r\nWhere cloud computing can be thought of as externalizing applications to public and private infrastructure (in the cloud), fog computing surrounds us. Fog computing takes \r\ncloud computing and pushes it out to the edge device, as opposed to keeping it in a data center. The idea is that our end devices will not talk back to a handful of cloud providers, where our applications and data live. Instead, fog computing creates a wireless mesh at the edge, where point-to-point communication with devices in our geographical proximity are far more prevalent. By creating a heterogeneous mesh that all talks together, a fog approach streamlines, optimizes, and improves availability for mobile device connectivity.\r\n\r\n<strong>3D Visualization</strong>\r\nThree-dimensional technologies have been much more of a novelty than a technological breakthrough in the recent past. This mostly has to do with the fact that 3-D displays are difficult to achieve. But the latest 3-D display offerings are seriously good. Although many of us still struggle to find a purposeful use for 3-D displays in our own daily lives (they\'re not going to help with spreadsheet or database work), niche areas such as mechanical design, engineering and operations will benefit immensely. \r\n\r\n<strong>Next Gen Wireless</strong>\r\nWireless, from both cellular and WiFi perspectives, is an incredibly hot topic right now. As more devices become mobile, the need for increasing amounts of bandwidth -- and thus, wireless \r\nspectrum -- is on the rise. With a finite amount of wireless spectrum, we\'re left with lawmakers determining how much of that usable spectrum will be allocated for wireless data communication. Techno-Comp provides thought-leadership and proof of concepts to leverage current application and customer usability advancements for the new generation of bandwidth as it becomes available for personal and commercial use.\r\n\r\n<strong>IoT (Internet of Things)</strong>\r\nAlong with tremendous opportunity, the Internet of Things brings enormous exposure to security risks. IT organizations must invest in a variety of security practices and resources to strengthen their protection. Due to huge potential benefits in automation and cost savings, IoT has gained traction with enterprises of every size. Organizations are planning to leverage IoT to harness business growth and innovation. At the same time, however, IoT requires infrastructure and processes that can prevent exposure of critical business information or the mishandling of some critical task due to a false alarm. In the excitement of exploring the myriad ways to deploy IoT for profit, organizations can easily miss planning for the very basic security problems that can be associated with IoT devices.\r\n\r\nTechno-Comp specializes in storage extension and secure data storage/retrieval, sensors/assets management, resource prioritization, device security including vendor policies and ethics, \r\nhardware, software and platform vulnerabilities and legal issues and network compliance. Our comprehensive approach to smart devices joining your network is the utmost value we offer as protection of your information and avoidance of potential risks.','Emerging Technologies','','inherit','closed','closed','','835-revision-v1','','','2015-12-24 14:38:54','2015-12-24 09:08:54','',835,'http://technocompinc.com/835-revision-v1/',0,'revision','',0),(1225,1,'2015-12-24 14:43:07','2015-12-24 09:13:07','<h2>OUR CAPABILITY</h2>\r\nA recent survey of recruiting best practices found 83 percent of recruiters report that the power has shifted away from where it has been for years, the employer, and toward the candidate. In a candidate-driven marketplace, “active-recruiting approaches” simply stop working. Now that top candidates are in the driver’s seat, the best have multiple options, recruiting must dramatically increase hiring speed, and offer a great candidate experience. This is how we have transformed.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBiggest challenge in the recruiting market even before finding qualified candidates is finding a professional recruiter. As recruiting volume and difficulty to ramp up happens, firms will begin to realize that there is a significant shortage of talented and up-to-date recruiters. Technology modernization coupled with emerging technologies have further constrained market. A lack of quality, leading-edge recruiter training will unfortunately \r\nmake the experienced recruiter shortage even worse. \r\n\r\nUnderstanding this, Techno-Comp has geared for meeting the challenges and has designed its practices to provide best results for clients. \r\n\r\nOur strategies include securing high-quality databases, creative referrals, personalized portfolio-driven search approach for time-dependent needs, integrated with leading recruiters, digital sources like Linkedin, Glassdoor and Social media channels – all help us secure the right candidate consistently.\r\n\r\nWhat are your resource needs. Let us find the right candidate for you.\r\n<h3>OUR CAPABILITY </h3>\r\nTechno-Comp, its Employees and Consultants strive to meet the high benchmarks their clients have come to require of them. Consider the following facts about Techno-Comp practices. Aligned to a digital economy, Techno-Comp focusses on 6 practices that are at the core and they are\r\n<ul><li style=\"margin-bottom: 10px;\"><strong>RECRUITING, CONSULTING SERVICES- PROJECTS & TIME & MATERIAL</strong>\r\nGain from our two decades of staffing and sourcing experience to support your growth initiatives. From IT Sr. Executives to Functional and Technical Software Engineers, Techno-Comp will be your one-stop for your recruitment needs, 24x7. We understand our client project portfolio and prepare candidate screening to meet project requirements. Meantime, our Center of Excellence (CoE) provides continuous learning opportunities to our 300+ team to deepen their practice knowledge in technology, business process, integration and testing areas. </li>\r\n<li style=\"margin-bottom: 10px;\"><strong>ERP and CUSTOM APP DEVELOPMENT </strong>\r\n Use our innovative approach to better manage your application portfolio. Focus on driving out waste, reducing costs and increasing the business value of your applications. DevOps, Agile or Classical Waterfall, our project lifecycle template delivers on-budget, risk-free.\r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>DIGITAL BUSUINESS TRANSFORMATION</strong>\r\nModernize your IT. Be it short-term patches and work-around while you strategically plan to overhaul your legacy assets, Techno-Comp lets you realize immediate and long-term opportunities using innovation to digitization. We offer a slew of front-end, integration and back-end application development and support, upgrades and migration services. \r\n </li>\r\n<li style=\"margin-bottom: 10px;\"><strong>MOBILE APP DEVELOPMENT </strong>\r\nWe Specialize in Android, iOS, Blackberry, Windows & Brew mobile app solutions. Our comprehensive Mobility Solutions include Business Strategy & Program Management, Mobile App Development, Cloud based Solutions, Web Application Development, Carrier Billing & Rating, Content Management, Testing/Optimization & Maintenance/Support. User Experience is a foundation expertise we bring to your mobile enterprise app projects. \r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>EMERGING TECHNOLOGIES AND CLOUD COMPUTING</strong> \r\n IoT (Internet-of-Things), Bigdata and Analytics are at forefront of technology investments our clients are making to differentiate their value to their Customers. Benefit from our Information strategy, designing an architecture that can deliver best RoI and to integrate multivariate technologies, events and data formats cost-effectively. Find out if Cloud computing is right for your enterprise. \r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>QA CENTER OF EXCELLENCE </strong> \r\nManual and Automated Testing, Scripts Development, Performance Assurance and End-to-end Regression Testing for Enterprise Application and Mobility Solutions - is a tested approach that every client of ours benefits from. We have played a pivotal role in meeting stringent quality timelines for mission-critical, customer-facing applications in the last 2 decades of our business. \r\n</li></ul>\r\n\r\n<h2>TECHNOLOGIES WE SUPPORT</h2>\r\nWe bring seasoned QA professionals with years of project management experience.\r\n\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/12/big-table.jpg\" alt=\"table-img\" width=\"auto\" class=\"alignleft size-full wp-image-1043\" />','Recruiting','','inherit','closed','closed','','839-revision-v1','','','2015-12-24 14:43:07','2015-12-24 09:13:07','',839,'http://technocompinc.com/839-revision-v1/',0,'revision','',0),(1226,1,'2015-12-24 14:44:55','2015-12-24 09:14:55','[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text]<strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong>\r\n\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby5tcDQlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwTVA0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-24 14:44:55','2015-12-24 09:14:55','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1227,1,'2015-12-24 14:54:39','2015-12-24 09:24:39','','job-listings','','inherit','open','closed','','job-listings','','','2015-12-24 14:54:39','2015-12-24 09:24:39','',0,'http://technocompinc.com/wp-content/uploads/2015/12/job-listings.jpg',0,'attachment','image/jpeg',0),(1228,1,'2015-12-24 15:03:55','2015-12-24 09:33:55','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/job-listings.jpg\" alt=\"Job Openings\" width=\"auto\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\n\r\n<h2>SUBMIT YOUR RESUME TODAY</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or <strong>e-mail</strong>: careers@technocompinc.com\r\n\r\n[contact-form-7 id=\"1106\" title=\"resume\"]','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2015-12-24 15:03:55','2015-12-24 09:33:55','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1229,1,'2015-12-24 15:05:34','2015-12-24 09:35:34','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/job-listings.jpg\" alt=\"Job Openings\" width=\"auto\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\n<br>\r\n\r\n<h2>SUBMIT YOUR RESUME TODAY</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or <strong>e-mail</strong>: careers@technocompinc.com\r\n\r\n[contact-form-7 id=\"1106\" title=\"resume\"]','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2015-12-24 15:05:34','2015-12-24 09:35:34','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1230,1,'2015-12-24 15:50:15','2015-12-24 10:20:15','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]\r\n\r\n </div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img1.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/digital-economy-practice/\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img2.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/program-management/\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img3.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/mobility/\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks and shared economy i.e. social media which have further deepen mobility adoption. Convenience reigns.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img4.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/qa-coe/\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in an error-free manner across desktops, web, mobile and on emerging technology platforms. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFQXQlMjB0aGUlMjBjb3JlJTIwb2YlMjBldmVyeXRoaW5nJTIwd2UlMjBkbyUyMGlzJTIwdHJ1c3QuJTIwT3VyJTIwY2xpZW50cyUyMHRydXN0JTIwdXMlMjB0byUyMGRlbGl2ZXIlMjBleGNlbGxlbmNlJTIwYW5kJTIwb3VyJTIwcGVvcGxlJTIwdHJ1c3QlMjB1cyUyMHRvJTIwbWFrZSUyMHRoZWlyJTIwcHJvZmVzc2lvbmFsJTIwZnVsZmlsbG1lbnQlMjBhJTIwcHJpb3JpdHkuJTIwQW5kJTIwaXQlRTIlODAlOTlzJTIwYmVjYXVzZSUyMG91ciUyMHJlbGF0aW9uc2hpcHMlMjBhcmUlMjBmb3VuZGVkJTIwb24lMjB0cnVzdCUyMHRoYXQlMjB3ZSVFMiU4MCU5OXJlJTIwYWJsZSUyMHRvJTIwYWNoaWV2ZSUyMHRoZSUyMHRoaW5ncyUyMHdlJTIwZG8uJTIwVGhlJTIwbW9yZSUyMHdlJTIwbGl2ZSUyMHVwJTIwdG8lMjB0aGUlMjBoaWdoJTIwc3RhbmRhcmRzJTIwd2UlMjBzZXQlMjBvdXJzZWx2ZXMlMkMlMjB0aGUlMjBtb3JlJTIwd2UlMjBjYW4lMjBhY2hpZXZlLiUyMEluZmluaXRlJTIwUG9zc2liaWxpdGllcyUyQyUyMGlzJTIwYXQlMjB0aGUlMjBoZWFydCUyMG9mJTIwb3VyJTIwZW1wbG95ZWUlMjByZXRlbnRpb24lMjBhbmQlMjB2YWx1ZSUyMGNvbnRyaWJ1dGlvbiUyMHByb2dyYW0uJTNDJTJGcCUzRSUwQSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUzQ2RpdiUyMGlkJTNEJTIyZndzXzU2NjlmZDQ0NGQ4YjYlMjIlMjBjbGFzcyUzRCUyMndwYl9yb3clMjB2Y19yb3ctZmx1aWQlMjAlMjBhbmltYXRlX29ub2Zmc2V0JTIwcm93LWR5bmFtaWMtZWwlMjBzdGFuZGFyZF9zZWN0aW9uJTIwJTIwJTIwJTIwJTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0J0b3AlM0ElMjAwJTNCJTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjAlMjBkYXJrJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJzZWN0aW9uX2NsZWFyJTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMERlZmluaW5nJTIwYW5kJTIwaW1wcm92aW5nJTIwUGVyZm9ybWFuY2UlMjBDb250aW51YWxseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFQW50aWNpcGF0aW5nJTIwQ2hhbmdlcyUyMGFuZCUyMERpc3J1cHRpb25zJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjBBbGlnbmluZyUyMFNraWxscyUyMGFuZCUyMGVuaGFuY2luZyUyMFRlYW0lMjBDYXBhYmlsaXRpZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUNvbnRpbnVvdXMlMjBEZWxpdmVyeSUyMFByb2Nlc3MlMjBpbXByb3ZlbWVudHMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNoYXJlZCUyMHZhbHVlcyUyMHdpdGglMjBDdXN0b21lcnMlM0NiciUzRSUyMGFuZCUyMEVtcGxveWVlcyUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFJTIwJTIwSW50ZWdyYXRlZCUyME9yZyUyMHN0cnVjdHVyZSUyMGZvciUyMEVmZmVjdGl2ZW5lc3MlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUltcHJvdmVkJTIwY3JlYXRpb24lMjBhbmQlMjBzaGFyaW5nJTIwJTNDYnIlM0VvZiUyMEtub3dsZWRnZSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFVGhvdWdodC1sZWFkZXJzaGlwJTIwYW5kJTIwUGFydG5lcmluZyUyMCUzQ2JyJTNFaW4lMjBhbGwlMjBhcmVhcyUyMG9mJTIwQnVzaW5lc3MlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2015-12-24 15:50:15','2015-12-24 10:20:15','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1231,1,'2015-12-24 16:12:12','2015-12-24 10:42:12','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwbGlzdCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDdWwlMjBkYXRhLWljb24lM0QlMjJsaW5lY29uLWljb24tbG9jYXRpb24lMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUlORElBJTIwSHlkZXJhYmFkJTIwNy0xLTU0JTJGMiUyRkMlMjBBbmFuZCUyMEJhZ2glMjBBbWVlcnBldCUyQyUyMEh5ZGVyYmFkJTJDJTIwNTAwJTIwMDE2JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUNoZW5uYWklMjA5OCUyMC0lMjBBJTJDJTIwQXVyYXMlMjBDb3Jwb3JhdGUlMjBDZW50ZXIlMjBEci4lMjBSYWRoYSUyMGtyaXNobmFuJTIwU2FsYWklMkMlM0NiciUzRSUyMENoZW5uYWktNjAwJTIwMDA0JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUJhbmdhbG9yZSUyMCUyMyUyMDM5JTJDJTIwTUlHJTIwJTJGJTIwS0hCJTJDJTIwOHRoJTIwQmxvY2slMjBLb3JhbWFuZ2FsYSUyMEJhbmdhbG9yZS0lMjA1NjAwOTUlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"INDIA Hyderabad 7-1-54/2/C Anand Bagh Ameerpet, Hyderbad, 500 016\"][list_item title=\"Chennai 98 - A, Auras Corporate Center Dr. Radha krishnan Salai, Chennai - 600 004\"][list_item title=\"Bangalore # 39, MIG / KHB, 8th Block Koramangala Bangalore- 560095\"][/list][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-24 16:12:12','2015-12-24 10:42:12','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1232,1,'2015-12-24 16:15:29','2015-12-24 10:45:29','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwbGlzdCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDdWwlMjBkYXRhLWljb24lM0QlMjJsaW5lY29uLWljb24tbG9jYXRpb24lMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUlORElBJTIwSHlkZXJhYmFkJTIwNy0xLTU0JTJGMiUyRkMlMjBBbmFuZCUyMEJhZ2glMjBBbWVlcnBldCUyQyUyMEh5ZGVyYmFkJTJDJTIwNTAwJTIwMDE2JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUNoZW5uYWklMjA5OCUyMC0lMjBBJTJDJTIwQXVyYXMlMjBDb3Jwb3JhdGUlMjBDZW50ZXIlMjBEci4lMjBSYWRoYSUyMGtyaXNobmFuJTIwU2FsYWklMkMlM0NiciUzRSUyMENoZW5uYWktNjAwJTIwMDA0JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUJhbmdhbG9yZSUyMCUyMyUyMDM5JTJDJTIwTUlHJTIwJTJGJTIwS0hCJTJDJTIwOHRoJTIwQmxvY2slMjBLb3JhbWFuZ2FsYSUyMEJhbmdhbG9yZS0lMjA1NjAwOTUlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-24 16:15:29','2015-12-24 10:45:29','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1233,1,'2015-12-24 16:22:04','2015-12-24 10:52:04','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\r\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Back to Homepage\" style=\"flat\" color=\"warning\" align=\"center\" css_animation=\"appear\" link=\"url:http%3A%2F%2Findianedition.com%2Ftechnocomp%2F||\"][/vc_column][/vc_row]','Social','','publish','closed','closed','','social','','','2015-12-24 16:38:48','2015-12-24 11:08:48','',0,'http://technocompinc.com/?page_id=1233',0,'page','',0),(1234,1,'2015-12-24 16:22:04','2015-12-24 10:52:04','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\r\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Read more\" style=\"flat\" color=\"warning\" link=\"url:http%3A%2F%2Findianedition.com%2Ftechnocomp%2F||\"][/vc_column][/vc_row]','Social','','inherit','closed','closed','','1233-revision-v1','','','2015-12-24 16:22:04','2015-12-24 10:52:04','',1233,'http://technocompinc.com/1233-revision-v1/',0,'revision','',0),(1235,1,'2015-12-24 16:29:56','2015-12-24 10:59:56','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Read more\" style=\"flat\" color=\"warning\" link=\"url:http%3A%2F%2Findianedition.com%2Ftechnocomp%2F||\"][vc_cta h2=\"\" txt_align=\"center\"]\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\n[/vc_cta][/vc_column][/vc_row]','Social','','inherit','closed','closed','','1233-autosave-v1','','','2015-12-24 16:29:56','2015-12-24 10:59:56','',1233,'http://technocompinc.com/1233-autosave-v1/',0,'revision','',0),(1236,1,'2015-12-24 16:30:34','2015-12-24 11:00:34','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\r\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Read more\" style=\"flat\" color=\"warning\" link=\"url:http%3A%2F%2Findianedition.com%2Ftechnocomp%2F||\"][vc_cta h2=\"\" txt_align=\"center\" add_button=\"bottom\" btn_add_icon=\"true\"]\r\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\r\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\r\n[/vc_cta][/vc_column][/vc_row]','Social','','inherit','closed','closed','','1233-revision-v1','','','2015-12-24 16:30:34','2015-12-24 11:00:34','',1233,'http://technocompinc.com/1233-revision-v1/',0,'revision','',0),(1237,1,'2015-12-24 16:33:10','2015-12-24 11:03:10','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\r\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Read more\" style=\"flat\" color=\"warning\" css_animation=\"appear\" link=\"url:http%3A%2F%2Findianedition.com%2Ftechnocomp%2F||\"][vc_cta h2=\"\" txt_align=\"center\" add_button=\"bottom\" btn_add_icon=\"true\"]\r\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\r\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\r\n[/vc_cta][/vc_column][/vc_row][vc_row][vc_column][vc_btn][/vc_column][/vc_row]','Social','','inherit','closed','closed','','1233-revision-v1','','','2015-12-24 16:33:10','2015-12-24 11:03:10','',1233,'http://technocompinc.com/1233-revision-v1/',0,'revision','',0),(1238,1,'2015-12-24 16:35:10','2015-12-24 11:05:10','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\r\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Read more\" style=\"flat\" color=\"warning\" align=\"center\" css_animation=\"appear\" link=\"url:http%3A%2F%2Findianedition.com%2Ftechnocomp%2F||\"][vc_cta h2=\"\" txt_align=\"center\" add_button=\"bottom\" btn_add_icon=\"true\"]\r\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\r\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\r\n[/vc_cta][/vc_column][/vc_row][vc_row][vc_column][vc_btn][/vc_column][/vc_row]','Social','','inherit','closed','closed','','1233-revision-v1','','','2015-12-24 16:35:10','2015-12-24 11:05:10','',1233,'http://technocompinc.com/1233-revision-v1/',0,'revision','',0),(1239,1,'2015-12-24 16:38:48','2015-12-24 11:08:48','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>SORRY, THIS SECTION OF OUR WEBSITE IS UNDER CONSTRUCTION</strong></p>\r\n<p style=\"text-align: center;\"><strong>PLEASE RETURN TO HOMEPAGE</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Back to Homepage\" style=\"flat\" color=\"warning\" align=\"center\" css_animation=\"appear\" link=\"url:http%3A%2F%2Findianedition.com%2Ftechnocomp%2F||\"][/vc_column][/vc_row]','Social','','inherit','closed','closed','','1233-revision-v1','','','2015-12-24 16:38:48','2015-12-24 11:08:48','',1233,'http://technocompinc.com/1233-revision-v1/',0,'revision','',0),(1240,1,'2015-12-24 16:42:35','2015-12-24 11:12:35','[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>TECHNO-COMP WELCOMES YOU WITH GREETINGS. OUR WISHES FOR YOUR COMPANY TO REALIZE THE FULLEST POTENTIAL OF IT</strong></p>\r\n<strong>Techno-Comp builds Capabilities that is foundational.</strong>\r\n\r\nBe it in DevOps, Cloud Computing, Mobile Application Development, IoT & Bigdata, User Experience that is rich and Quality Assurance (QA) for your most time-and-value critical projects; our practitioners with the backing of our Center of Excellence (CoE) deliver.\r\n\r\nFounded in 1996, Techno-Comp has come to be known by clients as a recognized leader in IT systems integration & technology services. With a proven track record in helping organizations achieve high performance, we leverage our R&D and Application Development centers in US ,Canada & India to fulfill client’s needs.\r\n\r\n<strong>To learn about our practices, download a copy of our corporate presentation here.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG5zYW1wbGUlMjIlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMmJ0biUyMHNhbXBsZSUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmluZGlhbmVkaXRpb24uY29tJTJGdGVjaG5vY29tcCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjEyJTJGVGVjaG5vLUNvbXAtQ29ycG9yYXRlLVByZXNlbnRhdGlvbi5wZGYlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwUERGJTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJidG4lMjBzYW1wbGUlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZpbmRpYW5lZGl0aW9uLmNvbSUyRnRlY2hub2NvbXAlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMiUyRlRlY2huby5tcDQlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRURvd25sb2FkJTIwTVA0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>IT & INNOVATION CHALLENGES</h2>\r\nTechnology is inherently difficult to manage because it is constantly changing, often in ways that cannot be predicted. Technology and Innovation in Operations together constitute a discipline of management that continues to gain importance, impact, and attention.\r\n\r\nEmerging Technologies combined with advanced practices such as DevOps have reset the pace and expectation of solution delivery. The benefits of new technology outweigh the disruptions and difficulties that accompany innovation. A new culture is in the making.\r\n<h2>TECHNO-COMP DIFFERENCE</h2>\r\nTechno-Comp specializes in Technology Services Management. Our practitioners possess technology-intensive, technology-driven approach that has been acquired during our 20 year of business practice. Techno-Comp provides its tested methods for planning, development, testing and implementation of software projects. Our approach fundamentally use best of available technologies to achieve competitive advantage.\r\n\r\nSustainability is at the core of Techno-Comp implementations. Value-driven principles determine the technology selection and implementation methodology.\r\n\r\nOur services include\r\n1¨ Recruiting (Project Outsourcing and Time & Material Staffing)\r\n2¨ eBiz Application Development (DevOps, Agile, Hybrid)\r\n3¨ Mobility\r\n4¨ Emerging Technologies (Social, IoT, Bigdata, Cloud)\r\n5¨ Quality Assurance (QA) Center of Excellence\r\n6¨ Program Management\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">To learn about our client success stories and work references, contact us</a>[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','75-revision-v1','','','2015-12-24 16:42:35','2015-12-24 11:12:35','',75,'http://technocompinc.com/75-revision-v1/',0,'revision','',0),(1242,1,'2015-12-25 04:47:13','2015-12-24 23:17:13','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"margin-bottom: 0px;\">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container with_padding \" data-animation=\"none\" data-delay=\"\">\r\n<div class=\"wpb_wrapper\"><img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/job-listings.jpg\" alt=\"Job Openings\" width=\"auto\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n \r\n<h2>SUBMIT YOUR RESUME TODAY</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or <strong>e-mail</strong>: careers@technocompinc.com\r\n\r\n<div class=\"formbg\" style=\"background: #eeeeee none repeat scroll 0 0; border: 1px solid #dddddd; padding: 10px;\">[contact-form-7 id=\"1106\" title=\"resume\"]</div>','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2015-12-25 04:47:13','2015-12-24 23:17:13','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1243,1,'2015-12-25 04:49:53','2015-12-24 23:19:53','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"margin-bottom: 0px;\">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container with_padding \" data-animation=\"none\" data-delay=\"\">\r\n<div class=\"wpb_wrapper\"><img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/job-listings.jpg\" alt=\"Job Openings\" width=\"auto\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n \r\n<h2>SUBMIT YOUR RESUME TODAY</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or <strong>e-mail</strong>: careers@technocompinc.com\r\n\r\n<div class=\"formbg\" style=\"background: rgb(238, 238, 238) none repeat scroll 0px 0px; border: 1px solid rgb(221, 221, 221); padding: 10px; clear: both; display: inline-block;\">[contact-form-7 id=\"1106\" title=\"resume\"]</div>','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2015-12-25 04:49:53','2015-12-24 23:19:53','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1244,1,'2015-12-25 04:52:25','2015-12-24 23:22:25','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVUyUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQU4lMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwbGlzdCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDdWwlMjBkYXRhLWljb24lM0QlMjJsaW5lY29uLWljb24tbG9jYXRpb24lMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUlORElBJTIwSHlkZXJhYmFkJTIwNy0xLTU0JTJGMiUyRkMlMjBBbmFuZCUyMEJhZ2glMjBBbWVlcnBldCUyQyUyMEh5ZGVyYmFkJTJDJTIwNTAwJTIwMDE2JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUNoZW5uYWklMjA5OCUyMC0lMjBBJTJDJTIwQXVyYXMlMjBDb3Jwb3JhdGUlMjBDZW50ZXIlMjBEci4lMjBSYWRoYSUyMGtyaXNobmFuJTIwU2FsYWklMkMlM0NiciUzRSUyMENoZW5uYWktNjAwJTIwMDA0JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUJhbmdhbG9yZSUyMCUyMyUyMDM5JTJDJTIwTUlHJTIwJTJGJTIwS0hCJTJDJTIwOHRoJTIwQmxvY2slMjBLb3JhbWFuZ2FsYSUyMEJhbmdhbG9yZS0lMjA1NjAwOTUlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text]<div class=\"formbg\" style=\"background: rgb(238, 238, 238) none repeat scroll 0px 0px; border: 1px solid rgb(221, 221, 221); padding: 10px; clear: both; display: inline-block;\">[contact-form-7 id=\"1045\"]</div>[/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2015-12-25 04:52:25','2015-12-24 23:22:25','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1250,1,'2016-02-27 19:16:34','2016-02-27 13:46:34','','banner31','','inherit','open','closed','','banner31','','','2016-02-27 19:16:34','2016-02-27 13:46:34','',0,'http://technocompinc.com/wp-content/uploads/2016/02/banner31.jpg',0,'attachment','image/jpeg',0),(1251,1,'2016-02-27 19:20:06','2016-02-27 13:50:06','','mobility','','inherit','open','closed','','banner4','','','2016-02-27 21:11:21','2016-02-27 15:41:21','',0,'http://technocompinc.com/wp-content/uploads/2016/02/banner4.jpg',0,'attachment','image/jpeg',0),(1252,1,'2016-02-27 19:20:23','2016-02-27 13:50:23','','banner5','','inherit','open','closed','','banner5','','','2016-02-27 19:20:23','2016-02-27 13:50:23','',0,'http://technocompinc.com/wp-content/uploads/2016/02/banner5.jpg',0,'attachment','image/jpeg',0),(1253,1,'2016-02-27 19:27:28','2016-02-27 13:57:28','','banner6','','inherit','open','closed','','banner6','','','2016-02-27 19:27:28','2016-02-27 13:57:28','',0,'http://technocompinc.com/wp-content/uploads/2016/02/banner6.jpg',0,'attachment','image/jpeg',0),(1254,1,'2016-02-27 19:27:41','2016-02-27 13:57:41','','qa','','inherit','open','closed','','banner7','','','2016-02-27 21:09:32','2016-02-27 15:39:32','',0,'http://technocompinc.com/wp-content/uploads/2016/02/banner7.jpg',0,'attachment','image/jpeg',0),(1255,1,'2016-02-27 19:27:54','2016-02-27 13:57:54','','banner8','','inherit','open','closed','','banner8','','','2016-02-27 19:27:54','2016-02-27 13:57:54','',0,'http://technocompinc.com/wp-content/uploads/2016/02/banner8.jpg',0,'attachment','image/jpeg',0),(1256,1,'2016-02-27 21:17:53','2016-02-27 15:47:53','<h2>OUR CAPABILITY</h2>\nA recent survey of recruiting best practices found 83 percent of recruiters report that the power has shifted away from where it has been for years, the employer, and toward the candidate. In a candidate-driven marketplace, “active-recruiting approaches” simply stop working. Now that top candidates are in the driver’s seat, the best have multiple options, recruiting must dramatically increase hiring speed, and offer a great candidate experience. This is how we have transformed.\n\n<h2>OUR APPROACH</h2>\nBiggest challenge in the recruiting market even before finding qualified candidates is finding a professional recruiter. As recruiting volume and difficulty to ramp up happens, firms will begin to realize that there is a significant shortage of talented and up-to-date recruiters. Technology modernization coupled with emerging technologies have further constrained market. A lack of quality, leading-edge recruiter training will unfortunately \nmake the experienced recruiter shortage even worse. \n\nUnderstanding this, Techno-Comp has geared for meeting the challenges and has designed its practices to provide best results for clients. \n\nOur strategies include securing high-quality databases, creative referrals, personalized portfolio-driven search approach for time-dependent needs, integrated with leading recruiters, digital sources like Linkedin, Glassdoor and Social media channels – all help us secure the right candidate consistently.\n\nWhat are your resource needs. Let us find the right candidate for you.\n<h3>OUR CAPABILITY </h3>\nTechno-Comp, its Employees and Consultants strive to meet the high benchmarks their clients have come to require of them. Consider the following facts about Techno-Comp practices. Aligned to a digital economy, Techno-Comp focusses on 6 practices that are at the core and they are\n<ul><li style=\"margin-bottom: 10px;\"><strong>RECRUITING, CONSULTING SERVICES- PROJECTS & TIME & MATERIAL</strong>\nGain from our two decades of staffing and sourcing experience to support your growth initiatives. From IT Sr. Executives to Functional and Technical Software Engineers, Techno-Comp will be your one-stop for your recruitment needs, 24x7. We understand our client project portfolio and prepare candidate screening to meet project requirements. Meantime, our Center of Excellence (CoE) provides continuous learning opportunities to our 300+ team to deepen their practice knowledge in technology, business process, integration and testing areas. </li>\n<li style=\"margin-bottom: 10px;\"><strong>ERP and CUSTOM APP DEVELOPMENT </strong>\n Use our innovative approach to better manage your application portfolio. Focus on driving out waste, reducing costs and increasing the business value of your applications. DevOps, Agile or Classical Waterfall, our project lifecycle template delivers on-budget, risk-free.\n</li>\n<li style=\"margin-bottom: 10px;\"><strong>DIGITAL BUSUINESS TRANSFORMATION</strong>\nModernize your IT. Be it short-term patches and work-around while you strategically plan to overhaul your legacy assets, Techno-Comp lets you realize immediate and long-term opportunities using innovation to digitization. We offer a slew of front-end, integration and back-end application development and support, upgrades and migration services. \n </li>\n<li style=\"margin-bottom: 10px;\"><strong>MOBILE APP DEVELOPMENT </strong>\nWe Specialize in Android, iOS, Blackberry, Windows & Brew mobile app solutions. Our comprehensive Mobility Solutions include Business Strategy & Program Management, Mobile App Development, Cloud based Solutions, Web Application Development, Carrier Billing & Rating, Content Management, Testing/Optimization & Maintenance/Support. User Experience is a foundation expertise we bring to your mobile enterprise app projects. \n</li>\n<li style=\"margin-bottom: 10px;\"><strong>EMERGING TECHNOLOGIES AND CLOUD COMPUTING</strong> \n IoT (Internet-of-Things), Bigdata and Analytics are at forefront of technology investments our clients are making to differentiate their value to their Customers. Benefit from our Information strategy, designing an architecture that can deliver best RoI and to integrate multivariate technologies, events and data formats cost-effectively. Find out if Cloud computing is right for your enterprise. \n</li>\n<li style=\"margin-bottom: 10px;\"><strong>QA CENTER OF EXCELLENCE </strong> \nManual and Automated Testing, Scripts Development, Performance Assurance and End-to-end Regression Testing for Enterprise Application and Mobility Solutions - is a tested approach that every client of ours benefits from. We have played a pivotal role in meeting stringent quality timelines for mission-critical, customer-facing applications in the last 2 decades of our business. \n</li></ul>\n\n<h2>TECHNOLOGIES WE SUPPORT</h2>\nWe bring seasoned QA professionals with years of project management experience.\n\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/12/big-table.jpg\" alt=\"table-img\" width=\"auto\" class=\"alignleft size-full wp-image-1043\" />','Recruiting','','inherit','closed','closed','','839-autosave-v1','','','2016-02-27 21:17:53','2016-02-27 15:47:53','',839,'http://technocompinc.com/839-autosave-v1/',0,'revision','',0),(1257,1,'2016-03-01 16:52:36','2016-03-01 11:22:36','','banner-4','','inherit','open','closed','','banner-4','','','2016-03-01 16:52:36','2016-03-01 11:22:36','',0,'http://technocompinc.com/wp-content/uploads/2016/03/banner-4.jpg',0,'attachment','image/jpeg',0),(1258,1,'2016-03-01 16:52:38','2016-03-01 11:22:38','','banner-5','','inherit','open','closed','','banner-5','','','2016-03-01 16:52:38','2016-03-01 11:22:38','',0,'http://technocompinc.com/wp-content/uploads/2016/03/banner-5.jpg',0,'attachment','image/jpeg',0),(1259,1,'2016-03-01 16:52:41','2016-03-01 11:22:41','','banner-6','','inherit','open','closed','','banner-6','','','2016-03-01 16:52:41','2016-03-01 11:22:41','',0,'http://technocompinc.com/wp-content/uploads/2016/03/banner-6.jpg',0,'attachment','image/jpeg',0),(1260,1,'2016-03-01 16:52:43','2016-03-01 11:22:43','','banner-7','','inherit','open','closed','','banner-7','','','2016-03-01 16:52:43','2016-03-01 11:22:43','',0,'http://technocompinc.com/wp-content/uploads/2016/03/banner-7.jpg',0,'attachment','image/jpeg',0),(1261,1,'2016-03-01 16:52:45','2016-03-01 11:22:45','','banner-1','','inherit','open','closed','','banner-1','','','2016-03-01 16:52:45','2016-03-01 11:22:45','',0,'http://technocompinc.com/wp-content/uploads/2016/03/banner-1.jpg',0,'attachment','image/jpeg',0),(1262,1,'2016-03-01 16:52:47','2016-03-01 11:22:47','','banner-2','','inherit','open','closed','','banner-2','','','2016-03-01 16:52:47','2016-03-01 11:22:47','',0,'http://technocompinc.com/wp-content/uploads/2016/03/banner-2.jpg',0,'attachment','image/jpeg',0),(1263,1,'2016-03-01 16:52:51','2016-03-01 11:22:51','','banner-3','','inherit','open','closed','','banner-3','','','2016-03-01 16:52:51','2016-03-01 11:22:51','',0,'http://technocompinc.com/wp-content/uploads/2016/03/banner-3.jpg',0,'attachment','image/jpeg',0),(1264,1,'2016-03-03 12:24:24','2016-03-03 06:54:24','','8','','inherit','open','closed','','8','','','2016-03-03 12:24:24','2016-03-03 06:54:24','',0,'http://technocompinc.com/wp-content/uploads/2016/03/8.jpg',0,'attachment','image/jpeg',0),(1265,1,'2016-03-03 12:25:12','2016-03-03 06:55:12','','7','','inherit','open','closed','','7','','','2016-03-03 12:25:12','2016-03-03 06:55:12','',0,'http://technocompinc.com/wp-content/uploads/2016/03/7.jpg',0,'attachment','image/jpeg',0),(1266,1,'2016-03-03 12:25:14','2016-03-03 06:55:14','','1','','inherit','open','closed','','1-2','','','2016-03-03 12:25:14','2016-03-03 06:55:14','',0,'http://technocompinc.com/wp-content/uploads/2016/03/1.jpg',0,'attachment','image/jpeg',0),(1267,1,'2016-03-03 12:25:17','2016-03-03 06:55:17','','2','','inherit','open','closed','','2-2','','','2016-03-03 12:25:17','2016-03-03 06:55:17','',0,'http://technocompinc.com/wp-content/uploads/2016/03/2.jpg',0,'attachment','image/jpeg',0),(1268,1,'2016-03-03 12:25:21','2016-03-03 06:55:21','','3','','inherit','open','closed','','3','','','2016-03-03 12:25:21','2016-03-03 06:55:21','',0,'http://technocompinc.com/wp-content/uploads/2016/03/3.jpg',0,'attachment','image/jpeg',0),(1269,1,'2016-03-03 12:25:23','2016-03-03 06:55:23','','4','','inherit','open','closed','','4','','','2016-03-03 12:25:23','2016-03-03 06:55:23','',0,'http://technocompinc.com/wp-content/uploads/2016/03/4.jpg',0,'attachment','image/jpeg',0),(1270,1,'2016-03-03 12:25:26','2016-03-03 06:55:26','','5','','inherit','open','closed','','5','','','2016-03-03 12:25:26','2016-03-03 06:55:26','',0,'http://technocompinc.com/wp-content/uploads/2016/03/5.jpg',0,'attachment','image/jpeg',0),(1271,1,'2016-03-03 12:25:28','2016-03-03 06:55:28','','6','','inherit','open','closed','','6','','','2016-03-03 12:25:28','2016-03-03 06:55:28','',0,'http://technocompinc.com/wp-content/uploads/2016/03/6.jpg',0,'attachment','image/jpeg',0),(1272,1,'2016-03-10 18:57:15','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-03-10 18:57:15','0000-00-00 00:00:00','',0,'http://technocompinc.com/?p=1272',0,'post','',0),(1273,1,'2016-03-10 20:49:11','2016-03-10 15:19:11','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVU0ElMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQSUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwbGlzdCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDdWwlMjBkYXRhLWljb24lM0QlMjJsaW5lY29uLWljb24tbG9jYXRpb24lMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUlORElBJTIwSHlkZXJhYmFkJTIwNy0xLTU0JTJGMiUyRkMlMjBBbmFuZCUyMEJhZ2glMjBBbWVlcnBldCUyQyUyMEh5ZGVyYmFkJTJDJTIwNTAwJTIwMDE2JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUNoZW5uYWklMjA5OCUyMC0lMjBBJTJDJTIwQXVyYXMlMjBDb3Jwb3JhdGUlMjBDZW50ZXIlMjBEci4lMjBSYWRoYSUyMGtyaXNobmFuJTIwU2FsYWklMkMlM0NiciUzRSUyMENoZW5uYWktNjAwJTIwMDA0JTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUJhbmdhbG9yZSUyMCUyMyUyMDM5JTJDJTIwTUlHJTIwJTJGJTIwS0hCJTJDJTIwOHRoJTIwQmxvY2slMjBLb3JhbWFuZ2FsYSUyMEJhbmdhbG9yZS0lMjA1NjAwOTUlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2016-03-10 20:49:11','2016-03-10 15:19:11','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0),(1274,1,'2016-03-10 20:52:59','2016-03-10 15:22:59','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]\r\n\r\n </div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img1.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/digital-economy-practice/\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img2.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/program-management/\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img3.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/mobility/\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks and shared economy i.e. social media which have further deepen mobility adoption. Convenience reigns.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img4.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/qa-coe/\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in an error-free manner across desktops, web, mobile and on emerging technology platforms. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9zZSUyMHVzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFQXQlMjB0aGUlMjBjb3JlJTIwb2YlMjBldmVyeXRoaW5nJTIwd2UlMjBkbyUyMGlzJTIwdHJ1c3QuJTIwT3VyJTIwY2xpZW50cyUyMHRydXN0JTIwdXMlMjB0byUyMGRlbGl2ZXIlMjBleGNlbGxlbmNlJTIwYW5kJTIwb3VyJTIwcGVvcGxlJTIwdHJ1c3QlMjB1cyUyMHRvJTIwbWFrZSUyMHRoZWlyJTIwcHJvZmVzc2lvbmFsJTIwZnVsZmlsbG1lbnQlMjBhJTIwcHJpb3JpdHkuJTIwQW5kJTIwaXQlRTIlODAlOTlzJTIwYmVjYXVzZSUyMG91ciUyMHJlbGF0aW9uc2hpcHMlMjBhcmUlMjBmb3VuZGVkJTIwb24lMjB0cnVzdCUyMHRoYXQlMjB3ZSVFMiU4MCU5OXJlJTIwYWJsZSUyMHRvJTIwYWNoaWV2ZSUyMHRoZSUyMHRoaW5ncyUyMHdlJTIwZG8uJTIwVGhlJTIwbW9yZSUyMHdlJTIwbGl2ZSUyMHVwJTIwdG8lMjB0aGUlMjBoaWdoJTIwc3RhbmRhcmRzJTIwd2UlMjBzZXQlMjBvdXJzZWx2ZXMlMkMlMjB0aGUlMjBtb3JlJTIwd2UlMjBjYW4lMjBhY2hpZXZlLiUyMEluZmluaXRlJTIwUG9zc2liaWxpdGllcyUyQyUyMGlzJTIwYXQlMjB0aGUlMjBoZWFydCUyMG9mJTIwb3VyJTIwZW1wbG95ZWUlMjByZXRlbnRpb24lMjBhbmQlMjB2YWx1ZSUyMGNvbnRyaWJ1dGlvbiUyMHByb2dyYW0uJTNDJTJGcCUzRSUwQSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUzQ2RpdiUyMGlkJTNEJTIyZndzXzU2NjlmZDQ0NGQ4YjYlMjIlMjBjbGFzcyUzRCUyMndwYl9yb3clMjB2Y19yb3ctZmx1aWQlMjAlMjBhbmltYXRlX29ub2Zmc2V0JTIwcm93LWR5bmFtaWMtZWwlMjBzdGFuZGFyZF9zZWN0aW9uJTIwJTIwJTIwJTIwJTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0J0b3AlM0ElMjAwJTNCJTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjAlMjBkYXJrJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJzZWN0aW9uX2NsZWFyJTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMERlZmluaW5nJTIwYW5kJTIwaW1wcm92aW5nJTIwUGVyZm9ybWFuY2UlMjBDb250aW51YWxseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFQW50aWNpcGF0aW5nJTIwQ2hhbmdlcyUyMGFuZCUyMERpc3J1cHRpb25zJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjBBbGlnbmluZyUyMFNraWxscyUyMGFuZCUyMGVuaGFuY2luZyUyMFRlYW0lMjBDYXBhYmlsaXRpZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUNvbnRpbnVvdXMlMjBEZWxpdmVyeSUyMFByb2Nlc3MlMjBpbXByb3ZlbWVudHMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNoYXJlZCUyMHZhbHVlcyUyMHdpdGglMjBDdXN0b21lcnMlM0NiciUzRSUyMGFuZCUyMEVtcGxveWVlcyUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFJTIwJTIwSW50ZWdyYXRlZCUyME9yZyUyMHN0cnVjdHVyZSUyMGZvciUyMEVmZmVjdGl2ZW5lc3MlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUltcHJvdmVkJTIwY3JlYXRpb24lMjBhbmQlMjBzaGFyaW5nJTIwJTNDYnIlM0VvZiUyMEtub3dsZWRnZSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFVGhvdWdodC1sZWFkZXJzaGlwJTIwYW5kJTIwUGFydG5lcmluZyUyMCUzQ2JyJTNFaW4lMjBhbGwlMjBhcmVhcyUyMG9mJTIwQnVzaW5lc3MlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2016-03-10 20:52:59','2016-03-10 15:22:59','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1275,1,'2016-03-11 18:03:12','2016-03-11 12:33:12',' ','','','publish','closed','closed','','1275','','','2016-03-11 18:03:12','2016-03-11 12:33:12','',0,'http://technocompinc.com/?p=1275',1,'nav_menu_item','',0),(1276,1,'2016-03-11 18:04:37','2016-03-11 12:34:37','[vc_row][vc_column][vc_column_text]\r\n<div class=\"homepagetext\">\r\n<h1>WELCOME TO TECHNO-COMP</h1>\r\n<p style=\"text-align: center;\">Unlike any competitive offering available on the market today, TCI Information Technology Consulting & Solutions are</p>\r\n<p style=\"text-align: center;\">designed to address real business issues \"out-of-the-box\".\r\n[shortcode_button type=\"default\" align=\"center\" target=\"_self\" link=\"http://technocompinc.com/about-us/\" color=\"#ff6633\" bg_color_hover=\"#ff6633\" icon=\"none\" font_color=\"#FFF\" font_color_hover=\"#fff\"]READ MORE[/shortcode_button]\r\n\r\n </div>\r\n[/vc_column_text][separator width=\"100%\" height=\"1px\" color=\"#919191\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img1.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/digital-economy-practice/\"> Digital Economy</a></h4>\r\n<p style=\"text-align: center;\">Given its expected broad impact, traditional and emerging businesses are actively assessing how to respond to the changes brought about by the digital economy. In recent times, digital economy is the single most driver of innovation,competitiveness and growth.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img2.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/program-management/\">DevOps</a></h4>\r\n<p style=\"text-align: center;\">Continuous software delivery, less complex problems during implementation and faster resolution to problems are technical benefits realized from DevOps. On the business front, it is a whole new world of unplugged benefits. From gaining market-share to competitiveness, speed matters.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img3.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/mobility/\">Enterprise Mobility</a></h4>\r\n<p style=\"text-align: center;\">Mobility is a transformational change. Ability for enterprises to stay connected with their customers and operations have benefited from the combined power of smart devices on high-bandwidth networks and shared economy i.e. social media which have further deepen mobility adoption. Convenience reigns.</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]<img class=\"aligncenter size-full wp-image-973\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/img4.jpg\" alt=\"callout1\" width=\"65\" height=\"65\" />[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><a href=\"http://technocompinc.com/qa-coe/\">QA Center of Excellence</a></h4>\r\n<p style=\"text-align: center;\">With the pervasiveness of IT today, businesses need to ensure spotless service delivery including information exchange in an error-free manner across desktops, web, mobile and on emerging technology platforms. Implementing best practices so that quality requirements for a product or service will be fulfilled become #1 priority.</p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VXaHklMjBjaG9vc2UlMjB1cyUzQyUyRmgxJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3RleHRfY29sdW1uJTIwd3BiX2NvbnRlbnRfZWxlbWVudCUyMCUyMiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX3dyYXBwZXIlMjIlM0UlMEElMDklMDklMDklM0NwJTNFQXQlMjB0aGUlMjBjb3JlJTIwb2YlMjBldmVyeXRoaW5nJTIwd2UlMjBkbyUyMGlzJTIwdHJ1c3QuJTIwT3VyJTIwY2xpZW50cyUyMHRydXN0JTIwdXMlMjB0byUyMGRlbGl2ZXIlMjBleGNlbGxlbmNlJTIwYW5kJTIwb3VyJTIwcGVvcGxlJTIwdHJ1c3QlMjB1cyUyMHRvJTIwbWFrZSUyMHRoZWlyJTIwcHJvZmVzc2lvbmFsJTIwZnVsZmlsbG1lbnQlMjBhJTIwcHJpb3JpdHkuJTIwQW5kJTIwaXQlRTIlODAlOTlzJTIwYmVjYXVzZSUyMG91ciUyMHJlbGF0aW9uc2hpcHMlMjBhcmUlMjBmb3VuZGVkJTIwb24lMjB0cnVzdCUyMHRoYXQlMjB3ZSVFMiU4MCU5OXJlJTIwYWJsZSUyMHRvJTIwYWNoaWV2ZSUyMHRoZSUyMHRoaW5ncyUyMHdlJTIwZG8uJTIwVGhlJTIwbW9yZSUyMHdlJTIwbGl2ZSUyMHVwJTIwdG8lMjB0aGUlMjBoaWdoJTIwc3RhbmRhcmRzJTIwd2UlMjBzZXQlMjBvdXJzZWx2ZXMlMkMlMjB0aGUlMjBtb3JlJTIwd2UlMjBjYW4lMjBhY2hpZXZlLiUyMEluZmluaXRlJTIwUG9zc2liaWxpdGllcyUyQyUyMGlzJTIwYXQlMjB0aGUlMjBoZWFydCUyMG9mJTIwb3VyJTIwZW1wbG95ZWUlMjByZXRlbnRpb24lMjBhbmQlMjB2YWx1ZSUyMGNvbnRyaWJ1dGlvbiUyMHByb2dyYW0uJTNDJTJGcCUzRSUwQSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUyMCUwQSUwOSUzQyUyRmRpdiUzRSUyMCUzQ2RpdiUyMGlkJTNEJTIyZndzXzU2NjlmZDQ0NGQ4YjYlMjIlMjBjbGFzcyUzRCUyMndwYl9yb3clMjB2Y19yb3ctZmx1aWQlMjAlMjBhbmltYXRlX29ub2Zmc2V0JTIwcm93LWR5bmFtaWMtZWwlMjBzdGFuZGFyZF9zZWN0aW9uJTIwJTIwJTIwJTIwJTIyJTIwc3R5bGUlM0QlMjIlMjIlM0UlM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0J0b3AlM0ElMjAwJTNCJTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjAlMjBkYXJrJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJzZWN0aW9uX2NsZWFyJTIyJTNFJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRSUyMERlZmluaW5nJTIwYW5kJTIwaW1wcm92aW5nJTIwUGVyZm9ybWFuY2UlMjBDb250aW51YWxseSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFQW50aWNpcGF0aW5nJTIwQ2hhbmdlcyUyMGFuZCUyMERpc3J1cHRpb25zJTNDJTJGbGklM0UlM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUzQyUyRmklM0UlMjBBbGlnbmluZyUyMFNraWxscyUyMGFuZCUyMGVuaGFuY2luZyUyMFRlYW0lMjBDYXBhYmlsaXRpZXMlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUNvbnRpbnVvdXMlMjBEZWxpdmVyeSUyMFByb2Nlc3MlMjBpbXByb3ZlbWVudHMlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTBBJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19jb2wtc20tNiUyMHdwYl9jb2x1bW4lMjBjb2x1bW5fY29udGFpbmVyJTIyJTIwc3R5bGUlM0QlMjIlMjIlMjBkYXRhLWFuaW1hdGlvbiUzRCUyMiUyMiUyMGRhdGEtZGVsYXklM0QlMjIwJTIyJTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbnRlbnRfZWxlbWVudCUyMGxpc3QlMjIlMjBzdHlsZSUzRCUyMiUyMiUzRSUzQ3VsJTIwZGF0YS1pY29uJTNEJTIyc3RlYWR5c2V0cy1pY29uLWNoZWNrbWFyayUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRVNoYXJlZCUyMHZhbHVlcyUyMHdpdGglMjBDdXN0b21lcnMlM0NiciUzRSUyMGFuZCUyMEVtcGxveWVlcyUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFJTIwJTIwSW50ZWdyYXRlZCUyME9yZyUyMHN0cnVjdHVyZSUyMGZvciUyMEVmZmVjdGl2ZW5lc3MlM0MlMkZsaSUzRSUzQ2xpJTIwY2xhc3MlM0QlMjJzaW1wbGUlMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJzdGVhZHlzZXRzLWljb24tY2hlY2ttYXJrJTIyJTNFJTNDJTJGaSUzRUltcHJvdmVkJTIwY3JlYXRpb24lMjBhbmQlMjBzaGFyaW5nJTIwJTNDYnIlM0VvZiUyMEtub3dsZWRnZSUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMnN0ZWFkeXNldHMtaWNvbi1jaGVja21hcmslMjIlM0UlM0MlMkZpJTNFVGhvdWdodC1sZWFkZXJzaGlwJTIwYW5kJTIwUGFydG5lcmluZyUyMCUzQ2JyJTNFaW4lMjBhbGwlMjBhcmVhcyUyMG9mJTIwQnVzaW5lc3MlM0MlMkZsaSUzRSUzQyUyRnVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNFJTIwJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTNDaDElM0VSZWNlbnQlMjBOZXdzJTNDJTJGaDElM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][recent_news style=\"vertical\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwYmxvY2tfdGl0bGUlMjBjb2x1bW5fdGl0bGUlMjBpbm5lci1pbmxpbmVfYm9yZGVyJTIwJTIyJTNFJTBBJTNDaDElM0VDdXN0b21lcnMlMjBhbmQlMjBQYXJ0bmVycyUzQyUyRmgxJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','17-revision-v1','','','2016-03-11 18:04:37','2016-03-11 12:34:37','',17,'http://technocompinc.com/17-revision-v1/',0,'revision','',0),(1277,1,'2016-03-11 18:11:05','2016-03-11 12:41:05','<h2>OUR CAPABILITY</h2>\r\nThe future of Digital Economy, digital tools, from farming to healthcare, communications to education, have fundamentally transformed communities and raised living standards around the world. Growing network connectivity and information sharing have raised living standards in modern times even further.\r\n\r\nDespite this potential, there are a number of barriers to expanding access to digital technology globally. One of the biggest challenge comes from fast-paced and diverse technology on one end and a slow to change legacy ecosystem saddled with diverse standards limiting information flows on the other.\r\n\r\nTechno-Comp understands this disruption. Our practitioners help transform our clients IT ecosystems by modernizing legacy systems and creating advanced customer-engaging experiences in the digital age.\r\n\r\n<h2>OUR APPROACH</h2>\r\nToday, digital technologies have evolved to include the Internet of Things, 3D printing, robotics, and artificial intelligence. Finding ways to react to and shape digital disruption is featuring on the agenda of every digital leader.\r\n\r\nWe bring our resources to support your digital transformation. Digitization is no longer just an add-on feature to existing channels or products and services. Instead, many aspects of the customer experience are digital by default, as should be the processes that underpin it.\r\n\r\nLeveraging digital technologies is more than just good business—it’s crucial to staying relevant and profitable. Companies lagging in this area risk losing ground to newer entrants and business models that are poised to disrupt markets with innovative products and services.\r\n\r\n\r\n<h2>BENEFITS REALIZED</h2>\r\nThere are many signs indicating that something new has happened here in the United States and around other economies in the recent years globally. While the surge in labor and total factor productivity growth rates in the latter half of the 1990s was impressive and widely interpreted as a sign of a ‘New Economy,’\r\n\r\nWe observe changes are at least consistent with the view that digitization of information, combined with the Internet, represents a form of digital technology that is giving rise to a vast new array of possible combinations that we may refer to as the New Economy. The level of connectivity between businesses and their customers is increasing dramatically. We have only begun to see the impact that is measurable.\r\n\r\nInterpreted in this way, the New or Digital Economy is about dynamics, not static efficiency. It is more about new activities and products than about higher productivity. What is really important in the Digital Economy is the proliferation of the use of the Internet, a new level and form of connectivity among multiple customer-engaging ideas giving rise to a vast range of value and revenue possibilities.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see digital transformation impacting your business. We will deliver the results you want</a>.','Digital Economy Practice','','inherit','closed','closed','','1058-revision-v1','','','2016-03-11 18:11:05','2016-03-11 12:41:05','',1058,'http://technocompinc.com/1058-revision-v1/',0,'revision','',0),(1278,1,'2016-03-11 18:13:23','2016-03-11 12:43:23','<h2>OUR CAPABILITY</h2>\r\nThe future of Digital Economy, digital tools, from farming to healthcare, communications to education, have fundamentally transformed communities and raised living standards around the world. Growing network connectivity and information sharing have raised living standards in modern times even further.\r\n\r\nDespite this potential, there are a number of barriers to expanding access to digital technology globally. One of the biggest challenge comes from fast-paced and diverse technology on one end and a slow to change legacy ecosystem saddled with diverse standards limiting information flows on the other.\r\n\r\nTechno-Comp understands this disruption. Our practitioners help transform our clients IT ecosystems by modernizing legacy systems and creating advanced customer-engaging experiences in the digital age.\r\n\r\n<h2>OUR APPROACH</h2>\r\nToday, digital technologies have evolved to include the Internet of Things, 3D printing, robotics, and artificial intelligence. Finding ways to react to and shape digital disruption is featuring on the agenda of every digital leader.\r\n\r\nWe bring our resources to support your digital transformation. Digitization is no longer just an add-on feature to existing channels or products and services. Instead, many aspects of the customer experience are digital by default, as should be the processes that underpin it.\r\n\r\nLeveraging digital technologies is more than just good business—it’s crucial to staying relevant and profitable. Companies lagging in this area risk losing ground to newer entrants and business models that are poised to disrupt markets with innovative products and services.\r\n\r\n\r\n<h2>BENEFITS REALIZED</h2>\r\nThere are many signs indicating that something new has happened here in the United States and around other economies in the recent years globally. While the surge in labor and total factor productivity growth rates in the latter half of the 1990s was impressive and widely interpreted as a sign of a ‘New Economy,’\r\n\r\nWe observe changes are at least consistent with the view that digitization of information, combined with the Internet, represents a form of digital technology that is giving rise to a vast new array of possible combinations that we may refer to as the New Economy. The level of connectivity between businesses and their customers is increasing dramatically. We have only begun to see the impact that is measurable.\r\n\r\nInterpreted in this way, the New or Digital Economy is about dynamics, not static efficiency. It is more about new activities and products than about higher productivity. What is really important in the Digital Economy is the proliferation of the use of the Internet, a new level and form of connectivity among multiple customer-engaging ideas giving rise to a vast range of value and revenue possibilities.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see digital transformation impacting your business. We will deliver the results you want</a>.\r\n\r\n<div class=\"wpb_content_element button\"><a target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\"><span>BACK TO HOME</span><i class=\"none\"></i></a></div>','Digital Economy Practice','','inherit','closed','closed','','1058-revision-v1','','','2016-03-11 18:13:23','2016-03-11 12:43:23','',1058,'http://technocompinc.com/1058-revision-v1/',0,'revision','',0),(1279,1,'2016-03-11 18:22:08','2016-03-11 12:52:08','<h2>OUR CAPABILITY</h2>\r\nThe future of Digital Economy, digital tools, from farming to healthcare, communications to education, have fundamentally transformed communities and raised living standards around the world. Growing network connectivity and information sharing have raised living standards in modern times even further.\r\n\r\nDespite this potential, there are a number of barriers to expanding access to digital technology globally. One of the biggest challenge comes from fast-paced and diverse technology on one end and a slow to change legacy ecosystem saddled with diverse standards limiting information flows on the other.\r\n\r\nTechno-Comp understands this disruption. Our practitioners help transform our clients IT ecosystems by modernizing legacy systems and creating advanced customer-engaging experiences in the digital age.\r\n\r\n<h2>OUR APPROACH</h2>\r\nToday, digital technologies have evolved to include the Internet of Things, 3D printing, robotics, and artificial intelligence. Finding ways to react to and shape digital disruption is featuring on the agenda of every digital leader.\r\n\r\nWe bring our resources to support your digital transformation. Digitization is no longer just an add-on feature to existing channels or products and services. Instead, many aspects of the customer experience are digital by default, as should be the processes that underpin it.\r\n\r\nLeveraging digital technologies is more than just good business—it’s crucial to staying relevant and profitable. Companies lagging in this area risk losing ground to newer entrants and business models that are poised to disrupt markets with innovative products and services.\r\n\r\n\r\n<h2>BENEFITS REALIZED</h2>\r\nThere are many signs indicating that something new has happened here in the United States and around other economies in the recent years globally. While the surge in labor and total factor productivity growth rates in the latter half of the 1990s was impressive and widely interpreted as a sign of a ‘New Economy,’\r\n\r\nWe observe changes are at least consistent with the view that digitization of information, combined with the Internet, represents a form of digital technology that is giving rise to a vast new array of possible combinations that we may refer to as the New Economy. The level of connectivity between businesses and their customers is increasing dramatically. We have only begun to see the impact that is measurable.\r\n\r\nInterpreted in this way, the New or Digital Economy is about dynamics, not static efficiency. It is more about new activities and products than about higher productivity. What is really important in the Digital Economy is the proliferation of the use of the Internet, a new level and form of connectivity among multiple customer-engaging ideas giving rise to a vast range of value and revenue possibilities.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see digital transformation impacting your business. We will deliver the results you want</a>.\r\n\r\n<div class=\"wpb_content_element button\"><a id=\"cl609046833\" class=\"btn-bt align-center default\" href=\"http://technocompinc.com/\" target=\"_self\" style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255);\"><span>BACK TO HOME</span><i class=\"none\"></i></a></div>','Digital Economy Practice','','inherit','closed','closed','','1058-revision-v1','','','2016-03-11 18:22:08','2016-03-11 12:52:08','',1058,'http://technocompinc.com/1058-revision-v1/',0,'revision','',0),(1280,1,'2016-03-11 18:22:53','2016-03-11 12:52:53','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </a>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile.jpg\" width=\"auto\" alt=\"mobile\" >\r\n </div> \r\n </div> \r\n</div></div></div>\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile-services.jpg\" alt=\"img2\" width=\"auto\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>\r\n\r\n<div class=\"wpb_content_element button\"><a id=\"cl609046833\" class=\"btn-bt align-center default\" href=\"http://technocompinc.com/\" target=\"_self\" style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255);\"><span>BACK TO HOME</span><i class=\"none\"></i></a></div>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2016-03-11 18:22:53','2016-03-11 12:52:53','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1281,1,'2016-03-11 18:24:27','2016-03-11 12:54:27','<h2>OUR CAPABILITY</h2>\r\nThe future of Digital Economy, digital tools, from farming to healthcare, communications to education, have fundamentally transformed communities and raised living standards around the world. Growing network connectivity and information sharing have raised living standards in modern times even further.\r\n\r\nDespite this potential, there are a number of barriers to expanding access to digital technology globally. One of the biggest challenge comes from fast-paced and diverse technology on one end and a slow to change legacy ecosystem saddled with diverse standards limiting information flows on the other.\r\n\r\nTechno-Comp understands this disruption. Our practitioners help transform our clients IT ecosystems by modernizing legacy systems and creating advanced customer-engaging experiences in the digital age.\r\n\r\n<h2>OUR APPROACH</h2>\r\nToday, digital technologies have evolved to include the Internet of Things, 3D printing, robotics, and artificial intelligence. Finding ways to react to and shape digital disruption is featuring on the agenda of every digital leader.\r\n\r\nWe bring our resources to support your digital transformation. Digitization is no longer just an add-on feature to existing channels or products and services. Instead, many aspects of the customer experience are digital by default, as should be the processes that underpin it.\r\n\r\nLeveraging digital technologies is more than just good business—it’s crucial to staying relevant and profitable. Companies lagging in this area risk losing ground to newer entrants and business models that are poised to disrupt markets with innovative products and services.\r\n\r\n\r\n<h2>BENEFITS REALIZED</h2>\r\nThere are many signs indicating that something new has happened here in the United States and around other economies in the recent years globally. While the surge in labor and total factor productivity growth rates in the latter half of the 1990s was impressive and widely interpreted as a sign of a ‘New Economy,’\r\n\r\nWe observe changes are at least consistent with the view that digitization of information, combined with the Internet, represents a form of digital technology that is giving rise to a vast new array of possible combinations that we may refer to as the New Economy. The level of connectivity between businesses and their customers is increasing dramatically. We have only begun to see the impact that is measurable.\r\n\r\nInterpreted in this way, the New or Digital Economy is about dynamics, not static efficiency. It is more about new activities and products than about higher productivity. What is really important in the Digital Economy is the proliferation of the use of the Internet, a new level and form of connectivity among multiple customer-engaging ideas giving rise to a vast range of value and revenue possibilities.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see digital transformation impacting your business. We will deliver the results you want</a>.\r\n\r\n<div class=\"wpb_content_element button\"><a id=\"cl609046833\" class=\"btn-bt align-center default\" href=\"http://technocompinc.com/\" target=\"_self\" style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255);\">BACK TO HOME</a></div>','Digital Economy Practice','','inherit','closed','closed','','1058-revision-v1','','','2016-03-11 18:24:27','2016-03-11 12:54:27','',1058,'http://technocompinc.com/1058-revision-v1/',0,'revision','',0),(1282,1,'2016-03-11 18:27:00','2016-03-11 12:57:00','<h2>OUR CAPABILITY</h2>\r\nThe future of Digital Economy, digital tools, from farming to healthcare, communications to education, have fundamentally transformed communities and raised living standards around the world. Growing network connectivity and information sharing have raised living standards in modern times even further.\r\n\r\nDespite this potential, there are a number of barriers to expanding access to digital technology globally. One of the biggest challenge comes from fast-paced and diverse technology on one end and a slow to change legacy ecosystem saddled with diverse standards limiting information flows on the other.\r\n\r\nTechno-Comp understands this disruption. Our practitioners help transform our clients IT ecosystems by modernizing legacy systems and creating advanced customer-engaging experiences in the digital age.\r\n\r\n<h2>OUR APPROACH</h2>\r\nToday, digital technologies have evolved to include the Internet of Things, 3D printing, robotics, and artificial intelligence. Finding ways to react to and shape digital disruption is featuring on the agenda of every digital leader.\r\n\r\nWe bring our resources to support your digital transformation. Digitization is no longer just an add-on feature to existing channels or products and services. Instead, many aspects of the customer experience are digital by default, as should be the processes that underpin it.\r\n\r\nLeveraging digital technologies is more than just good business—it’s crucial to staying relevant and profitable. Companies lagging in this area risk losing ground to newer entrants and business models that are poised to disrupt markets with innovative products and services.\r\n\r\n\r\n<h2>BENEFITS REALIZED</h2>\r\nThere are many signs indicating that something new has happened here in the United States and around other economies in the recent years globally. While the surge in labor and total factor productivity growth rates in the latter half of the 1990s was impressive and widely interpreted as a sign of a ‘New Economy,’\r\n\r\nWe observe changes are at least consistent with the view that digitization of information, combined with the Internet, represents a form of digital technology that is giving rise to a vast new array of possible combinations that we may refer to as the New Economy. The level of connectivity between businesses and their customers is increasing dramatically. We have only begun to see the impact that is measurable.\r\n\r\nInterpreted in this way, the New or Digital Economy is about dynamics, not static efficiency. It is more about new activities and products than about higher productivity. What is really important in the Digital Economy is the proliferation of the use of the Internet, a new level and form of connectivity among multiple customer-engaging ideas giving rise to a vast range of value and revenue possibilities.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see digital transformation impacting your business. We will deliver the results you want</a>.\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Digital Economy Practice','','inherit','closed','closed','','1058-revision-v1','','','2016-03-11 18:27:00','2016-03-11 12:57:00','',1058,'http://technocompinc.com/1058-revision-v1/',0,'revision','',0),(1283,1,'2016-03-11 18:27:43','2016-03-11 12:57:43','<h2>OUR CAPABILITY </h2>\n\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\n\n<h2>OUR APPROACH</h2>\n\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\n\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\n\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\n\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\n\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\n\n<a href=\"http://technocompinc.com/contact-us/\">Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </a>\n\nStep 1: Basic components identified and platform (iOS, Android or other Native)\n\nStep 2: Break down application lifecycle into functional modules, use cases\n\nStep 3: Determine events handling mechanism, app distribution needs\n\nStep 4: Develop application, test and deploy to pilot users, learn\n\nStep 5: User training and Change management\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\n margin-bottom: 0px;\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\n <div class=\"wpb_wrapper\">\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile.jpg\" width=\"auto\" alt=\"mobile\" >\n </div> \n </div> \n</div></div></div>\nStep 1: Basic components identified and platform (iOS, Android or other Native)\n\nStep 2: Break down application lifecycle into functional modules, use cases\n\nStep 3: Determine events handling mechanism, app distribution needs\n\nStep 4: Develop application, test and deploy to pilot users, learn\n\nStep 5: User training and Change management\n\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\n margin-bottom: 0px;\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\n <div class=\"wpb_wrapper\">\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile-services.jpg\" alt=\"img2\" width=\"auto\" />\n </div> \n </div> \n</div></div></div>\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\n\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\n<ul>\n <li><i>User experience </i>on both native and web mobile application development</li>\n <li>Mature <i>context </i></li>\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\n <li>Stable<i> implementation</i></li>\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\n <li>Risk-lowering approach to scalability and performance</li>\n</ul>\n\n<div class=\"wpb_content_element button\"><a id=\"cl609046833\" class=\"btn-bt align-center default\" href=\"http://technocompinc.com/\" target=\"_self\" style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255);\"><span>BACK TO HOME</span><i class=\"none\"></i></a></div>','Mobility','','inherit','closed','closed','','829-autosave-v1','','','2016-03-11 18:27:43','2016-03-11 12:57:43','',829,'http://technocompinc.com/829-autosave-v1/',0,'revision','',0),(1284,1,'2016-03-11 18:27:58','2016-03-11 12:57:58','<h2>OUR CAPABILITY </h2>\r\n\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n\r\n<h2>OUR APPROACH</h2>\r\n\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </a>\r\n\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1012\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile.jpg\" width=\"auto\" alt=\"mobile\" >\r\n </div> \r\n </div> \r\n</div></div></div>\r\nStep 1: Basic components identified and platform (iOS, Android or other Native)\r\n\r\nStep 2: Break down application lifecycle into functional modules, use cases\r\n\r\nStep 3: Determine events handling mechanism, app distribution needs\r\n\r\nStep 4: Develop application, test and deploy to pilot users, learn\r\n\r\nStep 5: User training and Change management\r\n\r\n<h2>MOBILE TECHNOLOGIES WE FOCUS ON</h2>\r\nWe support a variety of technologies and platforms. Over the years, Techno-Comp has developed and delivered mobile apps on a variety of platforms\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"\r\n margin-bottom: 0px;\r\n\"><div style=\"position: absolute;top: 0;\"></div><div class=\"container dark\"><div class=\"section_clear\">\r\n <div class=\"vc_col-sm-12 wpb_column column_container with_padding \" style=\"padding:\" data-animation=\"none\" data-delay=\"\">\r\n <div class=\"wpb_wrapper\">\r\n <img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/mobile-services.jpg\" alt=\"img2\" width=\"auto\" />\r\n </div> \r\n </div> \r\n</div></div></div>\r\nWhat makes things even more complicated are the differences among the actual platform SDKs (software development kits). There are different tools, build systems, APIs, and devices with different capabilities for each platform. Techno-Comp mobile development team brings years of cross-platform mobile experience in delivering complex projects on-time.\r\n\r\n<h2>BENEFITS OF OUR MOBILE PRACTICE </h2>\r\n<ul>\r\n <li><i>User experience </i>on both native and web mobile application development</li>\r\n <li>Mature <i>context </i></li>\r\n <li>These include hardware affordances, platform capabilities and UI conventions, and the environment in which your application is used.</li>\r\n <li>Stable<i> implementation</i></li>\r\n <li>Elements that can be controlled in an application, such as performance, design, and integration with platform features such as accelerometer data or notifications.</li>\r\n <li>Risk-lowering approach to scalability and performance</li>\r\n</ul>\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Mobility','','inherit','closed','closed','','829-revision-v1','','','2016-03-11 18:27:58','2016-03-11 12:57:58','',829,'http://technocompinc.com/829-revision-v1/',0,'revision','',0),(1285,1,'2016-03-11 18:28:24','2016-03-11 12:58:24','<h2>OUR CAPABILITY</h2>\r\nManaging software projects is difficult under the best circumstances. The project manager must balance competing stakeholder interests against the constraints of limited resources and time, ever-changing technologies, and challenging demands from high-pressure people. Innovation further complicates the field of project management. Iterative design thinking and continuous improvements bring additional complexities to the life cycle, timelines and budgets.\r\n\r\nProject management is a juggling act, with too many points of failure and uncertainty. A detailed scope and a plan are not sufficient to ensure success of projects anymore.\r\n\r\nTechno-Comp trains its Managers for managing these risks. Learning survival tips from people who’ve already done their tours of duty in the project management trenches can save your projects instead of learning them the hard way.\r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp creates a culture of mission possible. This begins with ascertaining the following is set as the founding principles of the program.\r\n\r\n<h2>First, Define success criteria</h2>\r\nAt the beginning of the project, make sure the stakeholders share a common understanding of how they’ll determine whether this project is successful. Begin by identifying your stakeholders and their interests and expectations. Next, define some clear and measurable business goals. Some examples are:\r\n<ul>\r\n<li>Increasing market share by a certain amount by a particular date.</li>\r\n<li>Reaching a specified sales volume or revenue.</li>\r\n<li>Achieving certain customer satisfaction measures.</li>\r\n<li>Saving money by retiring a high-maintenance legacy system.</li>\r\n</ul>\r\n\r\nThese business goals should imply specific project success criteria, which again should be measurable and trackable. These goals could include achieving schedule and budget targets, delivering committed functionality that satisfies acceptance tests, complying with industry standards or government regulations, or achieving specific technology milestones. The business objectives define the overarching goal. It doesn’t matter if you deliver to the specification on schedule and budget if those factors don’t clearly align with business success.\r\n\r\n<h2>Second, Identify project drivers, constraints and room for error</h2>\r\nEvery project must balance its functionality, staffing, budget, schedule, and quality objectives. Define each of these five project dimensions as either a constraint within which you must operate, a driver strongly aligned with project success, or a degree of freedom you can adjust within some stated bounds.\r\n\r\n<h2>Third, Establish project release criteria at the very beginning</h2>\r\nEarly in the project, decide what criteria will indicate whether the product is ready for release. Some examples of possible release criteria are:\r\n<ul><li>There are no open high-priority defects.</li>\r\n<li>The number of open defects has decreased for X weeks, and the estimated number of residual defects is acceptable.</li>\r\n<li>Performance goals are achieved on all target platforms.</li>\r\n<li>Specific required functionality is fully operational.</li>\r\n<li>Quantitative reliability goals are satisfied.</li>\r\n<li>Specified legal, contractual, or regulatory goals are met.</li>\r\n<li>Customer acceptance criteria are satisfied.</li></ul>\r\n\r\nWhatever criteria you choose should be realistic, objectively measurable, documented, and aligned with what “quality” means to your customers. (internal and external)\r\n\r\n<h2>Finally, Negotiate at all times</h2>\r\nDespite pressure to promise the impossible, never make a commitment you know you can’t keep. Engage in good-faith negotiations with customers, managers, and team members to agree on goals that are realistically achievable. Negotiation is required whenever there’s a gap between the schedule or functionality the key project stakeholders demand and your best prediction of the future as embodied in project estimates.\r\n\r\nAny data you have from previous projects will strengthen your negotiating position, especially because the person with whom you’re negotiating likely has no data at all. However, there’s no real defense against truly unreasonable people.\r\n\r\nPlan to renegotiate commitments when project realities (such as staff, budget, or deadlines) change, unanticipated problems arise, risks materialize, or new requirements are added. No one likes to have to modify his commitments. But if the reality is that the initial commitments won’t be achieved, let’s not pretend that they will right up until the moment of disappointing truth.\r\n\r\n<h2>Planning a project: Begin with writing a project plan</h2>\r\nSome people believe the time spent writing a plan could be better spent writing code, but I don’t agree. The hard part isn’t writing the plan. The hard part is doing the planning—thinking, negotiating, balancing, asking, listening, and thinking some more. Actually writing the plan is mostly transcription at that point. The time you spend analyzing what it will take to solve the problem will reduce the number of surprises you encounter later in the project. A useful plan is much more than just a schedule or task list. It also includes:\r\n\r\n<ul><li>Staff, budget, and other resource estimates and plans.</li>\r\n<li>Team roles and responsibilities.</li>\r\n<li>How you will acquire and train the necessary staff.</li>\r\n<li>Assumptions, dependencies, and risks.</li>\r\n<li>Target dates for major deliverables.</li>\r\n<li>Identification of the software development life cycle that the project will follow.</li>\r\n<li>How you will track and monitor the project.</li>\r\n<li>Metrics that you’ll collect and analyze.</li>\r\n<li>How you will manage any subcontractor relationships.</li></ul>\r\n\r\nYour organization should adopt a standard software project management plan template, which each project can tailor to best suit its needs. Advanced planning and creative planners will be essential to manage iterative nature of the project. \r\n\r\n<h2>Methodology and its Execution Criteria matters</h2>\r\nWaterfall, Agile, DevOps, Iterative Design or a hybrid approach – all methods fundamentally require a culture for work groups in a project. Most methods help provide basic guidance to the approach the project at hand. This is evident in enterprise application development and maintenance programs. There are all shades of grey and preference to one method or the other is purely a matter of organizational capability to building a culture. \r\n\r\nBusiness goals must drive selection and adoption of a project methodology. This underscores on how an organization is comfortable conducting its design phase. Execution includes subcontractors willingness and capability to adopt to the overall methodology selected. \r\n\r\nWhatever be the project, our founding principles bring several practices that are borne out of our experiences managing a breadth of medium to complex programs.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you like to review your project needs with us. Let us find the best program manager who can deliver.</a>\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Program Management','','inherit','closed','closed','','833-revision-v1','','','2016-03-11 18:28:24','2016-03-11 12:58:24','',833,'http://technocompinc.com/833-revision-v1/',0,'revision','',0),(1286,1,'2016-03-11 18:28:37','2016-03-11 12:58:37','<h2>OUR CAPABILITY</h2>\r\nToday’s workforce has a range of working styles, schedules, and demands. Techno-Comp enterprise mobility solutions enable people to perform their work anytime, yet remain connected and collaborative from anywhere. Enterprise IT departments and software content providers alike are moving every possible application to run on tablets, smartphones, and even smartwatches. Behind that set of decisions, though, is a huge question: How do we make it happen? Techno-Comp’s two-fold expertise helps build a mobile strategy. First, web browser as destination covering various platforms and second, mobile application developed for a device-independent environment .\r\n<h2>OUR APPROACH</h2>\r\nOur technology practitioners use C, C++, Java, Javascript, HTML, CSS, Python, Go, Rust, Parasail, B#, Raspberry, Assembler and a host of other emerging IoT (Internet of Things) technologies to connect the enterprise applications with a variety of mobile gadgets. We develop using PhoneGap/Apache, Responsive, Titanium frameworks among others.\r\n\r\nEnterprises look at social media integration on their smartphones as an important customer relationship strategy. Techno-Comp creates a device-agnostic strategy to bring business benefits to your organization.\r\n\r\nOur team of mobile professionals provide rich user experience and design concepts for customers beyond building a robust scalable solution.\r\n\r\nOur mobile solutions are built for Android, iOS and leading mobile platforms. Our full-cycle implementation begins with iterative requirements design to enterprise –wide deployment, change management and continuing maintenance support and enhancements.\r\n\r\nBe it Web, Native or Hybrid mobile apps, Techno-Comp provides the flexibility necessary to use the development approach that supports the business goals for every app.\r\n\r\n[lightbox image_link=\"http://technocompinc.com/wp-content/uploads/2015/12/start.jpg\"]\r\n\r\n \r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you see our mobile capabilities helpful. Tell us about your enterprise mobile needs. </a>\r\n\r\n<strong>Phase 1 Baseline Current Maturity</strong>\r\n<ul>\r\n <li>Begin establishing fundamental policies around application to be tested</li>\r\n <li>Set/measure quality standards and readiness procedures</li>\r\n <li>Determine reporting procedures</li>\r\n <li>Initiate governance process and cadence</li>\r\n</ul>\r\n<strong>Phase 2 QA Shared Services Setup</strong>\r\n<ul>\r\n <li>Unify test procedures, standards and tools across enterprise (manual and automation testing)</li>\r\n <li>Training for script writing, resource identification and QA project planning</li>\r\n <li>Regression thru UAT test strategy</li>\r\n <li>Share tests and scripts</li>\r\n</ul>\r\n<strong>Phase 3 QA Service-as-a-Utility</strong>\r\n<ul>\r\n <li>Establish central source of service for a domain-specific teams</li>\r\n <li>Shared services team for specialized testing activities</li>\r\n</ul>\r\n<strong>Phase 4 Continuous Innovation</strong>\r\n<ul>\r\n <li>Tools and Accelerators to improve testing productivity</li>\r\n <li>Specialized data management strategy</li>\r\n <li>Flexible Resource pooling & Dynamic resourcing for agile projects</li>\r\n</ul>\r\n<h2>SERVICES WE SUPPORT</h2>\r\n<strong>We bring seasoned QA professionals with years of project management experience.</strong>\r\n<ul>\r\n <li>HP QTP, Selenium, Jenkins, Reporting Tools (several)</li>\r\n <li>Device Testing: Perfecto Mobile, Device Anywhere, Appium</li>\r\n <li>Performance Testing: Loadrunner</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\n<strong>Optimized use of existing resources:</strong>\r\n<ul>\r\n <li>QA budgets, tools, environments and people</li>\r\n</ul>\r\n<strong>Faster time-to-market</strong>\r\n<ul>\r\n <li>Test time reduce manual by 30%</li>\r\n <li>and increase test automation levels of 50-70%</li>\r\n</ul>\r\n<strong>Cost efficiency:</strong>\r\n<ul>\r\n <li>Typical resource cost reduction is 35% over a 2-year time frame</li>\r\n</ul>\r\n<strong>Optimized application quality and performance:</strong>\r\n<ul>\r\n <li>Reduce risk of failure and leakege of high-severity defects to under 2% and improved customer experience</li>\r\n</ul>\r\n<strong>Tight alignment:</strong>\r\n<ul>\r\n <li>Align quality effort more tightly with business needs by defining and measuring KPIs(key performence indicator)</li>\r\n</ul>\r\n<h2>BENEFITS OF QA COE</h2>\r\nOur test metrics allows organizations to get visibility into test effectiveness and demonstrates delivery excellence. Our projects have QA controls through business analytics and predictive incident and problem resolution to downstream production support teams.\r\n\r\n<img class=\"alignleft size-full wp-image-1040\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/calculation-chart.jpg\" alt=\"techno-comp\" width=\"auto\" />\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','QA CoE','','inherit','closed','closed','','831-revision-v1','','','2016-03-11 18:28:37','2016-03-11 12:58:37','',831,'http://technocompinc.com/831-revision-v1/',0,'revision','',0),(1287,1,'2016-03-11 18:28:52','2016-03-11 12:58:52','<h2>OUR CAPABILITY</h2>\r\nDisruptive innovation is all over the space. Our customers are forcing their organizations to the forefront of this new change. To reinvent themselves. Process and technology innovation are key conversations – led by big data, Internet of Things (IoT), Mobility or related emerging ideas within industry verticals we serve. We are prepared to support our customers in their journey to innovate in their operations.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBe it data explosion or new apps, staying on top of trends is serious business for those of us in the field that is considered trans formative. Skill sets come and go at a breakneck pace, and it\'s important to stay ahead of the curve in an attempt to anticipate the next hot trend to keep oneself relevant in an ever-changing world.\r\n\r\nTechno-Comp understands this fact. We study and understand changes impacting client’s business.\r\n\r\nTo help understand the importance of studying emerging technologies, simply look back at the past decade and contemplate the disruptive technologies that have revolutionized the way IT works today. Topics such as server virtualization, big data, and cloud computing were once merely high-level concepts and ideas. Yet, who investigated and learned about these technologies early on had a dramatic advantage over our peers in the workplace, once these technologies came to fruition.\r\n\r\nNext is to be best at staying the course on emerging technologies. As technologies evolve so does an increase in its complexity. It takes more and more time for \r\ntechnologists to start to comprehend new technologies, let alone learn how to implement and support them. So it\'s in our best interest to start our education as early as possible by first identifying the technology trends likely to shake up the IT landscape in the years ahead and then invest in acquiring knowledge.\r\n\r\nToday Techno-Comp leads collaborative exchange of ideas and practices internally with employees and externally with technology groups.\r\n\r\n<a href=\"http://technocompinc.com/contact-us/\">Do you like to learn about the emerging trends on our focus for 2016, contact us.</a>\r\n\r\n<h2>EMERGING TECHNOLOGIES WE FOCUS ON</h2>\r\n<strong>Mobile Computing, 3D Spatial & Robotics</strong>\r\nThe proliferation of mobile computing around the world clearly indicates that a focus on future wireless technologies would make our list. The same goes for IT\'s hottest topic of the past few years -- IT security. Other technologies, such as three-dimensional imagery and robotics, will advance many areas of our lives that have remained stagnant for years.\r\n\r\n<strong>Cloud and Fog Computing</strong>\r\nWhere cloud computing can be thought of as externalizing applications to public and private infrastructure (in the cloud), fog computing surrounds us. Fog computing takes \r\ncloud computing and pushes it out to the edge device, as opposed to keeping it in a data center. The idea is that our end devices will not talk back to a handful of cloud providers, where our applications and data live. Instead, fog computing creates a wireless mesh at the edge, where point-to-point communication with devices in our geographical proximity are far more prevalent. By creating a heterogeneous mesh that all talks together, a fog approach streamlines, optimizes, and improves availability for mobile device connectivity.\r\n\r\n<strong>3D Visualization</strong>\r\nThree-dimensional technologies have been much more of a novelty than a technological breakthrough in the recent past. This mostly has to do with the fact that 3-D displays are difficult to achieve. But the latest 3-D display offerings are seriously good. Although many of us still struggle to find a purposeful use for 3-D displays in our own daily lives (they\'re not going to help with spreadsheet or database work), niche areas such as mechanical design, engineering and operations will benefit immensely. \r\n\r\n<strong>Next Gen Wireless</strong>\r\nWireless, from both cellular and WiFi perspectives, is an incredibly hot topic right now. As more devices become mobile, the need for increasing amounts of bandwidth -- and thus, wireless \r\nspectrum -- is on the rise. With a finite amount of wireless spectrum, we\'re left with lawmakers determining how much of that usable spectrum will be allocated for wireless data communication. Techno-Comp provides thought-leadership and proof of concepts to leverage current application and customer usability advancements for the new generation of bandwidth as it becomes available for personal and commercial use.\r\n\r\n<strong>IoT (Internet of Things)</strong>\r\nAlong with tremendous opportunity, the Internet of Things brings enormous exposure to security risks. IT organizations must invest in a variety of security practices and resources to strengthen their protection. Due to huge potential benefits in automation and cost savings, IoT has gained traction with enterprises of every size. Organizations are planning to leverage IoT to harness business growth and innovation. At the same time, however, IoT requires infrastructure and processes that can prevent exposure of critical business information or the mishandling of some critical task due to a false alarm. In the excitement of exploring the myriad ways to deploy IoT for profit, organizations can easily miss planning for the very basic security problems that can be associated with IoT devices.\r\n\r\nTechno-Comp specializes in storage extension and secure data storage/retrieval, sensors/assets management, resource prioritization, device security including vendor policies and ethics, \r\nhardware, software and platform vulnerabilities and legal issues and network compliance. Our comprehensive approach to smart devices joining your network is the utmost value we offer as protection of your information and avoidance of potential risks.\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Emerging Technologies','','inherit','closed','closed','','835-revision-v1','','','2016-03-11 18:28:52','2016-03-11 12:58:52','',835,'http://technocompinc.com/835-revision-v1/',0,'revision','',0),(1288,1,'2016-03-11 18:29:03','2016-03-11 12:59:03','<h2>OUR CAPABILITY</h2>\r\nOpen source refers to a program or software in which the source code (the form of the program when a programmer writes a program in a particular programming language) is available to the general public for use and/or modification from its original design free of charge. Open source code is typically created as a collaborative effort in which programmers improve upon the code and share the changes within the community.\r\n\r\nClosed source or compiled off-the-shelf products still remain to dominate the enterprise software field in planning and execution areas of business function. But their roadmap to move into cloud offering a SaaS (Software as a Service) model have C-level executives pay attention. \r\n\r\nA third wave of innovative products, bespoke at times, have held steady in the IT landscape. Many times, these challenge as best-of-breed compared to their monolithic ERP software. These products fully embrace new technologies including mobility extensions and flexible consumption options to enterprises. Several software are available as a functional platform for customers to build their business specific applications. \r\n\r\nTechno-Comp follows the leaders in all the above software areas. We have developed a Center of Excellence (CoE) that is product specific in areas of QA and Customer User Experience. \r\n\r\n<h2>OUR APPROACH</h2>\r\nTechno-Comp QA CoE has an integrated practice for Selenium Open Source. Selenium automates browsers. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well. Techno-Comp offers a diverse suite of QA services for customers who require end-to-end testing of their web and mobile enterprise applications.\r\n\r\nSelenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Products','','inherit','closed','closed','','837-revision-v1','','','2016-03-11 18:29:03','2016-03-11 12:59:03','',837,'http://technocompinc.com/837-revision-v1/',0,'revision','',0),(1289,1,'2016-03-11 18:29:12','2016-03-11 12:59:12','<h2>OUR CAPABILITY</h2>\r\nA recent survey of recruiting best practices found 83 percent of recruiters report that the power has shifted away from where it has been for years, the employer, and toward the candidate. In a candidate-driven marketplace, “active-recruiting approaches” simply stop working. Now that top candidates are in the driver’s seat, the best have multiple options, recruiting must dramatically increase hiring speed, and offer a great candidate experience. This is how we have transformed.\r\n\r\n<h2>OUR APPROACH</h2>\r\nBiggest challenge in the recruiting market even before finding qualified candidates is finding a professional recruiter. As recruiting volume and difficulty to ramp up happens, firms will begin to realize that there is a significant shortage of talented and up-to-date recruiters. Technology modernization coupled with emerging technologies have further constrained market. A lack of quality, leading-edge recruiter training will unfortunately \r\nmake the experienced recruiter shortage even worse. \r\n\r\nUnderstanding this, Techno-Comp has geared for meeting the challenges and has designed its practices to provide best results for clients. \r\n\r\nOur strategies include securing high-quality databases, creative referrals, personalized portfolio-driven search approach for time-dependent needs, integrated with leading recruiters, digital sources like Linkedin, Glassdoor and Social media channels – all help us secure the right candidate consistently.\r\n\r\nWhat are your resource needs. Let us find the right candidate for you.\r\n<h3>OUR CAPABILITY </h3>\r\nTechno-Comp, its Employees and Consultants strive to meet the high benchmarks their clients have come to require of them. Consider the following facts about Techno-Comp practices. Aligned to a digital economy, Techno-Comp focusses on 6 practices that are at the core and they are\r\n<ul><li style=\"margin-bottom: 10px;\"><strong>RECRUITING, CONSULTING SERVICES- PROJECTS & TIME & MATERIAL</strong>\r\nGain from our two decades of staffing and sourcing experience to support your growth initiatives. From IT Sr. Executives to Functional and Technical Software Engineers, Techno-Comp will be your one-stop for your recruitment needs, 24x7. We understand our client project portfolio and prepare candidate screening to meet project requirements. Meantime, our Center of Excellence (CoE) provides continuous learning opportunities to our 300+ team to deepen their practice knowledge in technology, business process, integration and testing areas. </li>\r\n<li style=\"margin-bottom: 10px;\"><strong>ERP and CUSTOM APP DEVELOPMENT </strong>\r\n Use our innovative approach to better manage your application portfolio. Focus on driving out waste, reducing costs and increasing the business value of your applications. DevOps, Agile or Classical Waterfall, our project lifecycle template delivers on-budget, risk-free.\r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>DIGITAL BUSUINESS TRANSFORMATION</strong>\r\nModernize your IT. Be it short-term patches and work-around while you strategically plan to overhaul your legacy assets, Techno-Comp lets you realize immediate and long-term opportunities using innovation to digitization. We offer a slew of front-end, integration and back-end application development and support, upgrades and migration services. \r\n </li>\r\n<li style=\"margin-bottom: 10px;\"><strong>MOBILE APP DEVELOPMENT </strong>\r\nWe Specialize in Android, iOS, Blackberry, Windows & Brew mobile app solutions. Our comprehensive Mobility Solutions include Business Strategy & Program Management, Mobile App Development, Cloud based Solutions, Web Application Development, Carrier Billing & Rating, Content Management, Testing/Optimization & Maintenance/Support. User Experience is a foundation expertise we bring to your mobile enterprise app projects. \r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>EMERGING TECHNOLOGIES AND CLOUD COMPUTING</strong> \r\n IoT (Internet-of-Things), Bigdata and Analytics are at forefront of technology investments our clients are making to differentiate their value to their Customers. Benefit from our Information strategy, designing an architecture that can deliver best RoI and to integrate multivariate technologies, events and data formats cost-effectively. Find out if Cloud computing is right for your enterprise. \r\n</li>\r\n<li style=\"margin-bottom: 10px;\"><strong>QA CENTER OF EXCELLENCE </strong> \r\nManual and Automated Testing, Scripts Development, Performance Assurance and End-to-end Regression Testing for Enterprise Application and Mobility Solutions - is a tested approach that every client of ours benefits from. We have played a pivotal role in meeting stringent quality timelines for mission-critical, customer-facing applications in the last 2 decades of our business. \r\n</li></ul>\r\n\r\n<h2>TECHNOLOGIES WE SUPPORT</h2>\r\nWe bring seasoned QA professionals with years of project management experience.\r\n\r\n<img src=\"http://technocompinc.com/wp-content/uploads/2015/12/big-table.jpg\" alt=\"table-img\" width=\"auto\" class=\"alignleft size-full wp-image-1043\" />\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Recruiting','','inherit','closed','closed','','839-revision-v1','','','2016-03-11 18:29:12','2016-03-11 12:59:12','',839,'http://technocompinc.com/839-revision-v1/',0,'revision','',0),(1290,1,'2016-03-11 18:29:19','2016-03-11 12:59:19','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\n\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\n<h2>OUR PRACTICE AREAS</h2>\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"margin-bottom: 0px;\">\n<div style=\"position: absolute; top: 0;\"></div>\n<div class=\"container dark\">\n<div class=\"section_clear\">\n<div class=\"vc_col-sm-12 wpb_column column_container with_padding \" data-animation=\"none\" data-delay=\"\">\n<div class=\"wpb_wrapper\"><img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/job-listings.jpg\" alt=\"Job Openings\" width=\"auto\" /></div>\n</div>\n</div>\n</div>\n</div>\n \n<h2>SUBMIT YOUR RESUME TODAY</h2>\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\n\nPlease fill out the contact form below or contact us at 732-537-9999 or <strong>e-mail</strong>: careers@technocompinc.com\n\n<div class=\"formbg\" style=\"background: rgb(238, 238, 238) none repeat scroll 0px 0px; border: 1px solid rgb(221, 221, 221); padding: 10px; clear: both; display: inline-block;\">[contact-form-7 id=\"1106\" title=\"resume\"]</div>\n\n','Job Openings','','inherit','closed','closed','','841-autosave-v1','','','2016-03-11 18:29:19','2016-03-11 12:59:19','',841,'http://technocompinc.com/841-autosave-v1/',0,'revision','',0),(1291,1,'2016-03-11 18:29:21','2016-03-11 12:59:21','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"margin-bottom: 0px;\">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container with_padding \" data-animation=\"none\" data-delay=\"\">\r\n<div class=\"wpb_wrapper\"><img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/job-listings.jpg\" alt=\"Job Openings\" width=\"auto\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n \r\n<h2>SUBMIT YOUR RESUME TODAY</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or <strong>e-mail</strong>: careers@technocompinc.com\r\n\r\n<div class=\"formbg\" style=\"background: rgb(238, 238, 238) none repeat scroll 0px 0px; border: 1px solid rgb(221, 221, 221); padding: 10px; clear: both; display: inline-block;\">[contact-form-7 id=\"1106\" title=\"resume\"]</div>\r\n\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2016-03-11 18:29:21','2016-03-11 12:59:21','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1292,1,'2016-03-11 18:30:55','2016-03-11 13:00:55','We’ve been helping people achieve professional success for more than 20 years. Experts in the field of IT services. At Techno-Comp our dedicated teams uncover opportunities no one else knows exist and can guide you in reaching your career goals – sooner rather than later. It’s your turn now. Let’s get started.\r\n\r\n<strong>Work with a trusted partner to market your skills in a better way.</strong>\r\n<h2>OUR PRACTICE AREAS</h2>\r\nTechno-Comp is committed to helping our candidates fully realize their opportunities and aspirations by providing you with the expertise, candid communication, and consultative services that will open your avenues for continued success. Our practice groups are home to skilled, dedicated, and professional recruiters. The depth provided by their knowledge and experience is unmatched, and they will work with you in a transparent manner to help define and identify your best career moves.\r\n<div id=\"fws_567137c654a85\" class=\"wpb_row vc_row-fluid animate_onoffset row-dynamic-el standard_section \" style=\"margin-bottom: 0px;\">\r\n<div style=\"position: absolute; top: 0;\"></div>\r\n<div class=\"container dark\">\r\n<div class=\"section_clear\">\r\n<div class=\"vc_col-sm-12 wpb_column column_container with_padding \" data-animation=\"none\" data-delay=\"\">\r\n<div class=\"wpb_wrapper\"><img class=\"alignleft size-full wp-image-1015\" src=\"http://technocompinc.com/wp-content/uploads/2015/12/job-listings.jpg\" alt=\"Job Openings\" width=\"auto\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n \r\n<h2>SUBMIT YOUR RESUME TODAY</h2>\r\nSubmit your resume online and let Techno-Comp help you find your next job opportunity. Your future starts now. Don\'t rely on impersonal job boards to reach your personal career goals. In today\'s economy, you need knowledgeable guidance to find the right job, right now.\r\n\r\nPlease fill out the contact form below or contact us at 732-537-9999 or <strong>e-mail</strong>: careers@technocompinc.com\r\n\r\n<div class=\"formbg\" style=\"background: rgb(238, 238, 238) none repeat scroll 0px 0px; border: 1px solid rgb(221, 221, 221); padding: 10px; clear: both; display: inline-block;\">[contact-form-7 id=\"1106\" title=\"resume\"]</div>\r\n<br>\r\n<div class=\"wpb_content_element button\"><a style=\"background: rgb(255, 102, 51) none repeat scroll 0px 0px; color: rgb(255, 255, 255); width: 120px;\" target=\"_self\" href=\"http://technocompinc.com/\" class=\"btn-bt align-center default\" id=\"cl609046833\">BACK TO HOME</a></div>','Job Openings','','inherit','closed','closed','','841-revision-v1','','','2016-03-11 18:30:55','2016-03-11 13:00:55','',841,'http://technocompinc.com/841-revision-v1/',0,'revision','',0),(1293,1,'2016-03-11 18:34:43','2016-03-11 13:04:43','[vc_row type=\"full_width_content\"][vc_column][google_map height=\"350\" dynamic_src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.0429493676015!2d-74.52399308427412!3d40.54064025601736!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3c0bd427ea287%3A0x36254ef4dfc12f3a!2sTechnocomp+Inc!5e0!3m2!1sen!2sus!4v1450137869411\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"OUR LOCATIONS\"][/block_title][/vc_column][vc_column width=\"1/2\"][block_title style=\"column_title\" inner_style=\"inline_border\" title=\"Get connected\"][/block_title][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaDMlM0VVU0ElMjBMT0NBVElPTiUzQyUyRmgzJTNF[/vc_raw_html][list icon=\"linecon-icon-location\"][list_item title=\"USA Head Quarters One Executive Drive Somerset, NJ 08873\"][list_item title=\"25 Independence Blvd Warren, NJ 07059 11785.\"][list_item title=\"Northfall Lane Suite 504 Alpharetta, Georgia, 30009\"][list_item title=\"+(732) 537 9999 Somerset Office\"][list_item title=\"+(908) 350 7709 Warren Office\"][/list][vc_raw_html]JTNDUCUzRSUyNm5ic3AlM0IlM0MlMkZQJTNFJTBBJTNDaDMlM0VJTkRJQSUyMExPQ0FUSU9OJTNDJTJGaDMlM0U=[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29udGVudF9lbGVtZW50JTIwbGlzdCUyMiUyMHN0eWxlJTNEJTIyJTIyJTNFJTNDdWwlMjBkYXRhLWljb24lM0QlMjJsaW5lY29uLWljb24tbG9jYXRpb24lMjIlM0UlMEElMDklMDklMDklMDklM0NsaSUyMGNsYXNzJTNEJTIyc2ltcGxlJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybGluZWNvbi1pY29uLWxvY2F0aW9uJTIyJTNFJTNDJTJGaSUzRUh5ZGVyYWJhZCUyMDctMS01NCUyRjIlMkZDJTIwQW5hbmQlMjBCYWdoJTIwQW1lZXJwZXQlMkMlMjBIeWRlcmJhZCUyQyUyMDUwMCUyMDAxNiUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxpbmVjb24taWNvbi1sb2NhdGlvbiUyMiUzRSUzQyUyRmklM0VDaGVubmFpJTIwOTglMjAtJTIwQSUyQyUyMEF1cmFzJTIwQ29ycG9yYXRlJTIwQ2VudGVyJTIwRHIuJTIwUmFkaGElMjBrcmlzaG5hbiUyMFNhbGFpJTJDJTNDYnIlM0UlMjBDaGVubmFpLTYwMCUyMDAwNCUzQyUyRmxpJTNFJTNDbGklMjBjbGFzcyUzRCUyMnNpbXBsZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxpbmVjb24taWNvbi1sb2NhdGlvbiUyMiUzRSUzQyUyRmklM0VCYW5nYWxvcmUlMjAlMjMlMjAzOSUyQyUyME1JRyUyMCUyRiUyMEtIQiUyQyUyMDh0aCUyMEJsb2NrJTIwS29yYW1hbmdhbGElMjBCYW5nYWxvcmUtJTIwNTYwMDk1JTNDJTJGbGklM0UlM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][list icon=\"linecon-icon-mail\"][list_item title=\"info@technocompinc.com\"][/list][list icon=\"linecon-icon-paperplane\"][list_item title=\"+(732) 537 9977 (FAX)\"][/list][vc_column_text]\r\n\r\n \r\n\r\n[h5_heading]You are welcome ![/h5_heading][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]We’re glad you visited us online. We are here to answer any questions that you might have for us at Techno-Comp.\r\n\r\nLet us know. We’ll respond to your questions at the earliest possible.[/vc_column_text][contact-form-7 id=\"1045\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','781-revision-v1','','','2016-03-11 18:34:43','2016-03-11 13:04:43','',781,'http://technocompinc.com/781-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` text, `hover` text, `params` text NOT NULL, `advanced` mediumtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"hover\":\"false\"}','\"\"','{\"font-size\":\"44px\",\"line-height\":\"50px\",\"font-weight\":\"500\",\"font-family\":\"Roboto\",\"color\":\"rgb(245, 73, 20)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-align\":\"center\"},\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-family\":\"Raleway\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"opacity\":\"1\",\"background-color\":\"rgba(255, 255, 255, 0.490196)\",\"border-width\":\"0px\",\"border-color\":\"rgba(0, 0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(110,'.tp-caption.black_small','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"16px\",\"line-height\":\"23px\",\"font-weight\":\"300\",\"color\":\"rgb(85, 85, 85)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(111,'.tp-caption.blacksmall','{\"hover\":\"false\"}','\"\"','{\"font-size\":\"16px\",\"line-height\":\"23px\",\"font-weight\":\"300\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}',NULL),(112,'.tp-caption.furniture-plus','{\"hover\":\"false\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-family\":\"Raleway\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"opacity\":\"1\",\"background-color\":\"rgba(255, 255, 255, 0.490196)\",\"border-width\":\"0px\",\"border-color\":\"rgba(0, 0, 0, 0)\",\"border-style\":\"none\"}',NULL),(113,'.tp-caption.caption-text','{\"hover\":\"false\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"line-height\":\"20px\",\"font-weight\":\"400\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"opacity\":\"1\",\"background-color\":\"rgba(0, 15, 255, 0)\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}',NULL),(114,'.tp-caption.video-subtitle','{\"hover\":\"false\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"text-align\":\"left\",\"opacity\":\"1\",\"border-width\":\"0px\",\"border-color\":\"transparent\",\"border-style\":\"none\"}',NULL),(115,'.tp-caption.sub-text','{\"hover\":\"false\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"font-size\":\"15px\",\"line-height\":\"25px\",\"font-weight\":\"600\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0.35)\",\"padding\":\"5px\",\"text-align\":\"left\",\"opacity\":\"1\",\"border-width\":\"0px\",\"border-color\":\"transparent\",\"border-style\":\"none\"}',NULL),(116,'.tp-caption.caption-text1','{\"hover\":\"false\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"line-height\":\"20px\",\"font-weight\":\"400\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 15, 255, 0)\",\"opacity\":\"1\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}',NULL); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` mediumtext NOT NULL, `markup` mediumtext NOT NULL, `settings` mediumtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_settings` -- DROP TABLE IF EXISTS `wp_revslider_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_settings` ( `id` int(9) NOT NULL AUTO_INCREMENT, `general` text COLLATE utf8mb4_unicode_ci NOT NULL, `params` text COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_settings` -- LOCK TABLES `wp_revslider_settings` WRITE; /*!40000 ALTER TABLE `wp_revslider_settings` DISABLE KEYS */; INSERT INTO `wp_revslider_settings` VALUES (1,'a:0:{}',''); /*!40000 ALTER TABLE `wp_revslider_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` mediumtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (2,'home','home','{\"title\":\"home\",\"alias\":\"home\",\"shortcode\":\"[rev_slider home]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_1\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"off\",\"min_height\":\"0\",\"width\":\"1100\",\"height\":\"450\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"next_slide_on_window_focus\":\"off\",\"simplify_ie8_ios4\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":2,\"show_timerbar\":\"hide\",\"loop_slide\":\"loop\",\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"padding\":0,\"background_color\":\"#E9E9E9\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"navigation_style\":\"round\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"solo\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":200,\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":20,\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":20,\"leftarrow_offset_vert\":0,\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":20,\"rightarrow_offset_vert\":0,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"touchenabled\":\"on\",\"swipe_velocity\":75,\"swipe_min_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"start_with_slide\":\"1\",\"first_transition_active\":\"false\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\"}','{\"version\":5}',''),(3,'home-slide','home-slide','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"home-slide\",\"alias\":\"home-slide\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-slide\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}','{\"version\":5}',''),(4,'Slider3','slider3','{\"title\":\"Slider3\",\"alias\":\"slider3\",\"shortcode\":\"[rev_slider home]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_1\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"off\",\"min_height\":\"0\",\"width\":\"1100\",\"height\":\"450\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"next_slide_on_window_focus\":\"off\",\"simplify_ie8_ios4\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":2,\"show_timerbar\":\"hide\",\"loop_slide\":\"loop\",\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"padding\":0,\"background_color\":\"#E9E9E9\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"navigation_style\":\"round\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"solo\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":200,\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":20,\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":20,\"leftarrow_offset_vert\":0,\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":20,\"rightarrow_offset_vert\":0,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"touchenabled\":\"on\",\"swipe_velocity\":75,\"swipe_min_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"start_with_slide\":\"1\",\"first_transition_active\":\"false\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\"}',NULL,''); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` mediumtext NOT NULL, `layers` mediumtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (3,-1,-1,'{\"background_type\":\"trans\",\"title\":\"Slide\",\"state\":\"published\"}','','{\"width\":1240,\"height\":868}'),(4,-1,-1,'{\"background_type\":\"trans\",\"title\":\"Slide\",\"state\":\"published\"}','','{\"width\":1240,\"height\":868}'),(5,-1,-1,'{\"background_type\":\"trans\",\"state\":\"published\",\"title\":\"Slide2\"}','','{\"width\":1240,\"height\":868}'),(6,-1,-1,'{\"background_type\":\"trans\",\"state\":\"published\",\"title\":\"Slideeee\"}','','{\"width\":1240,\"height\":868}'),(7,2,8,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2016\\/03\\/5.jpg\",\"image_id\":\"1270\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[{\"text\":\"JOB OPENINGS\",\"type\":\"text\",\"left\":8,\"top\":140,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":516,\"height\":110,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Roboto\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#444444\",\"font-weight\":\"500\",\"font-size\":\"44px\",\"line-height\":\"50px\",\"font-family\":\"Roboto\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"JOIN US: You\\u2019ll find trust as our core value<br>\\nOur growth strategy is founded on Infinite Possibilities\",\"type\":\"text\",\"left\":9,\"top\":212,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"caption-text\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":410,\"height\":84,\"serial\":\"1\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"<a href=\'http:\\/\\/indianedition.com\\/technocomp\\/\' class=\'btn-bt business\'>Read More<\\/a>\",\"type\":\"text\",\"left\":10,\"top\":314,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_small\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":103,\"height\":23,\"serial\":\"2\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"}]','null'),(8,3,1,'{\"background_type\":\"image\",\"title\":\"Slide\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"47\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2014\\/12\\/shutterstock_155292242-compressed.jpg\"}','[]','\"\"'),(9,3,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"37\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2014\\/12\\/shutterstock_182239871-compressed.jpg\"}','[]','\"\"'),(10,3,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"45\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2014\\/12\\/shutterstock_191434382-compressed.jpg\"}','[]','\"\"'),(11,4,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2014\\/12\\/slide1-compressed1.jpg\",\"image_id\":\"26\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[{\"text\":\"Mobility\",\"type\":\"text\",\"left\":8,\"top\":140,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":516,\"height\":110,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Roboto\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#444444\",\"font-weight\":\"500\",\"font-size\":\"44px\",\"line-height\":\"50px\",\"font-family\":\"Roboto\"}},{\"text\":\"Our work habits have changed Techno-Comp<br> mobility Practice meets enterprise demands\\n\",\"type\":\"text\",\"left\":9,\"top\":212,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_small\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":410,\"height\":84,\"serial\":\"1\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"}},{\"text\":\"<a href=\'http:\\/\\/codeless.co\\/specular\\/join.php\' class=\'btn-bt business\'>Read More<\\/a>\",\"type\":\"text\",\"left\":10,\"top\":314,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_small\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":103,\"height\":23,\"serial\":\"2\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/revslider\\/home\\/man.png\",\"left\":617,\"top\":25,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":354,\"height\":410,\"serial\":\"3\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"353.55844155844153\",\"scaleY\":\"410\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_end\":\"1\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}}]',''),(12,2,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2016\\/03\\/7.jpg\",\"image_id\":\"1265\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\"}','[{\"text\":\"DIGITAL ECONOMY\",\"type\":\"text\",\"left\":8,\"top\":140,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":516,\"height\":110,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Roboto\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#444444\",\"font-weight\":\"500\",\"font-size\":\"44px\",\"line-height\":\"50px\",\"font-family\":\"Roboto\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"Iconic, Interruptive, Innovative Techno-Comp<br> creates far-reaching\\nand competitive return for investments <br>and thought leadership for a\\ndigital economy\",\"type\":\"text\",\"left\":9,\"top\":212,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"caption-text\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":410,\"height\":84,\"serial\":\"1\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"<a href=\'http:\\/\\/indianedition.com\\/technocomp\\/digital-economy-practice\\/\' class=\'btn-bt business\'>Read More<\\/a>\",\"type\":\"text\",\"left\":10,\"top\":314,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_small\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":103,\"height\":23,\"serial\":\"2\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"}]',''),(13,2,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2016\\/03\\/6.jpg\",\"image_id\":\"1271\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\"}','[{\"text\":\"MOBILITY\",\"type\":\"text\",\"left\":8,\"top\":140,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":516,\"height\":110,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Roboto\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#444444\",\"font-weight\":\"500\",\"font-size\":\"44px\",\"line-height\":\"50px\",\"font-family\":\"Roboto\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"Our work habits have changed Techno-Comp mobility<br>\\nPractice meets enterprise demands\",\"type\":\"text\",\"left\":9,\"top\":212,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"caption-text\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":410,\"height\":84,\"serial\":\"1\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"<a href=\'http:\\/\\/indianedition.com\\/technocomp\\/mobility\\/\' class=\'btn-bt business\'>Read More<\\/a>\",\"type\":\"text\",\"left\":10,\"top\":314,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_small\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":103,\"height\":23,\"serial\":\"2\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"}]',''),(15,2,4,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2016\\/03\\/2.jpg\",\"image_id\":\"1267\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\"}','[{\"text\":\"QA COE\",\"type\":\"text\",\"left\":8,\"top\":140,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":516,\"height\":110,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Roboto\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#444444\",\"font-weight\":\"500\",\"font-size\":\"44px\",\"line-height\":\"50px\",\"font-family\":\"Roboto\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"Led from Top and implemented bottom up<br> Techno-Comp QA CoE is a maturity model\",\"type\":\"text\",\"left\":9,\"top\":212,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"caption-text\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":410,\"height\":84,\"serial\":\"1\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"<a href=\'http:\\/\\/indianedition.com\\/technocomp\\/qa-coe\\/\' class=\'btn-bt business\'>Read More<\\/a>\",\"type\":\"text\",\"left\":10,\"top\":314,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_small\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":103,\"height\":23,\"serial\":\"2\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"}]',''),(16,2,6,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2016\\/03\\/8.jpg\",\"image_id\":\"1264\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\"}','[{\"text\":\"PROGRAM MANAGEMENT\",\"type\":\"text\",\"left\":8,\"top\":140,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":516,\"height\":110,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8700,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Roboto\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#444444\",\"font-weight\":\"500\",\"font-size\":\"44px\",\"line-height\":\"50px\",\"font-family\":\"Roboto\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"Risk-control, Reviews, Achieve greater success in<br>\\nProjects documenting experience Every step of the way\",\"type\":\"text\",\"left\":9,\"top\":212,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"caption-text\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":410,\"height\":84,\"serial\":\"1\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8700,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"<a href=\'http:\\/\\/indianedition.com\\/technocomp\\/program-management\\/\' class=\'btn-bt business\'>Read More<\\/a>\",\"type\":\"text\",\"left\":10,\"top\":314,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_small\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":103,\"height\":23,\"serial\":\"2\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"}]',''),(17,2,3,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2016\\/03\\/4.jpg\",\"image_id\":\"1269\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[{\"text\":\"EMERGING TECH\",\"type\":\"text\",\"left\":8,\"top\":140,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":516,\"height\":110,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Roboto\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#444444\",\"font-weight\":\"500\",\"font-size\":\"44px\",\"line-height\":\"50px\",\"font-family\":\"Roboto\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"Beginning with the Internet pace of innovation driven by<br> Creativity in all walks of life are challenging the norm\",\"type\":\"text\",\"left\":9,\"top\":212,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"caption-text1\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":410,\"height\":84,\"serial\":\"1\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"<a href=\'http:\\/\\/indianedition.com\\/technocomp\\/emerging-technologies\\/\' class=\'btn-bt business\'>Read More<\\/a>\",\"type\":\"text\",\"left\":10,\"top\":314,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_small\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":103,\"height\":23,\"serial\":\"2\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"}]',''),(18,2,5,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2016\\/03\\/3.jpg\",\"image_id\":\"1268\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[{\"text\":\"PRODUCTS\",\"type\":\"text\",\"left\":8,\"top\":140,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":516,\"height\":110,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Roboto\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#444444\",\"font-weight\":\"500\",\"font-size\":\"44px\",\"line-height\":\"50px\",\"font-family\":\"Roboto\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"Open Source, Closed Source, Cloud SaaS<br>\\nManaging software is a different ball game today\",\"type\":\"text\",\"left\":9,\"top\":212,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"caption-text1\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":410,\"height\":84,\"serial\":\"1\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"<a href=\'http:\\/\\/indianedition.com\\/technocomp\\/products\\/\' class=\'btn-bt business\'>Read More<\\/a>\",\"type\":\"text\",\"left\":10,\"top\":314,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_small\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":103,\"height\":23,\"serial\":\"2\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"}]',''),(19,2,7,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/uploads\\/2016\\/03\\/1.jpg\",\"image_id\":\"1266\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/indianedition.com\\/technocomp\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[{\"text\":\"RECRUITING\",\"type\":\"text\",\"left\":8,\"top\":140,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":516,\"height\":110,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Roboto\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#444444\",\"font-weight\":\"500\",\"font-size\":\"44px\",\"line-height\":\"50px\",\"font-family\":\"Roboto\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"Shift in power to candidates Current approaches will<br>\\nStop Working Techno-Comp realigns recruitment\",\"type\":\"text\",\"left\":9,\"top\":212,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"caption-text1\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":410,\"height\":84,\"serial\":\"1\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"<a href=\'http:\\/\\/indianedition.com\\/technocomp\\/recruiting\\/\' class=\'btn-bt business\'>Read More<\\/a>\",\"type\":\"text\",\"left\":10,\"top\":314,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_small\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":103,\"height\":23,\"serial\":\"2\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#555555\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"23px\"},\"static_start\":\"1\",\"static_end\":\"2\"}]',''); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` mediumtext NOT NULL, `layers` mediumtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_static_slides` VALUES (2,2,'{\"background_type\":\"trans\"}','',''),(3,4,'{\"background_type\":\"trans\"}','',''); /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (41,1,0),(41,15,0),(44,2,0),(53,5,0),(54,4,0),(55,3,0),(789,6,0),(790,6,0),(791,6,0),(792,8,0),(793,8,0),(794,8,0),(795,8,0),(802,1,0),(805,7,0),(813,13,0),(814,13,0),(824,9,0),(825,9,0),(843,7,0),(844,7,0),(845,7,0),(846,7,0),(849,7,0),(895,7,0),(898,7,0),(906,10,0),(907,10,0),(915,11,0),(916,11,0),(1026,14,0),(1027,14,0),(1028,14,0),(1030,14,0),(1070,7,0),(1113,9,0),(1114,14,0),(1115,1,0),(1129,1,0),(1134,9,0),(1275,14,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,4),(2,2,'portfolio_entries','',0,1),(3,3,'portfolio_entries','',0,1),(4,4,'portfolio_entries','',0,1),(5,5,'portfolio_entries','',0,1),(6,6,'nav_menu','',0,3),(7,7,'nav_menu','',0,9),(8,8,'nav_menu','',0,4),(9,9,'nav_menu','',0,4),(10,10,'slider','',0,2),(11,11,'slider','',0,2),(12,12,'slider','',0,0),(13,13,'slider','',0,2),(14,14,'nav_menu','',0,6),(15,15,'post_format','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Design','design',0),(3,'Logos','logos',0),(4,'Printing','printing',0),(5,'Web','web',0),(6,'top','top',0),(7,'main','main',0),(8,'extranav','extranav',0),(9,'sidebarmenu','sidebarmenu',0),(10,'Mobile','mobile',0),(11,'QA CoE','qa-coe',0),(12,'Recruiting','recruiting',0),(13,'FrontPage','frontpage',0),(14,'footermenu','footermenu',0),(15,'post-format-gallery','post-format-gallery',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','webmaster'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','vc_pointers_frontend_editor,vc_pointers_backend_editor'),(13,1,'show_welcome_panel','0'),(15,1,'wp_dashboard_quick_press_last_post_id','1272'),(16,1,'wp_user-settings','libraryContent=browse&editor=html&posts_list_mode=list&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=272px&edit_element_vcUIPanelTop=81px&align=left&imgsize=full'),(17,1,'wp_user-settings-time','1450999028'),(18,1,'nav_menu_recently_edited','14'),(19,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(20,1,'metaboxhidden_nav-menus','a:7:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";i:2;s:21:\"add-portfolio_entries\";i:3;s:17:\"add-staff_entries\";i:4;s:23:\"add-testimonial_entries\";i:5;s:10:\"add-slider\";i:6;s:15:\"add-faq_entries\";}'),(21,1,'session_tokens','a:1:{s:64:\"8d20d2ca0c514267a2d16a057dede821218d8941e515edca5ed1d1de0ba7f148\";a:4:{s:10:\"expiration\";i:1458321066;s:2:\"ip\";s:15:\"115.111.228.174\";s:2:\"ua\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:41.0) Gecko/20100101 Firefox/41.0\";s:5:\"login\";i:1458148266;}}'),(22,1,'closedpostboxes_dashboard','a:0:{}'),(23,1,'metaboxhidden_dashboard','a:1:{i:0;s:17:\"dashboard_primary\";}'),(24,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:38:\"dashboard_right_now,dashboard_activity\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(25,1,'closedpostboxes_page','a:0:{}'),(26,1,'metaboxhidden_page','a:8:{i:0;s:19:\"wpb_visual_composer\";i:1;s:41:\"redux-cl_redata-metabox-portfolio-options\";i:2;s:12:\"revisionsdiv\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:11:\"commentsdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";}'),(27,1,'layerslider_help_wp_pointer','1'),(28,1,'_liked_posts','a:1:{s:7:\"post-41\";s:2:\"41\";}'),(29,1,'_user_like_count','1'),(30,1,'closedpostboxes_toplevel_page_wpcf7','a:0:{}'),(31,1,'metaboxhidden_toplevel_page_wpcf7','a:0:{}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'webmaster','$P$BC1PYBIjtUgJ7A.YwN6R8iA5mUZIYV.','webmaster','srikanthever4u@gmail.com','','2015-11-06 21:25:26','',0,'webmaster'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'techno_compdb' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2017-01-09 14:18:43