-- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Aug 25, 2022 at 12:45 PM
-- Server version: 10.1.38-MariaDB
-- PHP Version: 5.6.40

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Database: `brightui_wp2`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_commentmeta`
--

INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(4, 4, '_wxr_import_user', '1'),
(5, 5, '_wxr_import_user', '1');

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2019-06-11 10:08:08', '2019-06-11 10:08:08', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', '', 0, 0),
(4, 95, 'startp', 'msakibahmed3s@gmail.com', '', '27.147.234.4', '2019-04-24 10:59:25', '2019-04-24 10:59:25', 'Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', 0, '1', '', '', 0, 0),
(5, 95, 'startp', 'msakibahmed3s@gmail.com', '', '27.147.234.4', '2019-04-24 11:03:08', '2019-04-24 11:03:08', 'Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_mapmarker_api`
--

CREATE TABLE `wp_mapmarker_api` (
  `id` mediumint(9) NOT NULL,
  `apikey` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_mapmarker_api`
--

INSERT INTO `wp_mapmarker_api` (`id`, `apikey`, `language`) VALUES
(1, 'AIzaSyAg-EAP2_MXIVEhAn7EBFcw0CCTt94aF_s', 'en');

-- --------------------------------------------------------

--
-- Table structure for table `wp_mapmarker_marker`
--

CREATE TABLE `wp_mapmarker_marker` (
  `id` mediumint(9) NOT NULL,
  `marker_id` int(11) NOT NULL,
  `titre` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `adresse` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `telephone` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `weblink` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `img_desc_marker` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',
  `img_icon_marker` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',
  `latitude` decimal(10,8) NOT NULL,
  `longitude` decimal(11,8) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_mapmarker_marker`
--

INSERT INTO `wp_mapmarker_marker` (`id`, `marker_id`, `titre`, `description`, `adresse`, `telephone`, `weblink`, `img_desc_marker`, `img_icon_marker`, `latitude`, `longitude`) VALUES
(1, 1, 'BrightUI Technologies', '', '34/1 K.S Arunachalam Street, Saibaba Colony, K.K.Pudur Post, Coimbatore - 641038, Tamil Nadu, India.', '+91422 420 6760', 'http://brightuitechnologies.com', '0', '0', '11.02849400', '76.94949420');

-- --------------------------------------------------------

--
-- Table structure for table `wp_mapmarker_option`
--

CREATE TABLE `wp_mapmarker_option` (
  `id` mediumint(9) NOT NULL,
  `map_id` int(11) NOT NULL,
  `map_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `height_map` int(11) NOT NULL,
  `height_valeur_type` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `width_map` int(11) NOT NULL,
  `width_valeur_type` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `streetview` int(1) NOT NULL,
  `maptype` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `zoom` int(2) NOT NULL,
  `lightbox` int(11) NOT NULL,
  `scrollwheel` int(1) NOT NULL,
  `latitude_initial` decimal(10,8) NOT NULL,
  `longitude_initial` decimal(11,8) NOT NULL,
  `fiels_to_display` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `default_marker_img_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `default_desc_img_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_mapmarker_option`
--

INSERT INTO `wp_mapmarker_option` (`id`, `map_id`, `map_name`, `height_map`, `height_valeur_type`, `width_map`, `width_valeur_type`, `streetview`, `maptype`, `zoom`, `lightbox`, `scrollwheel`, `latitude_initial`, `longitude_initial`, `fiels_to_display`, `default_marker_img_url`, `default_desc_img_url`) VALUES
(1, 1, 'Example map', 500, 'px', 100, '%', 0, 'TERRAIN', 2, 0, 1, '46.43785700', '2.57080100', 'image,titre,adresse,telephone,weblink', '0', '0');

-- --------------------------------------------------------

--
-- Table structure for table `wp_newsletter`
--

CREATE TABLE `wp_newsletter` (
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `token` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `status` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'S',
  `id` int(11) NOT NULL,
  `profile` mediumtext COLLATE utf8mb4_unicode_ci,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated` int(11) NOT NULL DEFAULT '0',
  `last_activity` int(11) NOT NULL DEFAULT '0',
  `followup_step` tinyint(4) NOT NULL DEFAULT '0',
  `followup_time` bigint(20) NOT NULL DEFAULT '0',
  `followup` tinyint(4) NOT NULL DEFAULT '0',
  `surname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sex` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'n',
  `feed_time` bigint(20) NOT NULL DEFAULT '0',
  `feed` tinyint(4) NOT NULL DEFAULT '0',
  `referrer` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `wp_user_id` int(11) NOT NULL DEFAULT '0',
  `http_referer` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `geo` tinyint(4) NOT NULL DEFAULT '0',
  `country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `region` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `bounce_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `bounce_time` int(11) NOT NULL DEFAULT '0',
  `unsub_email_id` int(11) NOT NULL DEFAULT '0',
  `unsub_time` int(11) NOT NULL DEFAULT '0',
  `list_1` tinyint(4) NOT NULL DEFAULT '0',
  `list_2` tinyint(4) NOT NULL DEFAULT '0',
  `list_3` tinyint(4) NOT NULL DEFAULT '0',
  `list_4` tinyint(4) NOT NULL DEFAULT '0',
  `list_5` tinyint(4) NOT NULL DEFAULT '0',
  `list_6` tinyint(4) NOT NULL DEFAULT '0',
  `list_7` tinyint(4) NOT NULL DEFAULT '0',
  `list_8` tinyint(4) NOT NULL DEFAULT '0',
  `list_9` tinyint(4) NOT NULL DEFAULT '0',
  `list_10` tinyint(4) NOT NULL DEFAULT '0',
  `list_11` tinyint(4) NOT NULL DEFAULT '0',
  `list_12` tinyint(4) NOT NULL DEFAULT '0',
  `list_13` tinyint(4) NOT NULL DEFAULT '0',
  `list_14` tinyint(4) NOT NULL DEFAULT '0',
  `list_15` tinyint(4) NOT NULL DEFAULT '0',
  `list_16` tinyint(4) NOT NULL DEFAULT '0',
  `list_17` tinyint(4) NOT NULL DEFAULT '0',
  `list_18` tinyint(4) NOT NULL DEFAULT '0',
  `list_19` tinyint(4) NOT NULL DEFAULT '0',
  `list_20` tinyint(4) NOT NULL DEFAULT '0',
  `list_21` tinyint(4) NOT NULL DEFAULT '0',
  `list_22` tinyint(4) NOT NULL DEFAULT '0',
  `list_23` tinyint(4) NOT NULL DEFAULT '0',
  `list_24` tinyint(4) NOT NULL DEFAULT '0',
  `list_25` tinyint(4) NOT NULL DEFAULT '0',
  `list_26` tinyint(4) NOT NULL DEFAULT '0',
  `list_27` tinyint(4) NOT NULL DEFAULT '0',
  `list_28` tinyint(4) NOT NULL DEFAULT '0',
  `list_29` tinyint(4) NOT NULL DEFAULT '0',
  `list_30` tinyint(4) NOT NULL DEFAULT '0',
  `list_31` tinyint(4) NOT NULL DEFAULT '0',
  `list_32` tinyint(4) NOT NULL DEFAULT '0',
  `list_33` tinyint(4) NOT NULL DEFAULT '0',
  `list_34` tinyint(4) NOT NULL DEFAULT '0',
  `list_35` tinyint(4) NOT NULL DEFAULT '0',
  `list_36` tinyint(4) NOT NULL DEFAULT '0',
  `list_37` tinyint(4) NOT NULL DEFAULT '0',
  `list_38` tinyint(4) NOT NULL DEFAULT '0',
  `list_39` tinyint(4) NOT NULL DEFAULT '0',
  `list_40` tinyint(4) NOT NULL DEFAULT '0',
  `profile_1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_4` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_5` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_6` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_7` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_8` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_9` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_10` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_11` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_12` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_13` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_14` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_15` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_16` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_17` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_18` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_19` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_20` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `test` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_newsletter`
--

INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('', 'balabui2016@gmail.com', '9559fc73b1', '', 'C', 1, NULL, '2019-06-11 10:10:27', 0, 0, 0, 0, 0, '', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 1),
('', 'brightuitesting@gmail.com', 'ad4d19b439', '', 'C', 2, NULL, '2019-07-22 05:56:30', 1563774990, 0, 0, 0, 0, '', 'n', 0, 0, 'page', '106.51.48.137', 0, 'http://dev.brightuitechnologies.com/site/newsletter/', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_newsletter_emails`
--

CREATE TABLE `wp_newsletter_emails` (
  `id` int(11) NOT NULL,
  `language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` longtext COLLATE utf8mb4_unicode_ci,
  `subject2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message2` longtext COLLATE utf8mb4_unicode_ci,
  `name2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` enum('new','sending','sent','paused','error') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'new',
  `total` int(11) NOT NULL DEFAULT '0',
  `last_id` int(11) NOT NULL DEFAULT '0',
  `sent` int(11) NOT NULL DEFAULT '0',
  `track` int(11) NOT NULL DEFAULT '1',
  `list` int(11) NOT NULL DEFAULT '0',
  `type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `query` longtext COLLATE utf8mb4_unicode_ci,
  `editor` tinyint(4) NOT NULL DEFAULT '0',
  `sex` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `theme` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message_text` longtext COLLATE utf8mb4_unicode_ci,
  `preferences` longtext COLLATE utf8mb4_unicode_ci,
  `send_on` int(11) NOT NULL DEFAULT '0',
  `token` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `options` longtext COLLATE utf8mb4_unicode_ci,
  `private` tinyint(1) NOT NULL DEFAULT '0',
  `click_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `version` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `open_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `unsub_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `error_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `stats_time` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `updated` int(10) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_newsletter_sent`
--

CREATE TABLE `wp_newsletter_sent` (
  `email_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `status` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `open` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `time` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `error` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_newsletter_stats`
--

CREATE TABLE `wp_newsletter_stats` (
  `id` int(11) NOT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `email_id` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `link_id` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_newsletter_user_logs`
--

CREATE TABLE `wp_newsletter_user_logs` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `source` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `data` longtext COLLATE utf8mb4_unicode_ci,
  `created` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_newsletter_user_logs`
--

INSERT INTO `wp_newsletter_user_logs` (`id`, `user_id`, `ip`, `source`, `data`, `created`) VALUES
(1, 2, '106.51.48.137', 'subscribe', '{\"status\":\"C\"}', 1563774990);

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) 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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/bui/', 'yes'),
(2, 'home', 'http://localhost/bui/', 'yes'),
(3, 'blogname', 'BrightUI', 'yes'),
(4, 'blogdescription', 'Web and Mobile Software Development', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'brightuitesting@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '0', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:143:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";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:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";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:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";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:40:\"cbxgooglemap/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"cbxgooglemap/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"cbxgooglemap/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"cbxgooglemap/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"cbxgooglemap/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"cbxgooglemap/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"cbxgooglemap/([^/]+)/embed/?$\";s:45:\"index.php?cbxgooglemap=$matches[1]&embed=true\";s:33:\"cbxgooglemap/([^/]+)/trackback/?$\";s:39:\"index.php?cbxgooglemap=$matches[1]&tb=1\";s:41:\"cbxgooglemap/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?cbxgooglemap=$matches[1]&paged=$matches[2]\";s:48:\"cbxgooglemap/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?cbxgooglemap=$matches[1]&cpage=$matches[2]\";s:37:\"cbxgooglemap/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?cbxgooglemap=$matches[1]&page=$matches[2]\";s:29:\"cbxgooglemap/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"cbxgooglemap/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"cbxgooglemap/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"cbxgooglemap/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"cbxgooglemap/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"cbxgooglemap/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_cat=$matches[1]&feed=$matches[2]\";s:52:\"project-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_cat=$matches[1]&feed=$matches[2]\";s:33:\"project-category/([^/]+)/embed/?$\";s:44:\"index.php?project_cat=$matches[1]&embed=true\";s:45:\"project-category/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_cat=$matches[1]&paged=$matches[2]\";s:27:\"project-category/([^/]+)/?$\";s:33:\"index.php?project_cat=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=505&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:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";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:24:\"([^/]+)(?:/([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]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:10:{i:0;s:29:\"cbxgooglemap/cbxgooglemap.php\";i:1;s:43:\"cmb2-field-type-font-awesome/iconselect.php\";i:2;s:13:\"cmb2/init.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:32:\"duplicate-page/duplicatepage.php\";i:5;s:39:\"google-typography/google-typography.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:21:\"newsletter/plugin.php\";i:8;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:9;s:39:\"startnext-toolkit/startnext-toolkit.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:2:{i:0;s:73:\"/home/brightui/public_html/dev/site/wp-content/themes/startnext/style.css\";i:1;s:0:\"\";}', 'no'),
(40, 'template', 'startnext', 'yes'),
(41, 'stylesheet', 'startnext', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '43764', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '0', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:5:{i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:346:\"<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/BUI-logo-300x103.png\" alt=\"\" width=\"300\" height=\"103\" class=\"alignnone size-medium wp-image-510\" />\r\nCompanies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:2;a:4:{s:5:\"title\";s:14:\"Office Address\";s:4:\"text\";s:241:\"<ul class=\"footer-contact-info\">\r\n 	<li><i data-feather=\"map-pin\"></i>BrightUI Technologies,</li>\r\n 	<li>34/1 K.S Arunachalam Street,</li>\r\n 	<li>Saibaba Colony, K.K.Pudur Post,</li>\r\n 	<li>Coimbatore - 641038, Tamil Nadu, India.</li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:15:\"Contact Details\";s:4:\"text\";s:339:\"<ul class=\"footer-contact-info\">\r\n 	<li><i data-feather=\"mail\"></i> Email: <a href=\"mailto:info@brightuitechnologies.com\">info@brightuitechnologies.com</a></li>\r\n 	<li><i data-feather=\"phone-call\"></i> Desk: <a href=\"#\">+91422 420 6760 </a></li>\r\n 	<li><i data-feather=\"phone-call\"></i> Mobile: <a href=\"#\">+91979 044 9773 </a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:521:\"<ul class=\"social-media-footer\">\r\n<li><a class=\"guru__block guru__block--soc\" target=\"_blank\" href=\"https://www.facebook.com/brightui\"><i class=\"fa fa-facebook\"></i> </a></li> \r\n<li><a class=\"guru__block guru__block--soc\" target=\"_blank\" href=\"https://plus.google.com/112630507458490750775\"><i class=\"fa fa-fw fa-google-plus\"></i></a></li> \r\n<li><a class=\"guru__block guru__block--soc\" target=\"_blank\" href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\"><i class=\"fa fa-fw fa-linkedin\"></i></a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '505', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '347', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '0', 'yes'),
(93, 'initial_db_version', '43764', 'yes'),
(94, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(95, 'fresh_site', '0', 'yes'),
(96, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_recent-posts', 'a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, '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'),
(99, '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'),
(100, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:9:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:14:\"recent-posts-3\";i:7;s:12:\"categories-3\";i:8;s:11:\"tag_cloud-1\";}s:10:\"footer-one\";a:1:{i:0;s:6:\"text-1\";}s:10:\"footer-two\";a:1:{i:0;s:10:\"nav_menu-1\";}s:12:\"footer-three\";a:1:{i:0;s:6:\"text-2\";}s:11:\"footer-four\";a:2:{i:0;s:6:\"text-3\";i:1;s:6:\"text-4\";}s:13:\"array_version\";i:3;}', 'yes'),
(102, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_tag_cloud', 'a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_nav_menu', 'a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Company\";s:8:\"nav_menu\";s:2:\"17\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'cron', 'a:8:{i:1661424405;a:1:{s:10:\"newsletter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"newsletter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1661425689;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1661465289;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:1661496194;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;}}}i:1661508505;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:1661508506;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1661508645;a:1:{s:29:\"newsletter_extension_versions\";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'),
(112, 'theme_mods_twentynineteen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1560247709;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'),
(124, 'can_compress_scripts', '1', 'no'),
(138, 'current_theme', 'StartNext - shared on themelock.com', 'yes'),
(139, 'theme_mods_startnext', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:20;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:680;}', 'yes'),
(140, 'theme_switched', '', 'yes'),
(144, 'wpcf7', 'a:3:{s:7:\"version\";s:5:\"5.1.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1560247809;s:7:\"version\";s:5:\"5.1.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LezF64UAAAAAEJhGLm3VtwSkfe1HxRmzy612kqQ\";s:40:\"6LezF64UAAAAAIMjxfPE5EtJ3ICsvQJjHD2pIdnE\";}}', 'yes'),
(147, 'newsletter_logger_secret', '215276b5', 'yes'),
(149, 'newsletter_main_first_install_time', '1560247810', 'no'),
(150, 'newsletter_main', 'a:36:{s:11:\"return_path\";b:0;s:8:\"reply_to\";b:0;s:12:\"sender_email\";s:25:\"brightuitesting@gmail.com\";s:11:\"sender_name\";s:6:\"bui-wp\";s:6:\"editor\";s:1:\"0\";s:13:\"scheduler_max\";s:3:\"100\";s:9:\"phpmailer\";s:1:\"0\";s:5:\"debug\";s:1:\"0\";s:5:\"track\";s:1:\"1\";s:3:\"css\";s:0:\"\";s:12:\"css_disabled\";s:1:\"0\";s:2:\"ip\";s:0:\"\";s:4:\"page\";s:1:\"6\";s:19:\"disable_cron_notice\";i:0;s:13:\"do_shortcodes\";i:0;s:11:\"header_logo\";s:0:\"\";s:12:\"header_title\";s:6:\"bui-wp\";s:10:\"header_sub\";s:27:\"Just another WordPress site\";s:12:\"footer_title\";s:0:\"\";s:14:\"footer_contact\";s:0:\"\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:12:\"contract_key\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:25:\"content_transfer_encoding\";s:0:\"\";}', 'yes'),
(151, 'newsletter_main_info', 'a:18:{s:11:\"header_logo\";a:1:{s:2:\"id\";i:0;}s:12:\"header_title\";s:6:\"bui-wp\";s:10:\"header_sub\";s:27:\"Just another WordPress site\";s:12:\"footer_title\";s:0:\"\";s:14:\"footer_contact\";s:0:\"\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";}', 'yes'),
(152, 'newsletter_main_smtp', 'a:7:{s:7:\"enabled\";i:0;s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"port\";i:25;s:6:\"secure\";s:0:\"\";s:12:\"ssl_insecure\";i:0;}', 'yes'),
(153, 'newsletter_main_version', '1.6.7', 'yes'),
(154, 'newsletter_subscription_first_install_time', '1560247811', 'no'),
(155, 'newsletter', 'a:20:{s:14:\"noconfirmation\";i:1;s:12:\"notify_email\";s:21:\"balabui2016@gmail.com\";s:8:\"multiple\";i:1;s:6:\"notify\";i:0;s:10:\"error_text\";s:102:\"<p>You cannot subscribe with the email address you entered, please contact the site administrator.</p>\";s:17:\"subscription_text\";s:19:\"{subscription_form}\";s:17:\"confirmation_text\";s:104:\"<p>A confirmation email is on the way. Follow the instructions and check the spam folder. Thank you.</p>\";s:20:\"confirmation_subject\";s:32:\"Please confirm your subscription\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:94:\"<p>Please confirm your subscription <a href=\"{subscription_confirm_url}\">clicking here</a></p>\";s:14:\"confirmed_text\";s:43:\"<p>Your subscription has been confirmed</p>\";s:17:\"confirmed_subject\";s:7:\"Welcome\";s:17:\"confirmed_message\";s:130:\"<p>This message confirms your subscription to our newsletter. Thank you!</p><hr><p><a href=\"{profile_url}\">Change your profile</p>\";s:18:\"confirmed_tracking\";s:0:\"\";s:9:\"antiflood\";i:10;s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}s:12:\"domain_check\";i:0;s:7:\"akismet\";i:0;s:7:\"captcha\";i:0;}', 'yes'),
(156, 'newsletter_subscription_lists', 'a:240:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:14:\"list_1_checked\";i:0;s:13:\"list_1_forced\";i:0;s:19:\"list_1_subscription\";i:0;s:14:\"list_1_profile\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:14:\"list_2_checked\";i:0;s:13:\"list_2_forced\";i:0;s:19:\"list_2_subscription\";i:0;s:14:\"list_2_profile\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:14:\"list_3_checked\";i:0;s:13:\"list_3_forced\";i:0;s:19:\"list_3_subscription\";i:0;s:14:\"list_3_profile\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:14:\"list_4_checked\";i:0;s:13:\"list_4_forced\";i:0;s:19:\"list_4_subscription\";i:0;s:14:\"list_4_profile\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:14:\"list_5_checked\";i:0;s:13:\"list_5_forced\";i:0;s:19:\"list_5_subscription\";i:0;s:14:\"list_5_profile\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:14:\"list_6_checked\";i:0;s:13:\"list_6_forced\";i:0;s:19:\"list_6_subscription\";i:0;s:14:\"list_6_profile\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:14:\"list_7_checked\";i:0;s:13:\"list_7_forced\";i:0;s:19:\"list_7_subscription\";i:0;s:14:\"list_7_profile\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:14:\"list_8_checked\";i:0;s:13:\"list_8_forced\";i:0;s:19:\"list_8_subscription\";i:0;s:14:\"list_8_profile\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:14:\"list_9_checked\";i:0;s:13:\"list_9_forced\";i:0;s:19:\"list_9_subscription\";i:0;s:14:\"list_9_profile\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:15:\"list_10_checked\";i:0;s:14:\"list_10_forced\";i:0;s:20:\"list_10_subscription\";i:0;s:15:\"list_10_profile\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:15:\"list_11_checked\";i:0;s:14:\"list_11_forced\";i:0;s:20:\"list_11_subscription\";i:0;s:15:\"list_11_profile\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:15:\"list_12_checked\";i:0;s:14:\"list_12_forced\";i:0;s:20:\"list_12_subscription\";i:0;s:15:\"list_12_profile\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:15:\"list_13_checked\";i:0;s:14:\"list_13_forced\";i:0;s:20:\"list_13_subscription\";i:0;s:15:\"list_13_profile\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:15:\"list_14_checked\";i:0;s:14:\"list_14_forced\";i:0;s:20:\"list_14_subscription\";i:0;s:15:\"list_14_profile\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:15:\"list_15_checked\";i:0;s:14:\"list_15_forced\";i:0;s:20:\"list_15_subscription\";i:0;s:15:\"list_15_profile\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:15:\"list_16_checked\";i:0;s:14:\"list_16_forced\";i:0;s:20:\"list_16_subscription\";i:0;s:15:\"list_16_profile\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:15:\"list_17_checked\";i:0;s:14:\"list_17_forced\";i:0;s:20:\"list_17_subscription\";i:0;s:15:\"list_17_profile\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:15:\"list_18_checked\";i:0;s:14:\"list_18_forced\";i:0;s:20:\"list_18_subscription\";i:0;s:15:\"list_18_profile\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:15:\"list_19_checked\";i:0;s:14:\"list_19_forced\";i:0;s:20:\"list_19_subscription\";i:0;s:15:\"list_19_profile\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:15:\"list_20_checked\";i:0;s:14:\"list_20_forced\";i:0;s:20:\"list_20_subscription\";i:0;s:15:\"list_20_profile\";i:0;s:7:\"list_21\";s:0:\"\";s:14:\"list_21_status\";i:0;s:15:\"list_21_checked\";i:0;s:14:\"list_21_forced\";i:0;s:20:\"list_21_subscription\";i:0;s:15:\"list_21_profile\";i:0;s:7:\"list_22\";s:0:\"\";s:14:\"list_22_status\";i:0;s:15:\"list_22_checked\";i:0;s:14:\"list_22_forced\";i:0;s:20:\"list_22_subscription\";i:0;s:15:\"list_22_profile\";i:0;s:7:\"list_23\";s:0:\"\";s:14:\"list_23_status\";i:0;s:15:\"list_23_checked\";i:0;s:14:\"list_23_forced\";i:0;s:20:\"list_23_subscription\";i:0;s:15:\"list_23_profile\";i:0;s:7:\"list_24\";s:0:\"\";s:14:\"list_24_status\";i:0;s:15:\"list_24_checked\";i:0;s:14:\"list_24_forced\";i:0;s:20:\"list_24_subscription\";i:0;s:15:\"list_24_profile\";i:0;s:7:\"list_25\";s:0:\"\";s:14:\"list_25_status\";i:0;s:15:\"list_25_checked\";i:0;s:14:\"list_25_forced\";i:0;s:20:\"list_25_subscription\";i:0;s:15:\"list_25_profile\";i:0;s:7:\"list_26\";s:0:\"\";s:14:\"list_26_status\";i:0;s:15:\"list_26_checked\";i:0;s:14:\"list_26_forced\";i:0;s:20:\"list_26_subscription\";i:0;s:15:\"list_26_profile\";i:0;s:7:\"list_27\";s:0:\"\";s:14:\"list_27_status\";i:0;s:15:\"list_27_checked\";i:0;s:14:\"list_27_forced\";i:0;s:20:\"list_27_subscription\";i:0;s:15:\"list_27_profile\";i:0;s:7:\"list_28\";s:0:\"\";s:14:\"list_28_status\";i:0;s:15:\"list_28_checked\";i:0;s:14:\"list_28_forced\";i:0;s:20:\"list_28_subscription\";i:0;s:15:\"list_28_profile\";i:0;s:7:\"list_29\";s:0:\"\";s:14:\"list_29_status\";i:0;s:15:\"list_29_checked\";i:0;s:14:\"list_29_forced\";i:0;s:20:\"list_29_subscription\";i:0;s:15:\"list_29_profile\";i:0;s:7:\"list_30\";s:0:\"\";s:14:\"list_30_status\";i:0;s:15:\"list_30_checked\";i:0;s:14:\"list_30_forced\";i:0;s:20:\"list_30_subscription\";i:0;s:15:\"list_30_profile\";i:0;s:7:\"list_31\";s:0:\"\";s:14:\"list_31_status\";i:0;s:15:\"list_31_checked\";i:0;s:14:\"list_31_forced\";i:0;s:20:\"list_31_subscription\";i:0;s:15:\"list_31_profile\";i:0;s:7:\"list_32\";s:0:\"\";s:14:\"list_32_status\";i:0;s:15:\"list_32_checked\";i:0;s:14:\"list_32_forced\";i:0;s:20:\"list_32_subscription\";i:0;s:15:\"list_32_profile\";i:0;s:7:\"list_33\";s:0:\"\";s:14:\"list_33_status\";i:0;s:15:\"list_33_checked\";i:0;s:14:\"list_33_forced\";i:0;s:20:\"list_33_subscription\";i:0;s:15:\"list_33_profile\";i:0;s:7:\"list_34\";s:0:\"\";s:14:\"list_34_status\";i:0;s:15:\"list_34_checked\";i:0;s:14:\"list_34_forced\";i:0;s:20:\"list_34_subscription\";i:0;s:15:\"list_34_profile\";i:0;s:7:\"list_35\";s:0:\"\";s:14:\"list_35_status\";i:0;s:15:\"list_35_checked\";i:0;s:14:\"list_35_forced\";i:0;s:20:\"list_35_subscription\";i:0;s:15:\"list_35_profile\";i:0;s:7:\"list_36\";s:0:\"\";s:14:\"list_36_status\";i:0;s:15:\"list_36_checked\";i:0;s:14:\"list_36_forced\";i:0;s:20:\"list_36_subscription\";i:0;s:15:\"list_36_profile\";i:0;s:7:\"list_37\";s:0:\"\";s:14:\"list_37_status\";i:0;s:15:\"list_37_checked\";i:0;s:14:\"list_37_forced\";i:0;s:20:\"list_37_subscription\";i:0;s:15:\"list_37_profile\";i:0;s:7:\"list_38\";s:0:\"\";s:14:\"list_38_status\";i:0;s:15:\"list_38_checked\";i:0;s:14:\"list_38_forced\";i:0;s:20:\"list_38_subscription\";i:0;s:15:\"list_38_profile\";i:0;s:7:\"list_39\";s:0:\"\";s:14:\"list_39_status\";i:0;s:15:\"list_39_checked\";i:0;s:14:\"list_39_forced\";i:0;s:20:\"list_39_subscription\";i:0;s:15:\"list_39_profile\";i:0;s:7:\"list_40\";s:0:\"\";s:14:\"list_40_status\";i:0;s:15:\"list_40_checked\";i:0;s:14:\"list_40_forced\";i:0;s:20:\"list_40_subscription\";i:0;s:15:\"list_40_profile\";i:0;}', 'yes'),
(157, 'newsletter_subscription_template', 'a:1:{s:8:\"template\";s:2359:\"<!DOCTYPE html>\n<html>\n    <head>\n        <!-- General styles, not used by all email clients -->\n        <style type=\"text/css\" media=\"all\">\n            a {\n                text-decoration: none;\n                color: #0088cc;\n            }\n            hr {\n                border-top: 1px solid #999;\n            }\n        </style>\n    </head>\n\n    <!-- KEEP THE LAYOUT SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n    <body style=\"margin: 0; padding: 0;\">\n\n        <!-- Top title with dark background -->\n        <table style=\"background-color: #444; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n            <tr>\n                <td style=\"padding: 20px; text-align: center; font-family: sans-serif; color: #fff; font-size: 28px\">\n                    {blog_title}\n                </td>\n            </tr>\n        </table>\n\n        <!-- Main table 100% wide with background color #eee -->    \n        <table style=\"background-color: #eee; width: 100%;\">\n            <tr>\n                <td align=\"center\" style=\"padding: 15px;\">\n\n                    <!-- Content table with backgdound color #fff, width 500px -->\n                    <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n                        <tr>\n                            <td style=\"padding: 15px; color: #333; font-size: 16px; font-family: sans-serif\">\n                                <!-- The {message} tag is replaced with one of confirmation, welcome or goodbye messages -->\n                                <!-- Messages content can be configured on Newsletter List Building panels --> \n\n                                {message}\n\n                                <hr>\n                                <!-- Signature if not already added to single messages (surround with <p>) -->\n                                <p>\n                                    <small>\n                                        <a href=\"{blog_url}\">{blog_url}</a><br>\n                                        {company_name}<br>\n                                        {company_address}\n                                    </small>\n                                </p>\n                                \n\n                            </td>\n                        </tr>\n                    </table>\n\n                </td>\n            </tr>\n        </table>\n\n    </body>\n</html>\";}', 'yes'),
(158, 'newsletter_profile', 'a:183:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:28:\"Email address is not correct\";s:4:\"name\";s:23:\"First name or full name\";s:11:\"name_status\";i:2;s:10:\"name_rules\";i:0;s:7:\"surname\";s:9:\"Last name\";s:14:\"surname_status\";i:0;s:10:\"sex_status\";i:0;s:3:\"sex\";s:3:\"I\'m\";s:7:\"privacy\";s:44:\"By continuing, you accept the privacy policy\";s:14:\"privacy_status\";i:0;s:11:\"privacy_url\";s:0:\"\";s:18:\"privacy_use_wp_url\";i:0;s:9:\"subscribe\";s:9:\"Subscribe\";s:12:\"title_female\";s:3:\"Ms.\";s:10:\"title_male\";s:3:\"Mr.\";s:10:\"title_none\";s:4:\"Dear\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:13:\"Not specified\";s:16:\"profile_1_status\";i:0;s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";i:0;s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";i:0;s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";i:0;s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";i:0;s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";i:0;s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";i:0;s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";i:0;s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";i:0;s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";i:0;s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";i:0;s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";i:0;s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";i:0;s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";i:0;s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";i:0;s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";i:0;s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";i:0;s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";i:0;s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";i:0;s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";i:0;s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";i:0;s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";i:0;s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";i:0;s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";i:0;s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";i:0;s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";i:0;s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";i:0;s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";i:0;s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";i:0;s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";i:0;s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";i:0;s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";i:0;s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";i:0;s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";i:0;s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";i:0;s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";i:0;s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";i:0;s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";i:0;s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";i:0;s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";i:0;s:18:\"profile_20_options\";s:0:\"\";s:10:\"name_error\";s:16:\"Name is required\";s:13:\"surname_error\";s:21:\"Last name is required\";s:13:\"privacy_error\";s:34:\"You must accept the privacy policy\";s:13:\"list_1_forced\";i:0;s:13:\"list_2_forced\";i:0;s:13:\"list_3_forced\";i:0;s:13:\"list_4_forced\";i:0;s:13:\"list_5_forced\";i:0;s:13:\"list_6_forced\";i:0;s:13:\"list_7_forced\";i:0;s:13:\"list_8_forced\";i:0;s:13:\"list_9_forced\";i:0;s:14:\"list_10_forced\";i:0;s:14:\"list_11_forced\";i:0;s:14:\"list_12_forced\";i:0;s:14:\"list_13_forced\";i:0;s:14:\"list_14_forced\";i:0;s:14:\"list_15_forced\";i:0;s:14:\"list_16_forced\";i:0;s:14:\"list_17_forced\";i:0;s:14:\"list_18_forced\";i:0;s:14:\"list_19_forced\";i:0;s:14:\"list_20_forced\";i:0;s:14:\"list_21_forced\";i:0;s:14:\"list_22_forced\";i:0;s:14:\"list_23_forced\";i:0;s:14:\"list_24_forced\";i:0;s:14:\"list_25_forced\";i:0;s:14:\"list_26_forced\";i:0;s:14:\"list_27_forced\";i:0;s:14:\"list_28_forced\";i:0;s:14:\"list_29_forced\";i:0;s:14:\"list_30_forced\";i:0;s:14:\"list_31_forced\";i:0;s:14:\"list_32_forced\";i:0;s:14:\"list_33_forced\";i:0;s:14:\"list_34_forced\";i:0;s:14:\"list_35_forced\";i:0;s:14:\"list_36_forced\";i:0;s:14:\"list_37_forced\";i:0;s:14:\"list_38_forced\";i:0;s:14:\"list_39_forced\";i:0;s:14:\"list_40_forced\";i:0;}', 'yes'),
(159, 'newsletter_subscription_version', '2.2.7', 'yes'),
(160, 'newsletter_unsubscription_first_install_time', '1560247812', 'no'),
(161, 'newsletter_unsubscription', 'a:6:{s:16:\"unsubscribe_text\";s:103:\"<p>Please confirm you want to unsubscribe <a href=\"{unsubscription_confirm_url}\">clicking here</a>.</p>\";s:10:\"error_text\";s:99:\"<p>Subscriber not found, it probably has already been removed. No further actions are required.</p>\";s:17:\"unsubscribed_text\";s:124:\"<p>Your subscription has been deleted. If that was an error you can <a href=\"{reactivate_url}\">subscribe again here</a>.</p>\";s:20:\"unsubscribed_subject\";s:7:\"Goodbye\";s:20:\"unsubscribed_message\";s:87:\"<p>This message confirms that you have unsubscribed from our newsletter. Thank you.</p>\";s:16:\"reactivated_text\";s:46:\"<p>Your subscription has been reactivated.</p>\";}', 'yes'),
(162, 'newsletter_unsubscription_version', '1.0.3', 'yes'),
(163, 'newsletter_profile_first_install_time', '1560247813', 'no'),
(164, 'newsletter_profile_main', 'a:8:{s:4:\"text\";s:188:\"{profile_form}\n    <p>If you change your email address, a confirmation email will be sent to activate it.</p>\n    <p><a href=\"{unsubscription_confirm_url}\">Cancel your subscription</a></p>\";s:13:\"email_changed\";s:81:\"Your email has been changed, an activation email has been sent with instructions.\";s:5:\"error\";s:42:\"Your email is not valid or already in use.\";s:10:\"save_label\";s:4:\"Save\";s:13:\"privacy_label\";s:21:\"Read our privacy note\";s:5:\"saved\";s:14:\"Profile saved.\";s:18:\"export_newsletters\";i:0;s:3:\"url\";s:0:\"\";}', 'yes'),
(165, 'newsletter_profile_version', '1.1.0', 'yes'),
(166, 'newsletter_emails_first_install_time', '1560247813', 'no'),
(167, 'newsletter_emails', 'a:1:{s:5:\"theme\";s:7:\"default\";}', 'yes'),
(168, 'newsletter_emails_theme_default', 'a:0:{}', 'no'),
(169, 'newsletter_emails_version', '1.1.5', 'yes'),
(170, 'newsletter_users_first_install_time', '1560247813', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(171, 'newsletter_users', 'a:0:{}', 'yes'),
(172, 'newsletter_users_version', '1.3.0', 'yes'),
(173, 'newsletter_statistics_first_install_time', '1560247813', 'no'),
(174, 'newsletter_statistics', 'a:1:{s:3:\"key\";s:32:\"b4a188ef69af38dfac4f42e9d17579a8\";}', 'yes'),
(175, 'newsletter_statistics_version', '1.2.8', 'yes'),
(176, 'newsletter_install_time', '1560247815', 'no'),
(177, 'recently_activated', 'a:0:{}', 'yes'),
(178, 'widget_newsletterwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(179, 'widget_newsletterwidgetminimal', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(180, 'vc_version', '5.6', 'yes'),
(181, 'newsletter_page', '6', 'no'),
(183, 'newsletter_diagnostic_cron_calls', 'a:100:{i:0;i:1563453992;i:1;i:1563454352;i:2;i:1563454592;i:3;i:1563513681;i:4;i:1563514099;i:5;i:1563514355;i:6;i:1563514568;i:7;i:1563514848;i:8;i:1563515235;i:9;i:1563515455;i:10;i:1563515768;i:11;i:1563516080;i:12;i:1563516351;i:13;i:1563516507;i:14;i:1563516685;i:15;i:1563516980;i:16;i:1563517287;i:17;i:1563517583;i:18;i:1563517886;i:19;i:1563518187;i:20;i:1563518475;i:21;i:1563518606;i:22;i:1563518788;i:23;i:1563519086;i:24;i:1563519391;i:25;i:1563519685;i:26;i:1563519993;i:27;i:1563520113;i:28;i:1563520286;i:29;i:1563520594;i:30;i:1563520886;i:31;i:1563521199;i:32;i:1563521486;i:33;i:1563521798;i:34;i:1563522080;i:35;i:1563522398;i:36;i:1563522686;i:37;i:1563523004;i:38;i:1563523246;i:39;i:1563523608;i:40;i:1563523728;i:41;i:1563523849;i:42;i:1563524212;i:43;i:1563524454;i:44;i:1563524817;i:45;i:1563525059;i:46;i:1563525414;i:47;i:1563525661;i:48;i:1563526024;i:49;i:1563526264;i:50;i:1563526558;i:51;i:1563526869;i:52;i:1563527213;i:53;i:1563527351;i:54;i:1563527471;i:55;i:1563527764;i:56;i:1563528076;i:57;i:1563528346;i:58;i:1563528679;i:59;i:1563529039;i:60;i:1563529279;i:61;i:1563529555;i:62;i:1563529885;i:63;i:1563530174;i:64;i:1563530466;i:65;i:1563542483;i:66;i:1563542883;i:67;i:1563766660;i:68;i:1563774235;i:69;i:1563774365;i:70;i:1563774668;i:71;i:1563774948;i:72;i:1563775249;i:73;i:1563775566;i:74;i:1563775696;i:75;i:1563775711;i:76;i:1563775725;i:77;i:1563775764;i:78;i:1563775780;i:79;i:1563775849;i:80;i:1563776155;i:81;i:1563776447;i:82;i:1563776772;i:83;i:1563777059;i:84;i:1563777347;i:85;i:1563777658;i:86;i:1563777806;i:87;i:1563777945;i:88;i:1563778257;i:89;i:1563778552;i:90;i:1563778882;i:91;i:1632219565;i:92;i:1661408699;i:93;i:1661408943;i:94;i:1661423028;i:95;i:1661423153;i:96;i:1661423446;i:97;i:1661423510;i:98;i:1661423845;i:99;i:1661424118;}', 'no'),
(184, 'newsletter_diagnostic_cron_data', 'a:3:{s:4:\"mean\";d:979701.93999999994;s:3:\"max\";i:68440683;s:3:\"min\";i:14;}', 'no'),
(189, 'category_children', 'a:0:{}', 'yes'),
(192, 'nav_menus_created_posts', 'a:0:{}', 'yes'),
(218, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(238, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:25:\"brightuitesting@gmail.com\";s:7:\"version\";s:6:\"5.0.16\";s:9:\"timestamp\";i:1661423050;}', 'no'),
(322, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(349, 'license_key_token', '1560829500|TJBFforck2zmC2mjmOFM', 'yes'),
(1058, 'duplicate_page_options', 'a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}', 'yes'),
(2180, 'project_cat_children', 'a:0:{}', 'yes'),
(2646, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1661423491;s:7:\"checked\";a:1:{s:9:\"startnext\";s:5:\"1.3.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(2744, 'startnext_main_options', 'a:2:{s:11:\"theme_color\";s:7:\"default\";s:14:\"copyright_text\";s:59:\"Copyright @2019 Bright UI Technologies. All rights reserved\";}', 'yes'),
(3432, 'map_multi_marker_add_table_2_1', '1', 'yes'),
(3433, 'map_multi_marker_add_table_2_2', '1', 'yes'),
(3434, 'map_multi_marker_add_table_2_3', '1', 'yes'),
(3435, 'map_multi_marker_add_table_2_4', '1', 'yes'),
(3436, 'map_multi_marker_add_table_2_9', '1', 'yes'),
(3437, 'map_multi_marker_version', '3.1.9', 'yes'),
(3491, 'flexible_map', 'a:3:{s:6:\"apiKey\";s:39:\"AIzaSyAg-EAP2_MXIVEhAn7EBFcw0CCTt94aF_s\";s:12:\"apiServerKey\";s:0:\"\";s:5:\"noAPI\";b:0;}', 'yes'),
(3504, 'wpgmza_global_settings', '{\"wpgmza_google_maps_api_key\":\"AIzaSyAg-EAP2_MXIVEhAn7EBFcw0CCTt94aF_s\",\"engine\":\"google-maps\",\"google_maps_api_key\":false,\"default_marker_icon\":\"\\/\\/maps.gstatic.com\\/mapfiles\\/api-3\\/images\\/spotlight-poi2.png\",\"wpgmza_gdpr_default_notice\":\"<p>\\r\\n\\tI agree for my personal data to be processed by <span name=\\\"wpgmza_gdpr_company_name\\\"><\\/span>, for the purpose(s) of <span name=\\\"wpgmza_gdpr_retention_purpose\\\"><\\/span>.\\r\\n<\\/p>\\r\\n\\r\\n<p>\\t\\r\\n\\tI agree for my personal data, provided via map API calls, to be processed by the API provider, for the purposes of geocoding (converting addresses to coordinates), reverse geocoding and\\tgenerating directions.\\r\\n<\\/p>\\r\\n<p>\\r\\n\\tSome visual components of WP Google Maps use 3rd party libraries which are loaded over the network. At present the libraries are Google Maps, Open Street Map, jQuery DataTables and FontAwesome. When loading resources over a network, the 3rd party server will receive your IP address and User Agent string amongst other details. Please refer to the Privacy Policy of the respective libraries for details on how they use data and the process to exercise your rights under the GDPR regulations.\\r\\n<\\/p>\\r\\n<p>\\r\\n\\tWP Google Maps uses jQuery DataTables to display sortable, searchable tables, such as that seen in the Advanced Marker Listing and on the Map Edit Page. jQuery DataTables in certain circumstances uses a cookie to save and later recall the \\\"state\\\" of a given table - that is, the search term, sort column and order and current page. This data is held in local storage and retained until this is cleared manually. No libraries used by WP Google Maps transmit this information.\\r\\n<\\/p>\\r\\n<p>\\r\\n\\tPlease <a href=\\\"https:\\/\\/developers.google.com\\/maps\\/terms\\\">see here<\\/a> and <a href=\\\"https:\\/\\/maps.google.com\\/help\\/terms_maps.html\\\">here<\\/a> for Google\'s terms. Please also see <a href=\\\"https:\\/\\/policies.google.com\\/privacy?hl=en-GB&amp;gl=uk\\\">Google\'s Privacy Policy<\\/a>. We do not send the API provider any personally identifying information, or information that could uniquely identify your device.\\r\\n<\\/p>\\r\\n<p>\\r\\n\\tWhere this notice is displayed in place of a map, agreeing to this notice will store a cookie recording your agreement so you are not prompted again.\\r\\n<\\/p>\",\"wpgmza_gdpr_company_name\":\"BrightUI\",\"wpgmza_gdpr_retention_purpose\":\"displaying map tiles, geocoding addresses and calculating and display directions.\",\"wpgmza_settings_marker_pull\":\"0\",\"wpgmza_gdpr_notice_override_text\":\"\",\"wpgmza_load_engine_api_condition\":\"where-required\",\"wpgmza_always_include_engine_api_on_pages\":\"\",\"wpgmza_always_exclude_engine_api_on_pages\":\"\",\"use_fontawesome\":\"4.*\",\"wpgmza_maps_engine\":\"google-maps\",\"wpgmza_settings_map_open_marker_by\":\"1\",\"wpgmza_custom_css\":\"\",\"wpgmza_custom_js\":\"\",\"wpgmza_settings_access_level\":\"manage_options\",\"wpgmza_store_locator_radii\":\"1,5,10,25,50,75,100,150,200,300\"}', 'yes'),
(3505, 'WPGMZA_OTHER_SETTINGS', 'a:19:{s:26:\"wpgmza_google_maps_api_key\";s:39:\"AIzaSyAg-EAP2_MXIVEhAn7EBFcw0CCTt94aF_s\";s:6:\"engine\";s:11:\"google-maps\";s:19:\"google_maps_api_key\";b:0;s:19:\"default_marker_icon\";s:59:\"//maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2.png\";s:26:\"wpgmza_gdpr_default_notice\";s:1972:\"<p>\r\n	I agree for my personal data to be processed by <span name=\"wpgmza_gdpr_company_name\"></span>, for the purpose(s) of <span name=\"wpgmza_gdpr_retention_purpose\"></span>.\r\n</p>\r\n\r\n<p>	\r\n	I agree for my personal data, provided via map API calls, to be processed by the API provider, for the purposes of geocoding (converting addresses to coordinates), reverse geocoding and	generating directions.\r\n</p>\r\n<p>\r\n	Some visual components of WP Google Maps use 3rd party libraries which are loaded over the network. At present the libraries are Google Maps, Open Street Map, jQuery DataTables and FontAwesome. When loading resources over a network, the 3rd party server will receive your IP address and User Agent string amongst other details. Please refer to the Privacy Policy of the respective libraries for details on how they use data and the process to exercise your rights under the GDPR regulations.\r\n</p>\r\n<p>\r\n	WP Google Maps uses jQuery DataTables to display sortable, searchable tables, such as that seen in the Advanced Marker Listing and on the Map Edit Page. jQuery DataTables in certain circumstances uses a cookie to save and later recall the \"state\" of a given table - that is, the search term, sort column and order and current page. This data is held in local storage and retained until this is cleared manually. No libraries used by WP Google Maps transmit this information.\r\n</p>\r\n<p>\r\n	Please <a href=\"https://developers.google.com/maps/terms\">see here</a> and <a href=\"https://maps.google.com/help/terms_maps.html\">here</a> for Google\'s terms. Please also see <a href=\"https://policies.google.com/privacy?hl=en-GB&amp;gl=uk\">Google\'s Privacy Policy</a>. We do not send the API provider any personally identifying information, or information that could uniquely identify your device.\r\n</p>\r\n<p>\r\n	Where this notice is displayed in place of a map, agreeing to this notice will store a cookie recording your agreement so you are not prompted again.\r\n</p>\";s:24:\"wpgmza_gdpr_company_name\";s:8:\"BrightUI\";s:29:\"wpgmza_gdpr_retention_purpose\";s:81:\"displaying map tiles, geocoding addresses and calculating and display directions.\";s:27:\"wpgmza_settings_marker_pull\";s:1:\"0\";s:32:\"wpgmza_gdpr_notice_override_text\";s:0:\"\";s:32:\"wpgmza_load_engine_api_condition\";s:14:\"where-required\";s:41:\"wpgmza_always_include_engine_api_on_pages\";s:0:\"\";s:41:\"wpgmza_always_exclude_engine_api_on_pages\";s:0:\"\";s:15:\"use_fontawesome\";s:3:\"4.*\";s:18:\"wpgmza_maps_engine\";s:11:\"google-maps\";s:34:\"wpgmza_settings_map_open_marker_by\";s:1:\"1\";s:17:\"wpgmza_custom_css\";s:0:\"\";s:16:\"wpgmza_custom_js\";s:0:\"\";s:28:\"wpgmza_settings_access_level\";s:14:\"manage_options\";s:26:\"wpgmza_store_locator_radii\";s:31:\"1,5,10,25,50,75,100,150,200,300\";}', 'yes'),
(3506, 'wpgmza_temp_api', 'AIzaSyDjyYKnTqGG2CAF9nmrfB6zgTBE6oPhMk4', 'yes'),
(3507, 'wpgmza_xml_location', '{uploads_dir}/wp-google-maps/', 'yes'),
(3508, 'wpgmza_xml_url', '{uploads_url}/wp-google-maps/', 'yes'),
(3509, 'wpgmza_db_version', '7.11.37', 'yes'),
(3510, 'wpgmaps_current_version', '7.11.37', 'yes'),
(3511, 'WPGM_V6_FIRST_TIME', '1', 'yes'),
(3512, 'widget_wpgmza_map_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3513, 'WPGMZA_FIRST_TIME', '7.11.37', 'yes'),
(3514, 'wpgmza_stats', 'a:3:{s:14:\"settings_basic\";a:3:{s:5:\"views\";i:2;s:13:\"last_accessed\";s:19:\"2019-07-18 08:47:14\";s:14:\"first_accessed\";s:19:\"2019-07-18 08:46:35\";}s:15:\"list_maps_basic\";a:3:{s:5:\"views\";i:2;s:13:\"last_accessed\";s:19:\"2019-07-18 08:50:53\";s:14:\"first_accessed\";s:19:\"2019-07-18 08:47:29\";}s:9:\"dashboard\";a:3:{s:5:\"views\";i:4;s:13:\"last_accessed\";s:19:\"2019-07-18 08:52:13\";s:14:\"first_accessed\";s:19:\"2019-07-18 08:48:08\";}}', 'yes'),
(3515, 'wpgmza_google_maps_api_key', 'AIzaSyAg-EAP2_MXIVEhAn7EBFcw0CCTt94aF_s', 'yes'),
(3519, 'WPGMZA_SETTINGS', 'a:10:{s:24:\"map_default_starting_lat\";s:9:\"45.950464\";s:24:\"map_default_starting_lng\";s:19:\"-109.81550500000003\";s:18:\"map_default_height\";s:3:\"400\";s:17:\"map_default_width\";s:3:\"100\";s:16:\"map_default_zoom\";i:15;s:20:\"map_default_max_zoom\";i:1;s:16:\"map_default_type\";i:1;s:21:\"map_default_alignment\";i:1;s:22:\"map_default_width_type\";s:2:\"\\%\";s:23:\"map_default_height_type\";s:2:\"px\";}', 'yes'),
(3555, 'cbxgooglemap_general', 'a:10:{s:9:\"mapsource\";s:1:\"1\";s:6:\"apikey\";s:39:\"AIzaSyDqCaUcj4_XFkzC32uLa4HUFdzvAmjXbpg\";s:7:\"maptype\";s:7:\"roadmap\";s:4:\"zoom\";s:2:\"10\";s:4:\"with\";s:4:\"100%\";s:6:\"height\";s:3:\"300\";s:11:\"scrollwheel\";s:1:\"1\";s:8:\"showinfo\";s:1:\"0\";s:10:\"infow_open\";s:1:\"1\";s:7:\"mapicon\";s:0:\"\";}', 'yes'),
(3556, 'cbxgooglemap_demo', '', 'yes'),
(3938, 'newsletter_log_level', '0', 'yes'),
(3939, 'newsletter_extension_versions', 'a:39:{i:0;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"23\";s:7:\"version\";s:5:\"2.0.0\";}i:1;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"48\";s:7:\"version\";s:5:\"4.1.4\";}i:2;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"50\";s:7:\"version\";s:5:\"4.2.2\";}i:3;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"49\";s:7:\"version\";s:5:\"4.0.0\";}i:4;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"51\";s:7:\"version\";s:5:\"4.1.0\";}i:5;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"52\";s:7:\"version\";s:5:\"4.0.5\";}i:6;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"53\";s:7:\"version\";s:5:\"2.2.0\";}i:7;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"58\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"54\";s:7:\"version\";s:5:\"4.1.1\";}i:9;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"55\";s:7:\"version\";s:5:\"4.0.4\";}i:10;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"56\";s:7:\"version\";s:5:\"2.2.0\";}i:11;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"59\";s:7:\"version\";s:5:\"2.0.0\";}i:12;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"60\";s:7:\"version\";s:5:\"1.1.7\";}i:13;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"61\";s:7:\"version\";s:5:\"4.1.3\";}i:14;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"62\";s:7:\"version\";s:5:\"4.3.2\";}i:15;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"63\";s:7:\"version\";s:5:\"1.3.7\";}i:16;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"65\";s:7:\"version\";s:5:\"4.0.7\";}i:17;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"66\";s:7:\"version\";s:5:\"1.0.3\";}i:18;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"67\";s:7:\"version\";s:5:\"1.1.3\";}i:19;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"69\";s:7:\"version\";s:5:\"1.1.4\";}i:20;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"68\";s:7:\"version\";s:5:\"1.0.9\";}i:21;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"70\";s:7:\"version\";s:5:\"1.0.4\";}i:22;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"71\";s:7:\"version\";s:5:\"1.0.2\";}i:23;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"72\";s:7:\"version\";s:5:\"1.1.0\";}i:24;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"73\";s:7:\"version\";s:5:\"1.1.5\";}i:25;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"74\";s:7:\"version\";s:5:\"1.1.1\";}i:26;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"75\";s:7:\"version\";s:5:\"1.0.8\";}i:27;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"76\";s:7:\"version\";s:5:\"1.0.5\";}i:28;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"77\";s:7:\"version\";s:5:\"2.0.2\";}i:29;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"78\";s:7:\"version\";s:5:\"1.0.0\";}i:30;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"79\";s:7:\"version\";s:5:\"1.0.6\";}i:31;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"82\";s:7:\"version\";s:5:\"1.0.0\";}i:32;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"83\";s:7:\"version\";s:5:\"1.0.2\";}i:33;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"84\";s:7:\"version\";s:5:\"1.0.1\";}i:34;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"85\";s:7:\"version\";s:5:\"1.0.6\";}i:35;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"86\";s:7:\"version\";s:5:\"1.0.1\";}i:36;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"89\";s:7:\"version\";s:5:\"1.0.0\";}i:37;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"87\";s:7:\"version\";s:5:\"1.0.3\";}i:38;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"88\";s:7:\"version\";s:5:\"1.0.2\";}}', 'no'),
(3940, 'newsletter_users_search', 'a:4:{s:11:\"search_text\";s:0:\"\";s:13:\"search_status\";s:0:\"\";s:11:\"search_list\";s:0:\"\";s:11:\"search_page\";i:0;}', 'yes'),
(3944, 'newsletter_main_status', 'a:3:{s:10:\"test_email\";s:21:\"balabui2016@gmail.com\";s:4:\"mail\";i:0;s:10:\"mail_error\";s:0:\"\";}', 'yes'),
(3945, 'newsletter_dismissed', 'a:1:{s:20:\"newsletter-subscribe\";i:1;}', 'yes'),
(4005, '_site_transient_timeout_browser_b20f96e5878b0a47ff8626c8f757e35b', '1662013756', 'no'),
(4006, '_site_transient_browser_b20f96e5878b0a47ff8626c8f757e35b', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"104.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(4007, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1661466258', 'no'),
(4008, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:0:{}}', 'no'),
(4009, '_transient_timeout_plugin_slugs', '1661509788', 'no'),
(4010, '_transient_plugin_slugs', 'a:12:{i:0;s:33:\"apply-online-1.9/apply-online.php\";i:1;s:29:\"cbxgooglemap/cbxgooglemap.php\";i:2;s:13:\"cmb2/init.php\";i:3;s:43:\"cmb2-field-type-font-awesome/iconselect.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:32:\"duplicate-page/duplicatepage.php\";i:6;s:39:\"google-typography/google-typography.php\";i:7;s:21:\"newsletter/plugin.php\";i:8;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:9;s:37:\"simple-job-board/simple-job-board.php\";i:10;s:39:\"startnext-toolkit/startnext-toolkit.php\";i:11;s:27:\"js_composer/js_composer.php\";}', 'no'),
(4011, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1661452163', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4012, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:112:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Aug 2022 01:44:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.1-alpha-53941\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"A New WordPress.org Homepage and Download Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Aug 2022 15:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13321\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The WordPress experience has significantly evolved in the past few years. In order to highlight the power of WordPress on WordPress.org, the last few weeks have seen a homepage and download page redesign kickoff and shared mockups. Today, these new designs are going live! Like the News pages before them, these refreshed pages are inspired [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8380:\"\n<p>The WordPress experience has significantly evolved in the past few years. In order to highlight the power of WordPress on WordPress.org, the last few weeks have seen a homepage and download page <a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">redesign kickoff</a> and <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\">shared mockups</a>. Today, these new designs are going live! Like <a href=\"https://wordpress.org/news/2022/02/a-new-wordpress-news/\">the News pages before them</a>, these refreshed pages are inspired by the jazzy look &amp; feel WordPress is known for.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"599\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1024%2C599&#038;ssl=1\" alt=\"\" class=\"wp-image-13327\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1024%2C599&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=300%2C175&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=768%2C449&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1536%2C898&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?w=1710&amp;ssl=1 1710w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The <a href=\"https://wordpress.org/\">new homepage</a> brings more attention to the benefits and experience of using WordPress, while also highlighting the community and resources to get started. </p>\n\n\n\n<p>The <a href=\"https://wordpress.org/download/\">new download page</a> greets visitors with a new layout that makes getting started with WordPress even easier by presenting both the download and hosting options right at the top.</p>\n\n\n\n<p>This redesign was made possible through great collaboration between Design, Marketing, and Meta teams. Thank you to everyone involved throughout this update:</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\'https://profiles.wordpress.org/abuzon/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>abuzon</a> <a href=\'https://profiles.wordpress.org/adamwood/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adamwood</a> <a href=\'https://profiles.wordpress.org/adeebmalik/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adeebmalik</a> <a href=\'https://profiles.wordpress.org/alexandreb3/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>alexandreb3</a> <a href=\'https://profiles.wordpress.org/alipawp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>alipawp</a> <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a> <a href=\'https://profiles.wordpress.org/aniash_29/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>aniash_29</a> <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> <a href=\'https://profiles.wordpress.org/bjmcsherry/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bjmcsherry</a> <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\'https://profiles.wordpress.org/colinchadwick/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>colinchadwick</a> <a href=\'https://profiles.wordpress.org/crevilaro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>crevilaro</a> <a href=\'https://profiles.wordpress.org/critterverse/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>critterverse</a> <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a> <a href=\'https://profiles.wordpress.org/dd32/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dd32</a> <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a> <a href=\'https://profiles.wordpress.org/eboxnet/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eboxnet</a> <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> <a href=\'https://profiles.wordpress.org/elmastudio/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>elmastudio</a> <a href=\'https://profiles.wordpress.org/fernandot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fernandot</a> <a href=\'https://profiles.wordpress.org/geoffgraham/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geoffgraham</a> <a href=\'https://profiles.wordpress.org/iandunn/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>iandunn</a> <a href=\'https://profiles.wordpress.org/javiarce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiarce</a> <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> <a href=\'https://profiles.wordpress.org/jpantani/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jpantani</a> <a href=\'https://profiles.wordpress.org/kellychoffman/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kellychoffman</a> <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a> <a href=\'https://profiles.wordpress.org/maurodf/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>maurodf</a> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> <a href=\'https://profiles.wordpress.org/mikachan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mikachan</a> <a href=\'https://profiles.wordpress.org/nikhilgandal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nikhilgandal</a> <a href=\'https://profiles.wordpress.org/pablohoneyhoney/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pablohoneyhoney</a> <a href=\'https://profiles.wordpress.org/peakzebra/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>peakzebra</a> <a href=\'https://profiles.wordpress.org/poliuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>poliuk</a> <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a> <a href=\'https://profiles.wordpress.org/psmits1567/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psmits1567</a> <a href=\'https://profiles.wordpress.org/renyot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>renyot</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/ryelle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ryelle</a> <a href=\'https://profiles.wordpress.org/santanainniss/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>santanainniss</a> <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a> <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a> <a href=\'https://profiles.wordpress.org/tellyworth/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tellyworth</a> <a href=\'https://profiles.wordpress.org/tobifjellner/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tobifjellner</a> <a href=\'https://profiles.wordpress.org/webdados/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webdados</a> <a href=\'https://profiles.wordpress.org/willmot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>willmot</a></p>\n\n\n\n<p>Your comments, including some <a href=\"https://make.wordpress.org/meta/2016/12/12/new-homepage-redesign/\">feedback from the 2016 redesign</a>, were taken into consideration with this work. Expect more updates to come as efforts to jazz up WordPress.org continue.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress – July 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2022/08/the-month-in-wordpress-july-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Aug 2022 08:57:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13306\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:362:\"July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community. WordPress 6.1 development cycle is now published Mark your calendars! The WordPress 6.1 development cycle [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15049:\"\n<p>July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 development cycle is now published</h2>\n\n\n\n<p>Mark your calendars! The <a href=\"https://make.wordpress.org/core/6-1/\">WordPress 6.1 development cycle</a> has been published along with its release team. The <strong>expected release date</strong> has been updated to <a href=\"https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/\"><strong>November 1, 2022</strong></a>, to incorporate feedback received on the first proposed schedule.</p>\n\n\n\n<p>In the meantime, you can upgrade WordPress to version 6.0.1. This maintenance release became <a href=\"https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/\">available for download</a> on July 12, 2022, and includes several updates since WordPress 6.0 in May 2022.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Want to get more involved with WordPress? Join Executive Director Josepha Haden Chomphosy, as she guides you through the five stages of contribution in a <a href=\"https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/\">recent episode of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>A new look for the WordPress Homepage and Download page</h2>\n\n\n\n<p>Following the revamp of <a href=\"https://wordpress.org/news/\">WordPress.org/News</a> and the <a href=\"https://wordpress.org/gutenberg/\">Gutenberg page</a>, further design updates are coming to WordPress.org to create a fresh and modern user experience that reflects the future of WordPress.</p>\n\n\n\n<p>The WordPress.org home and download pages will be the next pieces to get a refreshed look and feel. The redesign project <a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">kicked off</a> on July 8, 2022, and the <a href=\"https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/\">development work</a> is already underway.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Take a look at the design mockups and <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\">join the conversation</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg versions 13.6, 13.7, and 13.8 are here</h2>\n\n\n\n<p>Three new versions of Gutenberg have been released since last month’s edition of The Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\"><strong>Gutenberg 13.6</strong></a> shipped on July 6, 2022. It includes 26 bug fixes and accessibility enhancements. This release also builds on previous work to expand theme.json and to allow you to create a cohesive design across blocks.</li><li><a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\"><strong>Gutenberg 13.7</strong></a> brings an updated modal design, the ability to apply block locking to inner blocks, and <a href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\">new template types</a>, to name a few highlights. It was released on July 20, 2022.</li><li>The latest Gutenberg release, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\"><strong>version 13.8</strong></a>, went live on August 3, 2022. It comes with ​​fluid typography support among other enhancements, a new feature that will allow you to define text size that can scale and adapt to changes in screen size.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Follow the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">“What’s new in Gutenberg”</a> posts to stay on top of the latest updates.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: WordPress mobile app changes, pattern previews, Five for the Future improvements</h2>\n\n\n\n<ul><li>The Mobile Team announced last week that it will be <a href=\"https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/\">refocusing the WordPress mobile app on core features</a>. To better serve the needs of all app users and reduce confusion, the Jetpack and WordPress.com features will be moved to a separate app in a gradual process targeted for completion later this year.</li><li>The Community Team is<a href=\"https://make.wordpress.org/community/2022/07/08/call-for-supporters-reactivating-wordpress-meetups-around-the-world/\"> looking for supporters</a> to help reactivate WordPress meetups around the world.</li><li>As part of the ongoing efforts to improve the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> (5ftF) initiative, the Meta Team added automated recognition for a number of non-code contributions. <a href=\"https://make.wordpress.org/project/2022/07/28/updates-on-the-five-for-the-future-program-and-proposed-improvements/\">Check out this post</a> to learn more about other proposed improvements to the program.</li><li>The WordPress.org Theme Directory introduced a new feature that allows visitors to <a href=\"https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/\">preview patterns bundled in a theme</a> without requiring installation.</li><li>The Design Team proposed to release <a href=\"https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/\">a curated set of style variations</a> designed by the community (instead of a new default theme) for WordPress 6.1.</li><li>Josepha Haden Chomphosy reflected on progress towards the 2022 goals of the WordPress project in this <a href=\"https://make.wordpress.org/updates/2022/07/25/a-mid-year-year-look-at-2022-goals/\">mid-year review</a>.</li><li>Over the past few months, the Training Team published six tutorials along with a variety of lesson plans and online workshops. See what&#8217;s new in this <a href=\"https://make.wordpress.org/updates/2022/07/15/whats-new-on-learnwp-in-july-2022/\">summary post</a>.</li><li>Curious about how the WordPress 6.0 release process went? Read this <a href=\"https://make.wordpress.org/core/2022/07/07/wordpress-6-0-retrospective-recap/\">WordPress 6.0 retrospective recap</a> for insights.</li><li>The Themes Team shared a follow-up post to address questions about the <a href=\"https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/\">use of locally-hosted Google fonts in themes</a>.</li><li>There is an open <a href=\"https://make.wordpress.org/accessibility/2022/07/15/call-team-rep-nomination-july-2022/\">call for a new Accessibility Team Representative</a>.</li><li>The Performance Team has a new dedicated Make blog. Follow updates on their work and proposals at <a href=\"https://make.wordpress.org/performance\">make.wordpress.org/performance</a>.</li><li>The July 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/07/22/polyglots-monthly-newsletter-july-2022/\">Polyglots Monthly Newsletter</a> is live.</li><li>The latest edition of People of WordPress highlights <a href=\"https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/\">Carla Doria</a>, a customer support specialist from South America.</li><li><a href=\"https://make.wordpress.org/community/2022/07/22/july-meetup-organizer-newsletter/\">July’s Meetup Organizer Newsletter</a> features several tips and tools for engaging and growing your community.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>WP Briefing celebrated <a href=\"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/\">World Wide Web Day 2022 with a special episode</a>!<strong> </strong>Tune in to hear contributors from the community reflect on how WordPress impacts their world.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback &amp; testing requests</h2>\n\n\n\n<ul><li>Josepha Haden Chomphosy suggested giving Full Site Editing (FSE) a more user-friendly name. <a href=\"https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/\">Share your thoughts in this post</a>.</li><li>The <a href=\"https://make.wordpress.org/core/2022/07/21/request-for-feedback-feature-notifications-proof-of-concept/\">WordPress Notifications Feature project</a> is ready to begin collecting feedback. Efforts to help test the feature plugin and comments are welcome.</li><li>The Training Team kicked off a discussion to gather feedback on <a href=\"https://make.wordpress.org/training/2022/07/11/exploring-wordpress-certifications/\">how WordPress certifications should be approached</a>.</li><li>The Performance Team shared a few proposals to integrate new features targeting the WordPress 6.1 release. You can help by testing, reporting bugs, or contributing fixes and ideas:<ul><li><a href=\"https://make.wordpress.org/core/2022/07/13/proposal-persistent-object-cache-and-full-page-cache-site-health-checks/\">Proposal: Persistent Object Cache and Full Page Cache Site Health Checks</a></li><li><a href=\"https://make.wordpress.org/core/2022/07/21/proposal-add-a-dominant-color-background-to-images/\">Proposal: Add a dominant color background to images</a></li></ul></li><li>Version 20.4 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/07/26/call-for-testing-wordpress-for-android-20-4/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/07/25/call-for-testing-wordpress-for-ios-20-4/\">iOS</a> is available for testing.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Community Team is calling on all meetup members and organizers to <a href=\"https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/\">complete the 2021-2022 Annual Meetup Survey</a>. Your feedback will help strengthen the WordPress meetup program for years to come. Please respond and help spread the word.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp updates</h2>\n\n\n\n<ul><li>WordCamp US is only five weeks away! The organizing team announced the <a href=\"https://us.wordcamp.org/2022/2022-kim-parsell-memorial-scholarship-recipients/\">Kim Parsell Memorial Scholarship recipients</a> for this year. Congratulations to <a href=\"https://profiles.wordpress.org/margheweb/\">Margherita Pelonara</a>, <a href=\"https://profiles.wordpress.org/simo70/\">Simona Simionato</a>, and <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>!</li><li><a href=\"https://us.wordcamp.org/2022/underrepresented-speaker-supporters/\">20 organizations</a> have stepped forward to support underrepresented speakers from all over the world to get to WordCamp US 2022. Visit the <a href=\"https://us.wordcamp.org/2022/underrepresented-speaker-support/\">Underrepresented Speaker Support page</a> to donate to the fund or ask for support if you are part of an underrepresented group.</li><li>WordCamp Asia 2023 opened a new <a href=\"https://asia.wordcamp.org/2023/call-for-speakers-is-now-open/\">Call for Speakers</a> and <a href=\"https://asia.wordcamp.org/2023/call-for-media-partners/\">Media Partners</a>. The deadline for speaker applications is September 15, 2022. The organizing team also shared more details on the <a href=\"https://asia.wordcamp.org/2023/wordcamp-asia-2023-ticket-release-timeline/\">ticket release timeline</a>.</li><li>Don’t miss these upcoming WordCamps:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1ec.png\" alt=\"🇺🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://jinja.wordcamp.org/2022/\">WordCamp Jinja</a>, Uganda on September 2-3, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f5.png\" alt=\"🇳🇵\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://kathmandu.wordcamp.org/2022/\">WordCamp Kathmandu</a>, Nepal on September 3-4, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a> in San Diego, California on September 9-11, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f1.png\" alt=\"🇳🇱\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://netherlands.wordcamp.org/2022/\">WordCamp Netherlands</a>, The Netherlands on September 15-16, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://pontevedra.wordcamp.org/2022/\">WordCamp Pontevedra</a>, Spain on September 24-25, 2022</li></ul></li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join #WPDiversity with a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Sign up now</a>!</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress: <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WP Briefing: Episode 37: The World of WordPress on World Wide Web Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Aug 2022 23:15:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13198\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"Celebrating WWW Day, Josepha invites contributors from around the globe to share stories of how WordPress impacts their worlds. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/08/WP-Briefing-037.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23689:\"\n<p>In the thirty-seventh episode of the WordPress Briefing, WordPress users and contributors reflect on how WordPress has changed their understanding of the web as we celebrate World Wide Web Day.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> &amp; <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<p>Guests: </p>\n\n\n\n<ul><li><a href=\"https://profiles.wordpress.org/awarner20/\">Adam Warner</a></li><li><a href=\"https://profiles.wordpress.org/aliceorru/\">Alice Orrù</a></li><li><a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a></li><li><a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a></li><li><a href=\"https://profiles.wordpress.org/jillbinder/\">Jill Binder</a></li><li><a href=\"https://wordpress.org/support/users/mariaojob/\">Mary Job</a></li><li><a href=\"https://profiles.wordpress.org/onealtr/\">Oneal Rosero</a></li><li><a href=\"https://profiles.wordpress.org/iamsirotee/\">Theophilus Adegbohungbe</a></li><li><a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Training Group</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/\">Support Underrepresented Speakers at WordCamp US</a></p>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Call of Speakers &#8211; WordCamp Asia 2023</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/\">Refocusing the WordPress App on Core Features</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">WordPress.org Homepage and Download Redesign </a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13198\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing: the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:39]&nbsp;</strong></p>\n\n\n\n<p>Today is one of my favorite niche holidays &#8211; World Wide Web Day &#8211; which serves to raise awareness about the origins of the World Wide Web project. WordPress, as part of Web 2.0, only ever had a chance to exist because the web, as we have come to know it exists. So in order to mark this nerdy day on the WP Briefing, I invited a number of community members to share a bit about how WordPress has been a part of their lives.</p>\n\n\n\n<p>But first, let&#8217;s do some introductions.&nbsp;</p>\n\n\n\n<p><strong>[Adam Warner 00:01:07]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/awarner20/\">Adam Warner</a>, and I&#8217;m originally from a small town in west Michigan, now residing in Orlando, Florida.&nbsp;</p>\n\n\n\n<p><strong>[Alice Orrù 00:01:15]&nbsp;</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/aliceorru/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/aliceorru/\">Alice Orrù</a>. I&#8217;m Italian. I was born in the beautiful island of Sardinia, but I&#8217;ve been living in Spain in the province of Barcelona for 10 years.</p>\n\n\n\n<p><strong>[Dee Teal 00:01:26]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>; Dee is short for Denise. I&#8217;m from New Zealand, but I live In Melbourne.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:01:33]</strong></p>\n\n\n\n<p>Yeah, my name is <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>. I was born and raised in India and now live in San Jose, California, with my family and cuddly Doodle.</p>\n\n\n\n<p><strong>[Jill Binder 00:01:41]&nbsp;</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/jillbinder/\">Jill Binder</a>, and I&#8217;ve just moved back to Vancouver, Canada.&nbsp;</p>\n\n\n\n<p><strong>[Mary Job 00:01:47]&nbsp;</strong></p>\n\n\n\n<p>My name is <a href=\"https://wordpress.org/support/users/mariaojob/\">Mary Job</a>. I&#8217;ve been using WordPress since 2015, and I&#8217;m from Nigeria. I&#8217;m from the Western part of Nigeria. Ijebu precisely.&nbsp;</p>\n\n\n\n<p><strong>[Oneal Rosero 00:01:57]</strong></p>\n\n\n\n<p>Yes. My name is <a href=\"https://profiles.wordpress.org/onealtr/\">Oneal Rosero</a>. I am from the Philippines and I&#8217;ve been using WordPress since 2007.&nbsp;</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe</strong> <strong>00:02:06]&nbsp;</strong></p>\n\n\n\n<p>Thank you. My name is <a href=\"https://profiles.wordpress.org/iamsirotee/\">Theophilus Adegbohungbe</a> . And I&#8217;m from Ilesa, Osun State in Nigeria.&nbsp;</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:02:14]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> and I&#8217;m from Bhutan. And I&#8217;m working with WordPress for more than five years.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:22]&nbsp;</strong></p>\n\n\n\n<p>One of the things I enjoy the most about being part of any community is being able to see how people change and grow over time as they learn and gain confidence in their own expertise. So a favorite early question is naturally, ‘How has WordPress changed your World?’</p>\n\n\n\n<p><strong>[Alice Orrù 00:02:37]&nbsp;</strong></p>\n\n\n\n<p>WordPress changed my world in many ways. But, uh, starting from the moment, it allowed me to become part of a global connected and welcome community. I started using WordPress as a blogger many, many years ago, but it was in 2015 that I started working behind the scenes of WordPress with a plugin company.</p>\n\n\n\n<p>And that was the moment when everything changed, basically, because I realized that WordPress was much more than a CMS for creating websites. It was a world full of opportunities for networking, making new friends and walking a new professional path as well.&nbsp;</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:03:15]&nbsp;</strong></p>\n\n\n\n<p>During one interview, I was asked many questions about WordPress and although I had a basic understanding of WordPress, I struggled to give detailed answers.</p>\n\n\n\n<p>After that interview, I resolved to develop my skills and learn as much about WordPress as possible. A few months passed and I received a call from ServeMask In, [who] had developed a plugin called All-in-One WP Migration plugin. They offered me a position which fulfilled my wish to work with WordPress full time.</p>\n\n\n\n<p>And because of that, I am now an active contributor to the WordPress community as bread and butter, with the best career in the world.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:04:03]&nbsp;</strong></p>\n\n\n\n<p>If you are very familiar with my country, Nigeria things here, it&#8217;s not as smooth as it is in other parts of the world. That is, when you are done in school in my university, you have to find means of surviving yourself.&nbsp; There is nothing like the government have work for you. There is nothing like you finish our institution and you get job instantly. So it&#8217;s very tough here. And, year by year, schools keep producing graduates with no companies to employ them and no government job again as well.</p>\n\n\n\n<p>So I personally, I was able to gain freedom from this with the help of WordPress.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:04:51]</strong></p>\n\n\n\n<p>WordPress completely changed my work life. I started working independently. I started freelancing with agencies and designers and, uh, building websites from their web designs. And this was around the time my son was born. Actually, he was in elementary school and I think this was around 2014 or so. I started working remotely when remote was not even a thing.</p>\n\n\n\n<p>And there were very few companies that let you work from home and remote was not a mainstream thing at all, but with WordPress, I could set my own working hours while my son was in school.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:29]&nbsp;</strong></p>\n\n\n\n<p>And of course, my preferred follow-up question of, ‘How did you hear about us?’ or ‘How did you connect to this global community?’</p>\n\n\n\n<p><strong>[Oneal Rosero 00:05:36]&nbsp;</strong></p>\n\n\n\n<p>Yes, actually what I love about WordPress is that it&#8217;s a community. It&#8217;s not a business. It&#8217;s not a company. It&#8217;s a community. It&#8217;s a community that&#8217;s always ready to help support, teach and encourage people. That&#8217;s how I felt when I joined the community. There&#8217;s always somebody who has your back.</p>\n\n\n\n<p>There&#8217;s always somebody who&#8217;s going to guide you. There&#8217;s always an expert who will take your hand and lead you into the beauty that is WordPress.&nbsp;</p>\n\n\n\n<p><strong>[Adam Warner 00:06:05]&nbsp;</strong></p>\n\n\n\n<p>The way that I connect with the global community these days are one, of course, is .org Slack. Another of course is Twitter as there&#8217;s a very active WordPress community there.</p>\n\n\n\n<p>And then with WordCamps all over the globe. I&#8217;m lucky enough to have been able to travel to several hundred WordCamps through the years in the US and abroad. And that&#8217;s one of the most rewarding parts is meeting people from all over the world and you see really how small and the world really is and how similar we really all are.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:06:39]&nbsp;</strong></p>\n\n\n\n<p>So, not until 2020. I don’t know if you know this lady, a very vibrant lady in WordPress. She&#8217;s from Nigeria; her name is Mary Job, and she&#8217;s really promoting WordPress here. So it was through her that I got to know about the community. Yes.</p>\n\n\n\n<p><strong>[Jill Binder 00:06:54]</strong></p>\n\n\n\n<p>My work is the global WordPress community. So we hold our three programs for the global WordPress community, and we are always trying to reach more and more countries. For quite a while, it was very North America-heavy, and then I made some efforts to expand. And it&#8217;s very exciting that this year, some contributors in our team have actually launched an Asia Pacific branch of our group.&nbsp;</p>\n\n\n\n<p>And so we have two meetings every other week where we have the America/Europe and the APAC, and we&#8217;ve also been able to reach other countries as well, but we typically reach something like between 20 and 50 countries a year, depending on the year. So a hundred percent global. Yes.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:39]&nbsp;</strong></p>\n\n\n\n<p>How has WordPress, either the CMS or the project, made you feel more connected? And are there any surprising connections that came from WordPress?</p>\n\n\n\n<p><strong>[Dee Teal&nbsp; 00:07:47]&nbsp;</strong></p>\n\n\n\n<p>I guess the surprising connections I think that have come from WordPress have been the fact that I feel like I&#8217;ve got friends all over the world. And a lot of those have come out of community involvement and from contributing. That I could go to a, a meetup pretty much anywhere in the world and probably find somebody I know, or at least a second degree connection of somebody that I haven&#8217;t, you know, that I might not have met, but know somebody that I know. And certainly that happens fairly regularly.&nbsp;</p>\n\n\n\n<p><strong>[Mary Job 00:08:13]</strong></p>\n\n\n\n<p>WordPress. The WordPress project, the community, has made me feel connected in a huge way, because I am literally surrounded by everything WordPress. So I like how, when you meet somebody who does WordPress, there&#8217;s this instant, ‘Oh, we&#8217;re brothers,’ or&nbsp; ‘Oh, we&#8217;re sisters!’ You know? There&#8217;s that feeling? That&#8217;s how I feel.&nbsp;</p>\n\n\n\n<p>So when I see somebody who does WordPress, as I do, I&#8217;m like, ‘Oh yeah, we&#8217;re, kin.’ You know? We are family. That&#8217;s how I feel when I meet people who do WordPress. And I&#8217;ve met quite a number of people who do WordPress from like around the world. Like I have a friend here, he&#8217;s from the Benin Republic, and we host started a dinner on Friday night and one of my guests was asking me, ‘How did you guys meet?’</p>\n\n\n\n<p>I was like, ‘Oh yeah, we work in the same WordPress ecosystem.’ He attended our WordCamp, we became friends, and we just literally became really good friends. So I have tons of people that I&#8217;ve met like that I hold in high esteem.</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:09:12]&nbsp;</strong></p>\n\n\n\n<p>WordPress Meetups are the seeds that lead to the growth of WordPress communities. WordCamp is a platform for plugin and theme developers to meet WordPress users and website developers. It&#8217;s a great environment where many incredible discussions about WordPress takes place. With each WordCamp there is a &#8220;tribe&#8221; meeting, where I think people [can] get more connected. It&#8217;s a fantastic opportunity for aspiring computer engineers, generators and get to showcase their talent and meet each other.</p>\n\n\n\n<p><strong>[Alice Orrù 00:09:51]&nbsp;</strong></p>\n\n\n\n<p>On the project level, it has given me the opportunity to feel like an active part of a global project. The idea that I can give my contribution to making the web a better place &#8211; it’s amazing. And I do so with the Translation team, so making WordPress accessible to all the people that use the core plugins and themes in Italian, and prefer to do that in Italian.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:18]</strong>&nbsp;</p>\n\n\n\n<p>What area of the WordPress world is most important to you?</p>\n\n\n\n<p><strong>[Jill Binder 00:10:21]</strong></p>\n\n\n\n<p>I have a little bit of a passion for diversity in tech and diversity in WordPress, specifically around events. And so, here&#8217;s a chance to name the three programs that we&#8217;ve been working on this year. So as mentioned a few times, we have our <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Workshop</a> that helps people go from not even having the thought that people could step up on stage.</p>\n\n\n\n<p>And then the second program is because of the pandemic. There was no longer the straight path from taking our workshop to speaking, because we used to hold them or people used to hold them for their WordCamps and meetups. And so it was like, okay, you&#8217;ve taken. Apply for our next WordCamp or meetup. But during the pandemic, that wasn&#8217;t a thing.</p>\n\n\n\n<p>So we have this amazing channel that we welcome everyone to join, allies and people from underrepresented groups who are interested in speaking or interested in supporting people and speaking. And that&#8217;s the Diverse Speaker channel <a href=\"https://wordpress.slack.com/archives/C028SE81N3H\">diverse-speaker-support</a> channel on the Make WordPress slack.</p>\n\n\n\n<p>And the third program is, and we, we went through a name change recently. So I&#8217;ll try to remember the new change it&#8217;s Organizing Inclusive and Diverse WordPress Events. And this is for WordCamp and meetup organizers to learn. We&#8217;ve learned over the last couple years, how important it is to create inclusive spaces and be good allies.</p>\n\n\n\n<p>But how do we actually do that? And a few of us created a very action oriented workshop in 2019 for WCUS, and that is now the basis of the work that we are bringing to people and people are loving it.. We&#8217;ve had people report a 40%, self-report 40%, increase in feeling prepared to create an inclusive event from before and after taking that workshop, which is super cool.</p>\n\n\n\n<p>Yeah. So, that’s my passion.&nbsp;</p>\n\n\n\n<p><strong>[Oneal Rosero 00:12:13]&nbsp;</strong></p>\n\n\n\n<p>I really love helping the WP Diversity team. I love running the workshops. I love running the workshops for myself, because I used to do training for software back before the pandemic. I used to train up to a thousand people a year in person, sometimes like 500 people in a room at once.</p>\n\n\n\n<p>But of course I had to shift. I had to pivot to online training, which is what the training team has brought for me. And the focus on the diversity. I like running the workshops. I like running workshops for different groups, different countries, because it&#8217;s nice to meet new people. It&#8217;s nice to hear about their culture, about the limitations that people have in Africa with connectivity.</p>\n\n\n\n<p>So they, they resort to using WhatsApp on their phone in order to do a meetup. That&#8217;s how they do their, their meetings, their discussions. It&#8217;s unlike other countries where we can do video calls. They have to use their mobile phones because connectivity isn&#8217;t accessible.&nbsp;</p>\n\n\n\n<p>Places like in the Philippines that get affected when it starts to rain a little bit, we lose our internet. So we have backups and our backups have backups. So there are many things that you learn that are different when you&#8217;re living in the city, when you&#8217;re living in the provinces, in the country. So it&#8217;s so many things that you learn about people and how they&#8217;re able to adapt.&nbsp;</p>\n\n\n\n<p><strong>[Adam Warner 00:13:35]</strong>&nbsp;</p>\n\n\n\n<p>Enabling end users to reach their goals. And whether that means participating in contributing to the software, to the Core software itself, in terms of UI/UX usability. That can include participating in the community and sharing your knowledge proactively with users who may be new to the platform, or have used WordPress for a while, but now want to step up their game, get a little deeper into using their websites as a tool for growth, for whatever business that they&#8217;re in. So, I mean, overall, the, the most important part of the WordPress world to me are the end users. And, you know, there, there is this quote unquote inner circle of WordPress community people. People who are involved in .org, people who contribute to the software, people who contribute to the 20 plus make.wordpress.org teams.</p>\n\n\n\n<p>Those we have to keep in mind, are not the average user by and far. They are not the typical user that hears the word WordPress and then goes out and searches it and then has to figure out how to use it. So I think user experience is probably the most important part for me and making sure that any of that innate knowledge that we have in that inner circle of WordPress because many of us have been using it for so long, keeping in mind that is not the norm. And it&#8217;s not the scale at which WordPress is used and, and making sure we translate complex concepts down to a layperson&#8217;s terms that might not be as familiar.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17]&nbsp;</strong></p>\n\n\n\n<p>One of the things that I have always found so fascinating about the web and WordPress’ role in it is how it has made the world simultaneously smaller and bigger. By giving voices to the voiceless we help each other find our community niches regardless of where they are in the world. Some of your closest friends could be people you would never meet in your own neighborhood. Well, let’s hear what some of our community members had to say about that.</p>\n\n\n\n<p><strong>[Dee Tea 00:15:42]</strong></p>\n\n\n\n<p>I think the thing that has been most empowering is, is coming into the project either in terms of contributing time and efforts to the community, which is where most of my contribution has been &#8211; has always been about this is a really cool thing, and I really want to build this.</p>\n\n\n\n<p>And so I&#8217;ll put my time and efforts into building WordPress. Not for me, but because I see its value and I see its community and I see that the contribution that it&#8217;s making to the world and I, and that&#8217;s really important. But finding that on the other side of that was a huge amount of personal benefit for me in my career, in the friendships that I&#8217;ve made.</p>\n\n\n\n<p>But I feel like if I had been approaching the community with, I want a better career, I wanna meet all of these people and I want, and I want all of this. From, “I want” for me, instead of, I want for this project, for the community and effectively for the world with that, you know, that whole democratized, the democratizing of publishing is this thing that serves the world.</p>\n\n\n\n<p>I think that&#8217;s been the key for me is that I absolutely have reaped amazing benefits from it, but it came out of that sense of, I see this value here and I want to contribute to that because it&#8217;s gonna have value, not just for me, but for a whole slew of people. And so, uh, you know, for much, much bigger impact than just on me.</p>\n\n\n\n<p>And so I think that&#8217;s the important thing for me is that sense of, if you approach it with that attitude of what can I do to help? It&#8217;s amazing what you will find yourself helped with in return.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:17:24]&nbsp;</strong></p>\n\n\n\n<p>I hope that you enjoyed this tour of WordPress in the World Wide Web. I want to share a big thank you to all of the folks who contributed to our little WordPress Briefing celebration of World Wide Web Day today.</p>\n\n\n\n<p>And that brings us now to our small list of big things. So firstly, we&#8217;ve got a couple of updates from our upcoming flagship events. WordCamp US has announced a speaker support fund specifically for historically underrepresented speakers at the event. You can donate to the fund on the page if you&#8217;d like, and there are also directions on how to request support, if you are part of an underrepresented group.&nbsp;</p>\n\n\n\n<p>From the folks over at WordCamp Asia, the call for speakers is live. That&#8217;s taking place in February, 2023. But it&#8217;s never too early to brush up those presentations and get them submitted.&nbsp;</p>\n\n\n\n<p>Next big thing is that there are some changes coming to the WordPress mobile app. A lot of the Jetpack functionality will be removed from it, so this is going to have a little bit of an effect on daily users of the app, but it will also have an effect on regular contributors. I&#8217;ll have a link to the full write up in the show notes so that you don&#8217;t have to guess or hold it all in your memory.&nbsp;</p>\n\n\n\n<p>And finally, this excellent design that you see on wordpress.org/news is finally making its way out to the next parts of the wordpress.org website. Before you know, it, there will be a fresh looking homepage as well as few other pages and then… to infinity and beyond (or something like that).&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And next up I&#8217;ll be taking just a mid-year break from the podcast. And so the next time that I actually see you again, will be in September.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13198\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Carla Doria\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 31 Jul 2022 19:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13201\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12036:\"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to help the local community</strong>.</p>\n\n\n\n<p>For Carla, working with WordPress is a vital part of her life. It gave her a career and a community, in which she she would organize the first WordCamp in her city, Cochabamba, and the first in Bolivia.</p>\n\n\n\n<p>Carla studied industrial engineering and has a master’s degree in environmental studies.<br>Her first experience with WordPress was when she decided to start a small business designing and selling cushions and bedclothes.&nbsp;While Carla sat in the small store she had rented, hoping that people stopping at the shop windows would step in to buy something, she decided she needed to create a website.</p>\n\n\n\n<h2><strong>First steps with WordPress</strong></h2>\n\n\n\n<p>Carla had no budget to hire somebody, but she felt confident&nbsp; she could learn things on her own.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“Learning to use WordPress requires no code skills or a technical background. It needs an adventurous and playful spirit.” </p><cite>Carla Doria</cite></blockquote>\n\n\n\n<p>She had always been studious, and decided she would figure out how to build a website herself. Carla ended up building a simple blog with WordPress. At the time, she didn’t even have a budget to buy a custom domain, so she used a free subdomain.<br><br>“Learning to use WordPress is easy. It requires no code skills or a technical background at all. It only needs an adventurous and playful spirit,” said Carla</p>\n\n\n\n<p>There were no profits, and any income mainly went to pay the store’s rent. At the time, her previous company contacted her for a job opening that matched her profile. Carla needed that income and decided to closed the store and forget about being an entrepreneur.</p>\n\n\n\n<p>Back in employee mode, Carla started her new job as a technical writer for a software development company. Since Carla had completed her master’s degree in the UK, she was proficient in English. Her close affinity for computers and technology made it easy for her to translate complex software jargon into simple tutorial steps.</p>\n\n\n\n<p>As Carla got more interested in technical writing and started to improve her writing skills. This reconnected her with her previous enthusiasm for writing, and she decided to channel that interest into a blog.</p>\n\n\n\n<h2><strong>Diving deep</strong></h2>\n\n\n\n<p>Creating her blog helped her become more familiar with WordPress and building websites. In 2015, Carla blogged about writing, her thoughts, book reviews, and everything that came to mind.&nbsp;</p>\n\n\n\n<p>Through looking for answers to specific issues using her WordPress blog, Carla found the support forums a useful place to go. Soon she realized that she could also help answer other people’s questions.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"900\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=600%2C900&#038;ssl=1\" alt=\"\" class=\"wp-image-13189\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Carla began checking the forums as a hobby. She liked that she was able to help people and learn more while doing so. </p>\n\n\n\n<p>Instead of surfing social media during her work breaks, Carla focused on checking the WordPress forums. Through this she learnt about a support job in one of the global firms.</p>\n\n\n\n<p>She felt the job was made for her and was excited to support people in building their websites with WordPress. The role offered the possibility to work remotely and travel while still working.</p>\n\n\n\n<p>After three years as a technical writer, her career felt stuck. She was certain she did not want to return to any job related to industrial engineering. </p>\n\n\n\n<p>Carla did not get through the selection process the first time. But after nearly 18 months between three applications and learning HTML and CSS, Carla finally secured a support job in 2016. With this job, WordPress became her main source of income.</p>\n\n\n\n<h2><strong>Leading a local WordPress community</strong></h2>\n\n\n\n<p>On the job, Carla learned about the WordPress communities around the world and WordCamps. But when somebody asked about the WordPress community where Carla lived, she didn’t know what to say. Was there a community?</p>\n\n\n\n<p>She discovered no local group existed, so she researched what was needed to setup a meetup. Carla discussed the idea with others, but hesitated as she thought it would require an expert WordPress developer to organize.&nbsp;&nbsp;</p>\n\n\n\n<p>But after trying to gauge interest, Carla realized that the only way to find community members was to start a community. In 2017, the <a href=\"https://www.meetup.com/Cochabamba-WordPress-Meetup/\">WordPress community in Cochabamba</a> was born.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"684\" height=\"391\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=684%2C391&#038;ssl=1\" alt=\"The theme preview screen in the WordPress Cochabamba meeting on creating your website with blocks.\" class=\"wp-image-13236\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?w=684&amp;ssl=1 684w, https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=300%2C171&amp;ssl=1 300w\" sizes=\"(max-width: 684px) 100vw, 684px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>WordPress meeting in Cochabamba explored creating your website with blocks</em></figcaption></figure>\n\n\n\n<p>The group has had ups and downs, probably similar to any other community. Although Cochabamba is not a big city, they had issues finding a location that was free and available to anyone who wanted to join. People came with different levels of knowledge, from people with&nbsp;vast experience with WordPress to people with no experience but who wanted to learn.&nbsp;</p>\n\n\n\n<p>The community grew during the pandemic, as meetups went online and people from other cities in Bolivia were able to attend. After restrictions were lifted, there was a lot of excitement amongst members to meet each other in person.</p>\n\n\n\n<h2><strong>Giving back through speaking</strong></h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"900\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=600%2C900&#038;ssl=1\" alt=\"Carla reading a book under a tree\" class=\"wp-image-13191\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The community also helped Carla to develop a new skill in public speaking. She applied to be a speaker at WordCamp Mexico <a href=\"https://mexicocity.wordcamp.org/2019/\">2019</a> and <a href=\"https://mexicocity.wordcamp.org/2020/\">2020</a>, <a href=\"https://guayaquil.wordcamp.org/2019/\">WordCamp Guayaquil 2019</a>, and <a href=\"https://colombia.wordcamp.org/2020/\">WordCamp Colombia in 2020</a>. Her confidence grew while she enjoyed connecting with other communities and meeting people who were on similar pathways. Not all of them were developers, as she had presumed. Many, like her, started out as bloggers.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"977\" height=\"419\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=977%2C419&#038;ssl=1\" alt=\"WordCamp Cochabamba\'s logo with blue and grey lettering and a hat\" class=\"wp-image-13228\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?w=977&amp;ssl=1 977w, https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=300%2C129&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=768%2C329&amp;ssl=1 768w\" sizes=\"(max-width: 977px) 100vw, 977px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Finally, after three years, Carla applied to organize her first WordCamp in 2021 in <a href=\"https://cochabamba.wordcamp.org/2021/\">Cochabamba</a>. She had never imagined organizing any WordCamp, and through this having the experience to talk to sponsors and contact companies, and lead a group of people with different talents and backgrounds. Carla felt she had learnt so much from the experience.</p>\n\n\n\n<p>Thanks to WordPress, Carla found a job she enjoyed, was able to work remotely, and help build something in her community to help people learn skills and find career opportunities.</p>\n\n\n\n<p>Carla feels grateful for all she has been able to do thanks to WordPress. She said: “WordPress has led me to find good jobs. It also has allowed me to contribute to a community of friends that love learning about WordPress.”  </p>\n\n\n\n<p></p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) for work on this feature, and to all the contributors who helped with the series recently. Thank you too to Carla Doria (<a href=\'https://profiles.wordpress.org/carlisdm/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>carlisdm</a>) for sharing her experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (@chantaboune) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WP Briefing: Episode 36: Beginner’s Guide to Contributions 2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jul 2022 11:05:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13162\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:164:\"Thinking of contributing to WordPress? Josepha Haden Chomphosy guides you through the five stages of contribution on the latest episode of the WP Briefing podcast! \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/07/WP-Briefing-036.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16474:\"\n<p>In the thirty-sixth episode of the WordPress Briefing, Josepha Haden Chomphosy revisits the Beginner&#8217;s Guide to Contributions to the WordPress open source project. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href=\"https://make.wordpress.org/performance\" data-type=\"URL\" data-id=\"make.wordpress.org/performance\">Performance Team Information</a></li><li><a href=\"https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/\">WordCamp US Contributor Day Table Lead Info</a></li><li><a href=\"https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/\">Call for Testing #15: Category Customization </a></li><li><a href=\"https://europe.wordcamp.org/2019/contributor-orientation-tool/\">Contributor Quizlet</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13162\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;&nbsp;</p>\n\n\n\n<p>WordPress is an open source software project and, like many other open source software projects, has an entire community of people who show up to help improve it however they can. Most of you probably use WordPress every day in some way. And I&#8217;m going to assume that since you listen to this podcast, you&#8217;re also interested in how this all works.</p>\n\n\n\n<p>One of the things I mention practically every episode is that WordPress works and continues to work because of generous contributions from people all around the world. I consider my work with WordPress to be my way of giving back for everything that this software enabled me and my family to do. But I once was a first-time contributor, and I remember what it felt like before I knew everything.&nbsp;</p>\n\n\n\n<p>I felt like it moved at the speed of light and that I could never tell what to do now, let alone what to do next. And that everyone around me basically already knew everything. And if you are feeling that way right now, I encourage you to take a big deep breath [breathe] and let me help you get started.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:43]&nbsp;&nbsp;</p>\n\n\n\n<p>I&#8217;m a roadmap sort of person. So I&#8217;m going to start by sharing the stages I&#8217;ve observed for folks who are contributing to open source. That way, you can tell where you are right now, which spoiler alert is probably a bit further along than you realize. Then I&#8217;ll give you some questions you can ask yourself for each stage to figure out what is a good fit for you. Think of it as a guided exploration.&nbsp;</p>\n\n\n\n<p>All right, the five stages. So these are they:&nbsp;</p>\n\n\n\n<ol><li><strong>Connecting</strong>. That&#8217;s when you&#8217;re first learning about the community. You know WordPress exists, but now you&#8217;ve just discovered that the community exists. That&#8217;s where you are.&nbsp;</li><li>The second phase is <strong>Understanding</strong>. It&#8217;s when you are researching the community, like, you know it exists, you think you want to give back, and so you&#8217;re trying to figure out where everything is.&nbsp;</li><li>The third phase is what I call <strong>Engaging</strong>. It&#8217;s when you&#8217;re first interacting, you&#8217;ve downloaded the CMS, you have figured out which team you think you&#8217;re interested in, and you&#8217;re headed to events or meetings or whatever.&nbsp;</li><li>The fourth stage is one that I refer to as <strong>Performing</strong>. And that&#8217;s when you&#8217;ve decided that you&#8217;re gonna volunteer and you&#8217;re gonna take some action. You&#8217;re going to like a contributor day or running a release or whatever. I think that&#8217;s probably not the first place you land, running a release is probably a lot, but, you know, coordinating work on the release or something like that.&nbsp;</li><li>And then phase five, which is the <strong>Leading</strong> phase. That&#8217;s when you&#8217;re taking responsibility for things getting done.&nbsp;</li></ol>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:08]&nbsp;&nbsp;</p>\n\n\n\n<p>Before we get any further, there are four important things to remember about those stages.</p>\n\n\n\n<p>The first thing to remember is that there is no set time between any of those stages. You can start in one and then three years later go to the next one, or you can start in one and go into the next stage tomorrow. The next thing to know is that each stage builds on the one before it. In my observation, anytime I have seen a contributor who feels like they&#8217;re really struggling, it&#8217;s because they skipped a stage in there, which really causes some trouble for them.</p>\n\n\n\n<p>The next thing to remember is that not everyone will make it through these stages, which is okay. The majority of the community stops at three. Most contributors stop at four. And that is perfectly fine. That is expected. That is normal and completely in line with what we expect from contribution.</p>\n\n\n\n<p>Uh, and the final thing to remember about that list of the phases is that very few people make it into that leadership stage. If we assume, like I do, that 1% of the people who are using WordPress also show up and contribute back to WordPress, then it&#8217;s kind of safe to assume also that about 1% of those people who have shown up to contribute to WordPress are moving into a space where they feel like they&#8217;re willing to take responsibility for making sure things get done in WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:31]&nbsp;&nbsp;</p>\n\n\n\n<p>Like we all collectively feel responsible for WordPress&#8217;s success, but in that leadership area, you&#8217;re kind of taking responsibility for 40% of the web or whatever&#8217;s going on there. And not a lot of people make it there, and that is completely fine, too. So that&#8217;s our basic terminology today. Those are the caveats that go with our basic terminology.</p>\n\n\n\n<p>Most difficulties that arise for new contributors happen because a stage got skipped somewhere along the way. It&#8217;s almost never intentional, but from what I&#8217;ve observed, that&#8217;s what makes it really difficult to get started and what makes it difficult to keep going once you&#8217;ve kind of already gotten in there.</p>\n\n\n\n<p>So, all right. Big breath, folks with me again [breathe]. Alright, it&#8217;s guided exploration time.&nbsp;</p>\n\n\n\n<p>First phase, the connecting phase. Remember, this is where you&#8217;ve just learned the community exists, people are talking about it, you don&#8217;t know much more. The first step for you is asking yourself what it is you could do. Or if there&#8217;s a project out there that looks particularly interesting.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:36]&nbsp;&nbsp;</p>\n\n\n\n<p>So you can ask yourself questions, like, am I a writer? And if I am a writer, do I write technical or prose. The other thing you can ask is, am I a PHP developer, a JavaScript developer, Python, Go; which language am I writing in because I find it most beautiful. Another thing you can ask yourself is, am I a teacher or a mentor, or do I just generally like to be a mighty helper? And I like to make sure that things keep running.&nbsp;</p>\n\n\n\n<p>So once you&#8217;ve asked yourself those things, it&#8217;s on to phase two, the understanding phase. This is when you&#8217;re looking around at this new-to-you community to see what is happening where. So you take a look at the teams that are around, you think about whatever it was you said you were good at in the last question and you look at which teams might be a good fit.&nbsp;</p>\n\n\n\n<p>So if you said that you&#8217;re a good technical writer, then Docs probably is for you. Have you been training others to use WordPress for years? Then you might wanna look into Training. There are a lot of other things, obviously, like if you think you&#8217;re good at working with code PHP or JavaScript, you&#8217;re probably gonna end up in Core.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:46]&nbsp;&nbsp;</p>\n\n\n\n<p>If you are particularly good at any of the other tech stacks that we have around in our Trac area or an Openverse, then that&#8217;s where you&#8217;ll land over there. You have design options. Like if design is really your thing, we have a Design team, but we also have a Themes team. There are plenty of places that you can land depending on what it is that you feel like you are the best at and could really help the WordPress project. And so that&#8217;s your phase two.&nbsp;</p>\n\n\n\n<p>Now that you have gotten a good guess at a team, we&#8217;re gonna swing through to phase three, which is the engaging phase. This is the phase that is the scariest for most people, but it&#8217;s okay. I am here for you. I am here for you in this podcast. So you have figured out what you want to do in order to contribute, and you&#8217;ve got a sense for the team that looks right. There are two things that you do next.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:34]&nbsp;&nbsp;</p>\n\n\n\n<p>One is that you can go to a meeting. There are many kinds of meetings. There are team meetings, bug scrubs, and testing sessions, but they&#8217;re all in Slack, which means that you can attend one from anywhere. When they kick off, you wave, you introduce yourself, you let everybody know that you&#8217;re there and you&#8217;re observing. Folks will welcome you and just kind of give you some concept of what they&#8217;re working on. Easy as that. You&#8217;ve done your first time meeting attendance.&nbsp;</p>\n\n\n\n<p>Another good option is to keep an eye out for specific events. Some of those events happen online, like Global Translation Day. But also some of them happen in person like, Meetups or WordCamps. And there again, you show up, you wave, you introduce yourself, see if you can make a connection or two, let people know that you&#8217;re new and you&#8217;re just trying to figure out where you are and what you wanna do.&nbsp;</p>\n\n\n\n<p>If you&#8217;ve made it now, all the way to phase four, the performing phase, then give yourself a little pat on the back! Figuring out where you want to go and who your friendly faces are is the biggest challenge when you get started. So congratulations!&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:37]&nbsp;&nbsp;</p>\n\n\n\n<p>Phase four is the phase where you&#8217;ve decided you&#8217;re brave enough to volunteer &#8211; to do some contribution. You&#8217;re volunteering your time. That&#8217;s where you are now. So oddly enough, you start this phase by assigning yourself something, assigning yourself, a task. This seems counterintuitive.</p>\n\n\n\n<p>There&#8217;s this feeling that you can&#8217;t say that you&#8217;re gonna do something. That you can&#8217;t just assign something to yourself and say that you&#8217;re gonna do it. But in open source projects, you always can. You find a task where you&#8217;re comfortable, and you just mention that you would like to give it a try while the team is having their weekly meeting. And it&#8217;s simple as that. And not big things either. Like organizing an event or maintaining a component, those are probably too big for your first time around.</p>\n\n\n\n<p>I&#8217;m talking things like, &#8216;I will test that patch that you mentioned in the meeting.&#8217; Or &#8216;I will review the docs and make sure that they&#8217;re up to date with the most recent release.&#8217; Or &#8216;I can help run meetings for the next release.&#8217;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:40]&nbsp;&nbsp;</p>\n\n\n\n<p>And then you have phase five, where you just repeat phase four until you are leading something! And I don&#8217;t mean leading in the 1950s sort of way, where you have like a corner office and you&#8217;re ordering people around. I mean, in the warm, inviting millennial way where you&#8217;re leading by inspiring people to do something or you&#8217;re leading because you make sure that the meeting happens every single week.</p>\n\n\n\n<p>Or you&#8217;re leading because you added screenshots to tickets that needed testing and so you moved something forward in a way that was helpful. Easy peasy. You can go to your first contributor today or a WordPress Slack meeting and just be a contributor by the time you leave, right? You might feel like ‘easy as that isn&#8217;t quite the right set of words right there. And as a matter of fact, you might be thinking to yourself, this woman is just plain wrong. It could not possibly be that easy. And I agree. It really isn&#8217;t literally quote-unquote just that easy. Just like handing someone a notebook and a pen will not instantly make them an award-winning novelist, handing someone a wordpress.org profile and credentials to Slack won&#8217;t instantly make them a contributor.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:46]&nbsp;&nbsp;</p>\n\n\n\n<p>For both of those examples, what makes someone good is the ability to try and fail and still be encouraged to try again. So if it&#8217;s been a while since you contributed and you&#8217;re thinking about returning, or if you&#8217;ve been listening to me for a while and you&#8217;re ready to give this contribution thing a try, I hope this helps you to feel brave enough to try and brave enough to fail.</p>\n\n\n\n<p>And I encourage you to be brave enough to try again.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:20]&nbsp;&nbsp;</p>\n\n\n\n<p>Let&#8217;s take a look at our small list of big things. My friends, we have a Performance team. This team has been a working group for a long time and is focused on some deep, inner workings of WordPress and its surrounding ecosystem to make sure that we are as fast and slick as possible. You can check them out on make.wordpress.org/performance, their brand new site, and see when they&#8217;re meeting, what they&#8217;re aiming to get into the WordPress 6.1 release, and if that&#8217;s something that you would like to contribute to.&nbsp;</p>\n\n\n\n<p>The second thing is that there&#8217;s a brand new call out for testing. This time it&#8217;s focused on templates and retroactively applying them to an entire category of posts. So it&#8217;s a little bit workflow testing, a little bit technology testing, and we could really use your help in bug hunting for both of those things.</p>\n\n\n\n<p>And the final thing is that you know since contribution is obviously the focus of today&#8217;s podcast, we are looking for table leads for WordCamp US’ contributor day that&#8217;s coming up in September. There&#8217;s a whole blog post about it, I&#8217;ll link to it in the show notes so that you&#8217;ll have all the info and can raise your hand if you want.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:12:25]&nbsp;&nbsp;</p>\n\n\n\n<p>And speaking of things that I&#8217;ll have in the show notes, I also am going to put like a contributor quizlet guide thing. If the guided, figuring out of the teams in the phase two section, if that didn&#8217;t make any sense to you and you just need something to direct you specifically to potential teams, I&#8217;m gonna link to the contributor kind of sorting hat quiz that came out with WordCamp Europe. And that should help you work your way through phase two and get ready for phase three if that is where the spirit takes you.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13162\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.0.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2022 16:58:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"6.0.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13138\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:236:\"WordPress 6.0.1 is now available for download. This maintenance release features several updates since the release of WordPress 6.0 in May 2022. You can review a summary of the key changes in this release by visiting WordPress.org/news.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5452:\"\n<h2>WordPress 6.0.1 is now available</h2>\n\n\n\n<p>This maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.0.1\">13 bug fixes in Core</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">18 bug fixes</a> for the Block Editor. WordPress 6.0.1 is a short-cycle maintenance release. You can review a summary of the key updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/07/05/wordpress-6-0-1-rc-1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">version 6.1</a> planned for later in 2022.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.0.1.zip\">download WordPress 6.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information, check out the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0-1/\">version 6.0.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.0.1 release is led by <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/zieladam/\">@zieladam</a>.</p>\n\n\n\n<p>WordPress 6.0.1 would not have been possible without the contributions of more than 50 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/oztaser/\">Adil Öztaşer</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/petitphp/\">Clement Boirie</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a>, <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">Luis Herranz</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James Dodd</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a>, and <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich Pogson</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WP Briefing: Episode 35: Five for the Future’s True Intentions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/07/episode-35-five-for-the-futures-true-intentions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jul 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13132\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"On this week\'s episode of the WordPress Briefing, Josepha answers questions about the intentions behind the Five for the Future initiative. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/07/WP-Briefing-035.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14788:\"\n<p>In the thirty-fifth episode of the WordPress Briefing, Josepha Haden Chomphosy tackles questions about the true intentions of the Five for the Future initiative.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">New Create Block Theme plugin</a></li><li><a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">Open Sourcing Theme Designs </a></li><li><a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">Exploration in Meta to improve DevHub </a></li><li><a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">Tragedy of the Commons definition</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13132\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;&nbsp;</p>\n\n\n\n<p>Today I&#8217;m talking about Five for the Future– again. Before we get stuck right into the heart of it, 10 episodes ago, in episode 25, I focused on the Five for the Future initiative and I recommend that you listen to that before you join me in today&#8217;s episode. It&#8217;s only eight minutes and it gives you a history of the Five for the Future initiative, as well as some information on the Five for the Future program.</p>\n\n\n\n<p>It then goes on to talk about some of the original intentions behind that original initiative. The reason I bring this back up today is partially because one, I will talk about both the program and the initiative it&#8217;s based on literally anytime. I believe strongly that they are both a vital part of what will result in a triumph of the commons of WordPress, and keep this empowering project around for years to come.&nbsp;</p>\n\n\n\n<p>But I also bring it up today because there&#8217;s conversation about a post I published a couple of months back that has generated some dialogue around the intentions of this catchy call to contribution. So to make sure that as we move through this discussion together, we are working with as much factual information as possible, I present to you some facts.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:46]&nbsp;&nbsp;</p>\n\n\n\n<p>First and foremost, the pillars of this initiative. The 5% in Five for the Future is aspirational. Contribution to open source is a question and indication of privilege. So the 5% is not a requirement, but rather it&#8217;s an aim. It could refer to 5% of your time or 5% of your resources, or just any amount of your time or resources around. Regardless of how you&#8217;re defining it, it is an aspiration, not a requirement.&nbsp;</p>\n\n\n\n<p>The second pillar, pledges show your intention and whatever contributions you are able to offer after you&#8217;ve made your pledge are always welcome. No one is out there checking for 100% completion of the hours that you intended to give back to WordPress versus the hours that you actually succeeded at giving back to WordPress.</p>\n\n\n\n<p>There are so many volunteers that make sure that this project is running and functional and has plenty of people knowing how to get things done and how to teach others how to get things done. It&#8217;s all coming from generosity of heart.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:52]&nbsp;&nbsp;</p>\n\n\n\n<p>And speaking of generosity, the third thing that is important about this initiative is that it insists on and wants to celebrate a culture of generosity. Beyond the concept of a pledge, is the idea of generous collaboration toward the long term health and stability of our project for the future.</p>\n\n\n\n<p>As contributors, we understand that we are greater than the sum of our parts and what we build <em>within</em> WordPress empowers those who build <em>with</em> WordPress. So those are the pillars that went into that initial thought, that opening Five for the Future call to action that Matt gave to everybody in 2014.</p>\n\n\n\n<p>And so now I want to share with you some of the pillars of the program that has grown up around it. So the Five for the Future initiative, if you&#8217;re not familiar, was started in 2014 and is a grand call to all of us to remember to give back to the shared commons of WordPress. Its aim was to help guard against what is called the “tragedy of the commons,” where resources are continually taken out and not necessarily reinvested in. No one&#8217;s necessarily putting anything back into those.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:06]&nbsp;&nbsp;</p>\n\n\n\n<p>So that&#8217;s the starting point for all of this. So the program, the Five for the Future program, in 2018 was built as a collaborative effort with full participation and buy-in from the contributors who were active in the project at the time. It allowed anyone to raise their hands, to show support of WordPress via a pledge and also started a multi-year discussion of how to define contributions in a way that let us automatically provide props and therefore more effectively put badges on people&#8217;s wordpress.org profiles.&nbsp;</p>\n\n\n\n<p>And then in 2019, there was an additional pilot of the program, which kind of offered some team structure, which was intended to not only take on work that I don&#8217;t like to ask volunteers to do, but also to provide some checks and balances to an absolute raft of sponsored contributor hours that we had started to see show up.&nbsp;</p>\n\n\n\n<p>Which brings us then to the post that I mentioned at the start. Knowledgeable supporters of the WordPress open source project have debated next iterations to Five for the Future activity and programming. So, to bring the conversation to a central set of questions, or rather to bring the conversation to a central spot, I raised these two questions. One, what activities can we see inside our contributor networks? So wordpress.org, make.wordpress.org, the Rosetta sites that we have, Slack, et cetera.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:30]&nbsp;&nbsp;</p>\n\n\n\n<p>So what activities can we see inside the contributor networks that we can flag to enable easier distribution of props and therefore badges? The second question is, what activities can we see also in those contributor networks that appear to be contributions, but in the end are only benefiting the person or company that provides the contributions?</p>\n\n\n\n<p>For what it&#8217;s worth that discussion then also raised a third question that I don&#8217;t think we&#8217;ve even started to tackle, which is what about the activities that are not in the contributor network, but still do move WordPress forward? Cause there are so, so many of those things and it&#8217;s a great question. I don&#8217;t have an answer and just so that I don&#8217;t leave you all with a series of questions for which there are no answers provided in this particular podcast, I do have a few answers for questions that I have seen floating around this discussion.&nbsp;</p>\n\n\n\n<p>So the first question is actually a bunch of questions. There are like three parts to it. What are props, who gives props, and who tracks them? So ‘props’ is a term used in WordPress to describe shared recognition of a contribution. Think of it as like a hat tip or kudos or an assist. However you think about it, it&#8217;s recognition of the other people who helped to solve a problem along the way. That is what props are.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:47]&nbsp;&nbsp;</p>\n\n\n\n<p>The second part of that question is who gives props and historically developers have given props, which tends to mean that it&#8217;s mostly developers who get props. But now, also, any team rep during a release cycle can provide props to folks on their team, volunteers on their team who were really helpful during the course of the release.</p>\n\n\n\n<p>And recently we also added the functionality for ad hoc props to be given in the Slack props channel, and those get added to your profile activity. So that someone can give you basically a public thanks for having helped on something that they were working on. And then that gets logged in your activity tracker on your WordPress.org profile.</p>\n\n\n\n<p>And then the final question in that first big question is who tracks these props? And the answer is human beings! Which is why folks feel like they have to do a ton of things before they even get props. And that&#8217;s also why I&#8217;d like to automate more and more of them so that you don&#8217;t have to do a ton of things in order for someone to show up and acknowledge that you are part of a solution.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:51]&nbsp;&nbsp;</p>\n\n\n\n<p>So the second question that I&#8217;ve seen kind of running around is, where do props start? And that is a great question that has been asked year after year. And one that I think we should continue to ask. The reality is that we won&#8217;t be able to see every contribution to WordPress, but that doesn&#8217;t mean that they aren&#8217;t valuable. And it doesn&#8217;t mean that they don&#8217;t matter.&nbsp;</p>\n\n\n\n<p>Building our culture of generosity helps us to better recognize and celebrate each other for all of our contributions, whether they are for a major release or a major event, or one of these new ad hoc props that you can offer to people. And if we see more and more of the same type of contributions being celebrated, then we can also work toward automating those as well, so that you don&#8217;t have to do a super ton of them before someone has noticed that you&#8217;ve done even one of them.&nbsp;</p>\n\n\n\n<p>And the third big question that has been running around is, what about the people who don&#8217;t want the props? If people want to be literally anonymous, then deletion requests are probably your way to go. But I actually don&#8217;t think that&#8217;s the question here. I think the question is what if a prop holds no intrinsic value to you and then, you know, I wanna thank you for that spirit of generosity. And I also wanna say that I&#8217;m so glad you&#8217;re here.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:02]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>Hopefully, all of these answers clarify what lies at the heart of what is intended with the Five for the Future initiative and the program that&#8217;s built on top of it. And why I care so much about fixing the ways we offer props to folks. For me, it&#8217;s not about assessing the worthiness of people or companies or any of their contributions. For me, it&#8217;s about reinvesting in the shared commons of the WordPress ecosystem, by finding a way that our economy can entice folks to put back into WordPress, something close to the benefit that they receive from it.</p>\n\n\n\n<p>And that brings us now to our small list of big things. Thank you all for making it into the final stretches with me. These three things that I&#8217;m sharing also have companion blog posts to go with them because they are very big questions or very big features, very big plugin kind of things that we&#8217;re looking at. And so you&#8217;ll be able to find those in the show notes, or you can go to wordpress.org/news if you&#8217;re listening to this in a podcast player of your choice that is not wordpress.org.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:10]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>So the first one on my list is a new plugin. It is called Create Block Theme. And it&#8217;s gonna make it easier for theme builders to use the existing site editor tools to create new block themes. I&#8217;m very excited about this. Uh, you can find it on make.wordpress.org/themes. And I will also include a link to it in the show notes below.&nbsp;</p>\n\n\n\n<p>If themes are not your area of expertise, but you are interested in documentation or the DevHub or to an extent design things, then the improvements that are being worked on for the DevHub are definitely in your area. That&#8217;s kind of a Meta task, but has a few other pieces involved as well. That can be found on make.wordpress.org/meta. But again, I will have a link to the very, very detailed blog post in the show notes.&nbsp;</p>\n\n\n\n<p>It&#8217;s got a bunch of hypothetical changes that are being suggested for the WordPress developer docs, uh, especially when it comes to the function reference. And so there are gonna be some slight design questions, but not like, graphic design/visual design, more in the like, can humans read this design area of things? And so that will be a good one to look at. If you are sort of in the Meta or Documentation vein of things in the way that you like to contribute to WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:011:30]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>And then the final thing is about open sourcing theme designs. So open sourcing everything obviously is important to us. And the design tool that we use, this tool called Figma, is open to the public. And so it&#8217;s possible for folks to be able to kind of get in there and use and reuse any design elements.</p>\n\n\n\n<p>And so there&#8217;s a discussion happening over on make.wordpress.org/design about how that can and should look in the future. And so if design is definitely your area, and again, this kind of lines up with themes a little bit, then wander over into that one, for which there will also be a link in the show notes.&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress – June 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2022/07/the-month-in-wordpress-june-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 14:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13069\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:313:\"With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&#160; WordPress 6.1 is Slated for Release on October 25, 2022 Planning for WordPress 6.1 kicked off a few weeks ago with a proposed schedule and a call for [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12416:\"\n<p>With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 is Slated for Release on October 25, 2022</h2>\n\n\n\n<p>Planning for WordPress 6.1 kicked off a few weeks ago with a <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\"><strong>proposed schedule and a call for contributors</strong></a> to the release team. This will be the third major release in 2022 and will include up to Gutenberg 14.1 for a total of 11 Gutenberg releases.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> published the preliminary <a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">roadmap for version 6.1</a>, which is expected to refine the full site editing experience introduced in the last two major releases. Stay tuned for a companion post with more details on what’s to come.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Tune in to the <a href=\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\">latest episode of WP Briefing</a> to hear WordPress Executive Director Josepha Haden discuss planning for major releases and how you can get involved.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New in Gutenberg: Versions 13.4 and 13.5</h2>\n\n\n\n<p>There are two new versions of Gutenberg since last month’s edition of the Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\"><strong>Gutenberg 13.4</strong></a> includes 25 enhancements and nearly 30 bug fixes. This version adds support for button elements in theme.json and introduces axial spacing in Gallery Block, among other new features.</li><li><a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\"><strong>Gutenberg 13.5</strong></a> was released on June 22, 2022. It comes with an improved featured image UX, expanded design tools for the Post Navigation Link block, and solid accessibility fixes.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay up to date with the latest updates.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team Updates: Gutenberg Page Redesign, Meetup Venue Support Funds, and More</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/gutenberg/\">The Gutenberg page</a> got a new redesign! You can<strong> </strong>rearrange the page content the way you want and experience the flexibility that blocks allow. Learn more about the inspiration behind the new look in <a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\">this post</a>.</li><li>WordPress Community Support (WPCS) restarted its <a href=\"https://make.wordpress.org/community/2022/06/22/announcement-reactivating-meetup-venue-support-funds/\">meetup venue support funds</a> for community organizers.</li><li>The Themes Team ​​released a <a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">new plugin called Create Block Theme</a> that makes it easier for theme builders to create block themes.</li><li>Matías Ventura, the lead architect of the Gutenberg project, shared some early thoughts on <a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">the future of the WordPress admin interface</a>.</li><li>Each month, the Training Team publishes a list of new resources available on the Learn WordPress platform. <a href=\"https://make.wordpress.org/updates/2022/06/07/whats-new-on-learnwp-in-may-2022/\">Check out what’s new</a>.</li><li>The Polyglots Team kicked off conversations for planning the <a href=\"https://make.wordpress.org/polyglots/2022/06/15/wp-translation-day-in-september-2022-suggestion-discussion/\">next WordPress Translation Day</a>.</li><li>The Documentation Team posted a series of <a href=\"https://make.wordpress.org/docs/2022/06/13/live-onboarding-sessions-for-the-documentation-team/\">onboarding sessions</a> to get started with documentation.</li><li>After reviewing feedback raised by the community, the Performance Team proposed <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\">a new approach to add WebP and MIME support</a> for images.</li><li>The Themes Team updated its <a href=\"https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/\">recommendations for hosting webfonts</a> to follow Europe’s General Data Protection Regulation (GDPR).</li><li>In a step towards <a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">open sourcing theme designs</a>, the Design Team made some themes authored by WordPress core and other theme developers available in a Figma file.</li><li>The Marketing Team started a discussion to gather feedback on <a href=\"https://make.wordpress.org/marketing/2022/06/17/discussion-promoting-wordcamps-with-the-official-wordpress-social-accounts/\">promoting WordCamps</a> with the official WordPress.org social accounts.</li><li>The Openverse Team <a href=\"https://make.wordpress.org/openverse/2022/06/17/mitigating-out-of-terms-api-usage/\">released version 2.5.5 of the Openverse API</a>, which brings an important change regarding anonymous API requests.</li><li>The Plugin Review Team shared a comprehensive <a href=\"https://make.wordpress.org/plugins/2022/06/15/whats-the-deal-with-invalid-reviews/\">post on invalid plugin reviews</a>.</li><li>The June edition of the <a href=\"https://make.wordpress.org/community/2022/06/24/monthly-organizer-newsletter-june-2022/\">Meetup Organizer Newsletter</a> is now live with a list of ideas on reactivating meetups.</li><li>Check out the <a href=\"https://make.wordpress.org/polyglots/2022/06/27/polyglots-monthly-newsletter-june-2022/\">Polyglots Monthly Newsletter: June 2022</a> to stay up to date with the latest updates from the Polyglots community.</li><li>The latest edition of People of WordPress features the story of web developer <a href=\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\">Leo Gopal</a>.</li><li><a href=\"https://block-museum.com/\">The Museum of Block Art</a> (MOBA), a virtual initiative that showcases creative uses of the WordPress block editor, is <a href=\"https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/\">now open for submissions</a>.</li><li>Last month the WordPress community was saddened to hear of the passing of <a href=\"https://profiles.wordpress.org/wolly/\">Wolly</a> (Paolo Valenti). Wolly was a long-time WordPress contributor and one of the founding members of the vibrant Italian community. He will be missed.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The BlackPress community is a great place to connect with black African descent people in the WordPress space, access tech resources, and advance your career skills. <a href=\"https://blackpresswp.com\">Join the BlackPress Community</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback/Testing Requests</h2>\n\n\n\n<ul><li>The Core Team is looking for <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">help in testing a rollback functionality</a> for failed plugin and theme updates.</li><li>There’s an open call for feedback on a proposal to make building features and plugins on top of the WordPress REST API easier. <a href=\"https://make.wordpress.org/core/2022/07/04/proposal-better-rest-api-handling-in-javascript/\">Share your thoughts</a> by July 18, 2022.</li><li>The Training Team suggested a public content roadmap for <a href=\"https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/\">Learn WordPress development</a>. Comments are welcome until July 15, 2022.</li><li>Version 20.2 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/06/28/call-for-testing-wordpress-for-android-20-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/06/29/call-for-testing-wordpress-for-ios-20-2/\">iOS</a> is now available for testing.</li><li>Some members of the Meta Team did some experiments with <a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">hypothetical changes to the WordPress Developer Docs</a>. They welcome feedback on the next steps.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Want to get involved in testing WordPress?<strong> </strong>Follow the &#8220;<a href=\"https://make.wordpress.org/test/tag/build-test-tools/\">Week in Test</a>&#8221; posts to find a handy list of links and opportunities.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp Asia 2023 is Calling for Sponsors</h2>\n\n\n\n<ul><li>WordCamp Asia 2023, the first flagship WordCamp event in Asia, recently opened its <a href=\"https://asia.wordcamp.org/2023/call-for-sponsors/\">Call for Sponsors</a>.</li><li><a href=\"https://us.wordcamp.org/2022/\">WordCamp US 2022</a> is sold out. General Admission tickets went on sale on June 30, 2022, and were quickly claimed the same day. If you couldn’t get yours, the organizing team recommends <a href=\"https://us.wordcamp.org/2022/tickets/\">checking this page</a> periodically to see if any become available.</li><li>Curious about why WordCamp US is hosting fewer people this year? The WordCamp US team explained why in <a href=\"https://us.wordcamp.org/2022/wordcamp-us-2022-and-attendee-count/\">this post</a>.</li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a> was successfully held in Porto, Portugal, from June 2 to 4, 2022. The event saw 2,300 in-person attendees and a record 800 participants at Contributor Day. All the sessions will be available <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">on WordPress.tv soon</a>.</li><li>In 2023, WordCamp Europe will be hosted in the city of Athens, Greece. The <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">Call for Organizers</a> is now open.</li><li>Josepha Haden covered some important questions from WordCamp Europe on a <a href=\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\">special episode of WP Briefing</a>. Be sure to give it a listen!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The #WPDiversity group has organized a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Registration is now open</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13069\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Leo Gopal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13020\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give. Writing as [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11776:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=680%2C420&#038;ssl=1\" alt=\"Portrait of Leo Gopal in a black shirt with a blue sky behind.\" class=\"wp-image-13037\" width=\"680\" height=\"420\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?w=1014&amp;ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=768%2C475&amp;ssl=1 768w\" sizes=\"(max-width: 680px) 100vw, 680px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Writing as a channel of expression</h2>\n\n\n\n<p>Curiosity, writing, and resilience are recurring themes in Leo&#8217;s story, and have mapped with his WordPress journey.&nbsp;</p>\n\n\n\n<p>High school was a difficult time for Leo, as he had a speech impediment which only subsided when he was with close friends or family.</p>\n\n\n\n<p>He began writing a journal as an avenue of expression and found every word arrived smoothly for him. &nbsp;</p>\n\n\n\n<h2>It all began with WordPress 1.2 &#8216;Mingus&#8217;</h2>\n\n\n\n<p>In 2004, Leo discovered the joy of blogging as a way of combining keeping a journal with ‘conversations’ he could have with those who commented on his blogs. The potential and power of blogs would be an influence in the rest of his life.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?fit=720%2C960&amp;ssl=1\" alt=\"Leo sat in front of a pond. \" class=\"wp-image-13027\" width=\"720\" height=\"960\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?w=720&amp;ssl=1 720w, https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></figure>\n\n\n\n<p>As Leo&#8217;s confidence grew through expressing himself in writing, he was determined that his stutter would &#8216;no longer hold power over him&#8217;. In 2005, with the encouragement of his blog readers, he spent his school summer break in his room working on reducing his stutter. WordPress would be the tool that would enable him to connect with his blog readers and to express his creativity and thoughts.</p>\n\n\n\n<h2>Making WordPress your own</h2>\n\n\n\n<p>In high school, Leo had opted for programming as one of his subjects. In 2008, he built his first website using WordPress for the students at the school. This was the first time he saw the real value of WordPress and open source.</p>\n\n\n\n<p>During the following years, he increasingly spent time searching online for information on &#8216;Customising WordPress&#8217; and &#8216;Making WordPress your own&#8217;.</p>\n\n\n\n<p>Leo wanted to keep busy and as soon as he finished school, he applied for every entry-level web-related job that he could find. He was hired by a company for the role of webmaster for its Marketing team focused on WordPress.</p>\n\n\n\n<p>He continued to grow his skills as a WordPress developer with the help of useful documentation that he could find and through his helpful local WordPress Community. This helped him earn a living and support his family.</p>\n\n\n\n<h2>Helping yourself through helping others in the community</h2>\n\n\n\n<p>In 2015, Leo moved full-time to Cape Town, South Africa, and started as a developer at a web development agency, eventually progressing to its Head of Development and managing a small team.</p>\n\n\n\n<p>He chose WordPress as his main platform for development mainly because of the community behind it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Had it not been for those searches on how to make WordPress your own, my life would have turned out a lot differently</em>.”&nbsp;</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>Leo felt he had a hurdle to overcome working in web sector. He didn’t feel like a ‘real developer’ being self-taught. However, through the community, he realized that there were many self-taught developers and he was not alone.&nbsp;&nbsp;</p>\n\n\n\n<p>Alongside his development path, Leo faced a mental health journey. He had suffered from depression and found the community to be accepting and understanding of this.&nbsp;</p>\n\n\n\n<p>At WordCamp Cape Town 2016, he stood in front of an audience and gave a talk: “<a href=\"https://wordpress.tv/2016/11/24/leo-gopal-the-wordpress-community-mental-wellness-and-you/\">The WordPress Community, Mental Wellness, and You</a>”. Following this talk, he was greeted by many attendees who thanked him for talking so openly about mental health issues.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"Leo speaking at the podium at WordCamp Cape Town in 2016\" class=\"wp-image-13023\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Leo speaking at a WordCamp</em> Cape Town, 2016</figcaption></figure>\n\n\n\n<p>Leo has been diagnosed with bipolar, previously known as manic depression. In 2017, he hit a low period and struggled to keep going. He found support and understanding in the community in WordPress.</p>\n\n\n\n<p>He has openly written about his experiences with depression and started an initiative where topics of mental health and general wellbeing can be freely and non-judgmentally discussed.&nbsp;&nbsp;</p>\n\n\n\n<p>He said that by helping others, he is helping himself, every day.</p>\n\n\n\n<h2>Contributing to WordPress</h2>\n\n\n\n<p>Leo has contributed to the community as a Co-organizer in South Africa for the 2016 and 2017 WordCamp Cape Town, WordPress Meetup Cape Town 2015 &#8211; 2016, and WordPress Durban 2017 – 2020. He has also spoken at a number of WordCamps.</p>\n\n\n\n<p>Maintaining connections with people he had met through these events Leo felt was a great aid to his mental wellbeing during the Covid pandemic. </p>\n\n\n\n<p>He has contributed to core and plugins and believes that WordPress and its community make it extremely easy to contribute. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>The cost to start contributing is extremely low &#8211; start now</em>”.</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>When the ability to create and add patterns to the WordPress.org library came out in 2021, Leo used it almost immediately and created a <a href=\"https://wordpress.org/patterns/pattern/call-to-action-section-2/\">call-to-action box</a> which could be used by both his clients and the community. He plans to release a few more complex patterns.&nbsp;&nbsp;</p>\n\n\n\n<h2>Yes, we can.</h2>\n\n\n\n<p>Leo’s mantra is “I can do it!”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"Leo speaking at a WordCamp Cape Town in 2019\" class=\"wp-image-13032\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?w=1944&amp;ssl=1 1944w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Leo speaking at a WordCamp</em> Cape Town, 2019</figcaption></figure>\n\n\n\n<p>Getting over a stutter, overcoming poverty, being urgently self-taught, growing up in a country with “load shedding” electricity outages, and one of the slowest rated internet speeds in the developing world, and strengthening mental wellness are not easy feats., And yet, he knows he can do it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Never, ever think you do not have the &#8216;right&#8217; circumstances for success. Just keep going, progress over perfection – <strong>you</strong> can do it</em>.”</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>As Leo puts it, the WordPress community doesn’t just power a percentage of the internet; it empowers too.</p>\n\n\n\n<p></p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) for work on this feature, and to all the contributors who helped with specific areas and the series this last few months. Thank you too to Leo Gopal (<a href=\'https://profiles.wordpress.org/leogopal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>leogopal</a>) for sharing his experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 34: WordPress 6.1 is Coming!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jun 2022 15:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13013\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"Join WordPress Executive Director Josepha Haden Chomphosy as she covers planning for major releases and how you can get involved in the 6.1 release cycle!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/06/WP-Briefing-034.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8675:\"\n<p>In the thirty-fourth episode of the WordPress Briefing, hear WordPress Executive Director Josepha Haden Chomphosy discuss planning for the major release and how you can get involved in the WordPress 6.1 release cycle! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">WordPress 6.1 Planning Roundup Core Post</a></li><li><a href=\"https://make.wordpress.org/core/tag/6-1/\">All WordPress 6.1 posts on Make Core</a></li><li><a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Speaker Workshop for Indian Women in the WordPress Community</a></li><li><a href=\"https://wordpress.org/photos/\" data-type=\"URL\" data-id=\"https://wordpress.org/photos/\">Submit photos to the WordPress Photo Directory</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13013\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>All right my friends. So it&#8217;s been about a month since WordPress 6.0 came out and you know what that means. It means we are already looking at the next major WordPress release because,&nbsp; as most of you know, WordPress never sleeps. Y&#8217;all are honestly up and hustling like 24/7 as far as I can tell, which is great! And is one of the many benefits of being a global community, I suppose.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:05]</p>\n\n\n\n<p>But anyway, back to this major release. There was a high-level roadmap shared by Mattias Ventura at the start of June. And it lists some focus areas for the Block Editor, continued refinements to the template editor and navigation block, and some work on global styles and more / better blocks and design tools that are slated to ship with WordPress 6.1. From the WordPress core side, though, there are a couple hundred tickets that are milestoned for the next major.</p>\n\n\n\n<p>Being milestoned for a release means that either a ticket wasn&#8217;t ready for the last release and was moved to the next available one, or a ticket has become ready for a release since the last major release occurred. That list as it stands might be a little bit too big for a single release. However, honestly, no list is too big if we have enough folks contributing.<br></p>\n\n\n\n<p>So if you&#8217;ve never contributed to a major release of WordPress before, and you&#8217;re interested to know how that works, there are some things to keep an eye out for over the next few weeks. We are in what is considered the planning phase for the next big release. And so there are two or three things you&#8217;re gonna see pretty soon.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:11]&nbsp;</p>\n\n\n\n<p>First is a planning kickoff post. That post gets published on make.wordpress.org/core, and it includes notes on volunteering for the release squad, some guesses at areas of focus based on the tickets that we&#8217;re seeing in track, a schedule, the whole kit, and caboodle. It&#8217;s all in there. If you are wanting to know how to lend a hand and how to take your first steps to core contribution, apart from the new contributor meeting that happens before the dev chat, that post is the place to start.&nbsp;</p>\n\n\n\n<p>So keep an eye out on make.wordpress.org/core for that. And then the second thing that shows up in the planning phase for any major release is bug scrub and ticket triage meetings. Like I mentioned, there are the new contributor meetings where they scrub tickets and talk through the basics of what we&#8217;re seeing on good first bugs.</p>\n\n\n\n<p>And I mentioned that here often, I just mentioned it in the last, in the last bullet point, but there are also regular bug scrubs and ticket triaging sessions where a kind contributor chooses a set of tickets to review and then leads other contributors through the process of checking to see if a ticket is valid to see if it can be replicated to see if it has a patch.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:03:23]&nbsp;</p>\n\n\n\n<p>If there are decisions that are blocking it and how to move those decisions forward, and generally just kind of discuss what else has to be done in order to take the ticket to the next step. Those get announced in the dev chat every Wednesday, but also there is a post that will go up on make.wordpress.org/core.</p>\n\n\n\n<p>I wish I had a faster way to say that instead of just racing through the whole URL every time. But it&#8217;ll be okay. We&#8217;ll put it in the show notes in case you would rather just click some stuff. And the third thing to keep an eye out for. If development is not your thing, so writing code is not already part of your tool belt, that&#8217;s totally fine. There are many other important areas where you can contribute, too. Design, training, support, polyglots, marketing, documentation, and more. These teams all do work in and around a release that is vital to WordPress&#8217; overall success.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:19]&nbsp;</p>\n\n\n\n<p>And a final thought of all. If that felt a little too intense if you want to see where this ship is headed, but you can&#8217;t quite commit to grabbing an oar today, that&#8217;s fine, too. The most important thing is that if you are a member of the community, as an extender or a user or a die-hard contributor, or a new contributor, the most important thing is that you have some general awareness of what the overall direction is.&nbsp;</p>\n\n\n\n<p>You might do that by experimenting with blocks in your products or by testing screen readers against your workflow or even by setting aside an hour to participate in the latest testing prompt. Being aware of what&#8217;s happening in and around your area of the project will help to keep you kind of prepared and knowledgeable to lend a hand whenever it is that you are ready.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:14]&nbsp;</p>\n\n\n\n<p>And that then brings us to our small list of big things. My friends, registration is now open for the WordPress Speaker Workshop for Women Voices in India. That&#8217;s taking place on September 24th and 25th. Uh, it&#8217;s happening over Zoom, so location or travel shouldn&#8217;t really be an obstacle for you. I&#8217;m going to leave a link to some information about that in the show notes. It should be an excellent opportunity that [the] WP Diversity initiative that WordPress has, that the community team helps to foster, is really an excellent experience. And so I hope that you register and attend that.&nbsp;</p>\n\n\n\n<p>And the second thing actually is a bit of a celebration. The Photo Directory recently hit a huge milestone of 3000 photos! And you also can submit your photos to wordpress.org/photos. If you feel so inclined to make a contribution of that type.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:07]&nbsp;</p>\n\n\n\n<p>And then the third thing on my smallest of big things is actually kind of a, a WordPress tooltip a little bit of a WordPress project did-ya-know? So, there is a special channel in WordPress Slack for sharing thanks to folks who were especially helpful to you. It&#8217;s called the Props Channel. And when someone shares props with you, it even shows up in your activity on your wordpress.org profile. Pretty cool, huh? Props to the Meta team for that one.</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WP Briefing: Episode 33: Some Important Questions from WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jun 2022 11:01:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13005\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"WordPress Executive Director Josepha Haden Chomphosy covers some important questions from WordCamp Europe on this special episode of the WordPress Briefing podcast. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/06/WP-Briefing-033.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13788:\"\n<p>In the thirty-third episode of the WordPress Briefing, hear Josepha Haden Chomphosy recap important questions from WordCamp Europe, and a selection of Contributor Day interviews. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Production Assistance: <a href=\"https://profiles.wordpress.org/priethor/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li><li>Special Guests: <a href=\"https://profiles.wordpress.org/milana_cap/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/daugis/\">Daugirdas Jankus</a>, and <a href=\"https://profiles.wordpress.org/desrosj/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><em><a href=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\">L&#8217;esprit de l&#8217;escalier</a></em></li><li><a href=\"https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/\" data-type=\"URL\">Flexbox Layout Blocks</a></li><li><a href=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\">Translating Content on Learn WordPress</a></li><li><a href=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\">Translating Subtitles</a></li><li><a href=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\" data-type=\"URL\" data-id=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\">Collaboration Across Cultures</a> (Blog)</li><li><a href=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\" data-type=\"URL\" data-id=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\">Collaboration Across Cultures</a> (YouTube Video)</li><li><a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2023/call-for-organisers/\">WordCamp Europe Athens: Call for Organizers</a></li><li><a href=\"https://twitter.com/matias_ventura/status/1534602705456480260\" data-type=\"URL\" data-id=\"https://twitter.com/matias_ventura/status/1534602705456480260\">6.1 Release Planning Twitter Thread</a></li><li><a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">6.1 Release Planning Roadmap Post</a></li><li><a href=\"https://make.wordpress.org/meetings/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meetings/\">Make WordPress Meetings Calendar</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13005\"></span>\n\n\n\n<p>[<strong>Daugirdas Jankus </strong>00:00:04]&nbsp;</p>\n\n\n\n<p>Honestly, it&#8217;s not a secret. It&#8217;s a big part of our business. And I think it&#8217;s like WordPress is a big part of all the hosting company, company’s, businesses, you know? So for us, it is like, we want to make it better. We want to give back. We want to understand, you know, where we can contribute the most. And we see it as a, you know, win, win, win situation for everyone, for clients, for the whole ecosystem.</p>\n\n\n\n<p>And for us as a business, of course!</p>\n\n\n\n<p>[<strong>Milana Cap </strong>00:00:32]&nbsp;</p>\n\n\n\n<p>My favorite WordPress component is WP CLI. That&#8217;s my crush, haha, because I love terminal. I love doing it. I&#8217;m not a really UI type of person, I get lost in UI. But in terminal, you just type command and it does what you want. And a WP CLI is much more powerful than WordPress dashboard. You can do so many things there and you can have fun.</p>\n\n\n\n<p>Uh, so that&#8217;s my go-to tool!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:10]&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing– the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:36]&nbsp;</p>\n\n\n\n<p>Many, many people were at WordCamp Europe a couple of weeks ago. And at the end, Matt and I closed out the event sessions with a little question and answer time from the community. I was excited to see everyone and excited to answer their questions. But as with all spur of the moment answers, I experienced this <em>l&#8217;esprit de l&#8217;escalier </em>and I found that there were a few things that I would have answered a little more completely if I had taken more than two seconds to think about them.</p>\n\n\n\n<p>So today I&#8217;m going to augment some of the answers from that session with a little more context and clarity. There was a question from Laura Byrne about favorite blocks in recent WordPress releases. And given that I was exclusively holding WordCamp Europe information in my brain at the time, I couldn&#8217;t think of which block was my favorite. While I was sitting there on that stage,</p>\n\n\n\n<p>I realized that one of my favorite things about WordPress’s 6.0 release, like Matt, wasn&#8217;t really a block, but it was a functional workflow sort of thing. So my favorite thing was the ability to lock blocks, but I mean, the question was about favorite blocks. And so I do know that some of the most anticipated blocks are the Flexbox layout blocks. Whew. What a sentence!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:46]</p>\n\n\n\n<p>Try to say that three times fast! Those blocks are the Flexbox layout blocks, they are sort of shortcuts that show up when you&#8217;re selecting multiple blocks and allow for easy side-by-side layouts. I&#8217;m not explaining it in a way that does it much justice, but I will share a link in the show notes that has more information and you can kind of see how empowering that particular block is in the block editor.</p>\n\n\n\n<p>The next question I wanted to give a little more context to came from Courtney Robertson. She asked about how to make translated content more readily available on learn.wordpress.org. My answer was pretty far ranging and talked about why it&#8217;s harder to commit to prioritizing that over, for my example, translating WordPress core.&nbsp;</p>\n\n\n\n<p>But I also understand that there are people who want to help and just need someone to point them in the right direction. And so I want to be clear that it is possible to have workshops in any language on learn.wordpress.org right now. We just don&#8217;t have a lot of people contributing those translations.</p>\n\n\n\n<p>So there are conversations going on right now in the training team about using Glotpress on learn.wordpress.org, and also how to translate subtitles. So, if you are looking for ways to give back through translation and training is an important kind of area of your focus. I will have links to both of those things in the show notes as well.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:11]</p>\n\n\n\n<p>I also gave a quick answer, uh, after this question about how hard it is to recognize contributions that are separate from a major event or major release. In this case, when I say recognize, that&#8217;s recognized as in thank, not recognize as in, know it exists. In case it&#8217;s not clear why that was connected, why that answer was connected to the question, training materials are self-serve and not always specific to individual releases of WordPress.</p>\n\n\n\n<p>So that means the maintenance of any content around training happens routinely over the course of time, rather than because of a specific release or a WordCamp. What sometimes can make it a little harder to entice people to join us in that work.&nbsp;</p>\n\n\n\n<p>And now the third question I&#8217;d like to tackle is the one that came from Megan Rose. She asked how we can encourage better diversity as we go back to in-person events. My answer was more about the big picture, program-wide work that has been done and specific awarenesses that I, as a leader, have been keeping top of mind. That answer is still true and is still important, but again, it doesn&#8217;t really help anyone who&#8217;s wondering how they can show up today in their own communities, and do the hard work of fostering an inclusive space there so that we can confidently welcome more diverse voices together.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:27]</p>\n\n\n\n<p>A great place to start is to have conversations with people who aren&#8217;t like you and really listen. Also recognizing that we all come from different backgrounds that give us more or less opportunity and always be asking yourself, who is missing from this conversation and why, how can I find them and invite them into our own WordPress spaces?</p>\n\n\n\n<p>If that all kind of feels right up your alley, I would check out the show notes. I&#8217;ll have some links in there to the community team’s site, as well as a few posts that will help you to explore that a bit further as well.&nbsp;</p>\n\n\n\n<p>There were also a couple of questions about market share slash usage of WordPress, and Five for the Future that I really do want to answer, but as I was writing up the context and just kind of exploring the questions that people were raising, it turned out to really be quite a big set of answers.</p>\n\n\n\n<p>So I will do those in either two separate episodes of their own or one surprisingly long, for me, episode. And so there you have it, a lightning round, deep dive on a few questions from WordCamp Europe.</p>\n\n\n\n<p>[<strong>Jonathan Desrosiers </strong>00:06:41]&nbsp;</p>\n\n\n\n<p>Yeah, it&#8217;s definitely great to be back in person. Um, it&#8217;s been a long two years, two or three years for a lot of people and it&#8217;s, it&#8217;s, it&#8217;s great that we&#8217;re such an asynchronous community and we can all stay connected online through Slack and different means. Um, but there are some things that you can&#8217;t replace, like making friends with people and learning people&#8217;s demeanors and having some discussions in person that you can&#8217;t replace.</p>\n\n\n\n<p>And so, uh, I&#8217;m really excited to see people I haven&#8217;t seen in a long time. Meet new people and, um, you know, have some of those discussions here today in Portugal.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:07:21]&nbsp;</p>\n\n\n\n<p>Which then brings us to our small list of big things.&nbsp;</p>\n\n\n\n<p>If you missed the announcement, WordCamp Europe will be in Athens next year. And the call for organizers is open already. It&#8217;s an experience that is absolutely irreplaceable. So I&#8217;ll link to that in the show notes, in case you&#8217;ve always wanted to give back to WordPress that way.</p>\n\n\n\n<p>The second thing on my list is that work on the next major release of WordPress is already underway. There is a post with roadmap info that was published recently, as well as a slightly more casual thread on Twitter. I&#8217;ve linked both of those in the show notes, so that you have some concept of what it is that we are aiming for in 6.1, and also a concept of where to go to get started working on it if that&#8217;s what you feel like doing, uh, for the next three to four months– 120 days, roughly.</p>\n\n\n\n<p>Uh, and finally. This is less of like a thing to be aware of in the next two weeks and kind of a little WordPress project tool tip. Did you know that we have a calendar that shows all meetings for all teams all week long? It will make you feel tired by the amount of work that gets done in the WordPress project every week, but it&#8217;s right there on make.wordpress.org/meetings.</p>\n\n\n\n<p>So you never have to wonder where folks are meeting to talk about things ever again. And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p>[<strong>Santana Inniss &amp; Héctor Prieto </strong>00:09:11]&nbsp;</p>\n\n\n\n<p>Hello! Mic test. One, two, one, two.&nbsp;</p>\n\n\n\n<p>We are testing the USB microphone. Let&#8217;s hope we&#8217;re using it actually.&nbsp;</p>\n\n\n\n<p>I think so. I think so.&nbsp;</p>\n\n\n\n<p>Yes. Because now I am far, and now I am much closer to the microphone. Yes.&nbsp;</p>\n\n\n\n<p>And I am sitting in the same spot.&nbsp;</p>\n\n\n\n<p>Good. Hello?&nbsp;</p>\n\n\n\n<p>Hello!&nbsp;</p>\n\n\n\n<p>Mic test one, two.</p>\n\n\n\n<p>Mic test one, two.&nbsp;</p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>[laughter]</p>\n\n\n\n<p>And, close.</p>\n\n\n\n<p>Mic check.&nbsp;</p>\n\n\n\n<p>Mic check.&nbsp;</p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>I&#8217;m close to the mic. I&#8217;m far from the mic.&nbsp;</p>\n\n\n\n<p>I&#8217;m far from the mic. Wow.</p>\n\n\n\n<p>Not so far.</p>\n\n\n\n<p>[laughter]</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress – May 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2022/06/the-month-in-wordpress-may-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jun 2022 11:35:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12993\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress! Say hello to WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12516:\"\n<p>WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress!</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>Say hello to WordPress 6.0 “Arturo”</h2>\n\n\n\n<p><strong>WordPress 6.0 “Arturo” was released on May 24, 2022</strong>. Named in honor of the Latin jazz musician Arturo O’Farrill, the awaited release brings more customization tools and numerous updates to make the site-building experience more intuitive.</p>\n\n\n\n<p>Check out the <a href=\"https://youtu.be/oe452WcY7fA\">WordPress 6.0 video</a> and the <a href=\"https://wordpress.org/news/2022/05/arturo/\">announcement post</a> for an overview of the most important changes. Interested in knowing more about the features that will help you build with and extend WordPress? Then the WordPress 6.0 <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">Field Guide</a> might be for you.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Over 500+ people in 58+ countries made WordPress 6.0 possible – Thank you!</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/download/\"><strong>Download WordPress 6.0</strong></a></div>\n</div>\n\n\n\n<h2>Happy 19th birthday, WordPress!</h2>\n\n\n\n<p>Time flies, doesn&#8217;t it? Believe it or not, May 27 marked the 19th anniversary of WordPress’ first release! To celebrate, the community put together <a href=\"https://wp19.day/\">a special site</a> (wp19.day) where contributors shared thoughts, videos, live shows, and more.</p>\n\n\n\n<p>You can still join the fun using the hashtag #WP19Day on social media, or even contribute photos of the swag you used to celebrate to the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/\"><strong><strong><strong>If you haven&#8217;t yet, this is also a great opportunity to share your WordPress story. Visit the #GrowYourStoryWP initiative to learn more – We’d love to hear from you.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>New in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg were released last month:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">Gutenberg 13.2</a> shipped on May 11, 2022, and brings a new API to save editor preferences on the server, visual guides for padding and margins, and improvements to the Comment block.</li><li><a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">Gutenberg 13.3</a> comes with a new Table of Contents block and a number of enhancements to existing blocks to provide more ways to display content, among other highlights. It was released on May 25, 2022.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Five for the Future, guidelines for in-person regional WordCamps, and more</h2>\n\n\n\n<ul><li>Following an earlier discussion on in-person regional WordCamps, the Community team announced new <a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/\">guidelines</a> for these WordPress events.</li><li>The Five for the Future (5ftF) initiative is key to ensuring the future of the WordPress project. As part of the ongoing efforts to improve this initiative, Executive Director Josepha Haden suggested a <a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">definition</a> for 5ftF pledges and contributions.</li><li>Tonya Mork posted a summary of the <a href=\"https://make.wordpress.org/test/2022/05/31/core-test-stats-for-wordpress-6-0/\">core test stats for WordPress 6.0</a>.</li><li>The Meta and Theme Review teams shared an update on the work done over the past year to <a href=\"https://make.wordpress.org/meta/2022/05/23/theme-reviews-improvements/\">improve the theme review process</a>. As a result, the average time for themes to be reviewed has decreased by 90%.</li><li>Josepha Haden kicked off a discussion post to gather feedback on the <a href=\"https://make.wordpress.org/project/2022/05/20/discussion-contrib-handbook-part-3/\">Community Code of Conduct</a> section of the new <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">Contributor Handbook</a>.</li><li>On a similar note, the Community team created a new <a href=\"https://make.wordpress.org/updates/2022/05/26/announcement-incident-response-training/\">Incident Response Training</a>. The course, which is live on <a href=\"https://learn.wordpress.org/course/incident-response-team-training/\">Learn WordPress</a> and considered a work in progress, addresses how WordPress contributors take and respond to code of conduct reports.</li><li>The Training team published new lesson plans, workshops, courses, and Social Learning Spaces on Learn WordPress. <a href=\"https://make.wordpress.org/updates/2022/05/01/whats-new-on-learnwp-in-april-2022/\">See what’s new</a>.</li><li>The #WPDiversity working group organized several <a href=\"https://make.wordpress.org/community/2022/05/06/report-allyship-and-diverse-speaker-workshops-april-2022/\">Allyship and Diverse Speaker Workshops</a> in April. Attendees reported a 40% increase in public speaking confidence after attending the Speaker workshops. <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Stay tuned</a> for the next events!</li><li>A <a href=\"https://make.wordpress.org/test/2022/05/30/fse-program-rallying-recipe-reviewers-summary/\">summary</a> of the 14th testing call of the Full Site Editing (FSE) Outreach program – “Rallying Recipe Reviewers” was recently published.</li><li>You can also find <a href=\"https://make.wordpress.org/core/2022/05/31/high-level-feedback-from-the-fse-outreach-program-may-2022/\">high-level feedback on the FSE Program</a> in this May 2022 post.</li><li>Learn more about the <a href=\"https://make.wordpress.org/design/2022/05/23/design-share-may-9-20/\">projects</a> the Design team contributed to over the past month.</li><li>Anne McCarthy hosted a Hallway Hangout to talk about various FSE pull requests and designs. The recording is available in <a href=\"https://make.wordpress.org/test/2022/05/25/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-25-may/\">this post</a>. </li><li>The May editions of the <a href=\"https://make.wordpress.org/community/2022/05/20/meetup-organizer-newsletter-may-2022/\">Meetup Organizer Newsletter</a> and the <a href=\"https://make.wordpress.org/polyglots/2022/05/31/polyglots-monthly-newsletter-may-2022/\">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the story of <a href=\"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\">Dee Teal</a>.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\"><strong><strong>The </strong><strong>thirty-first episode of WP Briefing</strong><strong> celebrated Global Accessibility Awareness Day (May 19) with guest Joe Devon.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>The Core team is working on ​​an experimental pull request (PR) to implement <a href=\"https://make.wordpress.org/core/2022/05/27/block-font-sizes-and-fluid-typography/\">fluid typography</a>. They welcome feedback on design, functionality, and API.</li><li>Version 20.0 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/31/call-for-testing-wordpress-for-android-20-0/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/30/call-for-testing-wordpress-for-ios-20-0/\">iOS</a> is now available for testing.</li><li>Were you involved in the WordPress 6.0 release? Take some time to reflect on what you learned and participate with your feedback in this <a href=\"https://make.wordpress.org/core/2022/05/27/wordpress-6-0-arturo-retrospective/\">retrospective</a>.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-5 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/\"><strong><strong><strong>Angela Jin has asked for feedback to help identify and record Five for the Future contributions from Make teams. </strong><strong>Share your ideas in this post</strong><strong>.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>WordCamp Europe is here!</h2>\n\n\n\n<ul><li>WordPress Foundation’s Kim Parsell Memorial Scholarship returns for WordCamp US 2022. <a href=\"https://us.wordcamp.org/2022/the-kim-parsells-memorial-scholarship-apply-now/\">Visit this post</a> for more information.</li><li>The WordCamp US <a href=\"https://us.wordcamp.org/2022/call-for-sponsors-open-wcus/\">Call for Sponsors</a> is now open.</li><li>Two more in-person WordCamps are happening this month:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f1.png\" alt=\"🇵🇱\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://warsaw.wordcamp.org/2022/\">WordCamp Warsaw</a>, Poland on June 11-12, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://montclair.wordcamp.org/2022/\">WordCamp Montclair</a>, NJ, USA on June 25, 2022</li></ul></li><li>The WordPress community is meeting today at <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a> (June 2-4) in Porto, Portugal. This edition celebrates the return to in-person events and the 10th anniversary of WCEU. For everyone heading to Porto, have a great WordCamp!</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-6 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\"><strong><strong><strong><strong>Traveling to WCEU? Check out Josepha Haden’s </strong><strong>open source reading list</strong><strong> for interesting reads while you travel!</strong></strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12993\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"People of WordPress: Dee Teal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/news/2022/05/people-of-wordpress-dee-teal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2022 17:51: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:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12946\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"This month\'s People of WordPress feature shares the story of Dee Teal, based in Australia.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14938:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a WordPress development and large project specialist on the difference the software and community can make to your career and life.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"\" class=\"wp-image-12955\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=300%2C151&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=768%2C386&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Dee’s story with computers started at school in New Zealand where discovering how a mouse worked and learning BASIC and Pascal was a catalyst for what later became a programming career.</p>\n\n\n\n<p>At a time when computers were just becoming mainstream, there were no opportunities for girls in her school to consider this as a further option. She recalls: “No one thought to say, ‘Dee, you look like you’re good at this, you should pursue it…’. I mean, I was a girl (and I was told girls didn’t ‘do’ computers). No one in the circles I moved in really had any idea where this technology revolution would take us.”</p>\n\n\n\n<p>With no particular career path into technology, Dee was encouraged in her final year of school to apply for a job in a bank where she worked and became a teller three years later. She gained financial independence, which enabled her to travel as a 20-year-old and spend the next three years exploring the US and Europe.</p>\n\n\n\n<p>Looking back, she noted how the world had changed: the first computer mouse she had seen had come out in 1983, and 20 years later WordPress was founded.</p>\n\n\n\n<h2>Journey into coding</h2>\n\n\n\n<p>During those 20 years, Dee worked as a nanny, working in child care centers, in customer support, and as a temp.</p>\n\n\n\n<p>In 1999, she packed up her bags once again, and moved from New Zealand to Australia. She took a place at a performing arts school where she honed her singing and performance skills and volunteered her time to the music director who was starting to experiment with sending out HTML newsletters and updates via email.</p>\n\n\n\n<p>“And so my personal revolution began. On the day after I graduated from that course, I walked into a full-time role as that music director’s assistant and began my journey back to code.”</p>\n\n\n\n<p>As part of that job, Dee edited and sent HTML newsletters on a weekly basis. This ignited her interest in programming, and she bought books about coding for the web and experimented on her home-built PC making web pages. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“I’m sure, like a lot of us, I remember the thrill of creating that first HTML file and seeing a ‘Hello World’ or similar heading rendered in the browser. From there, I was completely hooked.”</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Later she moved to the IT department and took on maintenance of all the websites. By 2004, she was working full-time as a webmaster. A year later, she was running a small business creating sites on the side. Four years after that, her business became her full-time job as she left employment to pursue her Masters Degree in Digital Communication and Culture.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"Dee with other contributors getting things ready for a WordCamp\" class=\"wp-image-12961\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Dee and other volunteers setting up for a local WordCamp</figcaption></figure>\n\n\n\n<p>Dee found the theory and sociology behind the web, and its facilitation of human and machine communication fascinating.</p>\n\n\n\n<p>She said: “I love the fact that the tech industry involves a constant constant curve of growth and discovery, which results in a perpetual exercise in finding creative elegant solutions for sticky problems.”</p>\n\n\n\n<p>For Dee, being able to use her innate curiosity to leverage processes, people, and tools, fuelled by a focus on communicating a message, has been a defining inspiration in her work.</p>\n\n\n\n<p>This combined fascination coincided with her meeting WordPress in 2009 and subsequently its community. She moved her existing blog to the software and it became the CMS of choice for all her client work.</p>\n\n\n\n<h2>The WordPress community can change your world</h2>\n\n\n\n<p>In 2011, she stumbled across WordCamps and by extension the WordPress community. Dee has reflected publicly that WordPress didn’t change her life, its community changed her world!</p>\n\n\n\n<p>She flew on a whim from her then home in Sydney to attend a WordCamp in Melbourne she had found after a search for ‘WordPress Conferences’.</p>\n\n\n\n<p>She said: “I met welcoming people, made friends, connected, and came back home excited and hopeful about continuing this connection with the wider WordPress community.”</p>\n\n\n\n<p>Building a community locally around WordPress got off to a slow start in Sydney. From an inauspicious early WordPress Sydney meetup in the function room of a pub, her connection and involvement took off. Before long she was helping organize that meetup, and by the time she moved away from that great city it had branched into two meetups, and soon after, into three.</p>\n\n\n\n<p>She was so inspired by the community that at the end of that first year and her second WordCamp, she raised her hand to help organize a WordCamp Sydney in 2012, and after moving interstate, WordCamp Melbourne in 2013.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&#8220;WordPress and any other software package exist to serve people.&#8221;</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Dee said: “WordPress, software, technology, the Internet will come and go, morph, and change, evolve. Maybe WordPress will last forever, maybe it will morph into something else, maybe one day it will look completely different than it did when I first started (actually, that’s true now). The thing that doesn’t change is the humanity around it. WordPress and any other software package exist to serve people.”</p>\n\n\n\n<p>She added: “The thing that I have learned, not only through WordPress but in life, is that if we too serve the people around what we’re doing, we ourselves will grow, develop and change alongside the people we serve, and the tools we use to serve them.”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"329\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&#038;ssl=1\" alt=\"Dee pictured second from left as part of the WordPress 5.6 contributors\" class=\"wp-image-12957\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=300%2C96&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=768%2C246&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Some of the contributors to the <em>WordPress 5.6 release</em> </figcaption></figure>\n\n\n\n<p>Dee was a coordinator for WordPress 5.6 release in 2020 and was able to encourage others to learn about the process.</p>\n\n\n\n<h2>Helping others and sharing knowledge through WordPress</h2>\n\n\n\n<p>Dee has been an advocate for cross-cultural collaboration and understanding in both WordPress and her work for a large distributed agency which has people from more than 24 countries and operates across 16 timezones. She has also written about closing the gap between diverse distributed teams and how to meet the challenges of cross cultural remote work.</p>\n\n\n\n<p>Dee has given talks at WordCamps, including at WordCamp Europe in 2019, on developing ourselves, our relationships, and our communities in increasingly diverse environments.</p>\n\n\n\n<p>With a strong desire to share her professional knowledge and experience, Dee hopes her involvement in the WordPress community from being part of a Release Squad in the Core Team, and volunteering in the community through organizing and speaking at WordCamp events, will inspire others to get involved.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&#8220;It’s the connections, it’s the friendships. It’s the network of work, referrals, support, help and encouragement.&#8221;</p><cite>Dee Teal talking about the community that makes WordPress specialbenefits of the WordPress community</cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&#038;ssl=1\" alt=\"Dee Teal\'s talk at WordCamp Europe 2019 on \'Working a world apart\'\" class=\"wp-image-12958\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=300%2C169&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=768%2C432&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1536%2C864&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption><em>Dee shared her experience with attendees at WordCamp Europe 2019</em></figcaption></figure>\n\n\n\n<p>In contributing to WordPress and organizing community events around it, Dee found that for her: “At the end of the day it isn’t actually WordPress that matters. It’s those connections, it’s the friendships. It’s the network of work, referrals, support, help, encouragement that has kept me wired into this community and committed to helping other people find that connection and growth for themselves.”</p>\n\n\n\n<p>Dee’s career in WordPress has moved through coding, into project management of large scale WordPress projects, and now into delivery leadership. Her connections to community have helped &#8216;fuel the transitions&#8217; through these chapters of her life.</p>\n\n\n\n<p>She said: “I believe that the place I’ve found and the opportunities I have had owe as much to my own desire and ambition as they do to the help, support and belief of the community around me; sometimes even more than I’ve felt in myself.”</p>\n\n\n\n<p>She feels that she is ‘living proof’ that by helping, connecting, and resourcing other people, you can be helped, resourced and connected into places you had never thought possible.</p>\n\n\n\n<p>This has enabled her to reach and have a career in technology that she did not know existed as a teenager playing with that first computer mouse and experimenting with code. Dee hopes her story will inspire others in their journey.</p>\n\n\n\n<p></p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), and Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>) for work on this feature. Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the series. Thank you too to <a href=\'https://profiles.wordpress.org/thewebprincess/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thewebprincess</a> for sharing her experiences.</p>\n\n\n\n<p>This article is inspired by an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.<br>Meet more WordPress community members in our People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12946\";s: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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WP Briefing: Episode 32: An Open Source Reading List\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2022 17:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12940\";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:448:\"In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Santana Inniss and Chloé Bringmann Song: [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/05/WP-Briefing-032.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11975:\"\n<p>In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. <br></p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://producingoss.com/en/index.html\">Producing Open Source Software</a>, Karl Fogel</li><li><a href=\"https://www.amazon.com/dp/B08BDGXVK9/ref=dp-kindle-redirect?_encoding=UTF8&amp;btkr=1\">Working in Public: The Making and Maintenance of Open Source Software</a>, Nadia Eghbal</li><li><a href=\"https://www.amazon.com/CODE-Collaborative-Ownership-Digital-Leonardo/dp/0262572362\">Collaborative Ownership and the Digital Economy</a>, ed Rishab Aiyer Ghosh, Roger F. Malina PhD, Sean Cubitt</li><li><a href=\"https://www.amazon.com/Humble-Inquiry-Second-Relationships-Organizations/dp/B08VCRL6WQ/ref=sr_1_1?crid=39U1NLFRD52VO&amp;keywords=Humble+Inquiry&amp;qid=1653587884&amp;s=books&amp;sprefix=humble+inquiry%2Cstripbooks%2C63&amp;sr=1-1\">Humble Inquiry</a>, Edgar H. Schein (Author), Peter A. Schein</li><li><a href=\"https://github.com/WordPress/book/\">WordPress Milestones</a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li><li><a href=\"https://wp.me/p2U65r-9f3\">2022 Annual Meetup Survey</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12940\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it. As well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40]&nbsp;</strong></p>\n\n\n\n<p>With the approach of various mid-year breaks and the prospect of wandering off for some safe, restorative travel, I&#8217;ve been updating my to-read and re-read list. As I was looking at the queued books for my Northern hemisphere summer, there were some common threads, mostly around leadership, but there&#8217;s also like a chunk that&#8217;s about cross-cultural group theory and economics, and then like some beach reads, but there&#8217;s one group in particular that you all might find interesting.</p>\n\n\n\n<p>And that&#8217;s a group that&#8217;s sort of like a back-to-FOSS basics list. So I&#8217;ll share my top few with you in case you want to pack a copy for your next getaway.&nbsp;</p>\n\n\n\n<p>The first one on our list is called Producing Open Source Software by Karl Fogel. I think everyone who contributes to FOSS projects has received this as one of their first recommendations. Like, y&#8217;all are building open software? Excellent, you need to read Producing Open Source Software. Like, that is just a sentence that comes out of everyone&#8217;s mouths. So this was one of the first open source books that was recommended to me when I joined the WordPress community. It was freshly revised in 2020, and I haven&#8217;t given it a read since then, which is why it is on my reread list this year.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:54]</strong></p>\n\n\n\n<p>However, it shaped the early days of the WordPress project’s leadership, and their lead developers, and some of WordPress&#8217;s basic philosophies. It&#8217;s all available online, under a creative commons, ShareAlike license. And so it&#8217;s worth the read. I&#8217;ll put a link to it in the show notes so it&#8217;s easy for everyone to find in the event that is your preferred beach read.</p>\n\n\n\n<p>The second one on this list is a book from Nadia Eghbal. She wrote the excellent Roads and Bridges report that also is probably not light beach reading, but you know, this one is on my list to read this summer because Eghbal always delivers truths about the reality of maintaining popular software, popular, open source software, in a way that&#8217;s easy for me to access and process rather than getting paralyzed by the enormity of it all.</p>\n\n\n\n<p>For what it&#8217;s worth your mileage may vary on that. I realized that, like, I live and breathe open source stuff. And so just because I am not paralyzed by the enormity of her explanations of things doesn&#8217;t necessarily mean that you will have a similar experience. And so I&#8217;m just going to claim that elephant in the room for all of us.</p>\n\n\n\n<p>However, if you only read one book on this list this year, I think that this should be the one that you read.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:14]</strong></p>\n\n\n\n<p>The third one is called Code: Collaborative Ownership and the Digital Economy. It was edited by Rishab Aiyer Ghosh. I am certain that I butchered that name. And so I apologize on my own behalf to everyone that knows whether or not I said it correctly.</p>\n\n\n\n<p>This book focuses on intellectual property rights and the original purpose of having anything like copyright in the world. So, right up my alley! The writers who contributed to this work promise exploration of the plight of creativity in the commons, the role of sharing in creative advancement, and a concept of what it would look like if intellectual property were to mean the second closing of an ecosystem versus a triumph of the commons.</p>\n\n\n\n<p>I mean, obviously, this one is very light reading. You can take this topic to high tea and everyone will not know what you&#8217;re talking about. However, this one looks like a really interesting book to me and I am just super ready to read it.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:19]</strong></p>\n\n\n\n<p>The second to last one on the list is a book called Humble Inquiry.</p>\n\n\n\n<p>This is a new-to-me book that seems right in line with one of my favorite books to recommend to leaders in the open source space. From reviews of it, I have gathered that it takes a hard look at the value of listening and asking for clarification in a world that puts a high value on an unsolicited hot take.</p>\n\n\n\n<p>It puts the importance of high trust relationship building, which is at the heart of any cross-culturally aware organization. And for folks who&#8217;ve been working with me for a while, you know, that relationship building is an important part of my leadership expectations for myself. So it puts relationship building at the front and center with a promise of practical applications for everyday life.</p>\n\n\n\n<p>And if you ever have tried to tackle a complicated topic like this, you know that practical applications are really hard to come by and it&#8217;s often hard to understand it if you don&#8217;t have those practical applications. And so that is why this one is on my read and reread list this year.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24]</strong></p>\n\n\n\n<p>And then finally the WordPress Milestones book.</p>\n\n\n\n<p>So this sounds like a shameless plug for WordPress. And on the one hand, this whole podcast is about WordPress. And so, yes! But on the other hand, I actually am reading this for two specific reasons. I&#8217;m rereading this actually. I read it when I first joined Automattic. And so the first of the two reasons that I&#8217;m rereading it this year is that volume two of this is, like the second decade of WordPress currently, being researched and written in preparation for WordPress’s 20th birthday next year.&nbsp;</p>\n\n\n\n<p>So I am rereading this to kind of get that all back in my mind as that work is getting done. And the second reason is that I honestly like to remind myself of how far we&#8217;ve come sometimes. I talk about our work frequently. And I talk about what we&#8217;re working on right now, all the time.</p>\n\n\n\n<p>I talk about what we&#8217;re looking at three years from now, five years from now. The biggest concerns of today, tomorrow, and the future-future. And it&#8217;s very easy to forget how much success WordPress has had and how much growth the contributors that support us have had over the course of our long and storied history.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:40]</strong></p>\n\n\n\n<p>And so I like to go back to that just to kind of give myself some grounding in our progress, as well as get some concept for how we can move forward together. So that one is also available online. Also under a creative commons ShareAlike license and it is also worth the read. I will share a link to that with the other one in the show notes as well.</p>\n\n\n\n<p>That brings us now to our small list of big things. Let&#8217;s see what we got in the old lineup today.&nbsp;</p>\n\n\n\n<p>So, firstly WordCamp Europe is happening this week and it&#8217;s possible to watch the live stream from the comfort of your own home. There are some smart and talented speakers at the event. So I encourage you to catch a few if you have the time. I&#8217;ll include a link to the live stream information in the show notes below, and then also you can always keep an eye out on Twitter.&nbsp;</p>\n\n\n\n<p>There will be a lot of discussions, a lot of conversation there. And so you can engage with folks that are there at the time and catch up on those conversations, catch up on those presentations in your own time, as it fits into your day.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:50]</strong></p>\n\n\n\n<p>The second thing is that WordPress’s community team is preparing the annual meetup survey right now. So if you participate in meetup events, keep an eye out for that because your feedback helps us to make plans to improve that program so that it works better for you. And it helps you to learn WordPress better and feel more confident with what you are taking out into the world that way.</p>\n\n\n\n<p>But, if you are wanting to use this as a chance to contribute, we actually will need folks who are able to translate the surveys as well. So I&#8217;ll leave a link to some information about that in the show notes. If all of that stuff about contribution didn&#8217;t make any sense, then just like keep an eye out from your meetup organizer and they will make sure that you have that survey so that you can have your voice heard.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:33]</strong></p>\n\n\n\n<p>And then item three is less of an item. I mean, it&#8217;s an item cause it&#8217;s in this list, but it&#8217;s less of, like, a thing to know and more of a general thing to be aware of. It&#8217;s a general awareness item. There&#8217;s a lot going on in WordPress right now. I can see how hard it is to keep track of some of these things these days.</p>\n\n\n\n<p>And I know as someone who&#8217;s looking at this all day every day that, yeah, it&#8217;s a lot. And it&#8217;s hard to get your bearings. So if you have a team that you contribute to already, don&#8217;t forget to reach out to each other, just to check-in. Sometimes we don&#8217;t think to ask for help. Sometimes we don&#8217;t think to offer help and you know, if no one needs any help from you at that moment, a little hello also can brighten someone&#8217;s day.</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12940\";s: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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 6.0 “Arturo”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2022/05/arturo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 May 2022 20:01: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: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:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12879\";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:278:\"Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, Arturo O’Farrill. With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. Download it now! As of today, WordPress powers more than 42% of websites worldwide.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:57734:\"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"4161\" height=\"2822\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?fit=4161%2C2822&amp;ssl=1\" alt=\"WordPress 6.0 Arturo\" class=\"wp-image-12919\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=4161&amp;ssl=1 4161w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=300%2C203&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1024%2C694&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=768%2C521&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1536%2C1042&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=2048%2C1389&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2>Welcome to &#8220;Arturo&#8221;</h2>\n\n\n\n<p>Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades.&nbsp;</p>\n\n\n\n<p>Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.</p>\n\n\n\n<p>With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. <a href=\"https://wordpress.org/wordpress-6.0.zip\">Download it now</a>! As of today, WordPress powers more than 42% of websites worldwide.<sup><a href=\"#footnote\">1</a></sup></p>\n\n\n\n<p>Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expanding Gutenberg into a full site editing experience in WordPress means that all of the problems the community had to address were complex and far-reaching. WordPress 6.0 is an example of the community’s commitment to tackling these tough challenges together. With thoughtful updates to the writing experience, building better block functionality, and adding a new intuitive style switcher, I’m really proud of the work that’s been done in this release to make a great site editing experience.</p><cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/wordpress-6.0.zip\">Download WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?fit=1204%2C700&amp;ssl=1\" alt=\"Selecting multiple lines of text from two blocks\" class=\"wp-image-12887\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=300%2C174&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=1024%2C595&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Enhanced Writing Experience</h3>\n\n\n\n<p>Writing improvements abound, whether you’re writing a brand new post or adding elements to an existing page. Explore more ways to streamline your content creation process, including:</p>\n\n\n\n<ul><li>Select text across multiple blocks for easier copying and pasting.</li><li>Type two open brackets `<code>[[</code>` to quickly access a list of recent posts and pages.</li><li>Keep existing styles when you transform some blocks from one kind to another—from a Paragraph block to a Code block, for instance.</li><li>Create customized buttons and any new buttons you make will retain the style customizations automatically.</li><li>Make tag clouds and social icons even more appealing with updated settings and controls, and a new outline style for the tag cloud.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Style-switcher-big.gif?fit=1204%2C700&amp;ssl=1\" alt=\"Style variations of Twenty Twenty Two theme\" class=\"wp-image-12893\" /></figure>\n\n\n\n<h3>Style Switching&nbsp;</h3>\n\n\n\n<p>Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. In block themes that support this feature, you can change both the available settings, like the font-weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?fit=1204%2C700&amp;ssl=1\" alt=\"Popover listing available templates\" class=\"wp-image-12889\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=300%2C174&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=1024%2C595&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>More Template Choices</h3>\n\n\n\n<p>WordPress 6.0 includes five new template options for block themes: author, date, categories, tag, and taxonomy. These additional templates provide greater flexibility for content creators. Tailor each with the tools you already know or with the following new options in this release:&nbsp;</p>\n\n\n\n<ul><li>Featured images can be used in the cover block.</li><li>New featured image sizing controls make it easier to get the results you want.</li><li>While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.</li><li>The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?fit=1204%2C700&amp;ssl=1\" alt=\"Browsing footer patterns in the quick inserter\" class=\"wp-image-12890\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=1024%2C595&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Integrated Patterns</h3>\n\n\n\n<p>Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you’re a block theme author, you can even <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/\">register patterns from the Pattern Directory using `<code>theme.json</code>`</a>, enabling you to prioritize specific patterns that are most helpful to your theme’s users.</p>\n\n\n\n<h3>Additional Design Tools</h3>\n\n\n\n<p>Design tools grow more powerful and intuitive with each release. Some highlights for 6.0 include:&nbsp;</p>\n\n\n\n<ul><li>A new color panel design saves space, but still shows your options at a glance.&nbsp;</li><li>New border controls offer a simpler way to set your border exactly as you like it.&nbsp;</li><li>Transparency levels for your colors allow for even more creative color options.</li><li>Control gaps, margins, typography, and more on a collection of blocks, all at once, in the Group block.</li><li>Switch between stack, row, and group variations to position groups of blocks with more layout flexibility.</li><li>Use the gap support functionality in the Gallery block to create different looks – from adding spacing between all images, to removing spacing altogether.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?fit=1204%2C700&amp;ssl=1\" alt=\"Selecting multiple blocks in the list view\" class=\"wp-image-12891\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?w=1204&amp;ssl=1 1204w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=300%2C174&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=1024%2C595&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Better List View</h3>\n\n\n\n<p>New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag and drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?fit=1204%2C700&amp;ssl=1\" alt=\"Unlocking the block in the block toolbar\" class=\"wp-image-12892\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=1024%2C595&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Block Locking Controls</h3>\n\n\n\n<p>Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.0</h2>\n\n\n\n<p>This release includes several updates focused on improving the performance of WordPress. These enhancements cover a range of performance areas including improving the page and post-load speed, reducing the execution time of various query types, caching, navigation menus, and much more. The performance team working group is an important focus area of the core development team. For more information on this group’s work, please follow their work on Making WordPress with the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<h2>Enhancing WordPress 6.0 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.0 includes more than 50 updates specifically focused on enhancing the accessibility of the platform. You can <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">read about these updates</a> and learn more about the accessibility initiatives that are ongoing.</p>\n\n\n\n<h2>Learn More About WordPress 6.0</h2>\n\n\n\n<p>See WordPress 6.0 in action! <a href=\"https://www.youtube.com/watch?v=oe452WcY7fA\">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> for quick how-to videos and lots more on new features in WordPress. Or join a live <a href=\"https://learn.wordpress.org/social-learning/\">interactive online learning session</a> on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>. It is overflowing with detailed developer notes to help you build with and extend WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.0 Release Squad</h2>\n\n\n\n<p>The group listed below tirelessly supported the release, from conception to ship date, and beyond:</p>\n\n\n\n<ul><li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>&nbsp;</li><li>Release Coordinators: <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> and <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li><li>Core Tech Lead: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a></li><li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a></li><li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> and <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a></li><li>Editor Triage Lead: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li><li>Documentation Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, and <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li><li>Marketing &amp; Communications Lead: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a></li><li>Test Leads: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a></li><li>Design Lead: <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li></ul>\n\n\n\n<h2>Thank you to 500+ Contributors</h2>\n\n\n\n<p>WordPress 6.0 would not have been possible without the contributions of more than 500 people in at least 58 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/abdullahramzan/\">Abdullah Ramzan</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a> · <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a> · <a href=\"https://profiles.wordpress.org/adi64bit/\">adi64bit</a> · <a href=\"https://profiles.wordpress.org/oztaser/\">Adil &#214;ztaşer</a> · <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a> · <a href=\"https://profiles.wordpress.org/agepcom/\">agepcom</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a> · <a href=\"https://profiles.wordpress.org/alefesouza/\">Alefe Souza</a> · <a href=\"https://profiles.wordpress.org/alex897/\">Aleksandar Kostov</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a> · <a href=\"https://profiles.wordpress.org/alkesh7/\">Alkesh Miyani</a> · <a href=\"https://profiles.wordpress.org/alokstha1/\">Alok Shrestha</a> · <a href=\"https://profiles.wordpress.org/shedonist/\">Amanda Giles</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</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/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/anoopranawat/\">Anoop Ranawat</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonrinas/\">antonrinas</a> · <a href=\"https://profiles.wordpress.org/antonynz/\">Antony Booker</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnee/\">Arne</a> · <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a> · <a href=\"https://profiles.wordpress.org/artdecotech/\">artdecotech</a> · <a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asaquzzaman/\">Asaquzzaman mishu</a> · <a href=\"https://profiles.wordpress.org/atomicjack/\">atomicjack</a> · <a href=\"https://profiles.wordpress.org/ajoah/\">Aur&#233;lien Joahny</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/barryhughes/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bartoszgadomski/\">Bartosz Gadomski</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/supercleanse/\">Blair Williams</a> · <a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/wpe_bdurette/\">Brandon DuRette</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/caraya/\">caraya</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbigler/\">cbigler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/charleyparkerdesign/\">charleyparkerdesign</a> · <a href=\"https://profiles.wordpress.org/charlyox/\">charlyox</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/clubkert/\">Chris Lubkert</a> · <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/clonemykey/\">clonemykey</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a> · <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/drago239/\">drago239</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/dromero20/\">dromero20</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Pe&#241;a</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/eric3d/\">eric3d</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/etaproducto/\">etaproducto</a> · <a href=\"https://profiles.wordpress.org/everpress/\">EverPress</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/iogui/\">Fabio Blanco</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/foliovision/\">FolioVision</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frankei/\">frankei</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a> · <a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</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/genosseeinhorn/\">genosseeinhorn</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Gr&#233;gory Viguier</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregoiresailland/\">gregoiresailland</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hasnainashfaq/\">Hasnain Ashfaq</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hristok/\">HristoK</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a> · <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a> · <a href=\"https://profiles.wordpress.org/credo61/\">ImanGM</a> · <a href=\"https://profiles.wordpress.org/imokol/\">imokol</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a> · <a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanlutrov/\">Ivan Lutrov</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie VanRaalte</a> · <a href=\"https://profiles.wordpress.org/rumpel2116/\">Jan Weiss</a> · <a href=\"https://profiles.wordpress.org/janh2/\">janh2</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/jprieton/\">Javier Prieto</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a> · <a href=\"https://profiles.wordpress.org/sausajez/\">Jez Emery</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jiteshdhamaniya/\">jiteshdhamaniya</a> · <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</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/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/jorgecontreras/\">Jorge</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josearcos/\">Jos&#233; Arcos</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/joshf/\">Joshua Fredrickson</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrivett/\">jrivett</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinbusa/\">Justin Busa</a> · <a href=\"https://profiles.wordpress.org/certainstrings/\">Justin Tucker</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kapacity/\">kapacity</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karolinakulinska/\">karolinakulinska</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/w33zy/\">Kemory Grubb</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kprovance/\">Kev Provance</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirtan95/\">Kirtan Gajjar</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kmix39/\">KMix</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kpegoraro/\">kpegoraro</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">laurlittle</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/uzumymw/\">leskam</a> · <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a> · <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a> · <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/michelangelovandam/\">M. van Dam</a> · <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maguijo/\">maguijo</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/marv2/\">marv2</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/sivel/\">Matt Martz</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/themattroyal/\">Matt Royal</a> · <a href=\"https://profiles.wordpress.org/mjstoney/\">Matt Stoney</a> · <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a> · <a href=\"https://profiles.wordpress.org/mauriac/\">maur</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maxkellermann/\">Max Kellermann</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/miken32/\">miken32</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mirkolofio/\">Mirco Babini</a> · <a href=\"https://profiles.wordpress.org/mmdeveloper/\">MMDeveloper</a> · <a href=\"https://profiles.wordpress.org/mohadeseghasemi/\">Mohadese Ghasemi</a> · <a href=\"https://profiles.wordpress.org/ahsan03/\">Mohammad Ahsan Habib</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a> · <a href=\"https://profiles.wordpress.org/moushik/\">moushik</a> · <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a> · <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/nabil_kadimi/\">Nabil</a> · <a href=\"https://profiles.wordpress.org/nagpai/\">Nagesh Pai - a11n</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a> · <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nickciske/\">Nick Ciske</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/knilkantha/\">Nil</a> · <a href=\"https://profiles.wordpress.org/nmschaller/\">nmschaller</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a> · <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/nextend_ramona/\">Ramona</a> · <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a> · <a href=\"https://profiles.wordpress.org/razvanonofrei/\">Razvan Onofrei</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a> · <a href=\"https://profiles.wordpress.org/ricomoorman/\">ricomoorman</a> · <a href=\"https://profiles.wordpress.org/r0bsc0tt/\">Rob Scott</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a> · <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/samiff/\">Sami Falah</a> · <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a> · <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">santosguillamot</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/arasae/\">Sarah Snow</a> · <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbossarte/\">sbossarte</a> · <a href=\"https://profiles.wordpress.org/sclayf1/\">sclayf1</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</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/omaeyusuke/\">Segayuu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sheepysheep60/\">sheepysheep60</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth ravikumar</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a> · <a href=\"https://profiles.wordpress.org/lumpysimon/\">Simon Blackbourn</a> · <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a> · <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a> · <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a> · <a href=\"https://profiles.wordpress.org/spencercameron/\">Spencer Cameron-Morin</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/stefanfisk/\">stefanfisk</a> · <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh (WP Lovers)</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/legendusmaximus/\">Theo H</a> · <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a> · <a href=\"https://profiles.wordpress.org/twistermc/\">Thomas McMahon</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/xiven/\">Thomas Pike</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/waterfire/\">Tim Blankenship</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdevisser/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">Tomasz Tunik</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Tran Ngoc Tuan Anh</a> · <a href=\"https://profiles.wordpress.org/trex005/\">trex005</a> · <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a> · <a href=\"https://profiles.wordpress.org/tszming/\">tszming</a> · <a href=\"https://profiles.wordpress.org/tumas2/\">tumas2</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/junsuijin/\">Tynan Beatty</a> · <a href=\"https://profiles.wordpress.org/tzipporahwitty/\">tzipporahwitty</a> · <a href=\"https://profiles.wordpress.org/uday17035/\">Uday Kokitkar</a> · <a href=\"https://profiles.wordpress.org/ugljanin/\">ugljanin</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/utkarshpatel/\">Utkarsh</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">valer1e</a> · <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladolaru/\">vlad.olaru</a> · <a href=\"https://profiles.wordpress.org/volodymyrkolesnykov/\">Volodymyr Kolesnykov</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whoisnegrello/\">whoisnegrello</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/wpmakenorg/\">wpmakenorg</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wslyhbb/\">wslyhbb</a> · <a href=\"https://profiles.wordpress.org/upsuper/\">Xidorn Quan</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/znuff/\">znuff</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, 76 locales had translated 90-percent or more of WordPress 6.0 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission &amp; You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Release Haiku</h2>\n\n\n\n<p>Six-point-oh is here<br>Time to download and upgrade<br>Let’s pause, celebrate</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p id=\"footnote\">1&nbsp;<a href=\"https://w3techs.com/technologies/overview/content_management\">According to W3Techs as of May 5, 2022</a>. </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12879\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress 6.0 Release Candidate 3 (RC3) Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 16:39:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12866\";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:166:\"WordPress 6.0 Release Candidate 3 is now available for testing! You can download and help test RC3 in three ways. 6.0 is planned for general release on May 24, 2022.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4240:\"\n<p>WordPress 6.0 is scheduled for release next week on May 24, 2022! This RC3 release is the final opportunity for you to test and help contribute to making the 6.0 release great.</p>\n\n\n\n<p>You can view changes since the RC2 release via <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F10%2F2022..05%2F17%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC3</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you install RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC3.zip\">release candidate (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command:</p>\n\n\n\n<p><code>wp core update --version=6.0-RC3</code></p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers are encouraged to complete testing of their respective extensions against WordPress 6.0 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.0 this week. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a>, for more details on this release.</p>\n\n\n\n<p>Review additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail upcoming changes.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a></p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, An (Almost) Final Haiku</h2>\n\n\n\n<p>It’s near time for six<br>The reward is the journey<br>Just one week to go</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12866\";s: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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"WP Briefing: Episode 31: Open Source &amp; Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12855\";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:392:\"In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Guest: Joe [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/05/WP-Briefing-031.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:33186:\"\n<p>In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Guest: Joe Devon</li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://accessibility.day/about/\">About GAAD</a></li><li><a href=\"https://gaad.foundation/gaadpledge/\">GAAD Foundation Pledge</a></li><li><a href=\"https://www.who.int/health-topics/disability#tab=tab_1\">World Health Organization on Disability  </a></li><li><a href=\"https://en.wikipedia.org/wiki/The_dress\">The Dress Phenomenon</a></li><li>The Guardian on <a href=\"https://www.youtube.com/watch?v=7X_WvGAhMlQ\">Yanny or Laurel  </a></li><li><a href=\"https://josepha.blog/2019/05/24/empathy-vs-altruism-in-modern-leadership/\">Empathy vs. Altruism in Modern Leadership</a>, Josepha Haden Chomphosy </li><li><a href=\"https://webaim.org/projects/million/\">The WebAim Million 2022 Report</a></li><li><a href=\"https://make.wordpress.org/core/6-0/\">WordPress 6.0 Development Cycle </a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12855\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40]&nbsp;</p>\n\n\n\n<p>Y&#8217;all, we&#8217;ve got an absolutely jam-packed couple of weeks in WordPress. We&#8217;ve got events happening and releases shipping and contributor days being coordinated (I almost said contributor days being contributed). That&#8217;s also what they&#8217;re doing. I&#8217;ll share some of those highlights in today&#8217;s small list of big things, but I did want to specifically call out something that&#8217;s coming up this week on Thursday (May 19, 2022), and that something is Global Accessibility Awareness Day.</p>\n\n\n\n<p>The team of contributors over on the Accessibility team has participated in the Global Accessibility Awareness Day in the past. So I thought it would be interesting to hear from one of the co-founders of this particular day of awareness.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:27]&nbsp;</p>\n\n\n\n<p>All right. And with that, Joe Devin, would you like to tell us a little bit more about yourself?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:01:34] </strong></p>\n\n\n\n<p>Sure. So I am the co-founder of Global Accessibility Awareness Day, which is a day that goes viral every year on the third Thursday of May. We typically have the Twitter reach on the GAAD hashtag on Twitter of 200 million users, which is, I think, pretty much their active user count. We stopped counting once we hit their daily active user count. </p>\n\n\n\n<p>And then, I am Chair of the GAAD Foundation, which we launched last year. And then I have a day job too, where I&#8217;m CEO and co-founder of Diamond, which is an inclusive digital agency that builds software accessibly by default. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:15]&nbsp;</p>\n\n\n\n<p>Wonderful. Well, we are so excited to have you today. I said we like it&#8217;s me and the mouse in my pocket—we in the WordPress community that&#8217;s going to listen to this. Super excited to have you today. So you mentioned GAAD, Global Accessibility Awareness Day. Last year was your 10th anniversary, which is very exciting, but like with so many good things, I hear it all started with a blog post and a blog post on WordPress, no less.</p>\n\n\n\n<p>So I&#8217;d love to hear about how GAAD evolved from that, with, as I understand it, your co-founder of Jennison (Asuncion). That must be where you met him, I assume.</p>\n\n\n\n<p><strong>[Joe Devon 00:02:51] </strong></p>\n\n\n\n<p>Yes. Yes. So what happened was I started a WordPress blog called <em>My SQL Talk</em>. So it&#8217;s a database blog, and I just thought it was a brilliant name. I mean, My SQL Talk, like that, should be super popular.</p>\n\n\n\n<p>And it probably had maybe ten people who ever looked. Um, and then my dad was getting older, and my dad was a survivor of the concentration camps, and he was a genius. He spoke ten languages. It, he was one of those people. That, when he walked into a room, he just commanded respect. You knew that there was history. I don&#8217;t know how to explain it really, but it was special when my dad walked into the room. And considering all of this that he suffered in his life, watching him get older and struggle, particularly with his banking, was very painful to see. And the bank wasn&#8217;t accessible, so I wrote this blog post proposing that we create a Global Accessibility Awareness Day.</p>\n\n\n\n<p>Sometimes I get these visions, and they never turn into anything. But while I think about it, I&#8217;m like, &#8220;all right, let&#8217;s write this blog post and this can definitely work. Right?&#8221; And then you finish the blog post to hit send, and you&#8217;re like, &#8220;this is not going to work.&#8221;</p>\n\n\n\n<p>But I wasn&#8217;t even smart enough to do social media on it. But fortunately, WordPress had an auto-tweet feature, and it tweeted it out, and Jennison Asuncion, my co-founder, happened to be around and not out that Saturday night. And he read the blog post, and he said, &#8220;this is a great idea. Let&#8217;s make it happen.&#8221;</p>\n\n\n\n<p>And we had two busy people, but we both had a community. He had the accessibility community, and I was building a tech scene in Los Angeles. And what I discovered is if you combine a great idea with the community, great things can happen. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:49]</strong></p>\n\n\n\n<p>Oh man, you&#8217;re speaking my language over here, helping people find their communities, knowing that community is the thing that is the lifeblood of society.</p>\n\n\n\n<p>That sounded like a tautology. It is not a tautology. You can have a society with an attempt to not have any sort of community around it, but I bet it doesn&#8217;t work very well. Well, that&#8217;s, that&#8217;s very interesting. And so you all just kind of talked through what that would look like, I assume in confidence, or that would have to take place, right? Or was it on Twitter in those days?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:05:24]</strong> </p>\n\n\n\n<p>Oh, you could still look in the comments and see the back and forth of Jennison and a bunch of other people that got pretty involved with GAAD that are some legendary folks in there. It&#8217;s kind of mind-blowing because I dunno how, how you feel, but for me, when I used to code, uh, three months later, I&#8217;d look back at old code and be like, &#8220;oh, I suck,&#8221; you know, or write an email even and you look back on it a day later and are like &#8220;what a stupid email, how stupid am I?&#8221; You know?  But I look back on that one after ten years; I was scared to look at it because I&#8217;m like, it must&#8217;ve been really bad. But you know, it kind of held up, and exactly what I wrote in there happened &#8211; to my utter shock.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:06]</strong></p>\n\n\n\n<p>But also, it&#8217;s kinda nice, though, to look back and be like, &#8220;oh, I used to be much dumber.&#8221;</p>\n\n\n\n<p>Cause then you&#8217;re like, look how far I&#8217;ve come. I&#8217;m no longer that dumb. I&#8217;m a different kind of dumb now; good for me. I always hope to be a different kind of dumb as I go forward. </p>\n\n\n\n<p>So then, okay, so that was your ten-year anniversary last year. GAAD, in general, now has been going on for 11 years, and at the time of this recording, in a couple of weeks, but then probably a week when it finally publishes, you have your next, your next round of that going.</p>\n\n\n\n<p>I think it seems safe to assume that awareness of the need for accessibility has increased during that time, but we all know that the work of accessibility is ongoing. And so, I&#8217;m just curious to hear from your perspective if the awareness of the need for accessibility has generally started to permeate developer communities.</p>\n\n\n\n<p>And are you seeing more developer awareness around the need for accessibility in tech in general?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:07:12]</strong> </p>\n\n\n\n<p>Yeah. You know, it&#8217;s not enough. It&#8217;s certainly improved a lot.  I keynoted a conference probably four years after GAAD started, maybe five, and I kind of assumed nobody would have heard of accessibility, and I was taken aback when I asked who had heard of it, and a good chunk of the room had. So even then, there had been a difference, and I&#8217;d say now I see accessibility mentioned a lot more in conferences and stuff. But when it comes to actually building it, there&#8217;s a tremendous amount of ignorance. There, there still needs to be a lot more awareness.</p>\n\n\n\n<p>And I think partially people are a little bit scared to dip their toe because they&#8217;re scared that they&#8217;re going to be told that &#8220;no, it&#8217;s not accessible,&#8221; or that they&#8217;re going to say the wrong word or offend somebody. So I&#8217;d say that there&#8217;s some degree of trepidation, but also developers, and it&#8217;s not just developers, designers, and product people. There&#8217;s so much to learn, and it&#8217;s like, &#8220;oh God, there&#8217;s another piece that I have to learn.&#8221; </p>\n\n\n\n<p>And I&#8217;m so glad that you invited me on this podcast because it&#8217;s the developers that, you know, I am a developer, not anymore, I haven&#8217;t touched code in years, but that&#8217;s where I came from. Right? This is my peach, right? Particularly WordPress folks, because I had done a fair bit of WordPress before I moved on to some other things. And, I think we have to talk about usability and understand that accessibility is so much more than how we look at disability.</p>\n\n\n\n<p>And if you don&#8217;t mind, I&#8217;m going to ask you a question. How do you think the typical WordPress developer or designer would define disability? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:05] </strong></p>\n\n\n\n<p>in the kinds of conversations that I&#8217;ve had over the years, it frequently has to do with visual things. Because it&#8217;s just screens all day, right? And that&#8217;s a primary area where our designers and developers really have made some effort.</p>\n\n\n\n<p>But my personal favorite sort of, of example, for like, when you&#8217;re looking at how to make sure that your products are accessible is, what, if you have to use your website, or you have to build your website using only one arm. Because that gives you an opportunity to kind of look at disability from a permanent standpoint.</p>\n\n\n\n<p>Like if you have lost permanent use of one arm, but also gives you an opportunity to look at the temporary options for that sort of lack of mobility. Like you&#8217;re a mother with an infant, and so you have to be able to, you know, get your stuff done with one arm. And so I know that we paid a bunch of attention to screen readers and what works in not way back in 2018 and 2019 did a lot of work with. Literally zero screen. And can you still do the thing that you need to do, which was incredibly difficult. And I was really excited to see what our developers came up with around that. But I think that that is quite a bit of that discussion as we&#8217;re going through it from the beginning to the&nbsp;end.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:27] </strong></p>\n\n\n\n<p>Yeah. I mean, that&#8217;s a great answer, and you definitely understand some of the nuances way better than I think that the average creator, digital product creator, I&#8217;m including the, you know, the product people, the designers, and the developers.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:42] </strong></p>\n\n\n\n<p>We&#8217;re very fortunate to have more than just developers in WordPress.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:50]  </strong></p>\n\n\n\n<p>The reason I bring this up is that the WHO (World Health Organization) had to; they&#8217;re the ones that did massive research across the globe. And they had to, they had to come up with a definition, and in their definition, they needed to draw a line. Typically, I don&#8217;t remember the exact thing cause it&#8217;s a 350-page report, and I kept looking for where they defined it again.</p>\n\n\n\n<p>It was a little hard to find, but essentially it&#8217;s if there&#8217;s a major disability or a disability that impacts some significant portion of your day-to-day activities. And that&#8217;s really great when you&#8217;re trying to do a report on how many disabilities there are out there; what percentage of the population has a disability?</p>\n\n\n\n<p>And their figures are something like 15% of the population has a disability, which is a huge number. But at the same time, they also mentioned that 2.2 billion people have a visual impairment. And we also know that over 33% of the population is over 50, and I&#8217;m included in that population. And I can say that when you&#8217;re over 50, you know, I&#8217;ve got clouds in my eyes.</p>\n\n\n\n<p>I don&#8217;t know where they came from, but they definitely make it harder to see. When I&#8217;m in a restaurant, I can&#8217;t focus on the person across from me the same way. My hearing is not the same, and anybody over 50 is going to have certain impairments and won&#8217;t see as well; color contrast issues are a big deal.</p>\n\n\n\n<p>Being able to raise the font is a big deal. And I think that accessibility is connected in most people&#8217;s minds with disability. And they&#8217;ll attach that to something like being blind or being deaf or hard of hearing or having a missing limb or having some other kind of disability. </p>\n\n\n\n<p>And, as a result, they&#8217;re like, &#8220;well, I don&#8217;t even know any people in that category possibly,&#8221; and as a result, they&#8217;re like, &#8220;well, how important is this?&#8221; Yes. They might feel guilty. I should do the right thing. This is the right thing to do. But honestly, like how much money should I spend on it? How much, what percentage of my time should I spend on it?</p>\n\n\n\n<p>And it&#8217;s because they don&#8217;t realize that everybody has different abilities. And so, I&#8217;m starting to go away from even talking about disabilities and asking people to remember that all of us perceive things differently. </p>\n\n\n\n<p>Do you remember the gold dress where they were trying to say, what color is this dress? Is it gold and white or blue and black? And it is blue and black, but to me, all I see is gold and white. And then there was Laurel or Yanny. Do you remember that?. And some people heard it, and typically older people heard it as Laurel, and I&#8217;ve, and I do this in some of my presentations. I play that, that sound. And usually, it&#8217;s Laurel for me, but sometimes it&#8217;s Yanny. Even personally, it changes. </p>\n\n\n\n<p>And so, we have a totally different perception. Now think about memory. There&#8217;s a different kind of blindness. If you try and remember, let&#8217;s say a relative or a friend that is no longer. How well do you see that picture?</p>\n\n\n\n<p>Because for me, it is very, very vague, but for some people, they say, and I&#8217;ve been asking people, and I&#8217;d love your answer as well. How vivid is it? And some people say, I can read the, I can see the pattern on the shirt. It&#8217;s as vivid as if I see with opening my eyes, seeing, you know, the regular in front of me, and I can even read a name tag in the memory.</p>\n\n\n\n<p>And I&#8217;m like, Woah, so maybe I&#8217;m blind in a way. Right? So how do you see it? How do you remember things?&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:42] </strong></p>\n\n\n\n<p>Oh, I&#8217;m a, I&#8217;m a real visual person and a tactile person. And so, like if I interacted with someone, I&#8217;m very likely to be able to picture, like, recreate that mental picture pretty well in my mind. I recently, very recently, met some of my first people in that executive leadership space who were like, yeah, I don&#8217;t, I don&#8217;t visualize things.</p>\n\n\n\n<p>And I was like, what are you, how do you do this work? Because like, you have to be able to do that. And they were like, no, I don&#8217;t have mental pictures.&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:15:13] </strong></p>\n\n\n\n<p>Some people don&#8217;t have an inner dialogue.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>I don&#8217;t understand that either,&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:15:19] </strong></p>\n\n\n\n<p>Me either. So accessibility studies all of these differences with respect to how you&#8217;re presenting all of this information.</p>\n\n\n\n<p>And if you don&#8217;t pay attention to accessibility, you&#8217;re really just missing out. And then there&#8217;s colorblindness. If you&#8217;re creating something like slack that has an online/offline indicator, and you only use red and green for people who are colorblind, they see gray and gray. And so what I&#8217;m trying to teach the community with digital product creators is that no, you cannot ignore it.</p>\n\n\n\n<p>You can ignore accessibility, but then you&#8217;re not good at your job. I mean, I don&#8217;t mean to say it in an offensive way, but you&#8217;re not good at your job if you&#8217;re unaware. If you break a rule on purpose, great. But if you don&#8217;t know the rule, it&#8217;s just a lack of craft, and you absolutely should make it a priority.</p>\n\n\n\n<p>And you&#8217;re not doing it as a charity. You&#8217;re doing it because you care about your users, and you care about your craft, and you want to build things well, and it&#8217;s a necessity. And I think that this is the kind of message that our community needs to hear.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:31]</strong></p>\n\n\n\n<p>I want to touch on something that you sort of brought up a bit, um, at the start of the answer there.</p>\n\n\n\n<p>So you brought up the concept of usability. And in the last time that I did a podcast about accessibility, I defined accessibility as a subset of usability. Do you think that if we were to consistently draw that line for people so that it&#8217;s not just like accessibility is this thing that you should do outside of usability?</p>\n\n\n\n<p>If we were to more consistently draw that line, do you think that that would help people to see and understand better that its shades of existence, usability, and accessibility?  &nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:17:10] </strong></p>\n\n\n\n<p>Oh, 100%, a hundred percent. And in my company, we kind of realized that that&#8217;s exactly what we have to do. We have to see this as usability.</p>\n\n\n\n<p>And I don&#8217;t, we talk about accessibility a lot, but I don&#8217;t want to. It&#8217;s part of the plumbing for us. We&#8217;ve made it part of the plumbing, and I can tell you it&#8217;s a struggle to take accessibility and make it part of an organization, even when you&#8217;re bringing it top-down, believe it or not. For our teams, particularly the designers, they are blown away by what they&#8217;re learning because they&#8217;re improving their craft.</p>\n\n\n\n<p>And design is typically where there&#8217;s a struggle to get accessibility accepted because there seems to be a very strong idea of what a design should look like. And I think it&#8217;s really about the approach because UX and design it&#8217;s all about empathy for people. And when you approach it, not as, even though empathy should mean that, that, you know, do the right thing at the same time, it&#8217;s more about empathy for your user, and your user includes so much more than just people with disabilities that you haven&#8217;t run into somebody that has that disability and therefore you build it better, and it&#8217;s, it&#8217;s completely blown their mind. They love it. They love doing it. And I&#8217;m not hiring people with accessibility coming in. We&#8217;re training them to work accessibly. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:18:34] </strong></p>\n\n\n\n<p>So I think it&#8217;s interesting that you talk about empathy as part of being able to make sure that you&#8217;re creating something that&#8217;s accessible because I actually feel like empathy is. Like it&#8217;s being considered this gold standard for many, many things right now. And I think it actually is more harmful in the long run than instead making altruistic choices.</p>\n\n\n\n<p>And so, I have a blog post that I will link in our show notes that will kind of help everybody see more fully my concept there. But when you rely on empathy, you do kind of have to rely on one, being able to run into all of the issues you were mentioning. You have to know people who have problems in order to know that the problems exist.</p>\n\n\n\n<p>And then you also kind of have to assume that once you have willingly put yourself into the discomfort of that kind of disability, whatever, wherever it exists on that spectrum, your experience of that discomfort is the same as someone who lives with it. And I just don&#8217;t think that we can necessarily do that.</p>\n\n\n\n<p>I always think that trying to do the altruistic thing, like doing your research and figuring out what it is and trying to make decisions on behalf of other people as best you can, which is a terrible thing. Still, like decisions that take into account the experiences that people are sharing with you and then going to them and saying, &#8220;does this make that experience better or worse?&#8221; is the more sustainable option from my perspective, this is specifically leadership. Still, I think it&#8217;s true for accessibility as well, and probably product design as a whole, but it&#8217;s very difficult. Like people really feel like they understand the concept of empathy right now. And I do think that sometimes that leads us down the wrong path for things.</p>\n\n\n\n<p>What&#8217;s your thought on that? I think you kind of agree based on what your answer was&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:20:33]</strong> </p>\n\n\n\n<p>Oh, no, absolutely. And you know, we, you, can&#8217;t never about us without us, as the common saying, and we&#8217;ve gathered a group of a hundred people with a wide variety of disabilities for research. Whenever we do any UX and research, and sometimes we&#8217;re asked to just do research projects, we go out and ask the users.</p>\n\n\n\n<p>We had some really interesting companies approach us to do innovation and accessibility, and they had strong assumptions. We looked at the assumptions and agreed with it, but we&#8217;re like, all right, they were smart. They said, &#8220;vet this with users for us, please,&#8221; because they didn&#8217;t want to gather their own group.</p>\n\n\n\n<p>We vetted with users, and we&#8217;re blown away, always blown away because there are so many things you just don&#8217;t know unless you&#8217;ve lived with a particular disability. You can&#8217;t guess, and you&#8217;ve got to speak to your users and a wide variety of them. &nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:21:30]</strong></p>\n\n\n\n<p>Yes, absolutely. Absolutely. What role does open source play in expanding accessibility, either in specifically the digital space or just accessibility in general?</p>\n\n\n\n<p><strong>[Joe Devon 00:21:42] </strong></p>\n\n\n\n<p>I guess if the question is, what role does it play? I would say the role it plays is it is, unfortunately, it makes accessibility worse because, for the most part open source is not very accessible. And it&#8217;s a personal passion of mine, so I&#8217;m really glad that you brought that up. </p>\n\n\n\n<p>You know, it is so bizarre. You write a blog post and then it goes viral, and it goes viral every year to a degree that you can&#8217;t even believe it, that all these companies that you know are running events. Privately, publicly talking about it. And then you get all these people thanking you for what you&#8217;ve done year after year.</p>\n\n\n\n<p>And then one year, you read on Twitter, The Blind Onion; I&#8217;m sure you&#8217;re familiar with The Onion, the satirical clip, there&#8217;s the Blind Onion. And they tweet out, &#8220;Now that Global Accessibility Awareness Day is over, we look forward to 364 days of global accessibility oblivion.&#8221; And that really hurt at the time, but at the same time, and I was told to ignore it, don&#8217;t worry about it, but I&#8217;m like, no, this is coming from a place of pain.</p>\n\n\n\n<p>And the point of GAAD was to make a difference. It wasn&#8217;t too to just give everybody an opportunity to say, &#8220;Hey, look at what we&#8217;re doing,&#8221; and then not make a difference. So, as a result of that, I started to think about, well, where are we with this? And, and so I&#8217;ve created a state of accessibility report that through my company, we&#8217;re able to run for a few years, and it&#8217;s not, you know, the state is not great.</p>\n\n\n\n<p>And I&#8217;m like, well, what can we do to change things? So, as a result of all of this, I really wanted to figure out, well, what can we do to make sure that GAAD does make a difference? And so, I came up with the idea of the GAAD pledge, which is specifically meant for open source frameworks. </p>\n\n\n\n<p>And the idea of the GAAD pledge is that an open source framework, when they are ready, takes the pledge to make accessibility a core value of the framework. Now, terms of what that actually entails are different for every single project because every project is unique. We did create a bit of a framework, which had the idea of saying, okay, you&#8217;re going to, first of all, create an accessibility statement that says that this framework is going to conform to whatever, WCAG, which is Web Content Accessibility Guidelines, to whatever WCAG level is decided and is appropriate for the framework. That there&#8217;s going to be documentation for anybody that is downloading this piece of open source project and trying to implement it, that there should be guidelines for them, that all of the examples should be accessible. </p>\n\n\n\n<p>It&#8217;s really important because even the frameworks that try to pay attention to accessibility. You&#8217;ll often see that people from the community will provide examples, and they&#8217;re inaccessible. And it&#8217;s really sad when you see that because so many people are just copy-pasting. That&#8217;s typically how it works, and they&#8217;re going to copy-paste something bad. So putting a statement around it, I think, would be really great.</p>\n\n\n\n<p>And what we&#8217;re hoping to see is that lots and lots of big open source communities decide to take the pledge. And then it&#8217;ll sort of be table stakes that any new open source projects as well look, all of these frameworks that made it, they took the pledge and therefore we should take the pledge as well.</p>\n\n\n\n<p>And so the very first year, we had React Native take the pledge, and they put a lot of effort into their accessibility. The second group to take it was Ember.js, and they always put a lot of effort into their accessibility, and they continued that effort. We&#8217;re about to announce the next one, but we&#8217;re still two weeks away.</p>\n\n\n\n<p>So I can&#8217;t say anything yet, but yeah, we&#8217;re, uh, we&#8217;re hoping for a lot more uptake on, on the gap pledge because it, it affects so many people downstream. WordPress&#8217;s what percent of the web right now? 43%? So there you go. That&#8217;s so many people.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:25:57] </strong></p>\n\n\n\n<p>So many people. Yeah, fun fact Gutenberg, our current rewriting of the editing experience in WordPress, primarily uses React. And so, I&#8217;m glad to hear that they have taken that pledge as well. </p>\n\n\n\n<p>As with any good cooking, it starts with good&nbsp;ingredients.</p>\n\n\n\n<p><strong>[Joe Devon 00:26:12] </strong></p>\n\n\n\n<p>You said it. That was great. I wish I was a cook, though.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:26:23] </strong></p>\n\n\n\n<p>I love it. All right. Let&#8217;s what keeps you up at night when it comes to the state of accessibility?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:26:29] </strong></p>\n\n\n\n<p>What keeps me up at night is how to move the needle. It is such a big thing to change. And there are so many angles that you can approach this with, but at the end of the day, it&#8217;s, it&#8217;s a monster.</p>\n\n\n\n<p>It&#8217;s a monster. There are so many legacy sites out there. If you look at WebAIM, they do a yearly report on the state of accessibility as well. They call it the WebAIM Million, and they&#8217;re typically seeing 97% inaccessible, 98%. It goes up and down a little bit every year. And that&#8217;s, that&#8217;s just a huge boat to move.</p>\n\n\n\n<p>I think we need to at least get the newer, uh, newer websites and mobile apps to move. And what we&#8217;ve seen in our state of accessibility report is that only the very top companies seem to put in the effort to make their products accessible. There is a big push with the enterprise companies to do it.</p>\n\n\n\n<p>The CEOs are starting to talk about it, but what we need is the entire culture of software development to change. Or I should even say digital product development change and to move that boat is massive. And that&#8217;s I put it in my tagline in my email like that&#8217;s my mission in life, and I hope to achieve it before I die.</p>\n\n\n\n<p>So that keeps me up at night.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:27:52] </strong></p>\n\n\n\n<p>I think that would keep me up at night as well. I mean, it seems like you are really just personally mission-driven and impact-driven. Do you feel like, in the event that the work that you&#8217;ve accomplished so far is what you accomplish, you feel still like you&#8217;ve had an impact?</p>\n\n\n\n<p>I feel like you have had&nbsp;an impact. </p>\n\n\n\n<p><strong>[Joe Devon 00:28:13] </strong></p>\n\n\n\n<p>I&#8217;m not one of those people that tries to have a legacy or like tries to focus on what my impact is and all of that. I just try and do good work. And hopefully, it just shows at the end of the day. I&#8217;m just trying to have the impact without the accolades.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:34]</strong></p>\n\n\n\n<p>I get it. Well, Joe, thank you so much for joining us here on this episode of WP Briefing. You have been a delight to chat with.</p>\n\n\n\n<p><strong>[Joe Devon 00:28:42]</strong></p>\n\n\n\n<p>Likewise, it&#8217;s really been a pleasure to meet you, and uh, and I appreciate the opportunity.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:54] </strong></p>\n\n\n\n<p>And now it&#8217;s time for our smallest of big things. As I mentioned at the start, it is packed. Number one tomorrow, May 17th, RC3. So one of the final RCs that we&#8217;re going to have for the WordPress 6.0 release, unless something goes horribly, horribly wrong, which I don&#8217;t think it will. </p>\n\n\n\n<p>And then, two days after that, Global Accessibility Awareness Day, as I mentioned, will be on May 19th. So, this coming Thursday. </p>\n\n\n\n<p>And then next week, we have the 6.0 release. We have the WordPress 6.0 release on May 24th. </p>\n\n\n\n<p> Three days after that, WordPress turns 19 on May 27th, starting its final teenage year before we turn twenty in 2023. So that was the rapid-fire dance card for the next two weeks.</p>\n\n\n\n<p>The stuff that is happening with and around WordPress for everyone to know. As a heads up, also, many people are headed to WordCamp Europe in Porto(, Portugal). The first week of June, I am going to do a live from WordCamp Europe episode. It will not be live. I&#8217;ll just record it live. And so. You know you&#8217;ll get to hear me with my hoarsest voice and maybe singing to my computer. Cause that almost always happens at these things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12855\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress 6.0 Release Candidate 2 (RC2) Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2022 18:06:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12840\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"WordPress 6.0 Release Candidate 2 is now available for testing! You can \ndownload and help test RC2 in three ways. You can also help translate WordPress to 100+ languages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4830:\"\n<p>The next release candidate for WordPress 6.0 is now available!&nbsp;</p>\n\n\n\n<p>WordPress 6.0 is scheduled for release on May 24th, 2022 &#8211; just two weeks from today.</p>\n\n\n\n<p>“Release Candidate” means that this version of WordPress is ready for release! Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>Thank you to everyone who has contributed towards testing and logging issues to help make WordPress 6.0 stable (and awesome). WordPress still needs your help testing, especially theme and plugin developers.</p>\n\n\n\n<p>Since the RC1 release on May 3rd, 2022, there have been approximately 40 issues resolved in <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F03%2F2022..05%2F10%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC2</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC2 in three ways:</p>\n\n\n\n<ul><li><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li></ul>\n\n\n\n<ul><li><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC2.zip\">release candidate version here (zip)</a>.</li></ul>\n\n\n\n<ul><li><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, or RC1 on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC2</code></li></ul>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC2 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so that these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a> for more details on this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>An RC2 Haiku for You</h2>\n\n\n\n<p>Anticipation<br>Sprinting toward G/A now<br>Please — test, translate — thanks!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>.&nbsp;&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12840\";s: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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress – April 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2022/05/the-month-in-wordpress-april-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2022 15:01:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"the month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12816\";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:\"This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project. WordPress 6.0 Release Candidate 1 The first release candidate (RC1) for WordPress 6.0 is now [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10652:\"\n<p>This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.0 Release Candidate 1</h2>\n\n\n\n<p><strong>The first release candidate (RC1) for WordPress 6.0 is now available for download</strong>. Help improve the project by testing and translating this version to non-English languages. Check out the RC1 <a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-1/\">release post</a> to learn what’s new and how to contribute. For a more in-depth look at the upcoming changes, you can refer to the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>.</p>\n\n\n\n<p>WordPress 6.0 is packed with all kinds of improvements for everyone. It brings new blocks, <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">accessibility enhancements</a>, refined design tools, the ability to switch theme styles easily, multi-block partial text selection, and a new block locking interface, to name a few of its highlights.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Listen to the latest </strong><strong>WP Briefing episode</strong><strong> for a sneak peek into the exciting features included in WordPress 6.0.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 13.0 and 13.1 are here</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/04/14/whats-new-in-gutenberg-13-0-14-april/\">Gutenberg 13.0</a> shipped on April 14, 2022, and introduced the final updates that will be part of WordPress 6.0. These include an improved editor experience (with the ability to select text across blocks), better responsive blocks, and prominently exposed block patterns.</li><li><a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">Gutenberg 13.1</a> landed on April 27, 2022. This version adds border support to the Columns block and accessibility and Comment block improvements.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Updated guidelines for in-person events, redesign of the Gutenberg page, and more</h2>\n\n\n\n<ul><li>The Community team announced <a href=\"https://make.wordpress.org/community/2022/04/21/announcement-updated-covid-19-guidelines-for-official-wordpress-events/\">updated Covid-19 guidelines</a> for official WordPress events.</li><li>The <a href=\"https://make.wordpress.org/meta/2022/04/12/gutenberg-landing-page-kick-off/\">redesign of the Gutenberg landing page</a> on WordPress.org is nearing completion.</li><li>#WPDiversity announced new meeting times for Asia-Pacific (APAC) areas. You can express your interest <a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\">in this post</a>.</li><li>The Training team plans to <a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\">migrate the Contributor Training materials</a> to Learn WordPress. This move will help consolidate all the community-based training content in one place.</li><li>All learners on Learn WordPress can now enjoy using <a href=\"https://make.wordpress.org/training/2022/04/07/demo-sites-for-learn-wordpress-users/\">a live WordPress demo site</a> as they go through courses on the site.</li><li>The first stable <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/04/18/version-1-0-0-of-the-performance-lab-plugin-published/\" target=\"_blank\">version 1.0.0</a> of the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin was released.</li><li>Read the latest edition of the <a href=\"https://make.wordpress.org/community/2022/04/21/meetup-organizer-newsletter-april-2022/\">Meetup Organizer Newsletter</a>.</li><li>Everyone is welcome and encouraged to join the new <a href=\"https://make.wordpress.org/photos/\">Photo Directory team</a> meetings. They are held on the first Friday of every month at 14:00 UTC in the <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/photos\" target=\"_blank\">#photos</a> channel of the Make WordPress Slack.</li><li>The Performance team published a <a href=\"https://make.wordpress.org/core/2022/04/12/follow-up-on-webp-by-default-proposal/\">follow-up post</a> with the next steps on the WebP proposal.</li><li>Check out the <a href=\"https://make.wordpress.org/design/2022/04/25/design-share-apr-11-22/\">projects</a> the Design team contributed to over the past couple of weeks.</li><li>Official Featured and Beta plugins now limit <a href=\"https://make.wordpress.org/plugins/2022/04/15/featured-beta-plugins-now-limit-changes/\">ownership and committer changes</a>.</li><li>The April 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/04/22/polyglots-monthly-newsletter-april-2022/\">Polyglots Monthly Newsletter</a> was published.</li><li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/\">Meher Bala</a>, a frontend web developer and community builder from India.</li><li>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C0FRG66LR\" target=\"_blank\">#props</a> channel of the Make WordPress Slack is now connected to the WordPress.org profile activity! This way when you give props, it will be included on your WordPress.org profile and the profile of those you mention. This change is part of a <a href=\"https://make.wordpress.org/project/2022/03/16/proposal-to-remove-spam-dormant-five-for-the-future-pledges/\">larger project</a> that will help credit more non-code contributions.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/2022/04/11/return-to-in-person-events-share-your-challenges/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>How do you feel about in-person WordPress gatherings? The Community team wants to hear about the challenges in returning to these events.</strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>Following this <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">proposal</a> for a WordPress Project Contributor Handbook, Executive Director Josepha Haden opened a <a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">round of discussions</a> to share feedback on the various handbook sections.</li><li>Version 19.8 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-android-19-8/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-ios-19-8/\">iOS</a> is available for testing.</li><li>Join the 14th testing call of the Full Site Editing (FSE) Outreach program – “<a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\">Rallying Recipe Reviewers</a>.” This call focuses on testing blocks that help recipe authors make their recipe blogs more interactive. Leave your feedback by May 18, 2022.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-11 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Are you interested in helping test out new WordPress 6.0 features but don’t know where to start? This </strong><strong>detailed guide</strong><strong> will walk you through how to get started.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Get ready for WordCamp Europe in Porto</h2>\n\n\n\n<ul><li>We are four weeks away from <a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">WordCamp Europe</a>. After being postponed twice due to the pandemic, the WordPress event is taking place in Porto, Portugal, on 2-4 June 2022. Check out the <a href=\"https://europe.wordcamp.org/2022/schedule/\">schedule</a> and get your <a href=\"https://europe.wordcamp.org/2022/tickets/\">tickets</a> if you haven’t yet!</li><li>WordCamp US <a href=\"https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/\">announced</a> a new program to support underrepresented speakers.</li><li><a href=\"https://irun.wordcamp.org/2022/\">WordCamp Irun</a> (Spain) is happening this month on May 21 and 22, 2022.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-12 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://us.wordcamp.org/2022/our-call-for-volunteers-is-now-open/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp US in San Diego, California, is now open. Newcomers to WordPress are always welcomed. Apply today!</strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12816\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.0 Release Candidate 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:69:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-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, 03 May 2022 17:18:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12799\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"WordPress 6.0 Release Candidate 1 is now available for testing! You can \ndownload and help test RC1 in three ways. You can also help translate WordPress to 100+ languages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7242:\"\n<p>The first release candidate (RC1) for WordPress 6.0 is now available!</p>\n\n\n\n<p>This is an important milestone on the 6.0 release cycle journey. “Release Candidate” means that this version of WordPress is ready for release! Before the official release date, time is set aside for the community to perform final reviews and help test. Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>WordPress 6.0 is planned for official release on May 24th, 2022, three weeks from today.&nbsp;</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC1.zip\">release candidate version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, or 4, on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC1</code></p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h1>What’s in WordPress 6.0 RC1?</h1>\n\n\n\n<p>Since Beta 4, various items have been addressed, including (but not limited to):&nbsp;</p>\n\n\n\n<ul><li>Backport updates of Comment blocks tests (<a href=\"https://core.trac.wordpress.org/ticket/55643\">#55643</a>)</li><li>Backport a bugfix of Comment Template block pagination (<a href=\"https://core.trac.wordpress.org/ticket/55658\">#55658</a>)</li><li>Editor: Backport bug fixes for WordPress 6.0 from Gutenberg (<a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a>)</li></ul>\n\n\n\n<p>WordPress 6.0 is the second major release for 2022, following 5.9 which became generally available in January. This release includes nearly 1,000 fixes and enhancements spanning most areas of the WordPress platform. Some key highlights within the content creation and site-building feature sets include:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons.&nbsp;</li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on.&nbsp;</li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Various Post Comments, Read More, No Results in Query Loop, Post Author Biography, Avatar blocks.&nbsp;</li><li><strong>Block Locking: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor.&nbsp;</li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li></ul>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC1 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <em><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></em>, for more details on what’s contained in this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.0 release cycle.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Haiku Fun for RC 1</h2>\n\n\n\n<p>Release candidate&nbsp;<br>Our journey nearly done<br>Get ready, WordPress</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12799\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 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/2022/05/wordpress-6-0-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:\"Mon, 02 May 2022 16:46: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:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12787\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WordPress 6.0 Beta 4 is now available for testing! You can download and help test Beta 4 in three ways.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5813:\"\n<p>WordPress 6.0 Beta 4 is now available for testing!</p>\n\n\n\n<p>Beta 4 was not part of the originally published development cycle. It is aimed at providing an opportunity for testing some specific issues that were resolved since Beta 3. WordPress will continue with the regularly scheduled release milestones on May 3rd, 2022, with the RC1 release.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 4 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 Beta 4 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta4.zip\" data-type=\"URL\" data-id=\"https://wordpress.org/wordpress-6.0-beta4.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: wp core update &#8211;version=6.0-beta4.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month!&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>Explore What’s in Beta 4</h2>\n\n\n\n<p>Since Beta 3, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Update post content placeholder (<a href=\"https://github.com/WordPress/gutenberg/pull/40177\">#40177</a>)</li><li>Comments block: Fix glitches found while backporting (<a href=\"https://github.com/WordPress/gutenberg/pull/40628\">#40628</a>)</li><li>Show add pattern label when patterns are being prioritised (<a href=\"https://github.com/WordPress/gutenberg/pull/40598\">#40598</a>)</li><li>Fix regression with featured images in latest posts (<a href=\"https://github.com/WordPress/gutenberg/pull/40662\">#40662</a>)</li><li>Navigation Link: Avoid unnecessary re-renders (<a href=\"https://github.com/WordPress/gutenberg/pull/40696\">#40696</a>)</li><li>Navigation: Improve selector performance (<a href=\"https://github.com/WordPress/gutenberg/pull/40700\">#40700</a>)</li><li>Comments Title: Count toggle working in &#8216;Singular&#8217; editing mode (<a href=\"https://github.com/WordPress/gutenberg/pull/40728\">#40728</a>)</li><li>[Writing Flow]: Try to fix multi-selection with shift+click (<a href=\"https://github.com/WordPress/gutenberg/pull/40687\">#40687</a>)</li><li>Fix alignment issue with comment author name (<a href=\"https://github.com/WordPress/gutenberg/pull/40610\">#40610</a>)</li><li>Comment Content: Show moderation message (<a href=\"https://github.com/WordPress/gutenberg/pull/40612\">#40612</a>)</li><li>Display paragraph breaks in comment contents block (<a href=\"https://github.com/WordPress/gutenberg/pull/40667\">#40667</a>)</li><li>Fix style comment awaiting moderation indentation (<a href=\"https://github.com/WordPress/gutenberg/pull/40681\">#40681</a>)</li><li>Fix: Page patterns don&#8217;t show when only one pattern is available (<a href=\"https://github.com/WordPress/gutenberg/pull/40707\">#40707</a>)</li><li>Update the placeholder for post excerpt (<a href=\"https://github.com/WordPress/gutenberg/pull/40178\">#40178</a>)</li><li>REST API: Fix regression in the Pattern Directory endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/55617\">#55617</a>)</li><li>REST API: Fix the scheme for the Block Directory search endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/53621\">#53621</a>)</li><li>Show comments previews in the Comment Query Loop. (<a href=\"https://core.trac.wordpress.org/ticket/55634\">#55634</a>)</li><li>Avoid DB error in comment meta queries. (<a href=\"https://core.trac.wordpress.org/ticket/55218\">#55218</a>)</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Another Haiku, Just for You</h2>\n\n\n\n<p>Beta four, surprise!<br>Iterating all day long<br>Time to share and test</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <br><a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, and <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12787\";s: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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WP Briefing: Episode 30: A Sneak Peek at WordPress 6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2022 13:03: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:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12742\";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:\"Get a behind the scenes sneak peek at the WordPress 6.0 release on this episode of the WordPress Briefing featuring a special guest!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/04/WP-Briefing-030.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:33449:\"\n<p>In the thirtieth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy and special guest Channing Ritter give listeners a sneak peek into the WordPress 6.0 release ahead of the Release Candidate 1 (RC1). </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Special Guest: <a href=\"https://profiles.wordpress.org/critterverse/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/twentytwentytwo/\">Twenty Twenty-Two Theme</a></li><li><a href=\"https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/\">Block Locking</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Beginner&#8217;s Guide to Contributing</a>, Josepha Haden Chomphosy</li><li><a rel=\"noreferrer noopener\" href=\"https://wordsesh.com/\" data-type=\"URL\" data-id=\"https://wordsesh.com/\" target=\"_blank\">WordSesh</a></li><li><a rel=\"noreferrer noopener\" href=\"https://learn.wordpress.org/social-learning/\" data-type=\"URL\" data-id=\"https://learn.wordpress.org/social-learning/\" target=\"_blank\">Social Learning Spaces</a></li><li><a rel=\"noreferrer noopener\" href=\"https://europe.wordcamp.org/2022/contributor-day/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2022/contributor-day/\" target=\"_blank\">WordCamp Europe Contributor Day</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12742\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40]</p>\n\n\n\n<p>Tomorrow&#8217;s a big day. It marks the beginning of what is called the RC period, or release candidate period, for the current major release of the WordPress CMS. If you&#8217;re not super familiar with the way release cycles work, this is the point in the process where the code should pretty much be done changing.&nbsp;</p>\n\n\n\n<p>That way you can call in your designers, developers, and anyone else who builds things for others using your software. And they can either start testing their products on it, or they can figure out what new things they need to be able to teach their clients, whichever is most relevant to them. That is generally true for WordPress as well, but in true open source fashion, there is a caveat built in that helps us to get in last-minute, vital changes from contributors.</p>\n\n\n\n<p>We have a two-person sign-off rule that&#8217;s been around for about as long as I can remember, but lets things be added late in the release cycle, as long as there are two sign-offs from qualified contributors. Most of the time, those qualified contributors are lead developers of the project, but not always. We have a good group of people who are around helping us make sure that this is doable and the best thing that we can offer to all of our users.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:50]</p>\n\n\n\n<p>And so, yeah, two-person sign-off, that is the little bit of release process trivia that you never knew you needed. And since we&#8217;re looking at a release trivia, kind of hidden bits of how software is made, I actually have a guest with me today, Channing Ritter. So Channing is a product and visual designer based in Brooklyn, New York.</p>\n\n\n\n<p>She&#8217;s a design director at Automattic and has been working on the WordPress project as a full-time sponsored contributor since January, 2021. She is joining us to share some behind the scenes intel on what&#8217;s going into the 6.0 release, her role in that process, and then we&#8217;ll just kind of see how the conversation goes from there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:40]</p>\n\n\n\n<p>Well, and with that, I&#8217;d like to welcome Channing to the WordPress Briefing. Hi Channing!</p>\n\n\n\n<p>[<strong>Channing Ritter </strong>00:02:45]</p>\n\n\n\n<p>Hey Josepha. Thanks so much for having me.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:02:48] </p>\n\n\n\n<p>I&#8217;m excited to have you here. If I understand, you are working on the design side of things with the release. So why don&#8217;t you tell me a little bit about the role you&#8217;ve played?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:02:59] </p>\n\n\n\n<p>I am. I am the design release lead for the 6.0 release. And if I understand correctly, this is a position that has been unfulfilled for the past few release cycles. So I&#8217;m kind of the first person to step in over the past few releases. And I think that&#8217;s really exciting, especially because design has started to play such a more important role in the WordPress project over the past few years.</p>\n\n\n\n<p>So it makes sense that design would have a seat at the table, and I&#8217;m really excited to be helping advocate for the design team and learning from other folks on the release squad. Who&#8217;ve been doing this for a while.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:03:33] </p>\n\n\n\n<p>So. First big question about 6.0, what is the feature that you are most excited about?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:03:39] </p>\n\n\n\n<p>I&#8217;m most excited about the style switcher within the global styles panel. Um, so if folks still don&#8217;t know what I&#8217;m talking about there, it&#8217;s the ability to change between different variations of the theme.json without actually switching the theme.&nbsp;</p>\n\n\n\n<p>So this is a way to get a drastically different look and feels across your site with just a single click. And I see it as a really fun place to experiment and kind of get inspired for the different ways your site could appear without ever having to change your theme.</p>\n\n\n\n<p>And in terms of the Twenty Twenty-Two variations, they&#8217;re just really gorgeous and all so diverse. Like you have the main default theme that has the deep green and kind of peachy colors and this really elegant type treatment with a really thin Serif typeface. But then the variations are so different from that. And I think my favorite one is the Swiss variation.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:36]</p>\n\n\n\n<p>The Swiss variation?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38]</p>\n\n\n\n<p>Yeah, every graphic design nerd loves Swiss design.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:42] </p>\n\n\n\n<p>Oh, ok! Now I know!&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38] </p>\n\n\n\n<p>Really awesome things found in there. It&#8217;s a really high contrast, bold variation. It&#8217;s kind of black and white with red accents. I just love how different it is from the default style and how easy it is to change up your site and just get a whole drastically different look and feel.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:00] </p>\n\n\n\n<p>That&#8217;s excellent. So for folks who do not know what we&#8217;re referring to, when we talk about the Twenty Twenty-Two variation, that is the default theme, Twenty Twenty-Two. I&#8217;ll put a link to both the classic and block-based versions in our show notes, but you&#8217;ll want to use the block-based version to look at these style variations that Channing has mentioned here.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:05:24] </p>\n\n\n\n<p>You know, we&#8217;re really excited that the first-ever default block theme was released with 5.9, which is when Twenty Twenty-Two first went out and was bundled with 5.9.</p>\n\n\n\n<p>But now, with 6.0, I think even more so it&#8217;s starting to showcase the real power of block themes and what can actually be done there. And style variations is a huge kind of first step into this new world of block themes and starting to really open up the possibilities and all the flexibility that you have there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:55] </p>\n\n\n\n<p>Yeah, absolutely. So when we&#8217;re talking about the Twenty Twenty-Two default theme, when we&#8217;re talking about switching these variations inside the theme itself, that seems to me to be a very user-focused kind of feature. And when we talk about users in WordPress, there&#8217;s a lot of room for interpretation. Like if we look at it kind of in a framework of three types of users of WordPress, you have, like end-users. So people who are site owners using it as a site to, like, enable their business.&nbsp;</p>\n\n\n\n<p>But you also have mid-end users—people who use it to build sites for others. And what I like to call back-end users, people who are using WordPress as a framework. And of course at the start of the Gutenberg project, way back in forever, a million years ago, one of the big calls to action that we had around even, like, trying to do this, was that we wanted to make WordPress easier for users. Just plain users.&nbsp;</p>\n\n\n\n<p>And, and to me, that means making WordPress easier for those mid-end users, people who are creating WordPress sites for other people. But also should give some power and autonomy back to those end-users, the people who are using sites to enable their business or are site owners.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:07:14] </p>\n\n\n\n<p>And so in that context, between 5.9 and 6.0, do you feel like we have features that are really giving that kind of power and agency back to our end-users? Do you feel like we have some features that are really focused on those mid-end users, as opposed to our backend users? For a long time, we focused heavily on enabling our backend users, and now Gutenberg kind of moves us into those other two areas.</p>\n\n\n\n<p>And so do you think that things like being able to switch between your style of variations, other things like that are moving us closer to that particular goal of Gutenberg?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:07:51] </p>\n\n\n\n<p>That&#8217;s a great question. I think it&#8217;s both. I think some of the features being released in 6.0 are absolutely going to empower that end-user.</p>\n\n\n\n<p>Particularly in terms of improvements around design tools and some of the quality of life improvements. For example, partially selecting across multiple blocks and being able to partially select texts there. That&#8217;s the type of thing that really brings the writing experience in the editor to be on par with how you would expect a text editing experience to work.</p>\n\n\n\n<p>And there are tons of small quality of life improvements in this release that I think are really gonna help those end-users. But there are also improvements around what we might call the maintainers who are building sites for others. I think block locking in particular is something that is really going to start filling a gap between people who build the sites and then people who do the day-to-day maintenance within a site.</p>\n\n\n\n<p>For example, in 6.0, we&#8217;re introducing some interface UI around block locking, but also there&#8217;ll be control around the ability to lock user roles.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:09:03]</p>\n\n\n\n<p>Which I think makes a lot of sense. I mean, we have all of these user roles in the CMS itself, and for a long time, we&#8217;ve just been like free for all on blocks, which was great and is great and should be available to people.</p>\n\n\n\n<p>But also if we are saying, like, it makes sense to have this gradient of users and their abilities for the CMS itself, and we are saying that we want to move control of the website and the content to be at the base layer in these blocks, then it also makes sense that we should be able to provide that same sort of granular level of access in the blocks.</p>\n\n\n\n<p>So I think that&#8217;s a great thing. If you all, if dear listeners, you do not know what we mean by “block locking,” I&#8217;m sure that I can find a link for us in our show notes below as well. If for anyone who&#8217;s been talking through Gutenberg things with me for a while, you know that this is one of the primary use cases that I think has been a long time coming.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:10:05]</p>\n\n\n\n<p>It was one of the first examples that I offered to folks when we had that question of like, who is this being built for? In what way is this beneficial to that mid-end user, as opposed to just giving all of the power and autonomy to users in a way that maybe is not the best for their visitors?&nbsp;</p>\n\n\n\n<p>This is one of those use cases that made the most sense to me being able to say, okay, well, the opportunity to, as somebody who runs an agency and is building websites for people to be able to say, yeah, ‘You can do anything that is possible in this instance of WordPress and all the things that you are allowed to do will not break your instance. It won&#8217;t break your website’.&nbsp;</p>\n\n\n\n<p>And so it gives a lot of time back to agencies to focus on their client&#8217;s most important problems, as opposed to not knowing how to update the hours in their footer or something like that. And so I&#8217;m very excited about that particular feature.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:11:01]</p>\n\n\n\n<p>It&#8217;s such a long-requested feature. I mean, we&#8217;ve been hearing requests around this particular feature for years and, you know, often when something gets requested over a span of years like that, it&#8217;s because there are some complexities to figure out how it works.</p>\n\n\n\n<p>And that&#8217;s definitely been the case with moving forward with block locking. And there are a lot of nuances there. But I think what you were saying, I totally agree with. There’s always a push and pull. And as we enable more and more flexibility for end-users, there needs to be a little bit of push from the other side to kind of give more granular controls, more locking options, and make sure that everything can still be easily maintained.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:11:43]</p>\n\n\n\n<p>Yeah, we mentioned in that answer the concept of maintainers. If you are a contributor, it&#8217;s not <em>that</em> kind of ‘maintainer.’ So if you&#8217;re a WordPress contributor and we said maintainers there, um, just know that that&#8217;s not what we&#8217;re referring to. If you don&#8217;t know what I&#8217;m talking about when I say ‘contributor,’ there is a whole community of open source people and maintainers are people who specifically take care of a particular part of the WordPress software or the WordPress project, um, that makes all this possible.</p>\n\n\n\n<p>So there&#8217;s, ya know….&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:12:19] </p>\n\n\n\n<p>So true! The maintainer has another meaning in this context.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:12:20]</p>\n\n\n\n<p>Yeah, we have a mix in our audience and I love it, but it also makes me frequently spend like 10% of my podcast being like, by the way, when I said this, I didn&#8217;t mean you, but I did mean <em>you</em>, which makes it harder. I know.&nbsp;</p>\n\n\n\n<p>So. You’ve been with the project for a little bit, but if I recall correctly, this is the first time that you were, like, leading part of a release.</p>\n\n\n\n<p>So what would you say was the most challenging part of that?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong>  00:12:52] </p>\n\n\n\n<p>Another great question. This is my first time being this closely involved with the release. Although I was involved with the 5.9 release, but mostly in a release assets capacity. So I helped with the <em>About Page</em> and the welcome banner that goes on the dashboard.</p>\n\n\n\n<p>So I did get some insight in the last release cycle. Which was great preparation for being more involved as a release lead on this cycle. From the design perspective, one of the hardest things is always going to be figuring out what exactly goes into the release and what needs more time. In the sense, you know, that there might be some features that need to stay in the Gutenberg plugin for a while and get more testing before they get released to a much wider audience in a major WordPress release.</p>\n\n\n\n<p>So I think on the design side, we definitely have some goals that are big, long-term projects that are likely going to span across, you know, many releases, maybe even over many years. And I think the full site editor is a great example of that in a sense that it&#8217;s not something that you just were gone in one release and then it all gets released and then it&#8217;s all good to go.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong>  00:14:06] </p>\n\n\n\n<p>It&#8217;s something that has to be staggered across many releases, and there&#8217;s a lot of thought that goes into it; does this make sense in this more limited capacity, and what else needs to go in in order for this feature to go in? And the most complex things about the WordPress project is how interconnected things are.</p>\n\n\n\n<p>So when you start making those decisions about what should go in, what should get pulled out, often there&#8217;s sort of a domino effect of like, well, that would affect this feature and then, well, maybe they shouldn&#8217;t go in, or maybe this does need to go in. And that is really one of the most challenging, but also one of the most fascinating aspects of the release process.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:14:46] </p>\n\n\n\n<p>Yes. It is very, very true that there are kind of no small problems left in WordPress. *laughs* Yeah, when we, when we first started with this like bigger release squad, cause that has not been routine for the history of the project. When we first started with that, I know that expanding out the exposure to like how much one change affects 25 different things was really, it was really good for all of us to be reminded.</p>\n\n\n\n<p>And as I mentioned at the top of our episode today, tomorrow begins the RC period. It begins the release candidate period, which is when it&#8217;s supposed to be, as locked down as possible. But if you all have been following along with our release process in general, which if you&#8217;re listening to this, you probably have, you know that last week or a couple of weeks ago, we had this whole question about the Webfonts API, and we had that conversation in a public space as best we could,&nbsp;</p>\n\n\n\n<p>Like, there are always things that you can&#8217;t, like, fully disclose in public spaces, but we had a very open and transparent conversation about, like, who is most affected by putting it in, in the state that the API was in. And, who&#8217;s most affected if we take it out. And where can we make compromises on either side so that both sides are a little happy and a little unhappy?</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:16:09] </p>\n\n\n\n<p>And, like, that is all so hard to do. Not only in general. We have a 20-year-old code base and a five-year-old code base. And it&#8217;s all a big, big undertaking to understand what is happening and where it happens. And so there&#8217;s this moment always when we are trying to decide, like, is this baked enough? Did we put it in too early? Should we pull it out? How, if we pull it out, did we ask people to do too much work before we decided to pull it out anyway?</p>\n\n\n\n<p>Like, you always have those kinds of questions about it. And honestly, I think that most of us weren&#8217;t around the last time, that WordPress was, was this experimental in public, like it&#8217;s always been open source. It&#8217;s always been experimental and iterating publicly, which is just the hardest way to work on anything. We like, we shipped our best guesses. Don&#8217;t be mad. It&#8217;ll be… we&#8217;re coming for it. We&#8217;re going to fix it. Like, that&#8217;s always hard, but the last time around, when it was this substantial a change was, like, 2008 or something, like, it was ages and ages ago.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong>  00:17:14] </p>\n\n\n\n<p>And we were smaller than, we had a smaller number of contributors. We had a smaller group of people actually using the CMS. And so over time it has gotten more and more complicated. And, and I don&#8217;t think that we can ever understate the complexities of that. And so for you, you had a little bit of exposure to it in 5.9 and then showed up for like really doing it in 6.0.</p>\n\n\n\n<p>Has it been a surprising change? Like, were you surprised much more by how complicated it was when you were closer to it?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:17:47] </p>\n\n\n\n<p>Yeah, definitely. It’s been a real learning process, especially coming to understand how much there really are no easy answers. I think a lot of us are in the release squad are real problem solver types of people and, and want it to, you know, be a really neat, tidy answer.&nbsp;</p>\n\n\n\n<p>And it&#8217;s not always the case. You know, sometimes parts of the feature might go in, or some contingency plan might get put into place and things didn&#8217;t go exactly as planned. But what you said of being an experiment and being on kind of the cutting edge of trying out new things, I think there is a lot of passion around that in the WordPress project.&nbsp;</p>\n\n\n\n<p>Right now, we&#8217;re in such a transitional period for the project, you know, moving from classic themes to block themes and really changing the ideas of how we approach designing sites. And because of that, I think there is a lot of momentum and energy around getting new features, as many new features as possible into each release. But there&#8217;s also, you know, a lot of testing and stuff that needs to happen.</p>\n\n\n\n<p>And to make sure that, like you said, these things aren&#8217;t going out too early.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:19:01] </p>\n\n\n\n<p>Well, and there&#8217;s always that difficulty, we&#8217;re going to just leap right into open source areas now. There&#8217;s always that difficulty around, like, there&#8217;s this concept that when, like, we always want to ship something that doesn&#8217;t break backward compatibility when possible, we don&#8217;t want to ship vulnerabilities. Like, that&#8217;s always true, but we are in an open source project, and open source projects are necessarily kind of tolerant of like, that&#8217;s not our best, but like it skates, right?&nbsp;</p>\n\n\n\n<p>This was, we aimed for Ferrari and got a skateboard because sometimes you got to start with a skateboard, right? *laughter* Like if it gets you from one place to another, that&#8217;s kind of where we&#8217;ve got to aim some days.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:19:45] </p>\n\n\n\n<p>Totally.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong>  00:19:46] </p>\n\n\n\n<p>And that&#8217;s always so, so difficult, especially cause, like, for the big change that 5.0 represented, and that 5.9 represented– 6.0 is not as big a shock as 5.9 was.&nbsp; But, like, as big a change as those represented, it still skates. And that&#8217;s, I think what makes the work especially hard, especially nuanced. And like, we haven&#8217;t gotten together as human beings in two years. And so sometimes people just kind of forget there&#8217;s a human being back there.</p>\n\n\n\n<p>We&#8217;re humans. Everyone be nice. Yeah. I don&#8217;t know that part of running a release definitely was surprising to me. My first release that I ran was 5.0 and…</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:20:31] </p>\n\n\n\n<p>Oh, wow!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:20:32]</p>\n\n\n\n<p> Yeah, it was, like, that was  2018. And then I became the executive director at the top of 2019. And I distinctly remember one core chat where I showed up and just was like the most transparent, vulnerable person we&#8217;ve ever experienced in life.</p>\n\n\n\n<p>That&#8217;s not true. We have very vulnerable people in the project and very transparent people, but I told everyone like, there are a million of you and one of me, and it&#8217;s kind of terrifying that you&#8217;re leaping on me in this—like you&#8217;re scaring me a lot right now. And that was quite a thing to say to like, all these… it&#8217;s terrifying! Right?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:21:12] </p>\n\n\n\n<p>I love when you see that type of vulnerability in the project. I think it takes… it takes a degree of comfort and familiarity with the project to even be able to admit to that. And to me, that&#8217;s a real sign of growth in the project. Like when I first started contributing, I don&#8217;t think I ever would have just said, like, ‘How is the feature supposed to work? I have no idea.’ That&#8217;s something that I say all the time now.</p>\n\n\n\n<p>*Laughter*</p>\n\n\n\n<p>And you know, that is completely fine and more than okay. It&#8217;s a massive project. There are folks who have done deep thinking about a feature over the course of years. You know, and there are experts who can help shed light on various problems that maybe you just haven&#8217;t had a chance to dive into yet and really understand the nuances of yet.</p>\n\n\n\n<p>So that&#8217;s the amazing thing about open source is that you can lean on folks who do have expertise in that particular area. You&#8217;re not expected to be an expert-expert in every single domain. It&#8217;s okay to say, I don&#8217;t really have a good idea or a good concept of this feature. I don&#8217;t have a good feeling for it. What do other folks think?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:22:24] </p>\n\n\n\n<p>And even people who have been in the project for a long time, decade plus, still say that all the time. You know, or you might just say, like, I have a really rough idea of how this works, are other people seeing this the same way? Or did other people have a different, you know, mental picture of how this might work?</p>\n\n\n\n<p>Even if, sometimes it feels like you&#8217;re over-communicating, it&#8217;s really helpful because often people do have really dramatically different ideas about how a feature might take shape.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:22:49] </p>\n\n\n\n<p>And I hope that&#8217;s one of the things that we never lose in the project. Like we are an old, old project now and we support a bunch of the web with a tiny, tiny group of people compared to the amount of the web that we support.</p>\n\n\n\n<p>And I hope that we always have that opportunity as senior leaders, which I am, and all of our upcoming leaders to all of us, just at some point, be like, can we stop the train? I don&#8217;t understand. I don’t understand that. Um, and not necessarily feel that that has made us a worse contributor. Cause I think that it&#8217;s when we are transparent about our lack of understanding.</p>\n\n\n\n<p>That&#8217;s when we have the opportunity to make what we&#8217;re offering to the world more solid and always better.&nbsp;&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:23:35] </p>\n\n\n\n<p>I love it. I think it&#8217;s the, one of the most lovely things about the WordPress community. There&#8217;s really low judgment around those types of questions and people are really inclusive and more than happy to take a moment to explain something to you or shed some light on an issue you might not have thought that much about.&nbsp;</p>\n\n\n\n<p>I think that&#8217;s one of the best things you can always reach out for help. And folks are always willing to provide guidance or context or even historical information about, you know, whether it&#8217;s been tried in the past or previous explorations and that sort of thing.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:24:10] </p>\n\n\n\n<p> All right. Well, that covers all of my questions for you. Do you have a final thought about the release that you would like to share with everyone you don&#8217;t have to, if you don&#8217;t want to, not everyone has like a final sign off.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:24:25] </p>\n\n\n\n<p>Yeah. One of the things I&#8217;m most excited about for this 6.0 release is all of the improvements around design tools.</p>\n\n\n\n<p>And these are just small improvements around a ton of different things, like the color panel, border controls, gap support, typography options, flexible container blocks, etc. These are the types of tools that are a designer&#8217;s dream. You know, they really make the difference between being able to make a really crisp, finished looking final product and having something that&#8217;s a little rough around the edges.</p>\n\n\n\n<p>And as a designer, like those are the things that your eye goes straight towards. And all of these nuanced new tools, they really allow designers to have that fine detailed control to create really pixel perfect sites. And I think that&#8217;s something that, you know, myself and a lot of others on the design team are just so beyond excited about.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:25]</p>\n\n\n\n<p>Excellent. Well, Channing, thank you so much for joining us today on the WordPress Briefing; it has been an absolute delight.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:25:32] </p>\n\n\n\n<p>Thank you for having me.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:41] </p>\n\n\n\n<p>And now it is time, woohoo, for the small list of big things. My favorite part of this podcast, that&#8217;s not true. I have a lot of things that I love about this podcast. I just, in particular love being able to share like three things that are coming up in the next couple of weeks that everybody should be aware of. And I really particularly like the list I have this week.&nbsp;</p>\n\n\n\n<p>First as of today, we are two weeks away from WordSesh. If you&#8217;re looking forward to your first in-person WordPress event, but feel like you could use a little foundation information, a little bit of a WordPress primer, then this event has a lot of excellent thought leaders in the project that you can learn from.</p>\n\n\n\n<p>If you&#8217;re looking for more practical or hands-on opportunities, uh, you can also check out social learning spaces. All of those are free for anyone. So I will include links to both of them in the show notes.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:26:30]&nbsp;</p>\n\n\n\n<p>Second, as of today, we are four weeks away from WordCamp Europe. This is one of our flagship events. So it also includes a contributor day, which I encourage you to look into. If you have never heard of one before. I will be there to meet some of the contributors that have joined the project since the end of 2019. And hopefully, I will see you there as well. If you&#8217;ve never heard of a contributor day, then I&#8217;ll include a link to the beginner&#8217;s guide to contributions, a little talk that I gave in 2017 in the show notes that should help you get your bearings or at the very least know what questions to ask yourself to figure out if a contributor day is right for you.</p>\n\n\n\n<p>And then the third thing as of today, it has been one week since <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> and the <a href=\"https://make.wordpress.org/meta/\">Meta</a> developers… Um, that sounds like a band… Ian Dunn and the Meta developers connected the props channel in the community Slack to WordPress.org profile activity. I&#8217;m really excited about this. It&#8217;s the first in a long list of changes that are part of a larger project to credit more non-code contributions, more contributions that are not specific to a major release or event.</p>\n\n\n\n<p>And also to set us up to be able to provide more quality checks and balances for our growing Five for the Future program. If you&#8217;ve not been over there lately, if you&#8217;re not super sure what I&#8217;m talking about, there&#8217;s a link to the discussion post that we had about it, but also you can wander right over into the Making WordPress Slack and check out the props channel to just kind of see a running list of contributors that people are really grateful for. Which, frankly, if you ever are having a bad day, that is a wonderful place to just kind of wander in and see all of the positive vibes that people are sending around to each other.</p>\n\n\n\n<p>Uh, yeah, so the props channel, is always good. Uh, and that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. </p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12742\";s: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:75:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"People of WordPress: Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Apr 2022 09:20:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"WordCamp Mumbai\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:16:\"wptranslationday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12706\";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:106:\"This month\'s People of WordPress feature shares the story of developer and e-commerce builder Meher Bala. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16742:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a Indian-based WordPress developer and long term contributor on how it helped her find a career and a local and global community to belong to.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"Meher pictured against the backdrop of a window overlooking trees \" class=\"wp-image-12728\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=300%2C151&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=768%2C386&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>WordPress is an inspiration to Meher Bala, a frontend web developer and community builder from India. From using the software as a basic website tool to helping entrepreneurs and good causes around the world fulfill their aspirations, she has overcome personal barriers and now aims to inspire others.</strong></p>\n\n\n\n<p>Meher found her vocation and learned new skills through WordPress. She also discovered a way to encourage other women to consider careers in IT.&nbsp;</p>\n\n\n\n<h2>Opening the doors to a career in technology</h2>\n\n\n\n<p>As a child, Meher was diagnosed with dyslexia (difficulty in reading the written word) and dyscalculia (difficulty in comprehending numbers and mathematical functions). With the support of her parents and a tutor, she was able to overcome this learning obstacle. She developed coping techniques and a determination to work to overcome challenges as they appeared later in life.</p>\n\n\n\n<p>In school, she got an opportunity to replace one subject with computer studies as an alternative. This proved to be an eye-opener to future career possibilities.&nbsp;</p>\n\n\n\n<p>She began to research not only what the internet had to offer but also how it worked, including the new and fascinating concepts of email and websites. Her father bought the family’s first desktop computer so she could do her research at home.</p>\n\n\n\n<p>Meher’s father wanted to turn her love for computers into something that would serve her well in the future. In 2005, he enrolled her in a short computer course from a global IT training provider. The course tutor was so impressed with her performance, she was advised to enroll in a four year software development course.</p>\n\n\n\n<p>That meant she had studied the software development course alongside her higher education college course. Looking back, she enjoyed the dual challenge of the degree course in commerce, and the experience prepared her well to keep learning software while working as a developer. Within three years, she had learned C#, C, C++, HTML, Java, and .NET. </p>\n\n\n\n<p>After graduation, she was in a dilemma to choose between commerce and IT. What to choose? She had a compulsory one-year technology internship to complete, and her choice of focus for that year would prove to be a defining moment.</p>\n\n\n\n<p>In 2009, on her birthday, Meher was offered an internship. On the first day of the internship, she was introduced to WordPress. Her initial assignment was to change the look and feel of the WordPress dashboard — in just six hours. But there was a problem &#8211; she had never worked with WordPress before!</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&#8220;I stared at the whiteboard and thought that task given was impossible and difficult to meet the deadline. I wondered if my boss was joking and did not know then what you could do with WordPress as a developer and how it could slot into your toolbox. It opened my eyes.&#8221;&nbsp;</p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Meher used her research skills to know more about using WordPress. She found a plugin that would help her achieve her task. She met the deadline and it ingrained an interest that she would never lose. </p>\n\n\n\n<h2>Re-discovering WordPress</h2>\n\n\n\n<p>Five years after her initial WordPress experience, Meher was assigned to lead an international project in WordPress.&nbsp;She was hesitant — she had lost touch with the CMS during that five years, but the project was a great opportunity to become a team leader and lead from the front.&nbsp;</p>\n\n\n\n<p>She decided to update her WordPress skills, relying again on the strength of her research skills and determination. In the process, she also taught her team all about WordPress, inspiring many of those members to continue to develop their WordPress skill set.</p>\n\n\n\n<p>The success of that project was a pivotal moment for Meher and a new dawn as a developer specializing in WordPress.</p>\n\n\n\n<p>As a team lead, Meher soon found it was not possible to always have all the answers straight away. She found internet searches gave practical solutions—but rarely explained the theory behind it.</p>\n\n\n\n<p>So she went looking for a WordPress group to help her expand the scope and depth of her knowledge.</p>\n\n\n\n<h2>Finding the community and its developer learning opportunities </h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"999\" height=\"667\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=999%2C667&#038;ssl=1\" alt=\"Meher at WordCamp Nagpur in 2017\" class=\"wp-image-12762\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?w=999&amp;ssl=1 999w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=768%2C513&amp;ssl=1 768w\" sizes=\"(max-width: 999px) 100vw, 999px\" data-recalc-dims=\"1\" /><figcaption>Meher enjoying being part of <em>WordCamp Nagpur in 2017</em></figcaption></figure>\n\n\n\n<p>In 2015, while browsing Facebook, Meher came across an advertisement for something called WordCamp Mumbai, an event that had taken two days before. She did a little digging to learn what a WordCamp was, and about the people behind it. She took the plunge and joined the WordPress Mumbai Meetup group.</p>\n\n\n\n<p>Her first Meetup experience was not love at first sight. She felt the topics were for advanced users, and the timing late in the evening made it difficult to attend.</p>\n\n\n\n<p>But a few months later, the Meetup addressed a topic that could help her resolve an issue in one of her current projects. She made the effort to show up and came away with a number of important tips.&nbsp;The speaker had taken the time to speak to individual attendees. When he came to Meher, she took the opportunity to ask a couple of questions about her project issues. </p>\n\n\n\n<p>Thereafter she went to more Meetups and got to know the people behind this group, just as they started talking about WordCamp Mumbai 2016.</p>\n\n\n\n<h2>A WordCamp adventure</h2>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=600%2C800&#038;ssl=1\" alt=\"Meher pictured with the WordCamp Mumbai 2016 sign \" class=\"wp-image-12758\" width=\"600\" height=\"800\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption>Meher discovering <em>WordCamps in Mumbai in 2016</em></figcaption></figure>\n\n\n\n<p>Meher expressed interest in being a part of the coming&nbsp; WordCamp Mumbai and started in an entry-level role with basic responsibilities.</p>\n\n\n\n<p>At first, she thought WordCamp was a formal conference with about 100 people. So on the first day of WordCamp Mumbai 2016, she was surprised to see so many WordCamp enthusiasts attending and enjoying such a relaxed and friendly conference.</p>\n\n\n\n<p>After that great experience, Meher went to many more meetups and did more volunteering. She started taking on responsibilities in the coming WordCamps and getting to know the different aspects of the camp.&nbsp;</p>\n\n\n\n<p>In the following years, at each WordPress, she took up a new role like speaker vetting, sponsors, and volunteer coordination. This allowed her to know more about what an organizer needs to do, from planning to execution, to make WordCamp a successful event.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"900\" height=\"600\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=900%2C600&#038;ssl=1\" alt=\"WordCamp Mumbai 2017 group photo of the team\" class=\"wp-image-12765\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?w=900&amp;ssl=1 900w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" data-recalc-dims=\"1\" /><figcaption>With the team at <em>WordCamp Mumbai in 2017</em></figcaption></figure>\n\n\n\n<p>Meher is grateful for her WordPress journey which was fostered in the Mumbai community. It has been filled with beautiful surprises.&nbsp;</p>\n\n\n\n<p>When people ask why she’s chosen to specialize professionally in WordPress, Meher says WordPress is easy to teach a non-technical person, yet it is still highly customizable. Being a WordPress developer has given her the opportunity to work&nbsp; remotely for global web development companies that let her think out of the box. And she learns new skills with every release.</p>\n\n\n\n<h3>The community makes WordPress special</h3>\n\n\n\n<p>Meher says that some of her most memorable WordPress moments have revolved around special friendships, trying new things, and participating in community building.&nbsp;</p>\n\n\n\n<p>WordPress has let her explore different parts of India, make new friends locally and internationally, and encourage women to be a part of meetup groups and events across India.&nbsp;</p>\n\n\n\n<p>One of Meher’s biggest dreams was to lead WordCamp Mumbai as a lead organizer and show others what could be achieved by working together in open source. In 2019, she did just that and has volunteered at international WordCamps and meetups since.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"Meher speaking at WordCamp Mumbai 2019\" class=\"wp-image-12731\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=300%2C151&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=768%2C386&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Taking to the stage at WordCamp Mumbai in 2019</figcaption></figure>\n\n\n\n<p>As part of her enthusiasm for sharing the opportunities WordPress can give people, especially women, she has given time to co-organize two global <a href=\"https://wptranslationday.org/\">WordPress Translation month long events</a> and contributor events in India.&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>Meher said: “I was first introduced to translation at one of the meetups which was organised to support the WordPress Translation Day. I realized this was another way to support my local communities and bring the power of WordPress to them by contributing in Gujarati and Hindi. I did not imagine I would a few years later be a global organizer for the event itself!”</p>\n\n\n\n<p>With her commitment to ongoing learning as a developer and to model what she believes about the value and community growth opportunities of open source, Meher has given time and energy to the Marketing Team, where she has been a Team Rep, to the Training Team, and to the Core Team contributing to multiple releases.&nbsp;</p>\n\n\n\n<h2>The developer adventure with WordPress is unlimited</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>At the start of my software developer journey, I always thought the C++ and Java were the only skills you required to excel in your career. From the time I started exploring WordPress in depth, I realized the potential and the power of WordPress in web development.</p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Being a part of the WordPress community, Meher learned that there is so much more than just building blogs on WordPress. She started exploring different features of WordPress, created her first theme, and eventually specialized as a frontend specialist.</p>\n\n\n\n<p>Meher now works as a consultant and front end developer with an international agency specializing in WordPress. Asked what she thought was the best thing about being a WordPress developer, Meher replied: &#8220;Through WordPress, I have an opportunity to build unique out of the box websites and work&nbsp;remotely for global web development companies that encourages you to think out of the box. There is always opportunity to continuously advance my coding skills and learn new techniques with every release.&#8221; </p>\n\n\n\n<p>She believes that there is no limit to where using the software can take you and what you can combine it with to find solutions to projects big and small.</p>\n\n\n\n<p>If you earn a living from WordPress, her advice is from the heart: try to give back to the WordPress community.</p>\n\n\n\n<p>“I am sure you will learn or teach something new and definitely make friends across the world. There is no shame in making mistakes, as you can learn from them and develop your skills further. You can also help others as they build their skills.”</p>\n\n\n\n<p>Meher added: “Don’t let the things you find difficult get in the way of your success.”</p>\n\n\n\n<p></p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Meg Phillips (<a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>) for interviews, writing and image work on this story. Thank you to Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for sharing her experiences and to Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the series. </p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 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/2022/04/wordpress-6-0-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:\"Tue, 26 Apr 2022 16:43: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:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12690\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WordPress 6.0 Beta 3 is now available for testing! You can download and help test Beta 3 in three ways.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5387:\"\n<p>WordPress 6.0 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress production or mission-critical websites. Instead, it is recommended that you test Beta 3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 Beta 3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta3.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta3</code>.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month!&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>See What’s in Beta 3</h2>\n\n\n\n<p>Since Beta 2, various items have been addressed, including (but not limited to):&nbsp;</p>\n\n\n\n<ul><li>Twenty Twenty-Two: Implement alternate json files <a href=\"https://core.trac.wordpress.org/ticket/55433\">#55433</a></li><li>Fix duotone rendering in site editor <a href=\"https://github.com/WordPress/gutenberg/pull/37727\">#37727</a>&nbsp;</li><li>Create Comments Title block with simple styling <a href=\"https://github.com/WordPress/gutenberg/pull/40419\">#40419</a>&nbsp;</li><li>Navigation block: After choosing an option from Select Menu, focus after block render <a href=\"https://github.com/WordPress/gutenberg/pull/40390\">#40390</a></li><li>Add comment id to all comments inside comments query loop <a href=\"https://github.com/WordPress/gutenberg/pull/40268\">#40268</a></li><li>Add post-comments-form block to comments template <a href=\"https://github.com/WordPress/gutenberg/pull/40256\">#40256</a></li><li>Elements: Add styles to the footer before the block is rendered <a href=\"https://github.com/WordPress/gutenberg/pull/37728\">#37728</a></li><li>Add default comment status to discussion settings&nbsp; <a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a></li><li>Fix styles for nested elements (link color) <a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a></li><li>Move <code>wp_enqueue_block_style()</code> to <code>wp-includes/script-loader.php</code>, for better consistency <a href=\"https://core.trac.wordpress.org/ticket/55182\">#55182</a>, <a href=\"https://core.trac.wordpress.org/ticket/55148\">#55148</a></li><li>Move administration related hooks to admin-filters.php <a href=\"https://core.trac.wordpress.org/ticket/54795\">#54795</a></li></ul>\n\n\n\n<h2>Update on the Webfonts API and Style Variations in Twenty Twenty-Two</h2>\n\n\n\n<p>A <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">prior announcement</a> for WordPress 6.0 Beta 1 included a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json”, as a feature that would be included in the release. WordPress 6.0 Beta 3 will allow theme authors to use webfonts in theme.json, with a public API for plugins to register and enqueue webfonts available in a future version for WordPress. Beta 3 will also include <a href=\"https://core.trac.wordpress.org/ticket/55433\">three new style variations</a> to the Twenty Twenty-Two default theme.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>&nbsp; <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>And now another WordPress haiku:</strong></p>\n\n\n\n<p>Release day is near<br>6.0 abounds with joy<br>New features soon here</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12690\";s: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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Apr 2022 16:43:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:35:\"https://wordpress.org/news/?p=12666\";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 6.0 Beta 2 is now available for testing! This version of the WordPress software is under development. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site.&#160; You can test the WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5119:\"\n<p>WordPress 6.0 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the<a href=\"https://wordpress.org/wordpress-6.0-beta2.zip\"> beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta2</code><br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></p>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about five weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>What’s New In Beta 2</strong></h2>\n\n\n\n<p>As a reminder, contributors have fixed&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=6.0&amp;group=component&amp;order=priority\">209 tickets in WordPress 6.0</a>, including&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=04%2F12%2F2022..04%2F19%2F2022&amp;type=enhancement&amp;type=feature+request&amp;milestone=6.0&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">110 new features and enhancements</a>. Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. Here are a few of the changes you will find in Beta 2 specifically:&nbsp;</p>\n\n\n\n<ul><li>Block Editor: Prevent styles from being added to the site editor (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Patterns REST API: Add &#8216;inserter&#8217; to the schema&nbsp; (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Don’t load remote patterns twice in WP_REST_Block_Patterns_Controller::get_items (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Add the ability to filter the whole notification email in retrieve_password (<a href=\"https://core.trac.wordpress.org/ticket/54690\">#54690</a>)</li><li>Avoid translating empty plugin headers (<a href=\"https://core.trac.wordpress.org/ticket/54586\">#54586</a>)</li></ul>\n\n\n\n<h3><strong>Note on Webfonts API</strong></h3>\n\n\n\n<p>Last week’s announcement for <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">WordPress 6.0 Beta 1</a> includes a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json,” as a feature that would be included in the release. This specific functionality was not included in Beta 2 but may be available at RC.</p>\n\n\n\n<h2><strong>How to Help</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can<a href=\"https://core.trac.wordpress.org/newticket\"> file one on WordPress Trac</a>. This is also where you can find a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h4>And now a WordPress Haiku:</h4>\n\n\n\n<p>We code fervently</p>\n\n\n\n<p>A breathless pause for the test</p>\n\n\n\n<p>Key tapping resumes</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12666\";s: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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WP Briefing: Episode 29: How to Make a WordPress 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2022/04/episode-29-how-to-make-a-wordpress-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Apr 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12658\";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:\"Join our host Josepha Haden Chomphosy as she takes us back to WordPress basics. Learn everything you need to know about how to make a WordPress 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/04/WP-Briefing-029.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16764:\"\n<p>In the twenty-ninth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy reminds us of our WordPress roots &#8212; blogging &#8212; and discusses the basics of starting your first blog on WordPress.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/\">Getting Started with WordPress: Get Setup</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/07/6-0-product-walk-through-recap/\">6.0 Product Walkthrough</a></li><li><a href=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\" data-type=\"URL\" data-id=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\">How to Make a WordPress Blog Social Learning Space Event </a></li><li><a href=\"https://make.wordpress.org/community/events/\">Upcoming WordPress Events</a></li><li><a href=\"https://www.meetup.com/pro/wordpress/\" data-type=\"URL\" data-id=\"https://www.meetup.com/pro/wordpress/\">WordPress Meetup Groups</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12658\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:00] </strong>&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:39] </strong>&nbsp;</p>\n\n\n\n<p>All right. So you&#8217;ve been listening to this podcast for a while. You may be one of these contributors I keep mentioning; you may be an agency owner or freelancer. Maybe you&#8217;ve wondered how to make a WordPress blog for your big idea. Or, maybe you&#8217;re one of the many people who use WordPress for their project or business. Before WordPress was known as a content management system, as a way to get sites online fast, it was a blogging tool.</p>\n\n\n\n<p>We have long since outgrown that, but even 19 years into our journey, blogging is still a key part of what WordPress enables you to do. That&#8217;s because even after those 19 years, the mission of WordPress is still the same. And that is to democratize publishing, to help people have a place online where they can tell their stories or share their projects or set up their businesses.</p>\n\n\n\n<p>If you&#8217;ve ever tried to set up a blog, you know that there isn&#8217;t a lot of information about what to know before you get going at all. So I&#8217;m going to talk about that a little bit today. And just by the way, if you heard the word blog right now and thought, oh, Josepha, how old fashioned? I think it&#8217;s important to remember that there&#8217;s a business advantage to having well-written, relevant content on your website.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:59]</strong></p>\n\n\n\n<p>And if you&#8217;re not blogging for business, because not all of us are, then the benefits are a little different but still important to my mind. Things like the cathartic benefits of journaling, a chance to build community, and the general importance of preserving wisdom for the ages. Anyway, back to the topic at hand. Before we can get to any of the fancy things that WordPress can do nowadays, it&#8217;s important to know a few things as you get ready to set up your first ever website.&nbsp;&nbsp;</p>\n\n\n\n<p>So let&#8217;s dive in. Here is how you need to get yourself started. First, have an idea and a plan. So have an idea for what you&#8217;re doing, the concept of your content, who you want to reach, and some concept of a domain name. I would encourage you to not necessarily get your heart set on a domain name at first. Cause, like, if you want the domain name, wordpress.org, like we own that, you can have that! But if you know that you want a domain like WordPressbloggingforthefuture.com, like that one might be more available. And if you know the kind of words you want in your domain, you can be a bit flexible about what is there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:09]</strong></p>\n\n\n\n<p>The second thing that you need to do is that if you are just getting started, ask yourself the question, what sort of host do I want? We kind of mentioned all along the WordPress process that, like, you need a good host, but it’s not always clear where that decision has to happen. It happens right here at the start, before you even know what WordPress is most of the time.</p>\n\n\n\n<p>So, the earliest question that you have to answer for yourself is what sort of host do I want? Where do I want my site to live? So ask yourself how much you want to get into the maintenance and configuration of your website and the hardware that it lives on versus creating content or keeping your shop up to date.&nbsp;</p>\n\n\n\n<p>There&#8217;s this whole spectrum of hosting options, and they range from full service where they will keep your WordPress software up to date, provide daily backups, and have customer support if something goes really wrong. So it ranges all the way from full service like that all the way down to essentially zero services, just kind of hands-off.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:11]&nbsp;</strong></p>\n\n\n\n<p>They give you a space to keep your WordPress software, to keep your WordPress site. But they leave everything else up to you. They leave the backups up to you. They leave updating up to you, things like. So that&#8217;s the first thing you have to ask yourself. And the first question you have to be able to answer. Most of the time, you will want to start with one of the full-service options. That way, you know that your software is set up correctly and safely from the start. And as you learn more about the software and what you want and what you need, and you have the ability to learn in the time that you have, the more that you can add on either service with the existing hosts that you chose or moving to a different host; however that works out for you.</p>\n\n\n\n<p>So if that one sounds like the right option, then you choose a host, go to their site, and actually most of them will have a way to walk you through how to set up a WordPress site inside their system. Most of the time, it&#8217;s just one click and then they ask you some questions to get some configurations right.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:10]&nbsp;</strong></p>\n\n\n\n<p>The other option that on the like zero, zero service side, that&#8217;s not quite fair, but you know, the other side of that spectrum that probably will be appealing to you if you are already familiar with code or already know how to manage a server or, or you know how to work in this thing called c-panel, et cetera.</p>\n\n\n\n<p>So if you already have a lot of information on how all of that works, you can, if you want to, head over to wordpress.org/download, and you can download a zip file of the WordPress software and set that up in your own environment.&nbsp;</p>\n\n\n\n<p>Okay, quick check here. If this all sounds roughly doable to you, or at least it feels like we&#8217;re in the right starting point, but you find yourself thinking, gosh, I just wish she would slow down a little.</p>\n\n\n\n<p>I&#8217;ve got you covered. In the show notes, you&#8217;ll find a link to one of the Learn WP courses for getting started with WordPress. There&#8217;s a section on choosing a host as well as various other early steps of this process. So if you felt like I blazed through all of that, which honestly I kind of did, you can work through those lessons in that course, at your own pace, and it&#8217;s, and it&#8217;s really a very good guide.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:06:24]&nbsp;</strong></p>\n\n\n\n<p>All right. Let&#8217;s pretend we did all of that. Now you&#8217;ve got yourself a website. The thing that you will want to do next, or rather the first thing that you&#8217;ll notice once you get your site up and running, is that there&#8217;s this ‘Hello World’ post– there&#8217;s a post that already exists in there. The Hello World post is a placeholder for the common features of a blog post.</p>\n\n\n\n<p>There, you can find your featured image, your title, your content, and even some fake comments. You can either edit this post so that you can see how your writing will look from the start, and you can kind of compare like, okay, the Hello World part over here on this page, exists in this field over here on this page. So you can kind of see where everything works, how it all looks together. Or, if you&#8217;re more familiar with WordPress or CMS in general, you can simply remove that and start fresh.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:17]</strong></p>\n\n\n\n<p>So we&#8217;ve got now a website, we know, kind of, how to look at our posts and create posts, where comments are, where they can kind of be moderated and stuff. And so, the most fun task for everyone is choosing a theme. But if it&#8217;s not a fun task, if it doesn&#8217;t sound like a fun task to you, I can help you kind of do some, choose your own adventure guiding questions here.&nbsp;</p>\n\n\n\n<p>Firstly, you can ask yourself how you want the site to look. Do you want it to mostly be a lot of photos or entirely words, mostly animations? You can head to the theme directory and search for a theme with most of the features that you want. There&#8217;s like a filtering system where you can put in, like, you want three columns so that you can have three columns of text if you want it to look kind of like an old school newspaper kind of layout and things like.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:08:12]</strong></p>\n\n\n\n<p>There&#8217;s also a way to look for themes inside your instance, your WordPress site, but like, if you haven&#8217;t set that up yet, but you do still want to see kind of what your theme options are, you can go to wordpress.org/themes and and take a look at what&#8217;s out there. Just as a quick side note, if you get to that theme directory, if you get to wordpress.org/themes, and it feels overwhelming, which I can understand, I recommend starting with a theme that is designed for blogging specifically so that you can see how things look right away.</p>\n\n\n\n<p>And there&#8217;s actually a theme that does come with every WordPress site. So if you&#8217;re not ready, you can skip this thing entirely and just work with the theme that&#8217;s already there. Every word, press instance ships with a theme and it is fully functional when you, when you get your site up and running. So you don&#8217;t need to choose a theme right now if you don&#8217;t feel ready.</p>\n\n\n\n<p>And then the other very fun thing that people do with their WordPress sites is to add plugins to them. So plugins are these little pieces of software that you add on to the WordPress software that lets it do additional things. It adds additional functionality. The questions that you can ask to kind of guide yourself through what sorts of plugins you might want, what sorts of functionality you might want to add to your site are a little similar to the ones that you want to ask for figuring out which theme.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:09:36]</strong></p>\n\n\n\n<p>So figure out if there are tasks that you need visitors to do. Do you need them to contact you? Do you want them to watch a video? Should they review and respond to questions?</p>\n\n\n\n<p>If you have a concept of the things that you want users to do on your website, then you can head to the plugin directory and search for a plugin with features that you need. Also, there are just endless lists of recommended plugins out there; if that is something that you find valuable as part of your research, those are also easy to find.</p>\n\n\n\n<p>And as a general side note here, there are even more plugins than there are themes. So if you have gotten to this point and feel like you don&#8217;t quite know the answers to the questions that I shared, and, and it&#8217;s going to be a while until you feel like you can know what those answers are. That&#8217;s totally fine.</p>\n\n\n\n<p>I&#8217;ll tell you this. I have never seen a site without a contact form. So feel free to begin your journey there. There are a lot of great plugins for contact forms and it can kind of help you figure out how to work with plugins in that way. So yeah, I made it sound like you can get a WordPress website built in like seven minutes and on the one hand you definitely can.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:09:36]</strong></p>\n\n\n\n<p>And on the other hand, it&#8217;s still a little bit more complicated. So here I have a final note for everyone. You will hear around the WordPress ecosystem. And obviously, here, are some things that could make you feel a little nervous about doing this for the first time. Things like the five-second installation, which WordPress has been famous for years.</p>\n\n\n\n<p>But also about how easy and simple it all is. And as somebody who was once in the position of learning WordPress for the first time, like I first encountered a WordPress site in 2009 and I started learning how to use WordPress in 2010. So I can say with confidence that once you learn it, it&#8217;s easy.</p>\n\n\n\n<p>We are the easiest of the hard options for CMS. Like content management systems are just complicated, but we are the easiest one out there. And so, as you&#8217;re learning, I want to just remind you to celebrate your small wins along the way. If you feel like you&#8217;re late to this blogging game, like you should have had a website for years. I mean, sure that could be true. And yes, the best time to plant a tree was 20 years ago. But the second-best time to plant that tree is today.&nbsp;</p>\n\n\n\n<p>WordPress didn&#8217;t start out powering over 40% of the web, and your first site can&#8217;t be immediately measured in the millions of readers. So, what will your small beginning lead you to?&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:12:25]</strong></p>\n\n\n\n<p>And now that brings us to our small list of big things.&nbsp;</p>\n\n\n\n<p>The first one, the next release of WordPress, WordPress 6.0, has reached its beta phase. That means the full focus is on finding and fixing the bugs we accidentally created during this development cycle. Beta two comes out tomorrow and you can follow along in the core channel in the Making WordPress Slack.</p>\n\n\n\n<p>If you&#8217;ve never seen how those releases get packaged, and if you just want to keep an eye on what everybody&#8217;s doing so that you can be the first to know, yeah, Making WordPress Slack is the way to go.&nbsp;</p>\n\n\n\n<p>The second thing on our small list is that speaking of WordPress 6.0, we had the public walk through a couple of weeks ago, which means that in a few weeks, I&#8217;ll do a WordPress 6.0 sneak peek. I&#8217;ll share some highlights of the release features and why I think they are super important for you to take a look. Sooner rather than later.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:13:22]</strong></p>\n\n\n\n<p>And then the final, big thing, if you are new to WordPress and this episode has you all fired up to start your blog, we have a bunch of contributors over on the Learn WP team that have just the thing for you.</p>\n\n\n\n<p>You can join the online social learning space called How to Make a WordPress Blog. It&#8217;s a free online event that will help you get started. I&#8217;ll link the information in the show notes below. And I&#8217;ll also share in the show notes, a list of WordPress Meetup groups, where you can find more opportunities to learn and get support from other people locally who are also doing things with WordPress.&nbsp;</p>\n\n\n\n<p>But you can also find a list in the dashboard of your newly installed WordPress blog you no doubt have after this podcast.&nbsp;&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12658\";s: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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2022 19:08: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: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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12644\";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:63:\"WordPress 6.0 Beta 1 is now available for download and testing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7809:\"\n<p>WordPress 6.0 Beta 1 is now available for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 1 in three ways:</p>\n\n\n\n<ul><li>Option 1: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li><li>Option 2: Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta1.zip\">beta version here (zip)</a>.</li><li>Option 3: Use WP-CLI to test: <code>wp core update --version=6.0-beta1</code>. <br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></li></ul>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about six weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress Bug Free – Help with Testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. If you have never tested a beta release before, <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">this detailed guide</a> will walk you through how to get started.</p>\n\n\n\n<p>Testing helps make sure that this and future releases of WordPress are as stable and issue-free as possible. And anyone can do it – especially great WordPress community members just like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">publicly-accessible channel</a> on the <a href=\"https://wordpress.slack.com\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 5.9 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for 13.0 (release pending), <a href=\"https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/\">12.9</a>, <a href=\"https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/\">12.8</a>, <a href=\"https://make.wordpress.org/core/2022/03/02/whats-new-in-gutenberg-12-7-2-march/\">12.7</a>, <a href=\"https://make.wordpress.org/core/2022/02/16/whats-new-in-gutenberg-12-6-16-february/\">12.6</a>, <a href=\"https://make.wordpress.org/core/2022/02/03/whats-new-in-gutenberg-12-5-february-2nd/\">12.5</a>, <a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/\">12.4</a>, <a href=\"https://make.wordpress.org/core/2022/01/05/whats-new-in-gutenberg-12-3-5-january/\">12.3</a>, <a href=\"https://make.wordpress.org/core/2021/12/22/whats-new-in-gutenberg-12-2-22-december/\">12.2</a>, <a href=\"https://make.wordpress.org/core/2021/12/08/whats-new-in-gutenberg-12-1-8-december/\">12.1</a>, and <a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-24-november/\">12.0</a>.&nbsp;&nbsp;</p>\n\n\n\n<p>Beyond the noted changes, which include more than 400 updates and 500 bug fixes for the editor, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.0&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">189 tickets for the WordPress 6.0</a> core, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;type=enhancement&amp;type=feature+request&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=priority&amp;col=changetime&amp;col=keywords&amp;order=changetime\">91 new features and enhancements</a>. More fixes are on the way.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in version 6.0? Read on for some highlights.</em></p>\n\n\n\n<p>The WordPress 6.0 release will be packed with all kinds of improvements. Here are just a few:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons.&nbsp;</li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on.&nbsp;</li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Comments, Read More, No results in Query Loop, Post Author biography, Avatar blocks.&nbsp;</li><li><strong>Block Locking UI: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor.&nbsp;</li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li><li><strong>Webfonts API: </strong>Manage local fonts with PHP or theme.json.&nbsp;</li></ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, and <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12644\";s: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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.9.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/04/wordpress-5-9-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Apr 2022 19:50:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:\"5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12575\";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:125:\"WordPress 5.9.3 is now available! This maintenance release features 9 bug fixes in Core and 9 bug fixes in the block 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:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3896:\"\n<p>WordPress 5.9.3 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;9 bug fixes in Core and 10 bug fixes in the block editor.</p>\n\n\n\n<p>WordPress 5.9.3 is a short-cycle maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/6.0/\">6.0</a>.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.9.3.zip\">download WordPress 5.9.3 from WordPress.org</a>, or visit your Dashboard&nbsp;→ Updates and click “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the&nbsp;<a href=\"https://make.wordpress.org/core/2022/03/30/wordpress-5-9-3-rc-1/\">full list of both Trac and GitHub changes in the release candidate post</a>, or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-9-3/\">changelog of version 5.9.3 on HelpHub</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.9.3 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>.</p>\n\n\n\n<p>Special props to&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>&nbsp;for running mission control.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.9.3 happen:</p>\n\n\n\n<p class=\"alignfull is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a>, <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a>, <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a>, <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">Oliver Juhas</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12575\";s: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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress – March 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2022/04/the-month-in-wordpress-march-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Apr 2022 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"the month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12583\";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:325:\"We hope that you and your beloved ones are staying safe during these difficult times. If you’re looking for a way to support the humanitarian crisis in Ukraine, you can refer to this episode of WP Briefing. There you will find a list of Non-Governmental Organizations (NGOs) that can help. In parallel to the work [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13376:\"\n<p>We hope that you and your beloved ones are staying safe during these difficult times. If you’re looking for a way to support the humanitarian crisis in Ukraine, you can refer to <a href=\"https://wordpress.org/news/2022/03/episode-26-matt-mullenweg-on-ukraine-community-and-wordpress/\">this episode of WP Briefing</a>. There you will find a list of Non-Governmental Organizations (NGOs) that can help.</p>\n\n\n\n<p>In parallel to the work the community is doing in preparation for the next major release, WordPress 6.0, March has seen the launch of some exciting projects and proposals. Read on to find out more about the latest updates and how to get involved. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>The Pattern Directory is open for public submissions</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?ssl=1\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"659\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1024%2C659&#038;ssl=1\" alt=\"View of the Pattern Directory page at WordPress.org.\" class=\"wp-image-12584\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1024%2C659&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=300%2C193&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=768%2C494&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1536%2C988&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=2048%2C1318&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>The <a href=\"https://wordpress.org/patterns/new-pattern/\">WordPress Pattern Creator</a> is live! This new tool allows anyone with a WordPress.org user account to build, edit and submit their best block patterns to the <a href=\"https://wordpress.org/patterns/\">Pattern Directory</a>.<br><br>If you&#8217;ve used patterns in WordPress, you&#8217;ll know that they make it easy to add unique layouts to your website. These include galleries, testimonials, pricing tables, and more. Opening the directory to public submissions enables any WordPress user to enjoy a wider variety of patterns to use on their sites.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Check out the Pattern Creator announcement to learn more</strong></a></div>\n</div>\n\n\n\n<h2>WordPress 6.0 Walkthrough scheduled for April 5, 2022</h2>\n\n\n\n<p>A few updates to the <a href=\"https://make.wordpress.org/core/2022/03/11/wordpress-6-0-planning-update/\">WordPress 6.0 planning</a> were published last month. In case you missed them, <strong>today (April 5) at 15:00 UTC</strong> there is a live and interactive <a href=\"https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/\">WordPress 6.0 walkthrough</a> hosted by contributors of the release squad.</p>\n\n\n\n<p>The event will take place via Zoom and include a discussion on the new features, potential blockers, and a Q&amp;A session with the community. Attendance is open to anyone who wants to know more about what’s coming in WordPress 6.0.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Join the WordPress 6.0 product walkthrough</strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 12.8 and 12.9 are here</h2>\n\n\n\n<p>Versions 12.8 and 12.9 of the Gutenberg plugin were released last month. With them, some new exciting features and updates.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/\">Gutenberg 12.8</a> includes a new Webfonts API, iterative UX enhancements, and bug fixes to increase the editor’s stability.</li><li><a href=\"https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/\">Gutenberg 12.9</a> introduces the new block locking UI and support for spacing between Gallery images. Also, many other improvements to give you more control over what is editable and presented to users.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-15 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Follow #gutenberg-new to stay updated on the latest Gutenberg releases</strong></a></div>\n</div>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\"></div>\n\n\n\n<h2>Team updates: Team Reps for the Photo Directory team, community proposals, and more</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/03/wordpress-5-9-2-security-maintenance-release/\">WordPress 5.9.2</a> is available for download. This security and maintenance release features one bug fix and three security fixes.</li><li>The Team Representatives for the Make Photo Directory team for 2022 <a href=\"https://make.wordpress.org/photos/2022/03/23/announcement-photo-directory-team-reps-2022/\">have been announced</a>. Congrats to Marcus Burnette (<a href=\'https://profiles.wordpress.org/mdburnette/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mdburnette</a>), Katie Richards (<a href=\'https://profiles.wordpress.org/katiejrichards/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>katiejrichards</a>), and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>)!</li><li>The Community team considered <a href=\"https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/\">revisiting the existing guidelines</a> for in-person regional WordCamps. Conclusions and next steps will be shared soon.</li><li>On a similar note, Cate DeRosia (<a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>) is <a href=\"https://make.wordpress.org/community/2022/03/23/return-to-events-blue-sky-thinking/\">looking for ideas</a> on how to support organizers who are trying to restart in-person events in their communities. Share yours by April 13, 2022.</li><li>The Training team published new lesson plans, workshops, and social learning spaces on Learn WordPress. <a href=\"https://make.wordpress.org/updates/2022/04/01/whats-new-on-learnwp-in-march-2022/\">Check out what’s new in March 2022.</a></li><li>How has WordPress helped grow your story? The Make Marketing team <a href=\"https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/\">wants to hear about your experience</a>!</li><li>The <a href=\"https://make.wordpress.org/core/2022/03/07/the-performance-lab-plugin-has-been-released/\">Performance Lab plugin</a>, a set of modules that aim to improve performance in WordPress, was released last month.</li><li>Openverse released <a href=\"https://make.wordpress.org/openverse/2022/03/10/openverse-frontend-v3-1-1-release/\">new updates</a> in March. They include a redesigned content reporting flow and new image detail pages.</li><li>WordPress Executive Director Josepha Haden Chomphosy posted a <a href=\"https://make.wordpress.org/project/2022/03/23/removal-of-the-zamir-plugin/\">public statement</a> on the removal of the Zamir plugin a few weeks ago.</li><li>The March 2022 editions of the <a href=\"https://make.wordpress.org/community/2022/03/14/meetup-organizer-newsletter-march-2022/\">Meetup Organizer Newsletter</a> and the <a href=\"https://make.wordpress.org/polyglots/2022/03/22/polyglots-monthly-newsletter-march-2022/\">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the contributor story of the Argentinian web developer and product manager <a href=\"https://wordpress.org/news/2022/03/people-of-wordpress-juanfra-aldasoro/\">Juanfra Aldasoro</a>.</li><li>WordPress community members launched the <a href=\"https://block-museum.com/\">Museum of Block Art (MOBA)</a>. This initiative seeks to inspire creativity and push the limits around what can be done with WordPress. All the art curated in this virtual museum is built using the block editor.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-17 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/2022/03/30/proposal-steps-to-integrate-wpdiversity-into-wordpress-event-organizing/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Help us build a thriving and inclusive community. Share your thoughts on this </strong><strong>proposal</strong><strong> to introduce WordCamp and Meetup organizers to #WPDiversity programs by April 8, 2022.</strong></a></div>\n</div>\n\n\n\n<h2>Testing requests: WebP feature, template for author pages</h2>\n\n\n\n<ul><li>The Performance Team published a <a href=\"https://make.wordpress.org/core/2022/03/28/enabling-webp-by-default/\">proposal</a> to integrate the WebP image format by default into WordPress core. Your feedback on this feature is appreciated.</li><li><a href=\"https://make.wordpress.org/mobile/2022/04/04/call-for-testing-wordpress-for-ios-19-6/\">Version 19.6</a> of WordPress for iOS is available for testing.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-18 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/test/2022/03/31/fse-program-testing-call-13-authoring-an-author-template/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong> There&#8217;s a new call for testing as part of the Full Site Editing Outreach Program: Authoring an Author Template. The deadline to participate is April 21, 2022.</strong></a></div>\n</div>\n\n\n\n<h2>The first flagship WordCamp Asia is looking for organizers</h2>\n\n\n\n<ul><li>WordCamp Asia is tentatively scheduled for February 2023. After two years since the organizing team announced that the first flagship WordCamp Asia was canceled due to the pandemic, they are back together and <a href=\"https://asia.wordcamp.org/2023/call-for-organisers/\">looking for more members</a> to join them in planning the event.</li><li>The <a href=\"https://us.wordcamp.org/2022/apply-to-speak-at-wcus/\">Call for Speakers</a> for WordCamp US 2022 is now open. You can submit your application by April 17, 2022.</li><li>Three in-person WordCamps are happening this month:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://geneve.wordcamp.org/2022/\">WordCamp Genève</a>, Switzerland on April 9, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ec-1f1f7.png\" alt=\"🇬🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://athens.wordcamp.org/2022/\">WordCamp Athens</a>, Greece on April 9-10, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e6-1f1f9.png\" alt=\"🇦🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://vienna.wordcamp.org/2022/\">WordCamp Vienna</a>, Austria on April 23-24, 2022</li></ul></li><li>Check out the latest episodes of WordPress Briefing with Josepha Haden:<ul><li><a href=\"https://wordpress.org/news/2022/04/episode-28-coming-to-a-wordcamp-near-you-a-return-to-in-person-wp-events/\">Coming to a WordCamp Near You: A Return to In-Person WP Events</a></li><li><a href=\"https://wordpress.org/news/2022/03/episode-27-is-wordpress-made-for-me/\">Is WordPress Made for Me?</a></li></ul></li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-19 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://europe.wordcamp.org/2022/call-for-volunteers/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp Europe 2022 is still open. If you want to get involved with the WordPress community and have a lot of fun, this is your chance!</strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: </em><a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12583\";s: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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WP Briefing: Episode 28: Coming to a WordCamp Near You: A Return to In-Person WP Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wordpress.org/news/2022/04/episode-28-coming-to-a-wordcamp-near-you-a-return-to-in-person-wp-events/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12506\";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:172:\"Curious about returning to WordPress events safely? Tune in as WordPress Executive Director Josepha Haden Chomphosy discusses guidelines for returning to in-person events. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/03/WP-Briefing-028.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11997:\"\n<p>In the twenty-eighth episode of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy discusses returning to in-person WordPress events.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> &amp; <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li><li>Special thanks to: <a href=\"https://profiles.wordpress.org/angelasjin/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordcampcentral.survey.fm/2022-host-in-person-wordpress-event-checklist\">Event Safety Checklist</a></li><li><a href=\"https://asia.wordcamp.org/2023/call-for-organisers/\">WordCamp Asia Call for Organizers</a></li><li><a href=\"https://make.wordpress.org/community/2022/03/23/return-to-events-blue-sky-thinking/\">Open Discussion: Returning to In-Person Events</a></li><li><a href=\"https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/\">Open Discussion: Returning to Regional Events</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12506\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:00] </strong>&nbsp;</p>\n\n\n\n<p>Hello everyone! And welcome to the WordPress Briefing: the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:40]&nbsp;</strong></p>\n\n\n\n<p>I was checking the list of upcoming events recently as part of just my regular work and saw that the call for organizers for WordCamp Asia is open. On the one hand, it made my heart skip a beat with excitement. That event is six years or so in the making. And on the other hand, it reminded me of February 10th, 2020, the day that Matt told me that we had to proactively cancel WordCamp Asia. That week was truly heartbreaking for me as well as I think the entire organizing team.</p>\n\n\n\n<p>But it also, fortunately, was prescient. As I think back over the two years since then, I&#8217;m grateful for our community wranglers and deputies who have consistently hosted important discussions about how to return to in-person events safely. And with two of our major flagship events returning this year, I&#8217;m here to summarize, sort of, what the rules and guidelines are.</p>\n\n\n\n<p>But certainly I hope that you come away from this with an idea of what&#8217;s being done to keep everyone safe as we are best able.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:44]&nbsp;</strong></p>\n\n\n\n<p>Firstly, before we dig into specifics, I want to be clear upfront that the guidelines for COVID-aware events are mandatory, unless otherwise stated. For folks who&#8217;ve been attending WordPress events, or participating in the community for a long time, this is a change. As a program, we have always done our best to be flexible with guidelines so that we can prioritize local knowledge. But our responsibility is to the long-term success of this community and this program. So moving forward with in-person events that risk the health of our community members poses risks to the program itself. So with that in mind, let&#8217;s learn what we&#8217;re going to see at events for the rest of the.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:02:28]&nbsp;</strong></p>\n\n\n\n<p>For any WordPress event that is gathering more than 50 people, the new mandatory guidelines are:</p>\n\n\n\n<p>Number one, follow local laws and guidelines. If your area has suggested guidelines on top of the mandatory ones, follow those.</p>\n\n\n\n<p>Second, is if you are in a location where laws or guidelines require or permit venues to limit admission based on a person&#8217;s vaccination status and masking, then events can only happen in venues that are willing to provide staff to check for vaccination status at the door. And then also to remind participants to wear masks during the event.</p>\n\n\n\n<p>And the third thing is if your area or venue legally cannot check vaccination status, your area must pass the in-person checklist, which I will link in the show notes below. But that in-person checklist has to be passed at the time of the application and then again at the time of the event. And in addition to that, the venue must be willing to provide staff who will remind participants to wear masks and check for temperature during the event.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:33]&nbsp;</strong></p>\n\n\n\n<p>Organizers in these areas must be prepared to move online or cancel if the region fails the safety checklist, which again, will be linked in the show notes below. So those are the three things and they are pretty dense, but also I think allow for a fair amount of flexibility. There is also a tidy flow chart linked in the sidebar of make.wordpress.org/community that will help you to decide what sort of event your own area can support right now.&nbsp;</p>\n\n\n\n<p>So those are the mandatory guidelines for WordPress events in general right now, but you probably also have a few specific questions. So I&#8217;ve got the three most common questions ready to go with answers from Angela Jin who helped me to kind of pull together the information for this particular podcast props to Angela. Thank you.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:25]&nbsp;</strong></p>\n\n\n\n<p>So, first question, anything specific to know about WordCamp Europe? WordCamp Europe will be following these guidelines as well. All attendees and participants are expected to wear a mask while they are at the event and catering will be offered outside so people can remove their masks to eat.&nbsp;</p>\n\n\n\n<p>The second common question is how will these guidelines change as countries and local governments begin deescalating restrictions and safety measures? We should consider these guidelines to be subject to evolution based on what the team is hearing and seeing from the community. But right now we intend to keep these stricter guidelines in place until we see how the loosened rules play out elsewhere.&nbsp;</p>\n\n\n\n<p>And then a third frequent question is what&#8217;s going to happen to all these online events?</p>\n\n\n\n<p>The community team will continue to support online events right now. So if your community doesn&#8217;t feel ready to have an in-person event, but still wants to kind of get everyone together that is still allowed, and still&nbsp; encouraged. And finally the community team will continue to keep a close eye on situations around the world.</p>\n\n\n\n<p>If it becomes safe to do so, and your community is interested, they of course will be happy to chat with you about a WordCamp. There is an application that I will share the link to in the show notes below as well. In case that is something that your community is wanting to look into.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:54]</strong></p>\n\n\n\n<p>Oh, and I have a little postscript also. I know I was like finally, and now I&#8217;m doing a finally, finally. That&#8217;s what postscripts are about. P.S. If you have not stopped by the community team’s site or any of their meetings, they&#8217;ve been doing a really great job of keeping things moving through two years of unpredictable changes. If you are a community team member, I want to offer you a huge thanks. Thank you so much for helping us to stay aware and able to move forward.&nbsp;</p>\n\n\n\n<p>If you are an organizer, pat yourself on the back. I want to thank you for pivoting with us, moving through online events, even though they are not at all the same as in-person events and certainly they don&#8217;t share the reasons that we get people together sometimes.</p>\n\n\n\n<p>And finally, if you are an end to end attendee, if you go to WordPress meetups or you go to any sort of WordPress online events or WordCamps, anything like that, thank your local organizer. They have been doing this probably for a while, and I&#8217;m sure that they are looking forward to getting back to in-person events themselves, but even, so they have been putting in a lot of volunteer hours to help make sure that we all know how to use WordPress.</p>\n\n\n\n<p>And so find them, thank them, and I&#8217;m sure that they&#8217;ll appreciate it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:20]</strong></p>\n\n\n\n<p>And with that, it is time for our small list of big things. Number one, WordCamp Asia has a call for organizers open! This event will be in 2023. And I think that we all simply cannot wait. So I&#8217;ll link the call for organizers in the show notes. And then of course you can follow that whole site to stay up to date on what&#8217;s happening there.</p>\n\n\n\n<p>The second thing is, while we&#8217;re on the topic of events, there&#8217;s also an open discussion about how we can best support organizers who are getting back to in-person events. We&#8217;d like thoughts from both organizers and attendees. So feel free to drop by and leave a note in the comments section. And while you&#8217;re over there, the third thing in my small list of big things, there&#8217;s also an open discussion about regional events. So go over there, get all your thoughts about WordPress events together. Get them all sorted out in one go. Just leave comments, boom, boom, boom, boom, boom. All over the place.&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>And I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:08:54]</strong></p>\n\n\n\n<p>So my most embarrassing WordCamp story actually has to do with where I was supposed to be versus where people thought I was supposed to be. This was early on in my time with WordPress, with Automattic. And I had convinced someone, I had convinced a colleague and friend of mine to go to my home WordCamp, WordCamp Fayetteville over there in Arkansas.</p>\n\n\n\n<p>And then I didn&#8217;t go. But I knew I wasn&#8217;t going, I knew I was going to WordCamp Boston, but he did not know that I was not going to go. And so he arrived at WordCamp Fayetteville, WordCamp Northwest Arkansas. I can&#8217;t remember what it was called at the time. And immediately was confused about where I was and why I wasn&#8217;t there.</p>\n\n\n\n<p>And so there was this excellent moment of mass confusion among states where the folks at WordCamp Fayetteville started tweeting about how I had convinced this contributor to go to that event and then didn&#8217;t show up. And then the folks at WordCamp Boston, we&#8217;re looking at all of those tweets, because if you are a WordCamp organizer, you are always looking at the tweets from all the other WordCamps happening in your weekend.</p>\n\n\n\n<p>And people got very confused about why I was in Boston while they were thinking that I was in Fayetteville, even though the tweets were talking about how, like, I wasn&#8217;t in Fayetteville. They probably didn&#8217;t say that it was probably more along the lines of like, “Hey, let&#8217;s share a photo with Josepha” to, like, make fun of the fact that I wasn&#8217;t there.</p>\n\n\n\n<p>And so I caused mass confusion in multiple states. That&#8217;s probably my most embarrassing WordCamp story. You&#8217;re welcome. Bye!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12506\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 25 Aug 2022 06:29:21 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 16 Aug 2022 01:44:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20190722044203\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4013, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1661452163', 'no'),
(4014, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1661408963', 'no'),
(4015, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1661452166', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4016, '_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:46:\"Post Status: When the Free Rider is Government\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=106634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/when-the-free-rider-is-government/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4902:\"<div class=\"wp-container-2 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-container-1 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Chinmayi Sharma argues our digital infrastructure is built on open source, and it cannot provide adequate security so governments should help out. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">Over at <strong>Lawfare</strong>, <strong>Chinmayi Sharma</strong> talks open source security and argues our <a href=\"https://www.lawfareblog.com/open-source-security-how-digital-infrastructure-built-house-cards\">digital infrastructure is built on a house of cards</a> — i.e., open source software. <strong>Log4j</strong> comes up for mention again, since it had a rare <strong>CVSS</strong> severity score of 10 out of 10.</p>\n\n\n\n<p class=\"has-theme-palette-8-background-color has-background\">What\'s a CVSS score? How is it calculated? With the <strong>Common Vulnerability Scoring System Calculator</strong> of course. <a href=\"https://patchstack.com/articles/what-is-cvss-score/\">Learn how it works plus key security terms</a> like &#8220;attack vector&#8221; from <strong>Robert Rowley</strong> at <strong>Patchstack</strong>. And here\'s another good recent piece from Robert on <a href=\"https://patchstack.com/articles/patchstack-weekly-36-the-fundamentals-of-a-good-security-bug-patching-practice/\">the ingredients of a good security bug patching practice</a>.</p>\n\n\n\n<p>Sharma\'s article is not a hit piece on open source, however. She notes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The open-source community is aware of its security problem. In fact, the community is already attempting to build out institutions and standards to secure open source. For example, the Open Source Security Foundation, or <a href=\"https://openssf.org/\">OpenSSF</a>, has already met with the White House twice and has 10 dedicated workstreams all focused on securing the open-source ecosystem. Companies like Microsoft and Google, large open-source contributors, have pledged <a href=\"https://techcrunch.com/2022/05/16/white-house-open-source-security/\">$30 million</a> to support OpenSSF’s efforts. The <a href=\"https://ostif.org/\">Open Source Technology Improvement Fund</a> (OSTIF) was founded recently to provide free security auditing services to open-source projects and continues to grow.<br /><br /><em>However, on its own, the open-source community does not have the leverage to demand the resources and minimum security practices required. To preserve its core ethos as a free service and commodity, the open-source community cannot impose conditional requirements on its projects. As a collaborative of many volunteer developers, it also struggles to impose requirements on its own contributors.&nbsp;</em></p></blockquote>\n\n\n\n<p>I wonder if that is really true and open source self-regulation is truly impossible. Sharma uses developer pushback as an example, in the case of the <strong>Python Package Index</strong> (PyPI) imposing &#8220;minimum security measures on &#8216;critical\' projects.&#8221;</p>\n\n\n\n<p>Her argument is that open source needs help and governments should pitch in because open source software is “critical infrastructure.” This is not a new idea:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Several nations have adopted regulations that recognize open-source projects as significant public assets and central to their most important systems and services. <a href=\"https://sciencebusiness.net/news/germany-launch-sovereign-tech-fund-secure-digital-infrastructure\">Germany</a> wants to treat open-source software as a public good and launched a sovereign tech fund to support open-source projects “just as much as bridges and roads,” and not just when a bridge collapses. The European Union adopted a formal <a href=\"https://ec.europa.eu/info/sites/default/files/en_ec_open_source_strategy_2020-2023.pdf\">open-source strategy</a> that encourages it to “explore opportunities for dedicated support services for open source solutions [it] considers critical.”&nbsp;</p></blockquote>\n\n\n\n<p></p>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</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, 24 Aug 2022 21:43: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: WebP by Default on Hold for 6.1 After New Objections From WordPress Lead Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137317\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/webp-by-default-on-hold-for-6-1-after-new-objections-from-wordpress-lead-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10110:\"<p>Last week Performance team contributors were working on refining their follow-up patches for the multi-mime/WebP feature, after the main work for it was <a href=\"https://wptavern.com/webp-by-default-merged-into-core-for-wordpress-6-1\">merged into core for 6.1</a> at the end of July. This includes smaller related items like the shim for non-supporting browsers and adding PDF  support, which are being handled in separate tickets.</p>\n\n\n\n<p>The proposal to generate WebP images by default for new JPEG image uploads has been controversial from the beginning. While the Google-sponsored contributors driving the project have made some revisions after an initial round of significant critical feedback, other contributors have continued to voice concerns that they said were not being considered. Several contributors reported issues with the feature and suggested that it should start by being opt-in, an idea that was summarily dismissed before the main work was committed.</p>\n\n\n\n<p>Last week, WordPress lead developer Andrew Ozz weighed in on the ticket with <a href=\"https://core.trac.wordpress.org/ticket/55443#comment:112\">new objections</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Like&nbsp;<a href=\"https://profiles.wordpress.org/MatthiasReinholz\">@MatthiasReinholz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/eatingrules\">@eatingrules</a>, and others I think this approach is perhaps lacking. Why would there be twice as many image files taking up a lot of extra space when half of them will never ever be used anywhere?</p>\n\n\n\n<p>IMHO a better approach would be to just make all image sub-sizes WEBP. If JPEGs are indeed needed, these can be generated on-the-fly as needed. There is no point of clogging the web servers storage with all these useless files.</p>\n\n\n\n<p>On the other hand, if the WEBP file sizes are actually larger than the JPEGs, that would probably mean that better tools are needed, and this patch is premature.</p>\n\n\n\n<p></p>\n</blockquote>\n\n\n\n<p>Six weeks ago, in response to one complaint that the &#8220;resources for conversion would be tremendous,&#8221; Google-sponsored core committer Adam Silverstein confirmed that resources for generating the images on upload would &#8220;increase dramatically.&#8221; </p>\n\n\n\n<p>&#8220;However resources to serve an image will be lowered,&#8221; Silverstein said. &#8220;Since image uploading is very rare compared to image serving, the extra effort to compress and store images should be worth it.&#8221;</p>\n\n\n\n<p>This is another problem Ozz cited in his objection to this approach.</p>\n\n\n\n<p>&#8220;Actually that dramatic increase of resources usage when uploading an image is a very bad side effect here,&#8221; Ozz said. &#8220;It means a lot of uploads will fail, and leave the users stranded. It also will increase support requests for both WordPress and the hosting companies dramatically. Don&#8217;t think this is acceptable. Because of this, even if image multi-mime support is needed in WordPress, the current approach doesn&#8217;t seem like a good solution.&#8221;</p>\n\n\n\n<p>Approximately 24 hours later, Google-sponsored contributor Felix Arntz <a href=\"https://core.trac.wordpress.org/ticket/55443#comment:114\">commented</a> to advise that the WebP fallback mechanism to JPEG for older browsers was ready for commit and that he planned to commit it in a few days.</p>\n\n\n\n<p>&#8220;Please do not commit any more code here unless it is to address the dramatic increase of resources needed to create image sub-sizes after upload,&#8221; Ozz said. &#8220;As I said above such increase is unacceptable.</p>\n\n\n\n<p>&#8220;Is there any data about how much more resources (memory, processing time, etc.) are needed when uploading different image sizes? Any estimate about how many sites may be affected by that? Any suggestions on how to deal with it? Do you know what happens when post-processing of an uploaded image fails?</p>\n\n\n\n<p>&#8220;Frankly for now it seems that this patch will have to be reverted and refactored in order to address this.&#8221;</p>\n\n\n\n<p>Adam Silverstein responded to his concerns with clarification on why they chose the current approach, in anticipation of certain edge cases and eventually adding support for formats like AVIF once it is more widely supported:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I tend to agree with your assessment that all sub-sizes should be generated as WebP only, that was the shape of the original proposal. For the vast majority of use cases/users this will work the best. I would be open to considering this for the default (with some mitigations, see below).</p>\n\n\n\n<p>The reason we decided to generate both formats was for backwards compatibility considerations for the few edge cases we identified where WebP images will might not work: namely emailed images (some older outlook/windows clients), Open Graph tags (some services don&#8217;t support WebP) and older Safari browsers. One possibility we considered would be to keep only the full sized JPEG so it is always available for those edge cases.</p>\n\n\n\n<p>The &#8220;multi-mime&#8221; support here is built to generating multiple formats so you sites can provide a primary and fallback format with something like the <code>picture</code> element. This is less important for WebP since it is so widely supported, but would be helpful for adopting newer formats like AVIF by plugins or core.</p>\n</blockquote>\n\n\n\n<p>Silverstein also said the option of generating images on the fly was something they need to figure out but &#8220;felt out of scope for this effort.&#8221;</p>\n\n\n\n<p>In response to the complaint regarding the dramatic increase in resources for image uploads, Silverstein said they are relying on the &#8220;retry&#8221; mechanism to mitigate this problem.</p>\n\n\n\n<p>&#8220;This change also doubles the number of times WordPress will retry&#8217; the image regeneration, so while processing time will increase, I don&#8217;t think we&#8217;ll see a jump in failures necessarily,&#8221; he said. &#8220;I know we had trouble adding new sizes in the past, however that was before we added the retry mechanism.&#8221;</p>\n\n\n\n<p>The team behind the WebP by default project is more focused on serving smaller image sizes on the frontend and considers the additional resource usage on upload a necessary sacrifice for WordPress users.</p>\n\n\n\n<p>&#8220;The additional resources at upload time needs to be weighed against the reduced resources of serving the smaller WebP image, especially since serving typically occurs several orders of magnitude more frequently than uploading,&#8221; Silverstein said.</p>\n\n\n\n<p>&#8220;If uploading fails after all the retries, the user has the same experience as currently: they are left with a broken, unusable image. That can probably be fixed, although I don&#8217;t think this change will increases failure rates.&#8221;</p>\n\n\n\n<p>WordPress lead developer Dion Hulse also <a href=\"https://core.trac.wordpress.org/ticket/55443#comment:123\">commented</a> on the ticket to report issues with WebP conversions in the WordPress Photo Directory:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Just noting here, that these additional webp conversions appear to have been the leading cause of upload failures on the WordPress Photo Directory in recent weeks. See&nbsp;<a href=\"https://meta.trac.wordpress.org//intertrac/ticket%3A6142\">#meta6142</a>&nbsp;and tickets closed as duplicate of it.</p>\n\n\n\n<p>The errors were generally along the lines of&nbsp;<code>Allowed memory size of 256M bytes exhausted (tried to allocate 90M bytes</code>&nbsp;(obviously with byte values) while attempting to perform the initial full-size-original jpeg -&gt; webp conversion.</p>\n\n\n\n<p>It hasn&#8217;t affected&nbsp;<em>every upload</em>, only that of certain images. Potentially related to the&nbsp;<code>$quality</code>&nbsp;value being passed for webp requests (IIRC the default of 82 was optimized for jpeg?).</p>\n</blockquote>\n\n\n\n<p>Hulse <a href=\"https://meta.trac.wordpress.org/changeset/12023\">disabled the JPEG to WebP conversion</a> as a result of these errors, as the photo directory doesn&#8217;t currently use WebP but noted that it &#8220;might be a sign that it might be worth considering only generating webp&#8217;s for the resized images, rather than for the original file too.&#8221;</p>\n\n\n\n<p>Silverstein said they are investigating the issues Hulse reported, as it may have exposed a bug.</p>\n\n\n\n<p>Ozz circled back to <a href=\"https://core.trac.wordpress.org/ticket/55443#comment:126\">recommend</a> that making sub-sizes on demand would be a better approach that has faster processing of uploaded images and reduced space requirements, since the additional JPEG images would not be generated unless needed. He also noted that the &#8220;retry&#8221; for image post-processing &#8220;doesn&#8217;t work as well as expected.&#8221;</p>\n\n\n\n<p>&#8220;The bad news is that if the post processing fails, chances are the originally uploaded file will remain,&#8221; Ozz said. &#8220;Then it will be used everywhere as most of the code in WP falls back to available sizes, and the only size will be the original. That means we will be serving huge (4MB &#8211; 8MB average) images. A serious drawback.&#8221;</p>\n\n\n\n<p>Silverstein responded to Ozz&#8217;s suggestions, agreeing with many, and proposed two potential paths forward for the project: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<ol><li>Keep the current multi-mime infrastructure, but change the defaults so only WebP files are generated, possibly up to a threshold size beyond which only JPEGs would be generated. Most existing work would continue; content filtering could possibly be removed.</li><li>Revert the multi-mime infrastructure and switch back to a single mime approach, using WebP for images up to a threshold size and adjusting the compatibility layer to use the JPEGs we keep.</li></ol>\n</blockquote>\n\n\n\n<p>The Performance team is doing more research and has temporarily paused committing anything else until they receive feedback on the next direction for the project.</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, 24 Aug 2022 21:25:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:104:\"Post Status: Adjust HTML Block Markup, FSE Back to Basics, WP 6.0.2 RC1, and Updating WP_MEMORY_LIMIT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=106506\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://poststatus.com/adjust-html-block-markup-fse-back-to-basics-wp-6-0-2-rc1-and-updating-wp_memory_limit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16067:\"<h2 id=\"h-this-week-at-wordpress-org-august-24-2022\">This Week at WordPress.org (August 24, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress 6.0.2 is coming soon! Join the next Call for Testing and give your feedback on HTML block markup and increasing the <code>WP_MEMORY_LIMIT</code> variable in <code>wp-config.php</code>. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_b3b811-01\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-ic_pencil\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">Feedback</a></h2><p class=\"kt-blocks-info-box-text\">WordPress 6.1 feature freeze is September 20, 2023. There are many ways to weigh in with feedback now.  <br />1&#x20e3;  <a href=\"https://make.wordpress.org/core/2022/08/19/a-new-system-for-simply-and-reliably-updating-html-attributes/\">A new system for simply and reliably updating HTML attributes</a><br /><br />2&#x20e3;  <a href=\"https://github.com/WordPress/gutenberg/issues/43023\">Add a preview section to the pre-publish sidebar</a><br /><br />3&#x20e3;  <a href=\"https://make.wordpress.org/hosting/2022/08/18/proposal-updating-wp_memory_limit/\">Updating <code>WP_MEMORY_LIMIT</code></a><br /></code>WP_MEMORY_LIMIT</code></a><br />4&#x20e3;  <a href=\"https://github.com/WordPress/performance/issues/455\">Database performance health checks</a><br /><br />5&#x20e3;  <a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\">Testing and feedback for the Fluid Typography feat</a><a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\">ure</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/08/23/wordpress-6-0-2-rc1-is-now-available/\">WordPress 6.0.2 RC1 is now available</a></li><li><a href=\"https://make.wordpress.org/test/2022/08/13/fse-program-testing-call-16-back-to-basics/\">FSE Program Testing Call #16: Back to Basics</a></li><li><a href=\"https://make.wordpress.org/design/2022/08/24/tt3-default-theme-one-week-left-to-submit-style-variations/\">TT3 default theme: One week left to submit style variations</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_598f7a-1a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-7 wp-block-columns\">\n<div class=\"wp-container-5 wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/accessibility/2022/08/19/accessibility-team-meeting-agenda-august-19-2022/\">Accessibility Team Meeting Agenda: August 19, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/08/19/meetup-organizer-newsletter-august-2022/\">Meetup Organizer Newsletter: August 2022</a></li><li><a href=\"https://make.wordpress.org/community/2022/08/15/call-for-ideas-wordcamp-us-2022-contributor-day/\">Call for Ideas: WordCamp US 2022 Contributor Day</a></li><li><a href=\"https://us.wordcamp.org/2022/what-is-contributor-day/\">What is Contributor Day?</a></li><li><a href=\"https://us.wordcamp.org/2022/organizers-map/\">Where Y’all From? WordCamp US 2022 Organizers Map</a></li><li><a href=\"https://us.wordcamp.org/2022/joining-make-wordpress-slack/\">Joining Make WordPress Slack</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/08/23/wordpress-6-0-2-rc1-is-now-available/\">WordPress 6.0.2 RC1 is now available</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/19/a-new-system-for-simply-and-reliably-updating-html-attributes/\">A new system for simply and reliably updating HTML attributes</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/18/wordpress-development-setup/\">WordPress Development Setup</a></li></ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/08/16/devchat-agenda-august-17-2022/\"></a><a href=\"https://make.wordpress.org/core/2022/08/18/summary-dev-chat-august-17-2022/\">Summary, Dev Chat, August 17, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/23/editor-chat-agenda-24th-august-2022/\">Editor Chat Agenda: 24th August 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/19/editor-chat-summary-10-august-2022-2/\">Editor chat summary: 17 August, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/08/15/design-share-aug-1-12/\"><a href=\"https://make.wordpress.org/design/2022/08/24/tt3-default-theme-one-week-left-to-submit-style-variations/\">TT3 default theme: One week left to submit style variations</a></a></li><li><strong>FEEDBACK REQUESTED:</strong> <a href=\"https://github.com/WordPress/gutenberg/issues/43023\">Add a preview section to the pre-publish sidebar</a></li><li><strong>FEEDBACK REQUESTED:</strong> <a href=\"https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/\">Design Exploration: Encourage editor configuration during on-boarding</a></li><li><strong>SUBMISSIONS DUE AUG 31:</strong> <a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three default theme — project kickoff</a></li></ul>\n\n\n\n<h2><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/214\">Deactivate inactive pledges</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/212\">Remove contributor hours when account banned</a>&nbsp;</li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/210\">Use last 5ftF contribution as inactivity criteria</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/208\">Hyperlink not readable on Program Expectations page</a></li></ul>\n\n\n\n<h2 id=\"h-hosting\">Hosting</h2>\n\n\n\n<ol><li><strong>PROPOSAL:</strong> <a href=\"https://make.wordpress.org/hosting/2022/08/18/proposal-updating-wp_memory_limit/\">Updating WP_MEMORY_LIMIT</a></li></ol>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/marketing/2022/08/16/agenda-global-marketing-team-meeting-august-17-2022/\">Agenda: Global Marketing Team Meeting, August 17, 2022</a></li><li><a href=\"https://make.wordpress.org/marketing/2022/08/16/notes-global-marketing-team-meeting-august-10-2022/\">Notes: Global Marketing Team Meeting, August 10, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/08/18/navigation/\">Navigation</a></li></ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/mobile/2022/08/23/call-for-testing-wordpress-for-android-20-6/\">Call for Testing: WordPress for Android 20.6</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/08/22/call-for-testing-wordpress-for-ios-20-6/\">Call for Testing: WordPress for iOS 20.6</a></li><li><a href=\"https://make.wordpress.org/updates/2022/08/23/mobile-team-update-august-23rd/\">Mobile Team Update – August 23rd</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-container-6 wp-block-column\">\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/openverse/2022/08/22/openverse-priorities-brainstorm/\">Openverse Priorities Brainstorm</a></li><li><a href=\"https://make.wordpress.org/openverse/2022/08/17/openverse-maintainers-welcome-ramadan-omar-as-a-new-committer/\">Openverse maintainers welcome Ramadan Omar as a new committer</a></li></ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/08/22/performance-chat-agenda-23-august-2022/\">Performance Chat Agenda: 23 August 2022</a></li><li>Proposal: <a href=\"https://github.com/WordPress/performance/issues/455\">Database performance Health Checks</a></li></ul>\n\n\n\n<h2 id=\"h-photos\"><a href=\"https://make.wordpress.org/photos\">Photos</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/photos/2022/08/18/wordpress-world-photography-day-challenge-2022/\">WordPress World Photography Day Challenge 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/polyglots/2022/08/22/polyglots-monthly-newsletter-august-2022/\">Polyglots Monthly Newsletter: August 2022</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/08/13/fse-program-testing-call-16-back-to-basics/\">FSE Program Testing Call #16: Back to Basics</a></li><li><a href=\"https://make.wordpress.org/test/2022/08/16/week-in-test-16-august-2022/\">Week in Test: 16 August 2022</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><strong>FEEDBACK REQUESTED:</strong> <a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\">Testing and Feedback for the Fluid Typography Feature</a></li><li><a href=\"https://make.wordpress.org/updates/2022/08/16/themes-team-update-august-16-2022/\"></a><a href=\"https://make.wordpress.org/themes/2022/08/23/themes-team-meeting-notes-august-23-2022/\">Themes Team Meeting Notes –&nbsp;August 23, 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/08/23/themes-team-update-august-23-2022/\">Themes team update August 23, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/training/2022/07/27/information-sources-for-wp-6-1/\">Information Sources for WP 6.1</a></li><li><a href=\"https://make.wordpress.org/training/2022/08/10/minimizing-zoom-disruptions-in-online-workshops/\"></a><a href=\"https://make.wordpress.org/training/2022/08/22/meeting-agenda-august-23-2022/\">Meeting Agenda August 23, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/08/10/minimizing-zoom-disruptions-in-online-workshops/\"></a><a href=\"https://make.wordpress.org/training/2022/08/16/training-team-meeting-recap-august-9/\">Training Team Meeting Recap – August 9</a></li></ul>\n\n\n\n<h3 id=\"h-video-tutorials\">Video Tutorials</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/tutorial/customizing-your-post-content-layout/\">Customizing your post content layout</a></li></ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops:</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=lets-code-diving-into-theme-json\">Let’s code! Diving into theme.json</a></li><li><a href=\"https://learn.wordpress.org/?meeting=10-%e7%a8%ae%e9%a1%9e%e3%81%ae%e3%83%86%e3%82%ad%e3%82%b9%e3%83%88%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%80%80%e3%80%9c%e4%bd%bf%e3%81%84%e5%88%86%e3%81%91%e3%81%ae%e3%82%b3%e3%83%84%e3%80%9c-2\">10 種類のテキストブロック　〜使い分けのコツ〜</a></li><li><a href=\"https://learn.wordpress.org/?meeting=10-%e7%a8%ae%e9%a1%9e%e3%81%ae%e3%83%86%e3%82%ad%e3%82%b9%e3%83%88%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%80%80%e3%80%9c%e4%bd%bf%e3%81%84%e5%88%86%e3%81%91%e3%81%ae%e3%82%b3%e3%83%84%e3%80%9c\">10 種類のテキストブロック　〜使い分けのコツ〜</a></li><li><a href=\"https://learn.wordpress.org/?meeting=intro-to-templates\">Intro to Templates</a><a href=\"https://github.com/courtneyr-dev/make-wp/#test\"></a></li></ul>\n\n\n\n<h2 id=\"h-wordcamp-central\">WordCamp Central</h2>\n\n\n\n<ul><li><a href=\"https://central.wordcamp.org/news/2022/07/wordcamp-jinja-diverse-speaker-sessions-web-design-hackathon-teachers-workshop-and-fun-at-the-nile-source/\">WordCamp Jinja: Diverse Speaker Sessions, Web Design Hackathon, Teachers Workshop and Fun at the Nile Source!</a></li></ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul><li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li><li><a href=\"https://www.php.net/archive/2022.php#2022-07-21-1\">PHP 8.2.0 Beta 1 available for testing</a></li><li><a href=\"https://php.watch/articles/composer-24\">What\'s New in Composer 2.4</a></li></ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</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, 24 Aug 2022 16:49:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: #40 – Andrew Palmer on Using AI To Help Your Website Workflow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=137100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/podcast/40-andrew-palmer-on-using-ai-to-help-your-website-workflow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:41383:\"<p>On the podcast today we have <a href=\"https://twitter.com/arniepalmer\">Andrew Palmer</a>.</p>\n\n\n\n<p>Andrew has been in the WordPress space for many years as a product owner and open source advocate. He founded and later sold Elegant Marketplace, and more recently is the co-founder of <a href=\"https://bertha.ai/\">Bertha.ai</a>, which is a WordPress plugin which assists you in creating text content directly in the WordPress admin.</p>\n\n\n\n<p>If you’ve not played with AI, then you might be surprised by  how good it’s becoming. A few years ago, anything written by a computer would be easy to distinguish from that of a human. These boundaries are becoming blurred, as systems like GPT-3 have become remarkably adept at rapidly creating content which is useful and competent.</p>\n\n\n\n<p>Many SaaS products have come to the market which enable you to create AI content by seeding it with a small amount of information. Andrew’s product is a little different because it allows you to create that content within the WordPress editor and a raft of page builders.</p>\n\n\n\n<p>We get into how you can create AI content and when it’s suitable to do so. Can you rely on the text that’s created and hand over complete editorial control to the plugin, or does the generated content still need human intervention?</p>\n\n\n\n<p>We also dig into some aspects of AI which have people concerned. Are we going to become too reliant on AI tools, and will they put copywriters out of work? Will people create content simply to swamp the search engines and make it harder for truly important information to rise to the top?</p>\n\n\n\n<p>There’s a lot of functionality in the plugin and Andrew tells us some of the possible scenarios where he feels it works best. Creating titles, longer form text, and even sprinkling in a little sarcasm here and there.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air-conditioning. Whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://elegantmarketplace.com/\">Elegant Marketplace</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case how AI can speed up your website building workflow.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m very keen to hear from you, and hopefully get you all your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Andrew Palmer. Andrew has been in the WordPress space for many years as a product owner and open source advocate. He founded and later sold Elegant Marketplace, and more recently is the co-founder of bertha.ai, which is a WordPress plugin, which assists you in creating content directly in the WordPress admin.</p>\n\n\n\n<p>If you&#8217;ve not played with AI, then you might be surprised by how good it&#8217;s becoming. A few years ago, anything written by a computer would be easy to distinguish from that of a human. These boundaries are becoming blurred, as systems like GPT-3 have become remarkably adept at rapidly creating content which is useful and competent.</p>\n\n\n\n<p>Many SaaS products have come to the market which enabled you to create AI content by seeding it with a small amount of information. Andrew&#8217;s product is a little different because it allows you to create that content within the WordPress editor and a raft of page builders.</p>\n\n\n\n<p>We get into how you can create AI content and when it&#8217;s suitable to do so. Can you rely on the text that&#8217;s created and handover complete editorial control to the plugin.? Or does the generated content still need human intervention?</p>\n\n\n\n<p>We also dig into some of the aspects of AI which have people concerned. Are we going to become too reliant on AI tools and will they put copywriters out of work? Will people create content simply to swamp the search engines and make it harder for truly important information to rise to the top.</p>\n\n\n\n<p>There&#8217;s a lot of functionality in the plugin, and Andrew tells us some of the possible scenarios where he feels it works best. Creating titles, longer form text, and even sprinkling in a little sarcasm here and there.</p>\n\n\n\n<p>Typically when we record the podcast, there&#8217;s not a lot of background noise, but that&#8217;s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air conditioning. And whilst the podcasts are more than listable, I hope that you understand that the vagaries of the real world where at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast. And you&#8217;ll find all the other episodes there as well. And so without further delay, I bring you Andrew Palmer.</p>\n\n\n\n<p>I am joined on the podcast today by Andrew Palmer. How are you doing Andrew?</p>\n\n\n\n<p>[00:04:02] Andrew Palmer: I&#8217;m very good. Nathan. Thanks very much for inviting me on.</p>\n\n\n\n<p>[00:04:04] Nathan Wrigley: We are in the bowels of the Super Bock Arena and let&#8217;s be honest, it was a challenge finding this room, wasn&#8217;t it?</p>\n\n\n\n<p>[00:04:10] Andrew Palmer: It was, and especially as I was running late and you&#8217;ve been very kind to still accommodate me, thank you.</p>\n\n\n\n<p>[00:04:15] Nathan Wrigley: You are, most welcome. Andrew&#8217;s been in the WordPress community for years and years and years, but it&#8217;s not been always on the up and up has it? You&#8217;ve had your moments where you&#8217;ve stepped away for a little while and now you&#8217;ve reemerged. Is that true? Is that fair to say?</p>\n\n\n\n<p>[00:04:28] Andrew Palmer: Kind of, I mean, I sold Elegant Marketplace to the wonderful people that InMotion Hosting. So that enabled me to go off and play golf for a little while, and invest in other businesses and interests.</p>\n\n\n\n<p>[00:04:39] Nathan Wrigley: Do you think this is for you, you know, a moment of excitement or are you still with tentative steps?</p>\n\n\n\n<p>[00:04:46] Andrew Palmer: It could be construed as a resurgence. I mean, I&#8217;ve always connected with the WordPress community, cuz we&#8217;re such a friendly bunch. I had an opportunity to develop plugins and be a product maker, and I took over a lot of products from a very good friend of mine and hopefully we&#8217;ve enhanced them and made them better.</p>\n\n\n\n<p>[00:05:04] Nathan Wrigley: You&#8217;ve listed a, a few of the things that you&#8217;ve been involved in, but you&#8217;ve obviously been involved in lots of different businesses. Do you think with 50,000 plus plugins in the WordPress repository, countless commercial plugins, are we in a saturated marketplace? What I mean by that is if you are creating a new product, is it very difficult to be discovered? Is discoverability really difficult? Okay, let&#8217;s take two scenarios. The first one you&#8217;ve got a budget to advertise. And the second one is if you have to bootstrap it and do more or less all of it yourself. So two parts.</p>\n\n\n\n<p>[00:05:36] Andrew Palmer: You know, if you&#8217;re gonna do jerk sauce it&#8217;s still hard. You know, you&#8217;ve got supermarkets, they do their own brand as well. As soon as a brand new hot sauce comes out, the supermarkets go, oh, we&#8217;ve got our own version of this, and they charge you a few hundred thousand pounds to be put on the supermarket shelves. So, there&#8217;s always a price to pay isn&#8217;t it, it&#8217;s a pay to play arena in every single business aspect. So the benefit that we have in WordPress is that we can throw something onto WordPress dot org, which is great.</p>\n\n\n\n<p>I mean, throw is maybe not the right word because it does go through a, a little bit of moderation, one would hope, but, um, you know, you can throw out a free version of what you&#8217;ve got and test the market. That&#8217;s really cool because, you throw out an MVP and people then like it and you then put some pro versions together or pro bits and pieces and say, okay, yeah, I&#8217;m, I&#8217;m willing to pay 10 30, 50, a hundred bucks for that a month or a year or whatever.</p>\n\n\n\n<p>So the competitive landscape of every business in the world is competitive by nature, because there are so many products out there that are similar. There&#8217;s loads of light bulbs out there. It&#8217;s not just Phillips. Loads of CDs, you know, it&#8217;s just not Phillips. So you gotta make your own way, I think.</p>\n\n\n\n<p>[00:06:51] Nathan Wrigley: With the whole plugin thing and the whole of saturation thing, you&#8217;ve launched several products over the course of your career. Most recently, maybe there&#8217;s something after this, but I think the most recent one is Bertha.ai. That&#8217;s actually the URL as well as the name of the product I think.</p>\n\n\n\n<p>[00:07:07] Andrew Palmer: It is Bertha.ai. It&#8217;s uh, my very good friend and, uh, co-founder Vito Peleg phoned me far too early in the morning, because he gets up at five o&#8217;clock and said, hey, I got an idea, man, let&#8217;s do it. We did and financial situations, I&#8217;m the, you know, I&#8217;m the guy that&#8217;s got the cash and we invested in it and Vito invested, blood, sweat and tears as we all did. And I&#8217;ve got a development team, you know, and they worked really, really hard and we launched it at the end of September, 2021. It&#8217;s going well.</p>\n\n\n\n<p>[00:07:37] Nathan Wrigley: Is that the primary reason that you are here at WordCamp EU? Actually just rewind that a little bit. When the tickets were announced, I think you were the first person that I know who committed to coming. You probably weren&#8217;t the first person that bought a ticket, but in my social network, you were the first person who said, oh, I&#8217;ve done it. I&#8217;ve bought a plane ticket. I&#8217;ve got the hotel and blah, blah, blah. You must be fairly committed to these kind of events. And if that&#8217;s the case, what&#8217;s the thing? What&#8217;s the angle. Is it the community? Is it a bit of community, a bit of networking, a bit of marketing?</p>\n\n\n\n<p>[00:08:06] Andrew Palmer: It&#8217;s a lot about the community because, uh, I&#8217;m looking for developers, you know, so I need to chat to people and meet with people. And we are very lucky yesterday and got treated to a gin fest, by Codeable. Marcel who actually works in, for Codeable rather, in Portugal, did an event for Codeable and invited us all along.</p>\n\n\n\n<p>But it&#8217;s all about networking, and we met a few, I met a few coders and had a good old chat, and that&#8217;s what it&#8217;s about. It&#8217;s me networking. Supporting the community, as much as I possibly can, being a bootstrap business. It&#8217;s quite expensive developing a plugin and there&#8217;s lots of things you have to commit to like getting a new CMO, you know, in Stephanie Hudson. She&#8217;s got her own business to run and, and we&#8217;re all kind of bootstrap minded.</p>\n\n\n\n<p>So we all have to do little things and Vito&#8217;s got Atarim to do so he&#8217;s gonna concentrate more on that now. So, you know, I needed a sidekick. Stephanie&#8217;s that sidekick, who&#8217;s got the strategy and the marketing nouse and she&#8217;s also based in the U.S. Which is good. And Bertha is now incorporated in the U.S. as well. So it&#8217;s all. Moving along swiftly, but I did actually release a GDPR plugin last week.</p>\n\n\n\n<p>So GDPR friendly fonts, but it&#8217;s a commercial one. There&#8217;s a few free ones out there, but ours is good. So, launching things all the time and improving the plugins and making sure that we are in touch with what people in the community actually want, because we are here. Plugins, I think are more here to support the developer than the, than the end client. To give them an easier way to market if you like, or an easier or quicker, faster speedier way to get their product out, whether it&#8217;s, uh, an MVP for themselves or whether it&#8217;s a website for a direct client .</p>\n\n\n\n<p>Plugins and extensions and themes. And you know, what Gutenberg Hub doing with Gutenberg? What Extendify are doing with Gutenberg is quite amazing and all the form plugins out there, you know, we&#8217;ve got, I&#8217;ve got very good friend Mark Westguard who&#8217;s does WS Form. It happens to be my favorite form. We happen to get on, which is really cool. So it&#8217;s about meeting these people. Coming together in Europe, biggest WordCamp in the world. You know, pretty good.</p>\n\n\n\n<p>[00:10:15] Nathan Wrigley: Do you have a battle plan though? Do you have, before you set off. I was wondering, because you said earlier you wanted to meet developers and today was contributor day.</p>\n\n\n\n<p>[00:10:22] Andrew Palmer: I couldn&#8217;t get in.</p>\n\n\n\n<p>[00:10:23] Nathan Wrigley: Was it just because you were a bit late?</p>\n\n\n\n<p>[00:10:25] Andrew Palmer: No, I was a contributor, I was just late. I just kind of thought, well, do you know what? And Stephanie runs the Focus WP Facebook group. So we had a little meet up and we&#8217;ve gone out on the town and just met with a few people from the Focus Facebook group as well. So there&#8217;s always networking opportunities. There&#8217;s nothing else to do a WordCamp than have a great look at Porto, which is probably one of the best venues you could choose.</p>\n\n\n\n<p>Food&#8217;s cheap, and good. The weather has turned out to be better than we thought it would be. There&#8217;s a little spits and spots of rain, but effectively Porto&#8217;s a great historical town as So, you know, it&#8217;s a, it&#8217;s a bit of a vacation stroke job bit.</p>\n\n\n\n<p>[00:11:04] Nathan Wrigley: You said that you were in search of developers and the bit was gonna develop there was, so there was 500 odd today and it felt busy. Tomorrow, maybe more like, touching 3000. So it&#8217;s gonna be really busy. And if you haven&#8217;t got a, I don&#8217;t know, an agenda and a meeting list, do you literally just try to work out who in the room is a developer by just going up and talking?</p>\n\n\n\n<p>[00:11:26] Andrew Palmer: Well, I&#8217;m gonna be standing on a booth as well for an hour or so. And I&#8217;m also going to, I&#8217;ve got a few meetings scheduled, which is pretty cool. With developers as well as, you know, funders and people like that who are interested in either investing in Bertha or doing some partnerships with Bertha and stuff like that. Because once you&#8217;ve got a plugin that kind of answers all the questions with copywriting within WordPress, people want to talk to you, which is really cool.</p>\n\n\n\n<p>But it&#8217;s a long day, Nathan, you know, it&#8217;s a very long day and it goes into the evening. I&#8217;m gonna have opportunities to meet and chat with people all the time. I&#8217;ve got tons of Twitter messages to answer, and stuff like that. You know what it&#8217;s like.</p>\n\n\n\n<p>[00:12:02] Nathan Wrigley: I&#8217;m struggling keep up with the different platforms. This person is over here on Slack, this person is over here on Twitter. Yeah it can be difficult. So let&#8217;s talk about your, well, I&#8217;m guessing the booth tomorrow is Bertha.</p>\n\n\n\n<p>[00:12:13] Andrew Palmer: No, the booth I&#8217;m gonna be helping out Atarim, because Vito&#8217;s a very good friend of mine and I know Atarim pretty well. I&#8217;ve used it from the very, very beginning, and now it&#8217;s on version three. It&#8217;s their third birthday. And Vito likes to run around. You can&#8217;t really keep him to a spot. There&#8217;s a bit of super glue we&#8217;ve snuck in there. But Alex Panagis, he&#8217;s gonna be on the booth as well, and I&#8217;ll be hanging around and just answering some questions that people don&#8217;t really get it or something.</p>\n\n\n\n<p>So, you know, it&#8217;s so dual role. But of course Bertha&#8217;s gonna be mentioned in the conversations. Well, because that was actually the idea, is that Vito wanted an AI to be able to write within the note making facility, you know, you put these little notes on websites. So our first job was to make Bertha work in the front end of Atarim. And it does. So you can now, so customers can now say, right, I want this headline and then ask Bertha to generate an option for headlines and they&#8217;ll put it in. I want this paragraph here and all that kind of stuff, and Bertha can do that within Atarim.</p>\n\n\n\n<p>[00:13:10] Nathan Wrigley: Okay. I feel at this point, we should explain because we&#8217;ve stepped ahead. So okay, Bertha is a plugin for WordPress, which enables you to create AI content. So that could be any form of content. It&#8217;s just text, right?</p>\n\n\n\n<p>[00:13:23] Andrew Palmer: Yeah, I think the best way to describe Bertha is that she is an AI copywriting assistant. So you are the editor, she&#8217;s the journalist that&#8217;s gone out and found the stories and the facts and the general content, and you working as the editor within WordPress, then edit that content and make it your own. And that&#8217;s the best way to describe Bertha. She&#8217;s not just a machine that says, right, write me a blog about this. We&#8217;ve got three things coming next week for the pro version. And one of them is very, very long form where you just give her a hint and she will write it for you. And then you just edit that.</p>\n\n\n\n<p>[00:13:58] Nathan Wrigley: All right, let&#8217;s build up the jigsaw of how it all works. So we install the plugin, all of that normal stuff. How do we seed Bertha with the idea? So for example, let&#8217;s say that we want to write a blog post about WordCamp Europe. How do we seed the idea into Bertha, and how much do we need to seed in, in order to get something decent back? Let&#8217;s go with a title first, just the title.</p>\n\n\n\n<p>[00:14:19] Andrew Palmer: Okay. Title you just say, what do I want to write about? So you just write, what do I wanna write about, I wanna write about blog posts being written by AI. And then say generate a headline around that. And Bertha will give you four alternatives, or two alternatives or three, depending on how good your one was, and you click and that&#8217;s, that then goes into the text bit.</p>\n\n\n\n<p>Then you say, right, okay, I&#8217;m writing a blog post about this. So I&#8217;m gonna go to the blog post topic ideas model, and I&#8217;m going to give it the title and then, or going to give Bertha the title and then you press generate text and Bertha will come up with one to four or one to five blog post topic ideas. And then you put number one in as the title in a paragraph generator, and that will generate your paragraphs around that first topic idea. And then you just go through. It&#8217;s of a workflow that you get into.</p>\n\n\n\n<p>[00:15:07] Nathan Wrigley: People listening to this, they&#8217;re gonna think, okay, this is voodoo. How does this work? How does it work?</p>\n\n\n\n<p>[00:15:13] Andrew Palmer: Well we&#8217;re very open about how it&#8217;s done. It&#8217;s it is open AI dot com, and we&#8217;ve written our own models. And we now use the latest version of GPT-3, which is really fast and uses things called suffixes and prefixes. And it writes much, much better quality AI generated content. And it has the previous GPT, DaVinci was up to, I think, uh, 1999 or whatever it was. It was ages ago. It scraped 10% of the web to get the ideas for the content.</p>\n\n\n\n<p>This one is now 2021. June 2021. So much more recent content. If you wanna write about crypto, if you wanna write about FinTech or modern FinTech or anything that&#8217;s going on in the modern world. COVID for instance, you wanna write about that or the history of COVID from 1990, whenever it was. I can&#8217;t remember the dates COVID&#8217;s done my head in. It will write that history for you now. So it&#8217;s much better, much quicker, faster, better quality and, easier use.</p>\n\n\n\n<p>[00:16:16] Nathan Wrigley: People who&#8217;ve never used these tools before, they might have sort of concerns about a, does it scan, does it even read like a human wrote it.</p>\n\n\n\n<p>[00:16:24] Andrew Palmer: Oh, for sure it does, yeah.</p>\n\n\n\n<p>[00:16:25] Nathan Wrigley: Okay. So you can be pretty confident that it&#8217;s gonna scan well. But in terms of the quality, where do you stand on how much supervision. Is it like an aberrant child? Do you need to go back to it and give it some love and attention? Or is this a case of, I am just gonna press the button, not read, publish. There&#8217;s probably a bit of a spectrum, but how much of you come to trust it to be left to its own devices? Or how much do you go back through and read everything that it generated?</p>\n\n\n\n<p>[00:16:52] Andrew Palmer: Well, when you are writing, you&#8217;re thinking about what you&#8217;re writing and Bertha does exactly the same thing. Doesn&#8217;t know what she&#8217;s gonna write a paragraph ahead. Just like I don&#8217;t know what I&#8217;m gonna say 10 seconds ahead. But I&#8217;m forming the words in my head and then they come outta my mouth and whatever. And I will make a few missteps.</p>\n\n\n\n<p>We know politicians make missteps all the time, cause they, maybe they don&#8217;t engage brain before whatever, but, you have to be the editor. What I don&#8217;t want Bertha to be is a total AI copywriting situation. Just write everything for you, because that&#8217;s not fair on you as a producer of content, it&#8217;s not fair on your readers and it will eventually work against you because your content will become repetitive.</p>\n\n\n\n<p>It will become not unique. You won&#8217;t have your tone of voice necessarily. So it&#8217;s, it&#8217;s up to you, which AI generator you want to use. If you&#8217;re gonna be a spammer, then use the others. If you&#8217;re gonna, gonna really invest in your copy, but with the help of an AI, Bertha&#8217;s the way to go.</p>\n\n\n\n<p>[00:17:57] Nathan Wrigley: So would it be fair to categorize if you&#8217;re gonna do longish form, it&#8217;s a launchpad. You click the button and there&#8217;s an idea here&#8217;s where you could go. Not necessarily, there&#8217;s the finished product. It&#8217;s a bit like a junior journalist would hand to an editor and say, I think that this is the finished product.</p>\n\n\n\n<p>[00:18:15] Andrew Palmer: Exactly.</p>\n\n\n\n<p>[00:18:15] Nathan Wrigley: Is that where we&#8217;re at? You should generate this content, then look at it yourself on every occasion because the AI, right where we are now is not quite to be trusted.</p>\n\n\n\n<p>[00:18:25] Andrew Palmer: Well, yeah, just exactly like Tesla. They do an auto drive. It&#8217;s definitely not to be trusted. I was in one a few weeks ago on my travels in the States and all of a sudden we turned left into a bunch of roadworks, well what&#8217;s that about?</p>\n\n\n\n<p>Luckily, the driver was supervising quite well, but you know, you can&#8217;t trust AI completely. And I don&#8217;t think you ever should. There should always be some human interaction. That&#8217;s what I believe in that. My aim is with website production is to make it quicker, better, faster.</p>\n\n\n\n<p>[00:18:55] Nathan Wrigley: Okay. Yeah. And it helps with those?</p>\n\n\n\n<p>[00:18:57] Andrew Palmer: Yeah. I mean you&#8217;re gonna save between 80 and 90% of your time that you would normally write a thousand word blog post.</p>\n\n\n\n<p>[00:19:03] Nathan Wrigley: Yeah I guess one of the concerns from people who maybe want to rail against this a little bit would be that that kind of control, that self control to go and read it, may not be forthcoming. In other words, we may have an internet where there&#8217;s tens of thousands, hundreds of thousands, millions, possibly of blogs out there that are just pumping out content, click the button, publish.</p>\n\n\n\n<p>[00:19:27] Andrew Palmer: Yeah but we&#8217;ve, let&#8217;s not be naive about this. We&#8217;ve always had that. There&#8217;s always been spinners of text and you know, the affiliate marketing world and the health and fitness world for years, you know, even before WordPress dare I say, you know, there was always people spinning content.</p>\n\n\n\n<p>That&#8217;s why things like Copyscape exist. Try and make sure that nobody&#8217;s using your content. But Bertha&#8217;s not just for blog post writing. Bertha actually helps you with every single aspect of your website. And the whole reason that we&#8217;ve got it in WordPress is because you can go through each model or each template. And you can write your homepage. You can write your services page, you can write your about us page. You can enhance your product descriptions.</p>\n\n\n\n<p>There&#8217;s so many models now in templates in there now, and next week we&#8217;ll be launching social media templates as well. So you can write a Facebook ad or Twitter post or whatever, within Bertha. So, you know, there&#8217;s plenty to look at, and the fact it&#8217;s free is where I&#8217;m at. I think we&#8217;re helping the community get a grip with free AI. You get a thousand words a month for free.</p>\n\n\n\n<p>[00:20:35] Nathan Wrigley: How does the UI actually work? So presumably we&#8217;re in Gutenberg or the old classic editor. How do we interact with it? So we click into the title, take us from there. Is it like Grammarly? Does something sort of hover over us, which says engage Bertha?</p>\n\n\n\n<p>[00:20:48] Andrew Palmer: Pretty much. And it&#8217;s any page builder. It doesn&#8217;t need to be just classic editor or, it is literally any page builder. And the guys at visual builder, or Visual Composer rather. They helped us immensely with Visual Composer because they&#8217;ve rebuilt that from the ground up and helped us code Bertha so that she works perfectly with Visual Composer.</p>\n\n\n\n<p>I&#8217;m a Divi guy. I needed it to work within Divi. That was quite challenging. We&#8217;ve managed to do that. And Elementor as well. So whatever you are in, whether you are in a text field in Gutenberg or a text field within any page builder that you choose to use, Bertha&#8217;s little icon is there, just winking at you saying, I&#8217;m here to help. You click on that and then a sidebar comes out and then you&#8217;ve got all the models and you&#8217;ve got the web or the blog, website, content, blog, AIDA, PAS, P A S.</p>\n\n\n\n<p>Uh, we&#8217;ve even got evil Bertha, she&#8217;s quite fun. Bit of a sarcastic bot there. That was one of my favorites that we put in there. Uh, and then you have, on a separate dashboard, you have long form as well. So that&#8217;s a separate thing where you can just write long form content. Format it for your blog, and that will save, save it within your own database. And the benefit of Bertha is one, it&#8217;s unlimited users, because anybody that can sign into your website can use Bertha. Two it&#8217;s really accessible for WordPress users. If you&#8217;re used to WordPress, you can use Bertha and you can start using Bertha effectively within 10 minutes.</p>\n\n\n\n<p>The nice thing is, is that every single template has either a 30 second or one minute instructional video embedded in the sidebar. So you just play the video. You go, okay, that&#8217;s how I do that. The long form one, because it&#8217;s long form and it&#8217;s slightly more complex, you need to use a bit more logic with it, the instructional video is 10 minutes.</p>\n\n\n\n<p>[00:22:30] Nathan Wrigley: The different language models that you&#8217;ve got, you mentioned the evil one and, you know, we could have the pirate one for example.</p>\n\n\n\n<p>[00:22:36] Andrew Palmer: There is, we can do that tomorrow.</p>\n\n\n\n<p>[00:22:37] Nathan Wrigley: Okay. But there could be the sales for example, or I don&#8217;t know, whatever it may be. They genuinely spit out different content? And is that composed with a different choice of verbs or a different choice of vocabulary. And if you go for the humorous one it&#8217;s gonna throw out some curve balls and some interesting fruity language?</p>\n\n\n\n<p>[00:22:54] Andrew Palmer: Frank Sinatra.</p>\n\n\n\n<p>[00:22:55] Nathan Wrigley: Okay.</p>\n\n\n\n<p>[00:22:55] Andrew Palmer: Hey blue eyes, how you doing? We wanted it to be fun, right? So you&#8217;ve got the tone of voice. So you have your title. Who&#8217;s it aimed at? Is it business users, people that buy flowers, people that buy motorbikes, people that love WP Tavern? What&#8217;s the tone? Is it fun? Is it innovative? Is it classy? Is it hilarious? Is it Frank Sinatra? You know, you can put in those. Is it Rocky Balboa? You know, whatever you wanna put in there as the tone of voice. And, uh, Bertha will speak in that tone.</p>\n\n\n\n<p>[00:23:25] Nathan Wrigley: Presumably GPT-3 means that there was a two and there will be a 4. Do you have any insight into that? Is that the kind of thing which rolls out on an annual basis?</p>\n\n\n\n<p>[00:23:34] Andrew Palmer: GPT-3 has actually been improved. You&#8217;re on now DaVinci two. We use the highest engine, which is DaVinci ,and we use DaVinci two and there&#8217;s, there&#8217;s another thing called babble and other things within it. You can kind of downgrade it. So for evil Bertha we use, um, I think it&#8217;s babble because it kind of just, it&#8217;s more sarcastic. It kind of gives better results. So we test all the models within the playground of Open AI and then we go, okay, well that&#8217;s how we can write that.</p>\n\n\n\n<p>Because we write the, we write the prompts and that&#8217;s the benefit of us being web developers. You know, Vito&#8217;s done thousand websites, I&#8217;ve done hundreds and maybe a couple of thousand three, three or 4,000 actually, if I look back on it, cuz I&#8217;m old these days and I&#8217;ve been building websites pre WebPress, right. Macromedia jobs and, even Front Page, but there you go.</p>\n\n\n\n<p>We know what people want in a website. The content, the kind of flow, the blurbs, even the content. We&#8217;ve actually got a model for the contact form blurb. How to ask people to contact you. Because we know websites. We&#8217;ve built it specifically for website owners and website developers and producers, because getting content out of a client, that&#8217;s why Atarim exists. Getting content out of a client is like getting blood out of a stone. if you give them a method to do it or a way to do it, you&#8217;ll get it much quicker. You&#8217;ll complete your projects quicker. You will then be able to take on more projects.</p>\n\n\n\n<p>[00:24:59] Nathan Wrigley: So that&#8217;s an interesting piece, isn&#8217;t it? The idea that you can, well previously you&#8217;d fill it up with lorem. If the client didn&#8217;t deliver the text, in goes lorem just to fill the space. To give it some indication of how it might look.</p>\n\n\n\n<p>[00:25:10] Andrew Palmer: That&#8217;s why Bertha is called the Lorem Ipsum killer.</p>\n\n\n\n<p>[00:25:13] Nathan Wrigley: There you go, so that&#8217;s a really bonafide use of it, isn&#8217;t You basically push the button, fill it up with actual content. And even if the client doesn&#8217;t want to use it, then of course, I guess they could go in and edit it, or just start again.</p>\n\n\n\n<p>[00:25:25] Andrew Palmer: Exactly. Yeah. You can actually deliver a completed website to a client with text. In the right format, in the right places, everything. And it won&#8217;t add a great deal of time to your development process. It will save a massive amount of time on deliverables. The client will see it. They&#8217;ll get it. And they&#8217;ll go, well, actually, I don&#8217;t wanna use that word or I don&#8217;t, I think that&#8217;s outta context, let&#8217;s rewrite it to that, and you can even use Bertha to do that.</p>\n\n\n\n<p>[00:25:50] Nathan Wrigley: So can you, as a website builder who maybe only wants certain permissions to go out to your clients, you can enable them to use Bertha or not use Bertha? There&#8217;s different permissions?</p>\n\n\n\n<p>[00:26:00] Andrew Palmer: Yeah there is within the settings page. We&#8217;ve done a, a nice little dashboard, nice little onboarding as well, you know, makes it easier for people to understand what it is. And there&#8217;s an intro video on the onboarding as well, which will probably update because couple of things have slightly changed, but because we&#8217;ve embedded the instruction videos within Bertha, it makes it much easier.</p>\n\n\n\n<p>We&#8217;re launching a deep dive academy in a few weeks time, and it is a few weeks time, because we&#8217;re just building out the long form videos. So educational videos of how to write a blog post, how to build a website from scratch using Bertha. How to use particular page builders and stuff. And that&#8217;s being done by Imran Sadiq who has been a godsend on the training. I mean he produced 54 training videos in just under 21 days. So he was a find, I&#8217;ve gotta tell you. He&#8217;s my, he&#8217;s my favorite person currently.</p>\n\n\n\n<p>[00:26:50] Nathan Wrigley: When you push the button, and it spits out content. Presumably there&#8217;s a cost to that. In other words, it goes to a computer somewhere else. Maybe that&#8217;s your computer. Maybe it&#8217;s somebody else&#8217;s infrastructure. I don&#8217;t know, but there&#8217;s a cost for that transaction.</p>\n\n\n\n<p>So I&#8217;m guessing that there&#8217;s gonna be constraints on the free version. Maybe that&#8217;s the number of times you can click the button, the amount of text you can produce, because I know that there&#8217;s a premium version as well. Just talk us around the pricing and the constraints that you&#8217;ve got.</p>\n\n\n\n<p>[00:27:15] Andrew Palmer: Well, I made a decision because I, you know, I&#8217;ve invested in Bertha both time and money. I want people to use her. So a thousand words a month will cost me money, but that&#8217;s part of the investment, right? So currently, and I have no real reason to change this, everybody can use Bertha for free with every single model in it, except the new ones that I&#8217;ve said, because they are expensive to us.</p>\n\n\n\n<p>So somebody&#8217;s gonna have to pay for those, and also pro users only get to use the academy as well. It&#8217;s free to pro users. So there are some constraints on the free use. But I, I love the fact that people are signing up. We&#8217;re getting probably 15 to 20 users signing up free per day, and they&#8217;re using it. Because we have a monitor. We, we don&#8217;t monitor what they use. We keep a record of what&#8217;s generated, but not by whom. You know, we don&#8217;t know which websites have generated, but that also helps us improve the model as well.</p>\n\n\n\n<p>Also if it gives empty responses, which sometimes it does. But we can see we&#8217;ve got a little, when a new user starts, we can see that there&#8217;s zero. And then within 10 minutes of them starting, they&#8217;ve used 250 words. We&#8217;re thinking, yay. You know, they&#8217;re getting it. They&#8217;re really looking at it. And then they go to 1,012 words because we&#8217;ve done it just over the thousand, because there&#8217;s nothing more frustrating when you click that button, you run out of words.</p>\n\n\n\n<p>So, you know, we let them, if it&#8217;s got to 998 and then they want to generate more, we let them generate the next sentence and they go, sorry, you gotta wait another month or upgrade. You know, of course I&#8217;m a very commercial person and people who know me know that I&#8217;m commercial, but you know, wait another month. But with a thousand words, you could write a homepage. You could write good about us page, whatever.</p>\n\n\n\n<p>[00:28:57] Nathan Wrigley: The thought occurs to me that AI is getting its claw into almost everything. You&#8217;ve got Alexa in the living room and you&#8217;ve got the possibility to create pieces of artwork with all sorts of AI content. And I&#8217;m just wondering given your position, you&#8217;re obviously thinking a lot about AI. What do you make of the future of website building? So not the, not the content. Not that piece. The bit about the layout, the feel, the color palette, use of fonts.</p>\n\n\n\n<p>Because I just find it almost inevitable that at some point we&#8217;re gonna be talking to the website building process, and we&#8217;re gonna be saying, I want a homepage with a picture of a stadium in the background with these words, and then you&#8217;ll see what it puts out and actually no change the font. Make it H2 instead of an H1 and so on. Do you think that&#8217;s closer than I&#8217;m imagining? Cause I&#8217;m still thinking that&#8217;s decades off.</p>\n\n\n\n<p>[00:29:49] Andrew Palmer: Oh, it&#8217;s definitely not decades off. It&#8217;s 24 months off. You know, if you really, really get into it because, um, Google are working on image generation. But let&#8217;s also not forget that AI can examine an image and see what&#8217;s in it. So, the stock Adobes, the Shutterstocks of this world will think, well, hang on a second, we can tie up with an AI and ask it to recognize this gray head fella in a rowing boat, doing some fishing, whatever, no offense Nathan, and then produce that image.</p>\n\n\n\n<p>And it would be, it wouldn&#8217;t necessarily have to be an AI generated image because there are millions of, of images out there. And imagine if you&#8217;ve got the WordPress repository with that&#8217;s now, and I&#8217;ve forgotten the name of where the images are on WordPress, but…</p>\n\n\n\n<p>[00:30:34] Nathan Wrigley: Openverse.</p>\n\n\n\n<p>[00:30:36] Andrew Palmer: So Openverse is an AI feeder of images. You know, I want a nice lakeside image with no people in it, because that&#8217;s part of the Openverse terms and conditions. There&#8217;s no people in it, but I want a nice lakeside view, in landscape and I want the sun to be shining. And the AI will go out and search that, find that, and place it within your Gutenberg block.</p>\n\n\n\n<p>[00:30:55] Nathan Wrigley: It&#8217;s interesting because I wonder, I wonder if people, so the particular next thing I&#8217;m gonna say relates to Bertha.ai. So I wonder if it&#8217;s got content creators, people whose job is to create copy. She&#8217;s got them shaking in their boots.</p>\n\n\n\n<p>And also, I wonder if this event that we&#8217;re at WordCamp Europe, 2022. I wonder if in two or three years time given everything that you&#8217;ve just said, maybe coming down the pipe, if it will be a totally different experience. The whole build process will be different and we&#8217;ll be concerning ourselves with all sorts of other things.</p>\n\n\n\n<p>And the block editor might be a very, very different thing. And page builders look different. With the rate of change, and the fact that AI can sort of seed itself and make itself cleverer, much, much more quickly than we can, I do wonder what it&#8217;s gonna be like in a few years.</p>\n\n\n\n<p>[00:31:40] Andrew Palmer: There are some very clever people out there as well. You know, let&#8217;s not name drop too many people. Elementor for instance, who&#8217;ve got their cloud version now. In there, there&#8217;s a, a workflow and say, what type of websites you want? What do you want it to look like? What&#8217;s the colorways and boom, there it is. Extendify doing the same. You&#8217;ve got all the content blocks. What do you want in there? And you take you through a workflow.</p>\n\n\n\n<p>WordPress will do that with their new $5 a month package, you know, and hosting and they&#8217;ll, they will build your website on the fly and, and, BoldGrid, I think it&#8217;s BoldGrid by, InMotion. It&#8217;s like a page builder that people don&#8217;t actually know about, but when I got into conversations with InMotion about them buying Elegant Marketplace, and I was basically a Divi marketplace, I&#8217;m saying, why don&#8217;t we make stuff BoldGrid, because you can go in there and say, I want a florist website.</p>\n\n\n\n<p>Press a button, you&#8217;ve got 10 pages of flourish websites with all the images and the text. All you do is go in and edit the text. So that&#8217;s not AI, that&#8217;s just intelligent people saying, this is how we want people to build websites. So, with the advantages of AI and people like Matthew Renze, who I met in Las Vegas a few weeks ago. He&#8217;s at the top level of AI, and some conversations that I have with him, what&#8217;s coming, man is gonna blow your head off. It&#8217;s crazy what&#8217;s coming.</p>\n\n\n\n<p>[00:32:57] Nathan Wrigley: On that bombshell. Andrew Palmer. Thanks for joining us.</p>\n\n\n\n<p>[00:33:00] Andrew Palmer: You&#8217;re more than welcome Nathan. Thanks for letting me rabbit it on.</p>\n</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, 24 Aug 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:130:\"WPTavern: Theme Redone: A New Block-Based Starter Theme for Building WordPress Websites and Gutenberg Blocks with an MVC Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137284\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"https://wptavern.com/theme-redone-a-new-block-based-starter-theme-for-building-wordpress-websites-and-gutenberg-blocks-with-an-mvc-framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5612:\"<p>In the days before Gutenberg, the maturity of the WordPress theme ecosystem offered a diverse selection of dozens of well-known starter themes where developers were likely to find one that suited their individual preferences or could easily be modified. Theme authors have frequently <a href=\"https://wptavern.com/ask-the-bartender-is-there-a-starter-for-building-block-themes\">asked if there is a good starter theme for building block themes</a>, but at the moment there are really only a handful, as the block themes era is just dawning. </p>\n\n\n\n<p>WebREDONE, a Serbia-based web agency, has open sourced its new starter theme, <a href=\"https://webredone.com/blog/wordpress-theme-starter-theme-redone/\">Theme Redone</a>, that offers a foundation for building websites and Gutenberg blocks with an MVC framework:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>We’ve taken the inspiration from Laravel and other similar projects that really approached this aspect of coding cleverly and made it a breeze to organize and reason about the code.</p>\n\n\n\n<p>In Laravel, we would write plain old PHP for the logic, and then we would use Blade templates for the View layer, we also have model, view, and controller files to separate the concerns and organize code logically and efficiently. We have adopted that same approach but in the context of the WordPress environment. Conceptually, the way we organize code is similar to Laravel, but with a few differences.</p>\n</blockquote>\n\n\n\n<p>Theme Redone brings this approach to Gutenberg block files, identifying a &nbsp;<a href=\"https://webredone.com/theme-redone/gutenberg-blocks-framework/block-structure/model-json/\">model.json</a>,&nbsp;<a href=\"https://webredone.com/theme-redone/gutenberg-blocks-framework/block-structure/controller-php/\">controller.php</a>, and&nbsp;<a href=\"https://webredone.com/theme-redone/gutenberg-blocks-framework/block-structure/view-latte/\">view.latte</a> file. It uses the Latte templating engine. The JSON file contains the fields schemas with the data passed through to controller.php where it can be filtered or modified before getting passed to view.latte to be rendered on the front end. </p>\n\n\n\n<img />Theme Redone Latte template files example\n\n\n\n<p>The starter theme uses Gulp 4 and ESBuild for compilation and watching tasks, configured to support React, Svelte, Vue, and Petite Vue out of the box. Its <a href=\"https://github.com/webredone/theme-redone\">GitHub page</a> summarizes everything included in the framework:</p>\n\n\n\n<ul><li>&nbsp;<a href=\"https://webredone.com/theme-redone/why-latte-as-a-templating-engine/\">Latte templating engine</a>&nbsp;for its beautiful syntax and a more streamlined and manageable workflow</li><li>&nbsp;EsBuild/Webpack + Gulp task tasks for&nbsp;<a href=\"https://webredone.com/theme-redone/scss-and-js-compilation-bundling/\">compiling SCSS and JS</a></li><li>&nbsp;SCSS (SMACSS folder/files structure)</li><li>&nbsp;Javascript (ES8 and React/Svelte/Vue support, thanks to EsBuild and Babel)</li><li>&nbsp;In-theme&nbsp;<a href=\"https://webredone.com/theme-redone/gutenberg-blocks-framework/\">framework for building Gutenberg blocks</a>&nbsp;in a streamlined and standardized way</li><li>&nbsp;<a href=\"https://webredone.com/theme-redone/gutenberg-blocks-framework/trb-cli/\">TRB CLI</a>&nbsp;helper for scaffolding new Gutenberg blocks</li><li>&nbsp;<a href=\"https://webredone.com/theme-redone/simple-grid-system/\">Bare-bones grid system</a>&nbsp;coded with Flex and CSS variables (about 15 lines of code)</li><li>&nbsp;<a href=\"https://webredone.com/theme-redone/theme-functions/\">Helper functions</a>&nbsp;for repetitive tasks such as rendering images, links, SVG code, and more</li><li>&nbsp;Just a few&nbsp;<a href=\"https://webredone.com/theme-redone/javascript-ui-elements-classes/\">well-written UI components</a>&nbsp;to get you started (we don’t like bloat in our code): Modal, Accordion, Tabs, Menu, Dropdowns, Sliders, and simple “in view fade-in transitions”</li><li>&nbsp;<a href=\"https://webredone.com/theme-redone/svg-handling/\">SVG support</a></li><li>&nbsp;<a href=\"https://webredone.com/theme-redone/debugging-tracy/\">Tracy Debugger</a>&nbsp;to help us make sure we write stable and error-free code</li></ul>\n\n\n\n<p>WebREDONE has developed a fast way to create new blocks through its <a rel=\"noreferrer noopener\" href=\"https://www.npmjs.com/package/@webredone/trb-cli\" target=\"_blank\">TRB CLI (Theme Redone Blocks)</a> NPM package, which will instantly create a new block with a single terminal command. It includes a custom UI along with the block preview image. The UI looks out of place inside block editor and somewhat more restricted in terms of controls available to users. This may not matter if the agency is creating sites that are not edited by users, but it seems confusing. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The theme&#8217;s creators have also written <a href=\"https://webredone.com/theme-redone/\">50 pages of documentation</a> over the course of two months, including how to get started, working with the template files, the theme&#8217;s helper functions, block structure within the framework, and more. </p>\n\n\n\n<p>Theme Redone is an opinionated starter theme. WebREDONE decided to share it because it saves their agency time. It may not work for everyone, but it&#8217;s interesting to see the diverse ways agencies are evolving their tools to build websites more efficiently in the block era. Check out Theme Redone <a href=\"https://github.com/webredone/theme-redone\">on GitHub</a> for detailed installation instructions.</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, 24 Aug 2022 00:18:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WPTavern: WooCommerce.com Brings Back Sandbox Sites for Testing Extensions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/woocommerce-com-brings-back-sandbox-sites-for-testing-extensions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3245:\"<p><a href=\"https://woocommerce.com/\">WooCommerce.com</a> is bringing back a feature that made it possible for customers to test extensions in a sandbox environment before purchasing them. Select extensions can be loaded up on a private test site for 30 days before the site self-destructs.</p>\n\n\n\n<p>Although WooCommerce.com already offers a 30 day money back guarantee if users are unhappy with a purchase, the sandbox testing offers a frontline prevention for customers having to invoke the money back guarantee. It saves both parties time and resources by allowing customers to test extensions against their unique inventory of needs without committing to buy.</p>\n\n\n\n<p>The flow for this feature is strategic in that it requires prospective customers to log in or create an account in order to test an extension. This enables users to come back and revisit their test sites later during the decision-making process. WooCommerce.com can also collect data on how many sandboxes are started for each of its extensions and determine which ones are struggling to convert. I would not be surprised if WooCommerce ends up streamlining these sandboxes for better conversions.</p>\n\n\n\n<img />\n\n\n\n<p>In my test of this feature I chose the WooCommerce Pre-Orders extension. Once logged in, the site loaded up in seconds with the extension already activated on an empty store. I was successfully able to create a product as being available for pre-order.</p>\n\n\n\n<img />\n\n\n\n<p>The live testing feature is not yet available for all extensions. WooCommerce engineer Rémi Corson reports that it&#8217;s currently active on the following products (with more on come in the future): follow-up emails, product add-ons, product CSV import suite, product vendors, table rate shipping, bookings, checkout field editor, points and rewards, and  pre-orders. Any of the available extensions can be simultaneously activated on an existing test site.</p>\n\n\n\n<p>WooCommerce.com&#8217;s sandbox sites are set up strictly for testing extensions in a simple way. This may not be the best if you need to rule out conflicts with other extensions during your tests. The test sites do not allow you to install a different theme or add any other plugins.</p>\n\n\n\n<p>In most cases, the live testing feature should be adequate to answer most questions users have prior to purchasing an extension. It&#8217;s also great for demonstrating to a client in case of the necessity to justify the expense. Some of these extensions are in the range of $100-$249/year billed annually, which is not a trivial expense for people who are just getting started with a store and wondering if the extension will suit their needs.</p>\n\n\n\n<p>WooCommerce.com is one of many digital product creators in the WordPress space that already employs this type of testing, though the life of the sandbox varies from an hour to several weeks. Offering instant live testing is definitely the way to go if you don&#8217;t want to offer a free version of your extension where users would pay to upgrade. It saves users the hassle of having to set up their own test sites and get a refund, but also allows them to truly browse a host of commercial add-ons that they may not have otherwise thought to explore.</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, 23 Aug 2022 01:37:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:88:\"WPTavern: WordPress 6.1 to Add a Block Themes Filter to Menu on the Theme Install Screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137238\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wptavern.com/wordpress-6-1-to-add-a-block-themes-filter-to-menu-on-the-theme-install-screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1575:\"<p>In July, WordPress&#8217; Themes and Meta teams collaborated to <a href=\"https://wptavern.com/wordpress-themes-directory-adds-block-themes-to-filter-menu\">add a new “Block Themes” menu item</a> to the filter menu on the directory homepage in an effort to improve block themes&#8217; visibility. <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">Block themes</a> currently account for less than 2% of the directory&#8217;s 9,900 themes but activating one is the only way users can take advantage of WordPress&#8217; full-site editing capabilities.</p>\n\n\n\n<p>Not all users hunt for their next theme directly on WordPress.org. One reason is that browsing themes inside the admin allows for using the Live Preview feature to see how the theme might look with a site&#8217;s particular content.  Four weeks ago, WordPress contributor Jessica Lyschik <a href=\"https://core.trac.wordpress.org/ticket/56283\">opened a ticket</a> proposing to add the same Block Themes filter menu to the theme browsing experience inside the admin.</p>\n\n\n\n<img />image source: ticket <a href=\"https://core.trac.wordpress.org/ticket/56283\">#56283</a>\n\n\n\n<p>The code to add this menu item was <a href=\"https://core.trac.wordpress.org/ticket/56283#comment:17\">committed</a> and users will be able to filter for block themes in WordPress 6.1, expected on October 25, 2022. This change also introduces two new action hooks:  <code>install_themes_pre_block-themes</code> (fires before the tab is rendered) and <code>install_themes_block-themes</code> (fires at the top the tab).</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, 22 Aug 2022 21:20: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"Gutenberg Times: Experimental APIs, Testing Fluid Typography, Twenty-Twenty-Three Kick-off and more — Weekend Edition 226\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21854\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://gutenbergtimes.com/experimental-apis-testing-fluid-typography-twenty-twenty-three-kick-off-and-more-weekend-edition-226/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22740:\"<p>Howdy, </p>\n\n\n\n<p>Lots of things happening on the block editor side of WordPress. A new WordPress homepage is now available! Join a new call for testing by Anne McCarthy for Full-site Editing and another one by  Justin Tadlock for the Fluid Typography in themes.  </p>\n\n\n\n<p>This is a round-up of many articles, blog posts and updates from various teams, and extenders. It might not have been the right time to take a two week break. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-g\">Gutenberg Plugin Releases</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-site-owners-and-nocode-site-builders-using-the-block-editor\">Site owners and nocode site builders using the Block editor</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-upcoming-word-press-events\">Upcoming WordPress events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#6-word-camps-around-the-world\">WordCamps around the World</a></li><li><a href=\"https://gutenbergtimes.com/feed/#8-learn-word-press-online-meetups\">Learn WordPress Online Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>WordPress meta , design and marketing teams collaborated to revamp the design on the WordPress.org homepage and download page. They built it in public, with all the scrutiny that comes with it. The first version went live this week. More of course is certainly to come. </p>\n\n\n\n<img />\n\n\n\n<p>You can read more on the genesis of the homepage via the following posts: </p>\n\n\n\n<ul><li><strong>Nicholas Garofalo</strong> (marketing team)  <a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">Project Kickoff: WordPress.org Homepage and Download page redesign</a></li><li><strong>Channing Ritter</strong> (design team) <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\">Project Update: WordPress.org Homepage and Download page mockups</a></li><li><strong>Alex Shiels</strong> (meta team) <a href=\"https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/\">Developing the redesigned Home and Download Pages</a></li></ul>\n\n\n\n<p>This is an interative process, and more pages on .org are in the works. The next step is to get the Navigation right, as with 12 top-level menu items it&#8217;s confusion and can send people into decision paralysis as to where they might find the relevant information. The discussion was kicked-off by <strong>Matt Mullenweg</strong>, co-founder of WordPress in his latest post: <strong>Navigation</strong>. With so many different target audiences, content creators, plugin and themes developers, contributors, free-lance and agency developers, developers at companies, #nocoe site builders, there is probably not one pathway into the information about wordPress. What do you think? Chime in. </p>\n\n\n\n<p><strong>Jamie Marsland,</strong> poweruser of the block editor, video creator and educator on all thing block editor, asked in his video <a href=\"https://www.youtube.com/watch?v=mRrrYGpz9Qo\"><strong>Can I re-create the new WordPress home page in 20 minutes?</strong></a>.  </p>\n\n\n\n<p><strong>Sarah Gooding</strong>, WPTavern, has more details for you:  <a href=\"https://wptavern.com/jamie-marsland-recreates-wordpress-org-homepage-in-20-minutes-using-the-block-editor\">Jamie Marsland Recreates WordPress.org Homepage in 20 Minutes Using the Block Editor</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In here <a href=\"https://make.wordpress.org/design/2022/08/15/design-share-aug-1-12/\"><strong>Design Share: Aug 1–12</strong></a>, <strong>Channing Ritter</strong>, gives a shout-out to the work in progress from the design team. Among other things, she highlights: </p>\n\n\n\n<ul><li>Visual template building</li><li>Pre-publish&nbsp;sidebar&nbsp;summary section</li><li>Editor welcome guide with setup</li><li>Global Styles previews</li><li>Stepped Slider</li></ul>\n\n\n\n<p>All could use your input while in the process of being designed. Chime in on the linked GitHub issues. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Andrew Ozz</strong>, Core Committer, explained in his latest post the <a href=\"https://make.wordpress.org/core/2022/08/18/wordpress-development-setup/\"><strong>WordPress Development Setup</strong></a> and answered questions, like: &#8220;Why is Gutenberg being developed on GitHub or why is Core not being developed there?&#8221; and &#8220;Is Gutenberg a WordPress&nbsp;feature plugin?&#8221; He started out stating: <em>Core is Gutenberg and Gutenberg is Core. </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>After discussion over several months, <strong>Adam Zielinski </strong>published a <a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\"><strong>Proposal to stop merging experimental APIs from Gutenberg to WordPress Core</strong></a>. The Gutenberg plugin is in active development and new features are created all the time. These new features come also with new APIs that are declared &#8216;experimental&#8217; until the team is sure that it&#8217;s a prudent implementation for this part of block editor. </p>\n\n\n\n<p>When a major WordPress release is worked on, Gutenberg plugin code is merged with WordPress Core, and when these experimental APIs make it into the stable version of WordPress, they also earn consideration for backwards compatibility and de-facto code that needs to be maintained for a  few versions before they can be deprecated again.  </p>\n\n\n\n<p>Adam Zielinski suggests that before a feature makes it into Core that experiemental APis are audited and either are not merged into WordPress or worked on to migrate them as stable APIs. If a feature depending on  an experiemental API is not yet stable enough, and other features also depend on the API, both should not be deemed mergable to the next major WordPress version. </p>\n\n\n\n<p>Other developers caution, that it might slow down the pace when new block editor features come to WordPress. For the impatient that might be of concern, I also have the feeling that it&#8217;s not a bad thing, when Gutenberg latests features stay in the oven to bake a little longer before they are merged and used by millions of people. </p>\n\n\n\n<p><strong>Sarah Gooding </strong>also <a href=\"https://wptavern.com/new-proposal-calls-for-contributors-to-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core\"><strong>New Proposal Calls for Contributors to Stop Merging Experimental APIs from Gutenberg to WordPress Core</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-71-fluid-typography-block-api/\">Gutenberg Changelog #71 – Gutenberg 13.8, Fluid Typography, updates to the  Block API and more</a> &#8211; with co-hosts Grzegorz Ziolkowski and Birgit Pauli-Haack </p>\n</div></div>\n\n\n\n<h3 id=\"1-g\">Gutenberg Plugin Releases</h3>\n\n\n\n<p><strong>Sarah Gooding</strong> wrote about Gutenberg 13.8 on the WP Tavern. <a href=\"https://wptavern.com/gutenberg-13-8-introduces-fluid-typography-support-and-revamped-quote-block\"><strong>Gutenberg 13.8 Introduces Fluid Typography Support and Revamped Quote Block</strong></a></p>\n\n\n\n<p>With Gutenberg 13.8, the first implementation of fluid typography is available. <strong>Justin Tadlock</strong> posted a Call for <strong><a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\">Testing and Feedback for the Fluid Typography Feature</a> </strong>asking theme developer to stress test the feature with classic, hybrid and block themes and various other scenarios. </p>\n\n\n\n<p>In the meantime Gutenberg 13.9 was released. <strong><a href=\"https://twitter.com/oandregal\">André Maneiro</a></strong> was the release lead and published the posted <a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\"><strong>What’s new in Gutenberg 13.9? (17 August)</strong></a>. It adds tooltips to Image block, and a long-awaited <strong>View Site</strong> link for the site editor. Now you have a one click method to see the actual design you are building with your templates. </p>\n\n\n\n<img /><em>Tooltips enhancements of the Image block</em>\n\n\n\n<p><em>On the Gutenberg Changelog we will produces a double-feature  episode at the beginning of September with the 13.9 and 14.0 releases and more. </em></p>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Justin Tadlock</strong> explains in his post <strong><a href=\"https://gutenbergtimes.com/layouts-and-wide-alignments-in-wordpress-then-now-and-upcoming-changes/\">Layouts and Wide Alignments in WordPress: Then, Now, and Upcoming Changes</a></strong> the progress with align wide and full width settings of blocks its behavior as inner blocks, or in template parts. Sometimes the settings causes ompatibility issues for classic theme adoption of&nbsp;<code>theme.json</code>. Tadlock has some clarifying code examples and use cases, and also mentioned what&#8217;s in the works to help any theme developer to control their layouts and at the same time allow for different width of blocks. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Channing Ritter,</strong> WordPress Design Team posted the <a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\"><strong>Twenty Twenty-Three default theme —&nbsp;Project kickoff</strong></a>. First she introduces the the base theme, and then invites theme developer from the community to submit their Style variations via GitHub. <em>Colin Chadwick</em> submitted the <a href=\"https://github.com/WordPress/twentytwentythree/issues/34\">first style variation called Maresa</a> already. Ritter also has a few tips on how to create Style variations, amont them to use the <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme plugin</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego</strong> recently published an article on <strong><a href=\"https://wpengine.com/builders/per-block-stylesheets/\">Exploring Per-Block Stylesheets in Block Themes</a></strong>. You will learn how to conditionally register per-block stylesheets with&nbsp;<code>wp_enqueue_block_style</code>&nbsp;as well as a more advanced registration technique using this function. Diego also discussed the advantages and disadvantages of such an approach.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Caroline Nymark</strong> updated her<a href=\"https://marketplace.visualstudio.com/items?itemName=CarolinaNymark.wordpress-block-markup\"><strong> Code Block markup Extension for VS Code</strong></a>. For the version 1.3 she added the markup for the new blocks and patterns: the Avatar Pattern, the No results block, the Read More block and the experimental Table of Contents block. She also added Block Pattern php file header and the Cmment template part section.  </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 id=\"2-site-owners-and-nocode-site-builders-using-the-block-editor\">Site owners and nocode site builders using the Block editor</h2>\n\n\n\n<p>In his post <a href=\"https://www.anarieldesign.com/create-a-wordpress-website-with-block-fse-theme/\"><strong>Create a WordPress website with a Block (FSE) Theme ( Beginner Friendly)</strong></a> <strong>Marko Segato, </strong><a href=\"https://twitter.com/AnarielDesign\">Anariel Design</a><strong> </strong>walks you through the process of creating a website with an FSE theme from scratch and explore the latest WordPress features. It&#8217;s a primer that takes site owners from selecting hosting to add content, and additional functionality on a new WordPress site. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/m_munirkamal\">Munir Kamal</a></strong>, Gutenberg Hub, shows you in his video:  <a href=\"https://www.youtube.com/watch?v=wiqTAonZ9no\"><strong>How to Create Image Sliding Overlay Hover Effect in WordPress using CSS</strong></a> and how to create the creative content design in Gutenberg using default blocks without a 3rd party block plugin</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In <a href=\"https://speckyboy.com/enhance-custom-layouts-wordpress-block-editor/\"><strong>Three Ways to Enhance Custom Layouts with the WordPress Block Editor</strong></a>, <strong>Eric Karkovack</strong> shows you how to create layout by writing CSS, set default styles via theme.json and or customize your site via the Editor Plus plugin</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> reported that Automattic is <a href=\"https://wptavern.com/gutenberg-editor-now-in-testing-on-tumblr-and-day-one-web-apps\"><strong>now testing the Gutenberg editor on Tumblr and Day One web apps</strong></a>. She also went and tested the beta experience on her Tumblr account. This is her review. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his opinion piece, <strong>Jamie Marsland </strong>wonders <a href=\"https://www.pootlepress.com/2022/07/are-gutenberg-third-party-plugins-heading-in-the-wrong-direction/\"><strong>Are Gutenberg Third Party Plugins heading in the wrong direction?</strong></a> In a clever back and forth with scenes from the movie Jurrassic part, Marsland, also answers the question what Dinosaurs have to do with WordPress and Gutenberg editor. It&#8217;s an interesting perspective on a discussion on how plugin follow along core development or isolate their features from future core development and by that lock any plugin use in their specific functionality and architecture. </p>\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>The workshop: <a href=\"https://wordpress.tv/2022/08/10/using-the-create-block-tool/\"><strong>Using the create-block Tool</strong></a>, with <strong>Jonathan Bossenger</strong> is not available on WordPressYC. &#8220;The WordPress create-block tool allows you to quickly scaffold a new block plugin. You will learn what you need to get started with create-block, how to use it, and review the code it generates.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Adam Zielinski</strong> posted a tutorial on how to <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/data-basics/\"><strong>create your First App with Gutenberg Data</strong></a> in the block editor handbook.  This tutorial aims to get you comfortable with the Gutenberg data layer. It guides you through building a simple React application that enables the user to manage their WordPress pages. It had five chapters. You&#8217;ll learn the environment setup, build a basic set of pages, create an edit form, create a page form and how to add a delete button.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> covered in his live stream on <a href=\"https://www.youtube.com/watch?v=9fldNvfWW7U\"><strong>how to access and use attributes from other blocks in a custom block.</strong></a> He followed up on a <a href=\"https://github.com/ryanwelcher/twitch/issues/16\">suggestion by David Gwyer</a>, who had a use case for consuming a block&#8217;s attributes from another block on the same page.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Another post by <strong>Adam Zielinski </strong>describes <strong><a href=\"https://make.wordpress.org/core/2022/08/19/a-new-system-for-simply-and-reliably-updating-html-attributes/\">A new system for simply and reliably updating HTML attributes</a>. </strong>In collaboration with Dennis Snell and Grzegorz Ziolkowski, the team introduce a dedicated tool for reliably updating the HTML markup. It’s called <code>WP_HTML_Walker</code> PHP class. The article provides code examples with <code>preg_replace</code> and explain why this is method is prone to errors and adjustments. The underlying code for the WP HTML Walker class takes advantage of the same official HTML specification major browser engines use as well. <a href=\"https://make.wordpress.org/core/2022/08/19/a-new-system-for-simply-and-reliably-updating-html-attributes/\">More details and explanations are in the post.</a> To <a href=\"https://github.com/WordPress/gutenberg/pull/42485\">review the Pull Request</a> join the conversation on GitHub. </p>\n\n\n\n<p><strong>Grzegorz Ziolkowski</strong> <a href=\"https://twitter.com/gziolo/status/1560587316371918850\">tweeted:</a> &#8220;I’m glad to see this proposal that should make it more ergonomic to adjust the attributes in HTML rendered by blocks or in other areas of WordPress.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"5-upcoming-word-press-events\">Upcoming WordPress events</h2>\n\n\n\n<p><strong>November 18, 2022</strong><br /><a href=\"https://www.wordfest.live/2022/november/\"><strong>WordFest Live 2022</strong></a></p>\n\n\n\n<p><strong>October 11-13, 2022</strong><br /><a href=\"https://woosesh.com/\"><strong>WooSesh 2022</strong></a></p>\n\n\n\n<h3 id=\"6-word-camps-around-the-world\">WordCamps around the World</h3>\n\n\n\n<p>September 2 + 3, 2022<br /><strong><a href=\"https://jinja.wordcamp.org/2022/\">WordCamp Jinja 2022</a></strong>, about 2 hrs West of Kampala, Uganda. Calls for sponsors, speakers, and volunteers are open now.</p>\n\n\n\n<p>September 3 + 4, 2022<br /><a href=\"https://kathmandu.wordcamp.org/2022/\"><strong>WordCamp Kathmandu</strong></a>, Nepal</p>\n\n\n\n<p>September 9 – 11, 2022<br /><strong><a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a></strong>&nbsp;in San Diego</p>\n\n\n\n<p>September 15 + 16, 2022<br /><a href=\"https://netherlands.wordcamp.org/2022/\"><strong>WordCamp Netherlands</strong></a>&nbsp;at the&nbsp;<a href=\"https://www.burgerszoo.com/\">Royal Burger’s Zoo</a>&nbsp;in Arnhem</p>\n\n\n\n<p>September 24 + 25, 2022<br /><a href=\"https://pontevedra.wordcamp.org/2022\"><strong>WordCamp Pontevedra</strong></a></p>\n\n\n\n<p>February 17 – 19, 2023<br /><strong><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia</a></strong>, Bangkok, Thailand<br /><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Call for speaker was just published</a>. Deadline: September 15th, 2022 (UTC +7)<br />Contributor Day is planned for February 17, 2023 (Day 1)</p>\n\n\n\n<h3 id=\"8-learn-word-press-online-meetups\">Learn WordPress Online Meetups</h3>\n\n\n\n<p>August 25, 2022 &#8211; 3 pm EDT / 19:00 UTC<br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287686993/\">Exploring the Power of Block Variations</a></strong> with Nick Diego</p>\n\n\n\n<p>September 6, 2022 4 pm EDT / 20:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287786811/\"><strong>The Creative Side of Blocks, Vol. 2</strong></a> with Brian Gardner</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><em>Featured Image: Photo by Nick Nice on Unsplash</em></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Aug 2022 13:00: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Post Status: Languages of Contribution and Creation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=106167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/lets-not-lose-the-creator-economy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16542:\"<div class=\"wp-container-11 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">The Creator Economy owes a lot to WordPress, but that doesn\'t mean WordPress is valued or even understood by Creators as an open source project and community. Are the stories we tell and the words we use compelling to newcomers and the younger generations we need to succeed us? Is the story and language that got WordPress where it is adequate to take it where it wants to go? </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\" id=\"block-8a500c95-b0bb-4e84-9b38-6d634a0946b2\">I\'ve appreciated much of the criticism that\'s been offered to the Five for the Future program in the last few weeks. It represents an investment in time, thought, and care of a lot of people who all have positive intentions, however harsh many of the more candid takes have been. </p>\n\n\n\n<p id=\"block-8a500c95-b0bb-4e84-9b38-6d634a0946b2\">And it has been a real heap of opinion that\'s not easy to sort. Still, it\'s been an occasion to learn and think more deeply about the culture and history of WordPress, how things work or don\'t work. WordPress needs that.</p>\n\n\n\n<blockquote><p>It\'s not a bad thing if pushback on some concepts like &#8220;tragedy of the commons&#8221; and &#8220;free riders&#8221; drives us to find better ones.</p></blockquote>\n\n\n\n<p id=\"block-e9c2d9c0-bab0-4396-8095-5420f2f96305\">It\'s not a bad thing if pushback on some concepts like &#8220;tragedy of the commons&#8221; and &#8220;free riders&#8221; drives us to find better ones. Clarifying language and coming to some consensus about the terms and definitions that help people understand the project is really important.</p>\n\n\n\n<p id=\"block-718bb272-a14c-4904-ab72-ded6fd3e100e\">However, a lot of valid points about those terms and the details of the 5ftF program got deep into the weeds or focused on things that simply are what they are and aren\'t going to change.</p>\n\n\n\n<p>(That\'s the stuff that gets labelled &#8220;drama&#8221; and falls on deaf ears or gets batted around unhelpfully by people who should have better things to do.  Everyone has heard it a million times. Don\'t worry, I\'m not going to touch any of it.)</p>\n\n\n\n<h2 id=\"block-5c310172-f0f5-4a15-89fb-9d9383586416\">We can only move forward, but are we living in the past?</h2>\n\n\n\n<p id=\"block-6c135ce9-57d9-48af-8a0d-e0bd756ba174\">As an open source project, the only question that really matters is, &#8220;What will drive WordPress forward?&#8221; Not in an ideal or theoretical world but with the army we have.</p>\n\n\n\n<p id=\"block-563ef72a-ad24-4271-bdaa-2d540b279c33\">Or, <a href=\"https://make.wordpress.org/project/2022/08/01/open-source-and-the-free-rider-problem/\">as Josepha Haden-Chomphosy put it</a>: &#8220;How can we rebalance the tenacious need for contribution with the immense benefit WordPress brings to everyone&#8221; in the WordPress ecosystem?</p>\n\n\n\n<p id=\"block-cb7c0968-427e-4652-8704-a63477ffcd44\">That question got lost in the reactions, but it\'s the one that matters most.</p>\n\n\n\n<blockquote><p>Notice how these words are delicately balanced and easily tipped over. You can read &#8220;tenacious need for contribution&#8221; as a threatening demand — a clawback on a &#8220;benefit&#8221; you might not consider &#8220;immense&#8221; or as immense as someone else\'s.</p></blockquote>\n\n\n\n<p id=\"block-907aaa2f-8d3f-45af-9c7a-9bfe571224f6\">Notice how these words are delicately balanced and easily tipped over. You can read that &#8220;tenacious need for contribution&#8221; as a threatening demand — a clawback on a &#8220;benefit&#8221; you might not consider &#8220;immense&#8221; or as immense as someone else\'s. You can read it as a description of scarcity all on one side and abundance all on the other. You could tear it up and set it on fire. </p>\n\n\n\n<p>And some people do do that. </p>\n\n\n\n<h2>The world as it is</h2>\n\n\n\n<p id=\"block-42326f40-b8b4-4d74-af21-e69be310347a\">Especially in the world of WordPress extenders, builders, and generally small business operators doing well enough to start a podcast or opinion blog, this seems to be where we get stuck. (That\'s the big, long tail of the open source communities I\'ve been in for two decades.) I\'ve watched this all happen before around an open source CMS that once dominated the market. Imbalances, inequities, and unfairness got emphasized, and the community didn\'t get past its deadlock of grievances.</p>\n\n\n\n<p id=\"block-42326f40-b8b4-4d74-af21-e69be310347a\">I\'m not going to say there aren\'t imbalances and all the playing fields are perfectly level because that\'s not true. (It never is, anywhere.) But I will say it doesn\'t do any good to keep saying this. Repetition of failed patterns is not just a definition of derangement, it is a failure to grow into mature thinking. To really face the world as it is requires a capacity for living with apparently unsolvable contradictions. It is less about &#8220;being smart&#8221; and more about a tolerance for the mental stress and pain of not having control or all the answers. It\'s fucking hard, but not being able to do it does harm to individuals and the groups they\'re in. </p>\n\n\n\n<blockquote><p>We can cope better with hard problems and survive to solve them another day if we first get ourselves united around common interests, motivations, and values. And that is the task our oldest, most adapatable, legacy systems — human languages — were invented to do as we muddle along together on this planet.</p></blockquote>\n\n\n\n<p id=\"block-505bdd5e-f2fe-4c3c-9673-566df571dcf1\">I\'m also not going to say we can make deep problems disappear by not talking about them or by using evasive language. I do think we can cope better with hard problems and survive to solve them another day if we first get ourselves united around common interests, motivations, and values. And that is the task that human languages were invented for.</p>\n\n\n\n<p id=\"block-24ad1539-b961-418f-b0f9-9d1098a1392a\">There\'s nothing like an external threat to unite people, usually. Lately there\'s been a lot of concern about the end to growth and possible losses in WordPress\' market share. I\'d worry more about losing relevance with younger generations of people with different outlooks, interests, and needs. That\'s people doing stuff. It\'s real. Market share will always be a statistic that dimly reflects what people are doing long after they started doing it. Today\'s failure to connect and communicate won\'t register on <a href=\"https://trends.builtwith.com/cms\">the BuiltWith pie chart</a> for years when it\'s too late to get in front of.</p>\n\n\n\n<h2>Creators in community</h2>\n\n\n\n<p id=\"block-7dad336b-aaf2-4a48-a2c5-be3f8cb710ce\">So let\'s talk about the &#8220;Creator Economy.&#8221; It\'s not a trend but a pretty established thing now. Creators with a course, service, or product to sell generally don\'t want to focus too much on tools and even less on code — unless code is their service or product.</p>\n\n\n\n<blockquote><p>That\'s where WordPress should be, and in a sense it is, but it uses the language of a 20 year-old open source project that is illegible to people in their 20s today.</p></blockquote>\n\n\n\n<p id=\"block-7d4fd33c-af8a-440d-807f-2e3f36ae4772\">WordPress and ever-increasing, low-cost, easy-to-use SaaS platforms have enabled Creators to focus on their business. Unlike those of us who were doing this back in the Stone Age, Creators don\'t have to install WordPress, try to bolt on installs of phpBB, GNU Mailman, and learn PHP4 to cope with a once-popular horror like osCommerce. Creators are in, or adjacent to the WordPress community, but they\'re unlikely to participate in it and contribute in the old, traditional ways that start with bugs and hacking. Software that\'s free as in beer and speech isn\'t attractive or even meaningful unless it\'s presented as a useful platform for their particular niche. </p>\n\n\n\n<p id=\"block-7d4fd33c-af8a-440d-807f-2e3f36ae4772\">This is painful to hear, especially if this is how you entered the open source and WordPress community. Many of us became developers, designers, freelancers, communication and marketing consultants, and even product or agency founders this way. That was a different time in a different country — once the main doorway into WordPress, it\'s now a small, creaky backdoor.</p>\n\n\n\n<p id=\"block-f154735a-096a-4c53-a676-455606234ca8\">If you think this means Creators are narcissists and mercenaries who don\'t participate in communities or care about their tools, you are wrong. Helping them organize into communities that give them value is a smart move. WordPress products, especially ecosystem plugins, virtually grow their own communities. With a now-private Facebook page that\'s grown to over 133,000 members, <a href=\"https://elementor.com/\">Elementor is the biggest example of this</a>, and they are pivoting to redefine themselves accordingly. Their identity doesn\'t emphasize a WordPress plugin but a platform (and community) for Creators. </p>\n\n\n\n<p id=\"block-f02749a6-c26d-4c1c-a349-444397d597d0\">That\'s where WordPress should be, and in a sense it is, but it uses the language of a 20 year-old open source project that is illegible to most people in their teens and twenties today. And if they look a little way into the very limited &#8220;WordPress news&#8221; space, Creators aren\'t going to see Creators there. Certainly not a wide range of artists and makers. They may see &#8220;drama&#8221; and arguments, or &#8220;inside-baseball&#8221; like this post.</p>\n\n\n\n<h2 id=\"block-b4807b88-ab9a-4ce7-9086-3d43929ede71\">Craft + Commerce and WordCamp US</h2>\n\n\n\n<p id=\"block-60bdea77-3b00-4542-8adb-25b820780a7d\">I found Joe Casabona\'s &#8220;<a href=\"https://wpreview.io/a-tale-of-two-keynotes/\">Tale of Two Keynotes</a>&#8221; really helpful for understanding some key threats and opportunities WordPress needs to face in the context of today\'s Creator Economy. Joe\'s main point is that Creators focus on earning and growth in their businesses in a context where this message is encouraged and prioritized — and WordPress needs more of that. I\'m not opposed to that view, but it\'s not the main thing I got out of Joe\'s post and want to elaborate here.</p>\n\n\n\n<p id=\"block-3af73ea5-8fda-4846-8a60-557c2b9dc5ee\">Joe looks at the language ConvertKit founder Nathan Barry used to invite community participation in his last keynote for Craft + Commerce, a major conference aimed at Creators in his hometown of Boise, Idaho. Then he looks at the language of participation in Matt Mullenweg\'s speech in <a href=\"https://poststatus.com/post-status-comments-no-4-state-of-the-word-2021-analysis/\">the last State of the Word</a>. </p>\n\n\n\n<p id=\"block-fff2770d-4439-4673-9878-843a5481044a\">Barry emphasized goals that could be summed up as, &#8220;You can and should make a good living doing what you love in the creator economy!&#8221;</p>\n\n\n\n<blockquote><p>Here are the <a href=\"https://poststatus.com/post-status-team-responses-to-the-state-of-the-word-2021/\">Post Status team responses to SotW 2021</a>. Rereading my own remarks, I\'m reminded of how optimistic that moment was — about all the same themes I\'m touching here.</p></blockquote>\n\n\n\n<p id=\"block-98dc48a3-e947-4e5f-8260-33984b488b5d\">Matt emphasized learning through contribution and the danger of more being taken out than given back. What stands out most in my memory is his &#8220;Give a penny, take a penny&#8221; analogy for open source.</p>\n\n\n\n<p id=\"block-18f2b1bb-119f-47db-b4cf-0ec4cb188eec\">(That\'s not a knock on Matt, pennies, his analogy, or least of all the idea that you learn by doing — with others who know more. Post Status is all about that. We repeat &#8220;learn by helping&#8221; all the time. An example of this actually went out in our latest newsletter. But I do think &#8220;learn how to earn together&#8221; is a unique emphasis of the Post Status community within WordPress, and it is closer to Barry\'s language than anything as close to the project as Post Status is.)</p>\n\n\n\n<p id=\"block-2c2832da-0b83-467c-80a9-e5a11f17d025\">As he seemed to intend, Matt\'s keynote reminded me of the values of small towns at their best, where I\'ve lived about half my life. That part of me sees Barry as a bit of a huckster — sure, everyone\'s winner! What exactly is he giving you? Lifetime free access to ConvertKit? Or just high fives?</p>\n\n\n\n<p id=\"block-a1fad17e-5613-49e7-85d8-4783932d616c\">I don\'t see the two keynotes reflecting scarcity versus abundance thinking or even two very different attitudes, but if you wanted to polarize people over them you could. Pick on the vulnerabilities of one, and amplify the strengths of the other. </p>\n\n\n\n<p>There are strengths and limitations to both emphases — Creating and Contributing.</p>\n\n\n\n<p id=\"block-a1fad17e-5613-49e7-85d8-4783932d616c\">What if we tried to combine the strengths of the language of contribution with new, complementary ideas and language from the Creator Economy?</p>\n\n\n\n<h2 id=\"block-145fb39a-674f-43b8-8c1f-67c8f17881cb\">&#8220;Creators&#8221; vs. &#8220;Contributors&#8221;</h2>\n\n\n\n<p id=\"block-9a877702-0b72-40e0-a837-7a43f5155548\">There are strengths and limitations attached to both of these words when they\'re used to define identity and participation in a creative community. <em>Creating</em> and <em>Contributing</em>. They don\'t seem very different until you take a close look.</p>\n\n\n\n<blockquote><p>Creating manages to hold together both ideas of giving <em>and</em> gaining. Creativity is about making things you care about deeply and are inspired to work on. When you create something it\'s a gift to everyone, potentially, and to yourself.</p></blockquote>\n\n\n\n<p id=\"block-254f7428-0dd8-4a8e-adfb-d7d3f458a8eb\">Contributing has distinct emphasis on giving, not getting back. It is a zero-sum transaction between a contributor and recipient of contributions. To use the language of contribution effectively, you probably have to be seen as truly having a greater need than the people you are asking to contribute more. Better yet, they should see themselves as implicitly benefiting from their contributions. </p>\n\n\n\n<p id=\"block-254f7428-0dd8-4a8e-adfb-d7d3f458a8eb\">If they don\'t believe this is true, repeating the old magic words will not work unless you do it live on air, interrupting normal programming until enough contributions have come in. Until next time. (Kind of like Admin Notifications used for upselling premium plugins.) </p>\n\n\n\n<p id=\"block-991b730c-d674-41c3-abf1-e7068185e881\">Creating manages to hold together both ideas of giving <em>and</em> gaining. Creativity is about making things you care about deeply and are inspired to work on. When you create something it\'s a gift to everyone, potentially, and to yourself.</p>\n\n\n\n<h2>So what should we do differently?</h2>\n\n\n\n<p id=\"block-9231192c-53a9-490f-b067-64e4d295c356\">Am I proposing a massive Search and Replace targeting all forms of the word &#8220;Contribute&#8221; in WordPress? Nope. I personally find calling people &#8220;Creators&#8221; more cringey than the older, grammatically tortured term, &#8220;Creatives.&#8221; But I recognize when I am out of date, and I am willing to adapt where I see value in doing so.</p>\n\n\n\n<p id=\"block-9231192c-53a9-490f-b067-64e4d295c356\">I\'m not proposing anything but that we think more carefully about language, tone, and audience. What we emphasize with one word or story as opposed to another may close or open doors with different people. It\'s good to have a lot of options to engage a lot of people. It\'s good to be flexible and adaptable. It\'s good to know what connects and unites.</p>\n\n\n\n<p id=\"block-e55a849a-8cf5-48f7-b311-570266746adf\">Do we know?<br /><br />Can we create it?</p>\n\n\n\n<p id=\"block-2d71356b-5b29-428e-a3e8-3618cb28851a\">Can we teach it to each other?</p>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Aug 2022 03:28:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WPTavern: Join the WordPress World Photography Day Challenge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137161\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/join-the-wordpress-world-photography-day-challenge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3044:\"<img />photo credit: <a href=\"https://wordpress.org/photos/author/chrisedwardsce/\">ChrisEdwardsCE</a>\n\n\n\n<p>In celebration of World Photography Day, WordPress&#8217; Photo Directory team has <a href=\"https://make.wordpress.org/photos/2022/08/18/wordpress-world-photography-day-challenge-2022/\">issued a challenge</a> designed to get people contributing:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><strong>Submit a photo that captures something unique about your local area</strong>, in a way that helps represent the geographic diversity of the WordPress community.</p>\n</blockquote>\n\n\n\n<p>Since its launch, the WordPress Photo Directory has grown to 3,633 free, CC0-licensed photos. The purpose of this challenge is to raise awareness of the directory project and encourage people to contribute photos to expand the collection.</p>\n\n\n\n<p>Photo contributors are encouraged to submit an original image of something from their local area (neighborhood, town, city, or country), such as a landscape, street, local wildlife, nature, or a landmark. In addition to following the directory guidelines, participants should also add the following information to denote their work as part of this initiative: </p>\n\n\n\n<ul><li>(1) The location or where the image was taken (e.g. the city and/or country)</li><li>(2) The word WorldPhotographyDay22</li></ul>\n\n\n\n<p>Photo Directory team contributor Marco Almeida has an additional recommendation for well-known locations that have an English counterpart for the name in the original language:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Quick suggestion for submissions: if you’re uploading a photo that has regional interest and the name of the place is not the same in English and the local language, do repeat the photo description in both languages. For example: “<em>Walking on Lisbon’s sidewalk &#8211; A andar na calçada de Lisboa</em>”. This will ensure the photo is both searchable by “Lisbon” and “Lisboa”.</p>\n</blockquote>\n\n\n\n<p>Submitted photos that are approved may be featured across WordPress.org&#8217;s social media channels. Photo contributors will also get a contributor badge on their WordPress.org profiles, which I was surprised to find on mine after contributing <a href=\"https://wordpress.org/photos/photo/26962070d8/\">a picture of my morning oatmeal</a> a few months ago. </p>\n\n\n\n<img />\n\n\n\n<p>Participants can submit up to five photos at a time but will have to wait until those pass through review before submitting more. If your photo is approved, the Photo Directory team requests you leave a comment on the <a href=\"https://make.wordpress.org/photos/2022/08/18/wordpress-world-photography-day-challenge-2022/\">challenge post</a> with the link to the photo and the story behind it.</p>\n\n\n\n<p>More specific instructions for submitting photos are available in the announcement. If you are a photography enthusiast, this challenge is a great opportunity to give back to the world of free WordPress resources. The challenge will conclude on August 28, 2022.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Aug 2022 01:24:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:100:\"WPTavern: YITH Wonder: A New Free WordPress Theme with Support for WooCommerce and Full-Site Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137134\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/yith-wonder-a-new-free-wordpress-theme-with-support-for-woocommerce-and-full-site-editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3194:\"<p><a href=\"https://yithemes.com/\">YITH</a>, a WooCommerce plugin development company that was <a href=\"https://wptavern.com/newfold-digital-acquires-yith-to-expand-woocommerce-expertise\">acquired by Newfold Digital</a> in March 2022,  has released its first block theme on WordPress.org. <a href=\"https://wordpress.org/themes/yith-wonder/\">YITH Wonder</a> is now listed among 122 other <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">block themes</a> that support full-site editing and have recently <a href=\"https://wptavern.com/wordpress-themes-directory-adds-block-themes-to-filter-menu\">gained their own menu link in the directory</a> to improve their visibility.</p>\n\n\n\n<img />\n\n\n\n<p>YITH Wonder includes 24 different patterns &#8211; many of them aimed at shops. Since the company specializes in WooCommerce products, it&#8217;s no surprise that YITH Wonder offers corresponding styles for WooCommerce products, shop pages, cart, and checkout.</p>\n\n\n\n<img />\n\n\n\n<p>The theme also includes three full-page patterns for different homepage layouts and designs. These are very helpful for quickly putting together a page without having to hunt for and place each pattern in the right place. The full-page patterns can easily be previewed on the theme&#8217;s listing on WordPress.org: (<a href=\"https://wp-themes.com/yith-wonder/?page_id=2&pattern_name=yith-wonder/homepage-1\">Homepage 1</a>, <a href=\"https://wp-themes.com/yith-wonder/?page_id=2&pattern_name=yith-wonder/homepage-2\">Homepage 2</a>, and <a href=\"https://wp-themes.com/yith-wonder/?page_id=2&pattern_name=yith-wonder/homepage-3\">Homepage 3)</a>.</p>\n\n\n\n<p>YITH Wonder comes with six different style variations that make it easy to change the the accent color combinations and typography for the site.</p>\n\n\n\n<img />\n\n\n\n<p>Check out the <a href=\"https://wonder.yithemes.com/ecommerce/\">live demo</a> on the theme&#8217;s website. One handy feature on the demo is that you can click &#8220;Launch Sandbox&#8221; to instantly spin up a test site with the theme and WooCommerce pre-loaded. The sandbox sites expire after one hour. This gives a user the opportunity to explore the full-site editing features and see if the theme will work for their particular use case. For example, users can see how the WooCommerce product catalog template will look with their own customizations applied. The theme packages two dozen different templates and template parts that can be customized inside the Site Editor.</p>\n\n\n\n<img />\n\n\n\n<p>YITH Wonder is listed as a multi-purpose WordPress theme in the directory but it really shines as one of the few free block-based themes built with WooCommerce in mind. Creating a new page and slapping one of the full-page patterns on it is a delightful experience that will save users time in getting started and also enable them to build targeted pages featuring different product categories or sale items.</p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/yith-wonder/\">YITH Wonder</a> is available to download on WordPress.org for free. I couldn&#8217;t find any documentation for the theme, but it may be available once the company formally announces the theme on the YITH website.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Aug 2022 21:29:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:86:\"Post Status: Post Status Excerpt (No. 65) — How We Talk When We Talk About 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:32:\"https://poststatus.com/?p=106145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://poststatus.com/how-we-talk-when-we-talk-about-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:53009:\"<div class=\"wp-container-13 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">What\'s it like to enter the WordPress community media space, especially as the editor of a publication with many voices, personalities, and perspectives? </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-drop-cap\">My friend and dialogue partner, <strong>Nyasha Green</strong>, is six months into her role as Editorial Director at <strong>MasterWP</strong>, so today we\'re talking about what that\'s been like for Ny, what she\'s learned, and how we look at the WordPress media space we both work in.</p>\n\n\n\n<p>Unsurprisingly we talk about conflict, communication, personality, and the importance of in-person events. That brings up WCUS — a first for both of us — where we\'ll meet each other and a lot of people we\'ve only known remotely. It also sounds like I might get roped into a karaoke duet. (Not if I can help it.)</p>\n\n\n\n\n\n\n\n<div class=\"wp-container-17 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-container-16 wp-block-columns sponsor has-theme-palette-8-background-color has-background\" id=\"StellarWP\">\n<div class=\"wp-container-14 wp-block-column\">\n<h3 class=\"StellarWP has-theme-palette-1-color has-text-color\" id=\"Sponsor\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <span><a href=\"https://poststat.us/elementor\" rel=\"sponsored nofollow\">Elementor</a></span></h3>\n\n\n\n<p><strong>Elementor </strong>enables web creators to build professional, pixel-perfect websites with an intuitive visual builder. Quickly create amazing websites for your clients or your business with complete control over every piece, without writing a single line of code. Join <a href=\"https://elementor.com/community/\">a vast community of web creators</a> from all around the world who deliver exceptional websites using Elementor.</p>\n</div>\n\n\n\n<div class=\"wp-container-15 wp-block-column is-vertically-aligned-top\"><div class=\"wp-block-image elementor-logo\">\n<img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/08/Elementor-Logo-Symbol-Blue-150x150.png\" alt=\"Elementor\" class=\"wp-image-104033\" width=\"150\" height=\"150\" title=\"Elementor Logo\" />Elementor</div></div>\n</div>\n</div></div>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the Show</h3>\n\n\n\n<ul id=\"block-a3e9962f-97ca-4009-be8e-db47b5d1fddf\"><li><a href=\"https://masterwp.com/6-months-of-masterwp-from-nyashas-view/\">Six Months of MasterWP from Nyasha\'s View</a></li><li><a href=\"https://www.youtube.com/watch?v=GqfUW_wEFHM\">The Danger of Avoiding Conflict</a> — Patrick Lencioni</li><li><a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f44b.png\" alt=\"👋\" class=\"wp-smiley\" /> Credits</h3>\n\n\n\n<ul id=\"block-a3e9962f-97ca-4009-be8e-db47b5d1fddf\"><li><a href=\"https://twitter.com/Ny_The_Creator\">Nyasha Green</a>, Editorial Director at <a href=\"https://twitter.com/_MasterWP\">MasterWP</a> (Twitter)</li><li><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a>, Editor for <a href=\"https://twitter.com/post_status\">Post Status</a> (Twitter)</li><li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a>, Web Producer intern for Post Status (Twitter)</li></ul>\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will bring you a conversation about important news and issues in the WordPress community and business ecosystem. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h1 id=\"h-transcript\">Transcript</h1>\n\n\n\n<p><strong>Dan Knauss:</strong> [00:00:00] Hey NY, how are you doing today?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Hey, Dan, I\'m doing well. How are you?</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Good. Good. Pretty good for, uh, winding in towards the end of the week. I know. Um, let\'s see, your, your newsletter from master VP goes out Tuesday in our productions Friday. So maybe you can, it goes out Wednesday. Oh Wednesday now. Okay. Yeah.</p>\n\n\n\n<p>Tuesday, Tuesdays. You\'re getting it already. Yeah. Okay. So you\'re kind of, is this the down slope for you? easier time,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> eh, yeah, it is. It is. The beginning of the week is always like, alright, make sure everything\'s together. And then it\'s like, ah, you know, breathe and like can hop in and getting ready for next week.</p>\n\n\n\n<p>So it definitely is. And it\'s almost Friday. Yeah. All good news.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> yeah, for us it\'s like, yeah, it\'s the, the high, when you get it all done on, on Friday and then the weekend. So, um, you\'ve been at it for about six months. I read your your six month. Article, uh, post [00:01:00] there and reflection on all the stuff you, you guys have done in that time.</p>\n\n\n\n<p>Um, yeah. How are you, how are you feeling about, um, about not just doing master WP, but this is kind of a new thing for you jumping straight into the, um, the WordPress community as someone who\'s, um, you know, come, come in from, uh, not that, not that long ago for the first. .</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah. So, um, I\'ve had, I have a experience in WordPress, so I\'ve been coding in WordPress for a couple years.</p>\n\n\n\n<p>Um, I\'ve been writing and editing for what 16 years. Um, and just, yeah, putting it all together to be like a part of the community to be a part of the writing, to be a part of, you know, everything that\'s going on. Um, it has been. Fun. I don\'t wanna say that first. It\'s been very fun. Um, it\'s also been very entertaining.</p>\n\n\n\n<p>it\'s been [00:02:00] very interesting. Um, Hmm. It\'s been. Oh, oh, it\'s been just a journey. And, um, it\'s just been six months, but I\'ve learned a lot. I\'ve met a lot of really good people and I\'ve got to do, I\'ve gotten to do a lot of really cool things. Um, I\'m really excited for the rest of this, the next six months. I\'m just I\'m ready for that year article, like to just talk about everything we did in a year, um, But, um, I think the most interesting thing about it is, um, just, just getting to know so many people in the community, not just in the community, because like I was, I\'ve been in the community for years as a coder, but I haven\'t been like, you know, an active participant in like, as far as meeting people.</p>\n\n\n\n<p>So meeting active people in the community has been really awesome.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah, that\'s really different. Isn\'t it? I, I relate. It\'s a lot. I feel, um, I, I feel similarly because despite going back early long way with open source and, and WordPress [00:03:00] site, I probably got more involved long ago in other communities and I\'ve stayed.</p>\n\n\n\n<p>Stayed for a long time in a, you know, relatively quiet, neutral space relative to, to post status and, and, um, and just, um, my own work for a long time. But it\'s, yeah, it\'s relatively recently that my role has kind of expanded and changed and re not, I wouldn\'t say required, but made it natural to, um, and if not, Necessary to, uh, you know, be more engaged in social media and, um, and just, yeah, the kind of networking that, that comes around from that and the, the way that people, uh, connect with you more when you\'re, you\'re taking more of a public role.</p>\n\n\n\n<p>Um, yeah. There\'s ups and downs, ups and downs to that. How, how do you, what, what do you see the pros and cons [00:04:00] or what have been the highs and lows for you?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Um, the pros would be the people I\'ve met, um, as a relative newcomer to the community and someone that\'s trying to get more people in, um, being, you know, editorial director of master WP has opened me to so many resources.</p>\n\n\n\n<p>There are so many people that want to help in this community. And I feel like that does not, nobody really talks about that. That doesn\'t, uh, that never makes it out of the screams. Drama whatever\'s going on that week in WordPress, but there are so many people that want to help the community, especially newbies, but they don\'t know how, or they they\'re more.</p>\n\n\n\n<p>So I will, I have resources for you to help, which is still helping. And I was able to connect with a lot of people. Um, I have been given a lot of resources for just starting my own word, press meetups in my city. I was just living in and the city I\'m doing now. People just they\'ve read and they\'ve seen things I\'ve [00:05:00] doing they\'re let me start over.</p>\n\n\n\n<p>They\'ve read things I\'ve written and they\'ve seen things I\'m doing and that spurred them to help. So it\'s been mostly positive. Um, for me. Great. Um, some of the cons is, um, something I, I\'m not new to leadership. I\'m not new to taking ownership of things. I\'ve had my own business before, things like that. Um, I guess the biggest thing for me is when master WP gets negative, press.</p>\n\n\n\n<p>that\'s all people wanna talk about to me. Uh, if they talk about that, amongs the self that\'s, whatever that\'s it\'s okay. But when lots of really positive things happen, like I said, like me gaining these resources, us having, helping new people get into the community, people, uh, you know, changing their tune on things.</p>\n\n\n\n<p>They just didn\'t have information about which we\'ve, we\'ve been told all of us that that\'s helped at least someone, no, it is nothing. Nobody really wants to talk about it. And it could be because negative stuff, you know, people aren\'t louder when they\'re negative. Versus they\'re a little bit more [00:06:00] quiet when they\'re positive, but that\'s something that it didn\'t bother me at first, but it was overwhelming after a little while.</p>\n\n\n\n<p>Mm. Because. I\'m a person, like if it\'s something\'s negative, that\'s going on, I would like to work with you on it. But I quickly discovered a lot of people don\'t want that. They just wanna be negative and, you know, yeah. So navigating that\'s been interesting. Um, and then we, we, we shifted a lot. Master WP is completely different than what it was under.</p>\n\n\n\n<p>Um, the old ownership. And I think a lot of people had a problem with that as well. Um, especially when we talked about race and diversity and oh, my favorite giving people money. I understand that. Cuz I talk about that in regular life. I\'ve been a community organizer for years. I do community service. Um, and I don\'t, I don\'t have to answer to an organization to do that.</p>\n\n\n\n<p>I do stuff out of my own pocket. That\'s how I am. So this stuff is not new to me. Um, but it\'s, it\'s interesting to see people [00:07:00] take on those. You shouldn\'t be helping people or you shouldn\'t be doing. In a space where they constantly is, need a need for help. So I\'ve, I\'ve learned a lot. It\'s it\'s it helps me ponder and wonder.</p>\n\n\n\n<p>And, um, I, I don\'t know. I\'m just, I\'m very interested to see what else I learned because six months, depending on who you talk to is not a long time. I don\'t feel like that was a long time, but I poof I\'ve learned a lot. So this year should be pretty epic.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> yeah. You really jump right in and yeah, when you do so.</p>\n\n\n\n<p>Public like that. And you\'re, you\'re putting out the kind of material you do on, um, writing and, and podcasting mm-hmm um, yeah, you get, you get a lot, learn a lot from getting a lot of reactions fast and when you become the news it\'s, it\'s not, not awesome. I have a little experience with that. But yeah, no one can really control the message all the time.</p>\n\n\n\n<p>And, [00:08:00] uh, being able to roll with that is, is good. But, um, yeah, I hope the, the positives outweigh the negatives. Where, where do you think the, um, some of the pushback or raised hackles? Come from, is it just, who are you to say, just where does this new, you know, just reaction of, of established or familiar, um, people who are familiar with the space and, and feel really, um, comfortable in it, the way it is.</p>\n\n\n\n<p>And then I don\'t know who you are. You just come out of, you know, you\'re offering new perspectives and, you know, different, different takes on things or, um, is that. Is that just kind of the newcomer, um, challenge that I don\'t know, human social groups always seem to, to</p>\n\n\n\n<p><strong>Nyasha Green:</strong> have. Oh, I would be surprised if that wasn\'t playing a part into it.</p>\n\n\n\n<p>I mean, because, um, some people I have talked [00:09:00] with interviewed, you know, written to they\'ve written to me, you know, they\'ve been in this community like. Years and years while I might have been still been in high school, things like that. So I definitely, I, I could see some of that. Definitely. Um, I guess the big thing is nobody really addresses a lot of negative issues with me, which, which I\'m totally prepared for as editorial director.</p>\n\n\n\n<p>I it\'s, it\'s always secondhand stuff. And it\'s like, how do you address that? I\'m one of these people, like I said, I address things and that people take that in a negative way. I don\'t understand that. Like I. I have always been able to communicate with people. If there\'s a issue, I think we can solve it if we talk about it.</p>\n\n\n\n<p>But I don\'t think a lot of people have that point of view. They don\'t want to talk, they don\'t wanna solve issues. They just want you to know they are not feeling it. And that\'s also fun. But, you know, as a person who\'s a doer, I can only accept so much of that, you know, send it to me, but what do you want me to do with it after a while it\'s gonna be my response.</p>\n\n\n\n<p>Um, so it, [00:10:00] you know, there. I\'m a newbie, you know, we\'re new, I guess we\'re as a whole newish people on the scene. Um, although Rob and Brian and a lot of our, uh, developers have been in WordPress years. Mm-hmm um, there\'s also I don\'t know what I I\'ll call it. I always try to make up my own names for things.</p>\n\n\n\n<p>Um, it\'s getting into the group. I guess liking what everyone else likes and hating what everyone else hates, which we, we won\'t do. And master WP is right. Individual people. We, we also, that\'s a big issue too. We get, if Rob has an issue on something, that means we all think it, if Brian has an issue on something that makes we all think it, if I have an issue with something that means we all think it and, um, that\'s not true at all.</p>\n\n\n\n<p>Yeah. We are very open and diverse about that, but that, that gets lost too. So I think it\'s. , you know, we\'re not as a whole waiting and liking the right things. I can tell you as a person, an individual that will never be me. I\'ve never been able to do that. [00:11:00] Friends, family work. Yeah. I\'ve never been able to do that.</p>\n\n\n\n<p>So it won\'t be me, but, um, I think that plays a part into it too. And then I just think, you know, We\'re saying things that some people have told me privately, they wanna say, but they can\'t. So it\'s a number of things which I am so interested and totally down to explore in the next six months.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> That\'s good curiosity.</p>\n\n\n\n<p>helps, especially with, with negatives. Um, yeah. Why in, instead of just hardening up or closing off or writing people off, um, there\'s always something to learn. You know, it occurred to me listening. what you\'re, um, saying there about a publication with a lot of voices. Mm-hmm um, it occurs to me that there isn\'t we, and we talk about this a lot, the WordPress news space or whatever you want to call it.</p>\n\n\n\n<p>It\'s pretty small. Mm-hmm and um, most of the people in it are, you know, we\'re pretty [00:12:00] small team at post status, but, um, there\'s, there\'s multiple voices and we, we aspire to. To have that, um, kind of sense of dialogue, but a lot of people are just doing, you know, it\'s one, one person, one personality. And so you, you get kind of used to their perspective on things mm-hmm , mm-hmm and maybe there\'s not as much of a familiarity with, um, in, in the space with, um, Hey, this is a publication where we actually want to have a lot of D.</p>\n\n\n\n<p>People and different diversity of views and they may not stack up or align and it\'s not planned. It\'s not to, to do so. It\'s not meant to, um, push a certain stance, but yeah, inevitably there are some kind of ranges of opinion that a, a publication will kind of get known, known for. Mm-hmm um, I wonder if that\'s just too new of a thing.</p>\n\n\n\n<p>People don\'t [00:13:00] distinguish between, oh, who wrote this? Who wrote that? Um, yeah, I think that can, that can easily be part of it, but, um,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> you know, I didn\'t, you pray up a good point. I didn\'t, I, I did not. And we have talked about this, but I never really, I didn\'t, I didn\'t think about that. You just like enlighten me at that moment.</p>\n\n\n\n<p>There are, uh, a lot of publications where it\'s not as many people. Getting a platform to talk about this many different things. So that could be very confusing to readers and people consuming our media. And that\'s. Thank you. That\'s something we need to work on.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Thank you. Yeah. And, and a lot of, a lot of those individual voices have kind of been typecast, maybe unfairly.</p>\n\n\n\n<p>I think sometimes even individuals change their views, moderate them, come to new opinions and things. But over time people tend, oh, this podcast, he thinks this way, she, she looks that way. [00:14:00] Um, That might be some of it. And, and also everyone\'s just guilty going so fast, having so much going by how, how deeply do we read or listen to things?</p>\n\n\n\n<p>Yes. And we just kinda box people up quickly. Yes. Um, I, I, I, I think we\'re in personality. We\'re probably a bit alike in that, you know, liking a certain amount of. Friction and difference to have some have things to talk about, um, to learn from something that\'s not familiar or someone who doesn\'t agree with you.</p>\n\n\n\n<p>Oh yeah. Um, yeah. And you guys actually, you know, pay for advertise that you want, you disagree with this. You, we pay you just as much to write for us.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> yeah. Come pay. We\'ll pay you $300 an article to come disagree with us and yeah. S I\'m hearing again, secondhand. So many people have these disagreements and I\'m like, why not get, get paid for it?</p>\n\n\n\n<p>That\'s my dream to go disagree with people and get paid for it. Like if [00:15:00] someone had given me this opportunity when I was younger, I probably would be a lawyer because I would be so good at arguing with people. but, uh, yeah, we do because we do, we want to. Opposing views. Like we don\'t all, and we all don\'t agree with each other, you know?</p>\n\n\n\n<p>Um, I love BTS. Brian does it. Um, Rob has his views on multisite. I\'m indifferent to it. , you know, we, but we all get labeled, like, you know, oh, if that\'s Rob\'s idea, then it\'s our idea. And I, I don\'t completely blame the community for that because that\'s life. Right. You know, when you think about, well, it\'s you think about like companies, sometimes companies get, um, mislabeled.</p>\n\n\n\n<p>Like, I, I like to use the New York times as an example. Like the New York times is pretty progressive. Most of the time left leaning, in my opinion, that\'s subjective. And they will run op-eds with conservative point of views and Republicans and things like that. And they get crucified and it\'s like, everybody forgets that , they\'re running different opinions all the [00:16:00] time.</p>\n\n\n\n<p>So, you know, I, I think that\'s that\'s life sometimes too, so I don\'t take it personally. And, um, right. It\'s something we can always work on. I\'m always open to working on things. Yeah. And that\'s</p>\n\n\n\n<p><strong>Dan Knauss:</strong> what you get from a democratized publication space that no, one\'s able to squash out one particular voice and, and ideally it, they can be in some kind of productive dialogue with each other.</p>\n\n\n\n<p>You know, I, I think too listening to if, if you go, if your publication is, and, and a lot of, a lot of the. WordPress space is, is geared towards what\'s the drama of the day or what\'s, you know, what\'s the controversy up here. The, um, I wonder how much of it has to do with like energy levels, cause that stuff can raise energy and levels, expenditure and anxiety.</p>\n\n\n\n<p>Um, and, and it also, there\'s a cognitive load to who is this? Who wrote this? Do I know them? Who are, you know, there\'s all this, it, it takes real effort to. To make that three dimensional to [00:17:00] make that connect, um, more deeply. And, and I think that\'s just what happens on the, on the internet, unless you make the effort or, you know, you meet it at word camp or something, something like that.</p>\n\n\n\n<p>You don\'t, you don\'t have context. And, um, I understand you don\'t want to deal with, um, a lot of noise some of the time. And, um, since I\'m not really running. Opinion or oriented, um, publication and actually going slow and focusing on more business pragmatics, a lot of the time and avoiding drama. That\'s, that\'s kind of what our longstanding, um, Attributes that people like that I</p>\n\n\n\n<p><strong>Nyasha Green:</strong> thinks for the special sauce where\'s in that Dan where\'s oh, actually life is meant to be fun.</p>\n\n\n\n<p>I [00:18:00] like to have fun. risk. Oh,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> it\'s in, it\'s in there. I think it, I think it just comes SL it comes slower and. When you\'re able to do more listening and, and cover a lot of things, not just like what is going on in the core project, but, or automatic, but there\'s a whole ecosystem. There\'s little fish and big fish.</p>\n\n\n\n<p>Um, there\'s middle, middle sized ones. There\'s, there\'s all these different, um, concerns around the. The commons around, uh, WordPress that everyone has in common as they\'re what they\'re basing their business on in some way. So I don\'t know. I don\'t, I don\'t, I don\'t, I think that\'s fun too. It\'s a different kind though.</p>\n\n\n\n<p>and, and it doesn\'t, uh, it\'s, it\'s definitely, um, definitely a different maintains, a different mood. Um, but. [00:19:00] Yeah. What do do you, do you think that there\'s a, there\'s a, a regular current, we need to maintain in this space where there\'s critical questioning, um, a kind of dialogue going on that, um, that hits maybe some of the bigger, um, Bigger tougher questions.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Nope. I think people should be able to say whatever they want, you know, um, as long as it\'s not hate speech and no one yells bomb in a crowded theater, that\'s my opinion on that. Um, no, one\'s even when. Profess your love of things. People are going to disagree. I think no matter what you write, people are going to dis disagree.</p>\n\n\n\n<p>And as you said, post status, you know, y\'all, y\'all have a pretty neutral stance on things and y\'all do a good job of it. And people still disagree with you. So, oh yeah. Um, no, I mean, you know, so it\'s like, there\'s no ways to avoid it. I don\'t think there\'s a plan for that, but, um, I don\'t, I don\'t, I don\'t [00:20:00] know the, I guess I\'m ponding that answer as well.</p>\n\n\n\n<p>And that\'s something I\'m thinking about, but until then, I\'m not going to, you know, limit anyone. I want them to speak about everything. If we could talk about everything everywhere all at once, I would love that, but being realistic, you know?</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Right. Yeah. I wasn\'t suggesting it\'d be a limit limited in some way, but that, um, just the, the, this, the public, the WordPress public sphere, I say sometimes, you know, kind of the, the debate, um, arena, the public square it\'s.</p>\n\n\n\n<p>It\'s not always in the greatest shape, especially now you might, might, might exist. um, is there, is there work to be done there where there are unavoidable differences, disagreements, big thorny questions that do need to be maintain? Yeah. There [00:21:00] needs to be some dialogue maintained about those. And is that kind of more, what you\'re you\'re tackling.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Um, honestly, no. Um, but because this is the thing and I, I\'m not just, just saying it for you. It\'s something I had to work with too. We\'re all. We\'re all from different places. We have different cultural backgrounds and we have different, even if we have the same cultural background, we have different upbringings.</p>\n\n\n\n<p>We\'re different people. I don\'t think there\'s going to be a uniform way to do that with so many different personalities. I\'m not saying, you know, if it could be done. Sure. I just don\'t think it can be done. Um, we\'re also different. And I think honestly, if we embrace that more people wouldn\'t be, as you know, what\'s the word.</p>\n\n\n\n<p>it wouldn\'t come off as, um, antagonistic. Is that a word? Did I make that up? Yeah. Yeah. I think people wouldn\'t be, be like that, but it\'s, it\'s like, okay, this person is this type of way. And we\'re just gonna write [00:22:00] them off as oh, that\'s them? No, let\'s, let\'s bring \'em in. Let\'s see why they\'re that way let\'s work together in this, this, this community, like a community should, um, if we\'re a community, a community.</p>\n\n\n\n<p>They take, they take care of each other, they\'re they, you know, even their craziest member. Well, I gotta stop saying that. Um, even their members that we think are eccentric or we think are not like us, we take care of our, we take care of our own. And, um, I don\'t see that in the WordPress community. I see. Oh, that\'s just the way they are when that person could be one of the greatest people you\'ve ever made in your life.</p>\n\n\n\n<p>If you gave it a chance, um, or they could be horrible, but you know, what are we gonna do? We\'re gonna try. We\'re gonna not try. We\'re gonna give. Are we a community or not?</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah, that, that\'s kind of what I mean, like, do you see yourself as kind of in your mission to, to try to create an inclusive space?</p>\n\n\n\n<p>That\'s not one person or one, you know, organization or just one particular agenda and on any issue, [00:23:00] but, um, open kind of the open stage, um, ally, ally kind of brought that up. What was the mm-hmm the, um, podcast episode she did recently where. She talked, she called it debate club, which to me sounds a little little on the antagonistic side of, and she meant it more on, you know, like back in the olden days when maybe high, high school debate clubs were, were, uh, not, not as, uh, intense as I imagine they might be now.</p>\n\n\n\n<p>Um, just a space where, where you can, um, you. You can try out different ideas and it\'s, you know, it\'s not to be taken personally like this is, we\'re gonna try to, what\'s the best case you can make for this. What\'s the best way to look at this issue. And, and then how does someone who totally takes it another way?</p>\n\n\n\n<p>How do they respond to it? Is that the kind of, would that be like a healthy, healthy thing [00:24:00] that you guys are shooting?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> we don\'t have a uniform goal. So that\'s, that\'s again, a thing like is master WP. Doesn\'t have a, a, a one thing we\'re all trying to do. Um, so I mean, if you\'re asking me personally, um, I, again, I don\'t think that\'s possible because the people are so different and, um, I wanna just spin that on. Like, I\'m not saying like, everybody is like so different from me and I just feel overwhelmed.</p>\n\n\n\n<p>Like I meet a. Uh, kindred spirits in the community. Um, but it\'s just like, even when you just said like, you know, debate club was kind of harsh, that was like probably the most, I think, polite thing you can say. I can\'t think of anything polite or to say and that\'s not anything wrong with you. That\'s just something I have to look at.</p>\n\n\n\n<p>Like, um, I try to, I\'m trying to make my language more accessible. Like not say things like crazy, like it tears me up to say that like, so, you know, that\'s something, um, I think, you know, I wanna work on, but also like I [00:25:00] don\'t, I don\'t know. That\'s something I\'ve never thought about. That\'s a that\'s Ally\'s idea and, you know, ally works with master WP, but we, we haven\'t talked about that as a whole, as master WP because master WP lets everybody express themselves and be their own person and have their own ideas.</p>\n\n\n\n<p>Um, Not saying no one else does, but yeah. Um, I don\'t think it\'s possible me. Naisha saying that now the rest of my team may have different thoughts on that. And actually I think that\'s really awesome. And I want to talk to Allie about it. I wanna talk to my team about it. So, um, yeah, I\'ll definitely talk to them about it, but, um, I just don\'t see it as possible.</p>\n\n\n\n<p>I also don\'t see it as necessary. Um, I don\'t, I don\'t, people are always going to yell and Twitter has given people the ability to yell from their homes. Like, you know, it\'s people who would yell at about stuff and complain and say things. They would never say if they had to say it in public, Twitter has given them that space and right.</p>\n\n\n\n<p>We can\'t really take it away. Um, so I don\'t know Dan, to answer your question. I don\'t think it\'ll work, but I don\'t, I don\'t like saying nothing will work. I think everything should at least be [00:26:00] tried. Hmm.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Well, I think, yeah, the more good models there are, um, the better, yeah, like checking, checking ourselves on the, what seems like crazy far out irrational, extreme opinion.</p>\n\n\n\n<p>I mean, that\'s just, so that\'s such a common feature of when things get bad in a, in a community, um, inability to talk because. You\'re, you know, some other perspective is just so far, far out. And, uh, that, that may be the case. Maybe things are, you know, really that broken sometimes. But I would like to think, and I, I don\'t think they are in, um, something like in an open source community like WordPress.</p>\n\n\n\n<p>Um, you just kind of have to give people that, that tolerance. Forbearance is a good word. Um, and step back from, you know, recognizing this, okay. I don\'t know where they\'re coming [00:27:00] from. This doesn\'t make sense. I\'m gonna try to find out, I\'m gonna try to understand it from their point of view rather than oh yeah.</p>\n\n\n\n<p>You know, call it just nuts. Um, yeah, I think that\'s hard to do when we don\'t, we don\'t have a space where that, um, seems to happen. A lot. And it reminds me, it actually reminds me of way back when I did a lot with Jula kind of when they\'re at their high point and then over it, um, it\'s a lot, it was a lot similar to WordPress in that, um, They developed a, a third party plugin theme ecosystem is where there are a lot of people making good money and agencies and so on, and who really feel in invested in, in the product and then very, sometimes alienated from where it\'s going and how decisions get made and so on.</p>\n\n\n\n<p>Um, and. That kind of language emerged, like just complete your perspective is so far out from mine clearly. , [00:28:00] it\'s, it\'s, um, not worth any time to try to understand. And yeah. Do you see that kind of thing going on? Is that something we can help in, in some way, is that just helped by letting more people. Have the</p>\n\n\n\n<p><strong>Nyasha Green:</strong> floor, more people need to be elevated in the community.</p>\n\n\n\n<p>Yes. Um, I get asked to do a lot of podcasts and things, you know, like what we\'re doing now. Sometimes I just say no, because I don\'t think I should be the only voice. I don\'t think I should be the only one talking for master WP. I don\'t think I should be the. No, nobody\'s like done this, but in, uh, outside of nobody\'s done this in the WordPress community, but outside of the WordPress community, I don\'t think I should be the black person you go to talk to about, about black issues.</p>\n\n\n\n<p>I think, um, Once I, I, you know, I, I have my voice and if I wanna say something and if I wanna talk to people, I can do it. Um, but other than that, I think we should be elevating people. I think if the community was a little bit more diverse, I know I say that all the [00:29:00] time, people would know how to deal with opposing opinions, from different people who may be from different backgrounds.</p>\n\n\n\n<p>I see that I see it as diversity issue. I see some of the same people who click together, not agreeing with some of the other people who were the same and click together. And I\'m like, if you guys didn\'t do that, maybe you wouldn\'t be so upset all the time, but I don\'t know. What do I know? I\'m new. I\'m I\'m joking.</p>\n\n\n\n<p>But, um, I guess would the, would there be a space where everybody could just be, not use bad language or threatening language and it\'d be like a little safer space for people. Again, culturally, I, I think that\'s impossible. Um, because you know, my, you could disagree with me as long as you don\'t cuss at me or yell at me.</p>\n\n\n\n<p>You can disagree with me all day, but that\'s not with other people. It\'s like, you can\'t use certain word and completely understandable. You can\'t use certain words with me. You do that. That\'s that\'s, that\'s why I tap out. We have to learn that about each other. And if like, if [00:30:00] nobody\'s willing to learn that, and I mean, on both sides of people who don\'t want you to use any strong language, don\'t wanna learn that about other people.</p>\n\n\n\n<p>That, you know, strong language is not a big red flag to them. And I think people are misunderstanding each other. They\'re like, wow, he\'s, you know, they are just so threatening toward me. And they\'re like, I thought we were having a regular conversation or maybe on the other side of that, like, you know, I, I just it\'s people need to talk to each other.</p>\n\n\n\n<p>I think it\'s communication problem. It\'s a diversity problem. It\'s communication problem. If we want those spaces to happen, people need to talk to each other. I don\'t see a lot of people talking to each other in the C. unless they agree with each other and that\'s bad in any community,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> right? Yeah. The absence of, of any, any friction there, it\'s, it\'s a tough mm-hmm seeming paradox of the absence of, of conflict tends to indicate a problem because people are just individuals and, and different and you, and you need that.</p>\n\n\n\n<p>You need questions and [00:31:00] friction to be. To come up with better ideas and to grow, to grow, to see things that you didn\'t wouldn\'t otherwise see. And, and if you\'re repressing all of that, it\'s gonna blow up some more dysfunctional way. Oh yeah. So yeah, the high conflict personality, I think in. Psychology is, is actually someone who, who just doesn\'t doesn\'t have any repertoire of responses to it.</p>\n\n\n\n<p>It\'s a normal part of life and they try to avoid it and try to suppress it. And that actually causes more conflict than they just don\'t have the tools to, um, to deal with it.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Do you think, uh, maybe I, I have a question. I\'m sorry. You said high conflict people. Yeah. Right. Who, what would, uh, be your definition of high conflict people?</p>\n\n\n\n<p>And then I\'ll tell you mine, and then I can tell you, and then we can talk. Um,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I think, I think the psychological model, um, that I dimly have read about is, um, it, you, it is [00:32:00] just the simple definition would be someone who ends up in conflict a lot. Um, and maybe they don\'t know why , um, mm-hmm they may not think they are because they\'re trying to avoid it all the time.</p>\n\n\n\n<p>Mm-hmm and. you know, like, um, say like the worst example would be like, you know, estrangement in a family or something like that. Mm-hmm so these two people don\'t talk mm-hmm at all. That\'s not a condition of detachment or peace. Uh it\'s a, it\'s a cold, it\'s a simmering thing that will go off as soon as they get together or something triggers it.</p>\n\n\n\n<p>So mm-hmm um, Yeah, high conflict tends to come from not being able to manage reasonable levels of conflict in reasonable ways, because that\'s just what human groups require.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> You don\'t think like most of what you said is kind of subjective though.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Oh, sure. , it\'s just a, a model, uh, a hypothesis, I guess,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> but like, I, I think I could fit into [00:33:00] that because I, like I said, when I told tell people, like I address things, people can take that as like, if.</p>\n\n\n\n<p>She\'ll like yell at you. If you say something to her, I can say, but it\'s not that I like to talk to people like positive, or it could be positive or negative. You could come to me and say, oh my God, ni I just had the great day ever. And I\'m gonna say what happened? Let\'s talk about it. You could come to me and say, I just had the worst day ever.</p>\n\n\n\n<p>I\'m like, dude, what happened? Let\'s talk about it. My responses will not change. Um, but just people who address things because we\'re in a community, we\'re in a society. , we\'re in a place where. People are very nonconfrontational. They are very nonconfrontational in the text space, not even just WordPress.</p>\n\n\n\n<p>Right. So I, I could come off as like confrontational or aggressive and I\'m not I\'m I will, my responses will be the same. I just, yeah. I like, I\'m curious. I told you, I\'m a naturally curious person. I ask you like 50 million questions a day and you always answer, and I appreciate you. and I, I, that, but that could be taken the wrong way.</p>\n\n\n\n<p>So it\'s [00:34:00] like, I\'m not a psychiatry person or psych psychological person. I can\'t look into all these things to see how we should treat these different people. And that, I just think we should have more opposing or diverse thoughts so we can, you know, get more people who are not just like in a echo chamber together, and then we can grow and make changes from that.</p>\n\n\n\n<p>We just, there\'s no way we\'re gonna get to a point where everybody\'s nice to each other because nice is subjective.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Right. Well, yeah, and there\'s a lot of culture in it too. I, I think what in the way I I\'m looking at it, um, the way you describe yourself and, um, I would probably fit in that, in that too, is, is not a high conflict personality, but people might who, because, because you\'re a pressure valve because you\'re, you\'re, you\'re not gonna bury stuff or, and it\'s not that big of a deal to you.</p>\n\n\n\n<p>Yeah. But the per the person who\'s trying to avoid. Conflict that every turn is suppressing. What they really think is suppressing, [00:35:00] uh, things that probably matter a lot to them. And you don\'t even know. And then boom, it comes out at one point that\'s. Oh yeah. That\'s a really negative kind of conflict to have.</p>\n\n\n\n<p>So if, I don\'t know, you keep it kind of at a Luke warm level. A lot of the time, it\'s not, you know, that\'s pretty good. I\'m I\'m originally from the, the Northeast and. And there\'s , there\'s generally more time, especially in the Metro Northern New Jersey, New York, um, region there it\'s um, it\'s, uh, it\'s probably looked on as, as high conflict personality.</p>\n\n\n\n<p>It\'s aggressive. aggressive. Yeah. Drive. Sure. Learning to drive in, in New Jersey is fun. Um but it\'s actually, it gives you a lot of, it\'s a lot of tolerance. It\'s a lot of space because you can, people can push each other a long way and it\'s, and they have a lot of options to, um, , there\'s a lot of moves you can make.</p>\n\n\n\n<p>And, and a lot of it is. You know, [00:36:00] it\'s just, it\'s just talk it just Jerry Feld, people like to talk um, but then, you know, moving to the Midwest or the south at different times, totally different thing. And people don\'t interpret, um, you know, the threshold that they have for tolerating. Um, Um, open disagreement or questioning is lower.</p>\n\n\n\n<p>Oh. So low differently.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> And , they love me here.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> yeah. I mean, I kind of missed the Southern ways of, of kind of. Backhanded dealing with</p>\n\n\n\n<p><strong>Nyasha Green:</strong> things. I don\'t miss this. We see we, we are opposing each other again. I, I love that New Jersey, New York, Boston way of, of being of talking to people because it\'s, you know me to understand it\'s it\'s so it\'s genuine, like here, like people could be talking to you and hate your gut, so you\'d never know oh, bless your heart.</p>\n\n\n\n<p>So awesome. Like, [00:37:00] oh God, I hate that. Those are fighting words. So again, like someone might say, bless your heart. Oh, they\'re they\'re blessing you. I\'m like, no, they wanna fight. I\'m just kidding.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I got used to it. I don\'t know it, but it\'s, it\'s a way of everyone knows is they\'re putting it off to the side. I, I never really figured out the, the Midwest.</p>\n\n\n\n<p>Um, doesn\'t really have anywhere for it to go and that, uh, that\'s a problem. I don\'t have a lot of west coast experience. I don\'t get it at all then. Oh, I love the west.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> You don\'t like the west coast. We disagreeing again. Dan, we\'re supposed to be, I don\'t</p>\n\n\n\n<p><strong>Dan Knauss:</strong> know. I\'m just saying I\'m neutral. I mean, I hardly, I\'ve only been there a few times.</p>\n\n\n\n<p>I\'m kind of probably biased against Southern California car, all that. I probably like the north in the bay area, but we\'re gonna, we\'ll actually meet each other. In San Diego so we can, yes, we can check it out.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> that\'s gonna be fun now that you say that I love the voice closed. The people are so laid back in my opinion.[00:38:00]</p>\n\n\n\n<p>They\'re so laid back.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> that\'s the reputation. It just, yeah. Is there, is there something else going on underneath? I don\'t know.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> That is so funny to me.</p>\n\n\n\n<p>huh? Insidious Californians.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Well, yeah, it\'s a big, well, that\'s, it\'s a huge, we generalize like that. So these it\'s like GDP of a top, one of the largest countries, big population, very first, every respect and yeah, WordPress is, it\'s like California. It\'s like, like any big country. It\'s just, I think the diversity is there.</p>\n\n\n\n<p>It\'s not, yeah, it\'s in, it\'s</p>\n\n\n\n<p><strong>Nyasha Green:</strong> in. I\'m</p>\n\n\n\n<p><strong>Dan Knauss:</strong> sorry. There\'s there\'s not, there\'s a lot of underrepresentation of mm-hmm underrepresented groups. We that\'s definitely there, but there\'s huge diversity in the types of personalities and people and what their [00:39:00] experiences are and how they came into WordPress and how their business works and what ships they\'ve got on their shoulder or what words will trigger them off.</p>\n\n\n\n<p>And we don\'t know that, that stuff until you get up pretty, pretty close and. Yeah, I don\'t, I don\'t know if there\'s much we can do, um, podcasts or articles to, uh, smooth that process of, um, connection. I think that\'s more of an in person thing, your, your meetups that you\'re starting are probably most important.</p>\n\n\n\n<p>The mentoring, you know, gets people together.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah. But I mean, if it\'s me mentoring and you. I have this stigma against me who people really be happy about that. not saying I do. I\'m just saying, um, just adding on what you said about diversity. Um, we need more diverse people too. I know we had diversity diverse minds, but if we were as diverse as Iowa am comfortable with every podcast I would get asked on, wouldn\'t be led by [00:40:00] white men.</p>\n\n\n\n<p>There\'s been one, there\'s only been one I\'ve been. Or been asked to be beyond that wasn\'t led by white man, and it was led by alley my homie alley. So it\'s like, yeah, that\'s not diverse. That\'s that\'s not it at all. Um, diverse minds. Yeah. What do those mind, what are those minds attached to so I I\'ll, um, I think we need to go a little further with that.</p>\n\n\n\n<p>I think, I think we need to go a little further with that, but, um, I lost my thought. I\'m sorry. We need to go further. We need to go further.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Definitely. And well, yeah, I think you\'ve affected change in that area. Winston, I think was early voice there and Allie and love her and you and love her. Um, yeah, I mean all people I, I hope to meet, um, and getting, um, kind of beginning to normalize.</p>\n\n\n\n<p>What would you call it? Uh, travel [00:41:00] scholarships. Um, and yeah, you know, you wanna have underrepresented people here. Well, let\'s, let\'s meet the needs. Let\'s actually talk about that. I kind of like it\'s, it\'s too bad that, um, people are kind of desperate for getting tickets to word, word, camp us. Um, but I kind of like the fact that.</p>\n\n\n\n<p>People are talking more openly about, um, about the process, you know, there\'s the whole what\'s, when are you going? What, what days? And all of this stuff, that\'s kind of all out, out in the open rather than just, um, I don\'t remember seeing that quite so much. It</p>\n\n\n\n<p><strong>Nyasha Green:</strong> used to be as like a secret, what was it? Tell me about it.</p>\n\n\n\n<p>You know, I don\'t know. No, no, no.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Maybe I just wasn\'t paying attention. It was not a secret, but, um, I think, I think that. That it\'s been a couple of things that it it\'s been so long since the last one, that this is kind of a [00:42:00] reboot plus everything else that\'s going on in the community. And then 600 5650 tickets, um, that went on the market and got snapped up in 45 minutes.</p>\n\n\n\n<p>Um, it\'s, it\'s definitely, there\'s definitely more talk about. About the journey there and the importance and the importance of it. Um, and I don\'t know, that just seems good. Um, in some ways I, I wish, um, you know, I hope everyone can, well, I wish everyone could make it. Who wants to, I wasn\'t, I wasn\'t sure if I would, um, initially, but, um, Yeah.</p>\n\n\n\n<p>When people are saying, Hey, I need . Is there a way I can get, um, then, then that\'s in the, in the community there it\'s in like an a, it\'s a basic question of, um, can I get there? Can I be in, I wanna [00:43:00] be included in this, is that possible? Um, I just haven\'t seen that, that come up before. It\'s just a very private thing.</p>\n\n\n\n<p>Yeah. Oh,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> well, I think that\'s. Well</p>\n\n\n\n<p><strong>Dan Knauss:</strong> it\'s upside. I mean, it\'s not awesome that people, people are gonna get shot out. I or it\'s to something. No.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah, of course not. It\'s awesome. That. The want is that high, like, oh yeah. Especially to network and meet everybody in the community. Cuz I mean meeting face to face, I think, eh, it is COVID, I\'m kind of hesitant on that and what monkey pop now?</p>\n\n\n\n<p>Ugh. Oh yeah. But um, I think meeting will actually help people too. I think the internet gives you a lot. Gives not you. A lot of people louder, negative voices than they. Would usually have, yeah. I think a lot of, um, impersonal contact will, that\'ll be one thing that helps. So that that\'s an answer to your question earlier.</p>\n\n\n\n<p>I think that\'s gonna help. We\'re gonna have such a good time at work camp and like, everybody\'s gonna be like happy and they\'re gonna love each other and your face. [00:44:00] I, I just wanna see your face, but I think you be like, Hmm, we\'re gonna, what,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> but it\'s gonna be good. You\'re reminding me of my. Friend and cop neighbor when I lived in, in Milwaukee and he, uh, what, nothing go ahead, get a certain personality type.</p>\n\n\n\n<p>And, and he was actually very sensitive and, uh, well, red guy, but, uh, if I mentioned. Anything that sounded like that. He\'d say something about like, uh, yeah. And all the animals and people will hold hands and dance around the trees together or something like that was</p>\n\n\n\n<p><strong>Nyasha Green:</strong> his. And why can\'t we do that? It\'s California.</p>\n\n\n\n<p>It\'s Southern California. We can do that.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Well, it\'s always, it\'s always worth the effort of getting, getting people together and it does happen. It\'s a very individual thing and I, I hope there is. More of that. I\'ve only gotten it online when, when I take the time to, [00:45:00] you know, take some blows and talk to people, um, listen, don\'t react and, and try to understand where they\'re coming from.</p>\n\n\n\n<p>And that\'s just, yeah, it\'s, it\'s so much easier in person usually because, um, yeah,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> just empathy. Oh yeah. We need a lot more. You do you want me to end by like singing some Julie Andrews? I have a really great voice. Oh, wow. I\'m joking. I\'m joking, Dan. No, you look too excited. Never mind you look so excited by me.</p>\n\n\n\n<p>No,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> there\'s a, there\'s a karaoke request from Miriam Schwab. Um, in our, in post dad, slack. Yeah. People are lining up. And then out burger trips</p>\n\n\n\n<p><strong>Nyasha Green:</strong> and I do love karaoke. Okay. We\'ll we\'ll do it in California. We\'re</p>\n\n\n\n<p><strong>Dan Knauss:</strong> you are, you are a singer. Is that</p>\n\n\n\n<p><strong>Nyasha Green:</strong> true? I am not. I lied. No. Okay. I, I have like a people tell me I have a singing voice.</p>\n\n\n\n<p>I don\'t know what that [00:46:00] means. I guess I kind of, I, I like, sometimes my sentences are like long, like a song, like I\'ll extend out a word that I, I don\'t know, but I cannot sing. I will sing though, especially at karaoke. So you\'ll see. All</p>\n\n\n\n<p><strong>Dan Knauss:</strong> right. I will definitely be watching. avoiding . I have never, never really?</p>\n\n\n\n<p>Um, no, I don\'t think</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I\'ve ever done it. No duet. We can\'t do it. Duet. Wouldn\'t do it. Oh, really? damn. Come on. Depends what</p>\n\n\n\n<p><strong>Dan Knauss:</strong> it is. I\'m sure you\'ll pick something. All</p>\n\n\n\n<p><strong>Nyasha Green:</strong> right. Something</p>\n\n\n\n<p><strong>Dan Knauss:</strong> fabulous. All right. Well, good talking to. You</p>\n\n\n\n<p><strong>Nyasha Green:</strong> too see you</p>\n\n\n\n<p><strong>Dan Knauss:</strong> next week. Do you think we\'re the same? What\'s changed. Who\'s we WordPress Royal.</p>\n\n\n\n<p>We, if you\'d like to carry on this conversation or start another one, get in touch with us post status, you can email me Dan, post [00:47:00] status.com. And if you\'re a post status member, you know where to find me. If you\'re not, it\'s not a cult. Come check us. We\'ve got the most amazing slack channels where members give and grow together.</p>\n\n\n\n<p>And we have a lot of fun on Twitter at post underscore status.</p>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Aug 2022 15:11: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Do The Woo Community: Five for the Future, Drawing the Line\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72655\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/five-for-the-future-drawing-the-line/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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>Some say that all contributions outside of contributing to teams on WordPress.org should be part of for Five for the Future. I question that logic.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/five-for-the-future-drawing-the-line/\">Five for the Future, Drawing the Line</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Aug 2022 09:50:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:94:\"WPTavern: Jamie Marsland Recreates WordPress.org Homepage in 20 Minutes Using the Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/jamie-marsland-recreates-wordpress-org-homepage-in-20-minutes-using-the-block-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8220:\"<p>In response to the recent controversy about how long <a href=\"https://wptavern.com/wordpress-launches-new-homepage-and-download-page-designs\">WordPress.org&#8217;s new homepage and download page designs</a> should take to implement, Gutenberg YouTuber Jamie Marsland decided to try his hand at recreating it with the block editor.</p>\n\n\n\n<p>Matt Mullenweg had <a href=\"https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/#comment-9362\">commented</a> on the plans for the new designs moving into development, saying that it should have taken &#8220;hours not weeks to implement.&#8221; His most incendiary comments, that fired up a subsequent conversations about the realities of working with the block editor, referenced WordPress&#8217; competitors.</p>\n\n\n\n<p>“It’s such a basic layout, it’s hard to imagine it taking a single person more than a day on Squarespace, Wix, Webflow, or one of the WP page builders,” Mullenweg said. </p>\n\n\n\n<p>Marsland decided to take the challenge using Gutenberg. For this exercise he used WordPress&#8217; most recent default theme, Twenty Twenty-Two. His results are not identical to WordPress&#8217; new designs but are very close, and he was able to whip up the homepage in approximately 20 minutes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Can I re-create the new <a href=\"https://twitter.com/hashtag/wordpress?src=hash&ref_src=twsrc%5Etfw\">#wordpress</a> home page in 20 mins? <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f605.png\" alt=\"😅\" class=\"wp-smiley\" /> Here\'s my attempt on <a href=\"https://twitter.com/hashtag/youtube?src=hash&ref_src=twsrc%5Etfw\">#youtube</a> <a href=\"https://t.co/YeEDv914BF\">https://t.co/YeEDv914BF</a> <a href=\"https://twitter.com/hashtag/gutenberg?src=hash&ref_src=twsrc%5Etfw\">#gutenberg</a> <a href=\"https://t.co/Vy7SB0HYYv\">pic.twitter.com/Vy7SB0HYYv</a></p>&mdash; Jamie Pootlepress &#8211; Gutenberg YouTuber and Builder (@pootlepress) <a href=\"https://twitter.com/pootlepress/status/1559852989858332674?ref_src=twsrc%5Etfw\">August 17, 2022</a></blockquote>\n</div>\n\n\n\n<p>In the <a href=\"https://www.youtube.com/watch?v=mRrrYGpz9Qo\">video</a> (embedded below), Marsland walks through the creation of each section of the homepage. He is what one might describe as a power user with the block editor. He can quickly shuffle rows, columns, and groups around, adjusting padding and margins as necessary, and assign each section the corresponding color for the design. At this point, this is not something most average WordPress users could do, which is why the video had such a strong response from viewers. Marsland&#8217;s YouTube channel is centered around helping users <a href=\"https://www.pootlepress.com/wordpress-gutenberg-block-editor-guide/\">master building pages using Gutenberg</a> and stores with WooCommerce.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>&#8220;My conclusion was that it&#8217;s pretty easy to quickly get 95% of the design done, but it&#8217;s the final 5% that always takes the most time in my experience,&#8221; Marsland said. &#8220;My guess is that it was more about internal process that caused the delays, but without being involved its hard to say for sure. I really wanted to show that it wasn&#8217;t a Gutenberg issue with building the design (as Matt Mullenweg mentioned Wix and Squarespace and other WP pagebuilders.)&#8221;</p>\n\n\n\n<p>Alex Shiels, an Automattic-sponsored contributor on the project, cited a few items unrelated to the block editor, that caused the delays, including working towards &#8220;reasonable standards for a11y, responsiveness, browser compatibility, SEO, and performance,&#8221; as well as collaborating with contributors across different continents.</p>\n\n\n\n<p>In response to Marsland&#8217;s attempt, WordPress developer Patrick Boehner commented on how the little details remain extremely important. &#8220;You can definitely tell what was design driven first vs designed in the editor,&#8221; Boehner <a href=\"https://twitter.com/pootlepress/status/1559550927731937280?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1559550927731937280%7Ctwgr%5Ec3a5e9c1f1cbbf40cff90acba6f4cdf2acfe138a%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwptavern.com%2Fwp-admin%2Fpost.php%3Fpost%3D137103action%3Dedit\">said</a>.</p>\n\n\n\n<p>Five years after Gutenberg&#8217;s debut in WordPress, theme developers are still challenged to bring designs to life that were not created with a block-first approach in mind.</p>\n\n\n\n<p>&#8220;It remains today fundamentally difficult to impossible to take a traditionally mocked up page design and execute that design using blocks,&#8221; WordPress developer Jon Brown <a href=\"https://wptavern.com/wordpress-launches-new-homepage-and-download-page-designs#comment-431942\">said</a>. &#8220;This is a problem.</p>\n\n\n\n<p>&#8220;Sure, blocks are fine to &#8216;design a page in the browser&#8217; and accept what you get out of blocks, but blocks continue to lack the flexibility and controls needed to produce a responsive, accessible, pixel perfect layout based on a mock-up.</p>\n\n\n\n<p>&#8220;What used to take a day and a dozen lines of php and a dozen lines of css, now takes weeks of building custom blocks because the core blocks can’t easily be tweaked via hooks and lack the basic controls necessary.&#8221;</p>\n\n\n\n<p>Gutenberg contributors are making strides by <a href=\"https://wptavern.com/gutenberg-13-8-introduces-fluid-typography-support-and-revamped-quote-block\">introducing fluid typography</a> and are <a href=\"https://github.com/WordPress/gutenberg/issues/43241\">tracking a host of issues</a> related to improving design tooling consistency. In the meantime, theme developers are enduring the necessary growing pains as the block editor matures to accommodate those hoping to make their designs instantly responsive.</p>\n\n\n\n<p>&#8220;I’ve been building a full FSE theme from scratch and was surprised at how much of my design I was able to successfully replicate with the editor, theme.json and minimal-to-no custom CSS,&#8221; veteran theme developer Mike McAlister said. &#8220;Sure, it took a lot of tinkering, but I was impressed nonetheless.</p>\n\n\n\n<p>&#8220;However, as Jon mentions, the second you need to adjust something for a smaller screen (or bigger screen if you dare to try mobile-first design in the editor), you hit a wall. It’s particularly apparent with margin, padding, and block gap, which have no responsive controls yet. You can see this adjusted via CSS in the new theme on .org.&#8221;</p>\n\n\n\n<p>Responsiveness is one of the issues Shiels cited in why implementing the designs took more time than simply recreating the design in the block editor.</p>\n\n\n\n<p>&#8220;However, there are hints of improvements coming for responsiveness,&#8221; McAlister commented. &#8220;Fluid typography and clamp() certainly have helped get typography in check, but there will always be circumstances where you need even finer control. Every other site builder has solved this, there’s no reason to think WordPress can’t or won’t. (I certainly hope so, as ~50-60% of traffic is coming from mobile devices these days!)</p>\n\n\n\n<p>&#8220;One of the best ways to push past these growing pains is to have as much dog-fooding as possible — using the editor and FSE to build for as many real-life scenarios as possible to uncover these blindspots.&#8221;</p>\n\n\n\n<p>Marsland&#8217;s short exercise shows just how close you can get to recreating WordPress.org&#8217;s design in a short amount of time if you know your way around the block editor. He was successful in proving that the Gutenberg page building UI isn&#8217;t the holdup in reproducing designs created in other applications. Rather, it&#8217;s all the other related checklist items that developers generally have to resolve outside of the editor &#8211; including accessibility, responsiveness, and SEO considerations. The closer Gutenberg can get to reducing extra work related to responsiveness and accessibility, the more approachable it will be for regular users trying to produce the designs they dream up on their own.</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, 18 Aug 2022 21:34:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"Post Status: Post Status Picks for the Week of August 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=106098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/post-status-picks-for-the-week-of-august-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3061:\"<div class=\"has-background has-theme-palette-7-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Post Status Podcast Picks <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Shop Talk Show: Andrew Walpole and Alex Riviere from Traina talk about their WordPress experience but also how they want to go further with more tools. Matt Report: A nice chat with Yaw Owusu-Ansah with a reminder of how big the WordPress space is. Changelog: If you are an RSS&#8230; </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"h-post-status-podcast-picks\">Post Status Podcast Picks <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>Shop Talk Show</strong>: <strong>Andrew Walpole</strong> and <strong>Alex Riviere</strong> from <strong>Traina</strong> <a href=\"https://shoptalkshow.com/528/\">talk about their WordPress experience</a> but also how they want to go further with more tools.</li><li><strong>Matt Report</strong>: A <a href=\"https://mattreport.com/wordpress-as-a-career-freelancing-to-automattic/\">nice chat with <strong>Yaw Owusu-Ansah</strong></a> with a reminder of how big the WordPress space is.</li><li><strong>Changelog</strong>: If you are an RSS fan, <a href=\"https://changelog.com/podcast/499\">then this episode from July</a> is worth a listen.</li><li><strong>Seeking Satisfaction</strong>: <strong>Maddy Osman</strong> <a href=\"https://jenniferbourn.com/podcast/writing-book-building-content-agency-maddy-osman/\">on her transition</a> from freelance content creator to agency owner and writing a book during the pandemic. Maddy <a href=\"https://poststatus.com/maddy-osman-on-writing-for-humans-and-robots/\">also spoke</a> with <strong>Dan Knauss</strong> for <strong>Post Status</strong>.</li><li><strong>Working Code</strong>: A discussion about <a href=\"https://workingcode.dev/episodes/085-shipping-complexity/\">quality documentation</a> — what it is and how to write it.</li></ul>\n\n\n\n<div class=\"wp-container-23 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news-and-insights/week-in-review/\">Week in Review</a> — also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" />  </p>\n\n\n\n<p>And don\'t miss <strong>the latest updates from the people making WordPress</strong>. We\'ve got you covered with <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" /></p>\n</div></div>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Aug 2022 20:16:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"Post Status: Tech Roundup for the Week of August 15, 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=106100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/tech-roundup-for-the-week-of-august-15-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5683:\"<div class=\"wp-container-25 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">This week Daniel shares some resources for creating React Apps using Gutenberg Data, static WordPress sites with Eleventy, and a Figma to FSE workflow. Also a reminder to test and give feedback on fluid typography — and one cool tool: Programming Fonts. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<h2 id=\"h-wordpress-development-around-the-web\">WordPress Development Around the Web</h2>\n\n\n\n<p>A glimpse of what’s going on in the world of development and design in the WordPress space.<br /><br /><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/data-basics/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Create your First App with Gutenberg Data</strong></a><br />Are you struggling to understand how to work with <strong>React</strong> in WordPress? <strong>Automattic</strong> developer&nbsp;<a href=\"https://twitter.com/adamzielin\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Adam Zieliński</strong></a>&nbsp;has put together a very nice tutorial to get you comfortable creating a simple React application and learning how to work with data. I know I’ve tried to learn React several times, but this was very succinct and explained the details in a way that made me realize the “why” for creating something like this.<br /><br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287744779/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Block Theme Builders: Figma to Block Theme</strong></a><br />Last week I alluded to some folks working on finding a good workflow from <strong>Figma</strong> to <strong>FSE</strong>. This week there’s a webinar on one of those methods! Even if you can’t join, I’d encourage you to check it out later. This session is the follow up to a previous webinar,&nbsp;<a href=\"https://wordpress.tv/2022/08/10/block-theme-builders-design-with-figma/\" target=\"_blank\" rel=\"noreferrer noopener\">Block Theme Builders: Design in Figma</a>, which showed how to use the&nbsp;<a href=\"https://www.figma.com/community/file/1136340417938880987\" target=\"_blank\" rel=\"noreferrer noopener\">Theme Template</a>&nbsp;— something I did NOT know existed! Very exciting!!!<br /><br /><strong>WordPress & Eleventy:&nbsp;</strong><a href=\"https://danabyerly.com/articles/wordpress-and-eleventy-part-one-wordpress/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Part 1</strong></a><strong>&nbsp;|&nbsp;</strong><a href=\"https://danabyerly.com/articles/wordpress-and-eleventy-part-two-eleventy/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Part 2</strong></a><br />Have you ever wanted to try using WordPress to create a static site? Here’s a great walkthrough on how to do that from interaction designer and front-end developer <strong>Dana Byerly</strong>. They show us how to use WordPress with the static site generator&nbsp;<a href=\"https://www.11ty.dev/\" target=\"_blank\" rel=\"noreferrer noopener\">Eleventy</a>. I have to say, this was one of the easiest and most straightforward tutorials I’ve seen in a long time. Very well done! Also their site design is simply gorgeous and wonderfully accessible. Hat tip to&nbsp;<a href=\"https://twitter.com/palmiak_fp\" target=\"_blank\" rel=\"noreferrer noopener\">Maciek Palmowski</a>&nbsp;for the find!<br /><br /><a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\" target=\"_blank\" rel=\"noreferrer noopener\">Testing and Feedback for the Fluid Typography Feature</a><br />The Make WordPress team is looking for feedback on this new feature in Gutenberg. In case you’re not familiar, fluid typography will scale to the screen’s available room so it always looks good. It’s important that theme developers take a look and see how it might work. For instance, in the comments, Post Status member <strong>Mark Root-Wiley</strong> mentions that using&nbsp;<code>clamp</code>&nbsp;might have some accessibility issues that need to be looked into further.</p>\n\n\n\n<div class=\"wp-container-26 wp-block-group has-theme-palette-7-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2 id=\"h-cool-tool\">Cool Tool</h2>\n\n\n\n<p>Each week we’ll feature one cool tool that can help make your life easier as a WordPress builder.</p>\n\n\n\n<h3 class=\"has-theme-palette-1-color has-text-color\"><strong><a href=\"https://www.programmingfonts.org/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\"><span>Programming Fonts</span></a></strong></h3>\n\n\n\n<p>This website helps you test drive monospaced fonts for programming. My personal favorite for the past few years in <strong>VS Code</strong> and the terminal has been <strong>Fira Code</strong>, but using this little website I discovered <strong>JetBrains Mono</strong>, and I’m in love!&nbsp;<img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f60d.png\" alt=\"😍\" class=\"wp-smiley\" /></p>\n</div></div>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Aug 2022 20:02: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:18:\"Daniel Schutzsmith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Post Status: Winning Together in a Decentralizing Plugin Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://poststatus.com/?post_type=poststatus_notes&p=105833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://poststatus.com/who-benefits-from-a-decentralizing-plugin-ecosystem/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9501:\"<div class=\"wp-container-30 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-container-29 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Are <strong>OrganizeWP</strong> (and <strong>Newsletter Glue</strong>) leading indicators for trends and opportunities in the plugin space?  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">Cory <a href=\"https://poststatus.com/rethinking-wordpress-products-pricing-models/\">mentioned</a> <strong>Jon Christopher</strong>&#8216;s debut of <strong><a href=\"https://poststatus.com/shiny-new-thing-organizewp/\">OrganizeWP</a></strong> last week, calling attention to its unique and unusual pricing model: no subscriptions, you just buy all releases within one major release and then renew for the next release. The idea is to keep a happy, honest relationship between product development and its users. </p>\n\n\n\n<p>Jon\'s been around the WordPress product entrance-exit block before with <strong>SearchWP</strong>. His thinking about OrganizeWP <a href=\"https://poststatus.com/jon-christopher-has-a-series-running/\">goes back a few years</a> too. (Actually it goes back a decade, with OrganizeWP\'s predecessor, <a href=\"https://github.com/jchristopher/hierarchy/\">Hierarchy</a>.) He\'s documented a lot of the planning and iteration on his site, so there\'s a lot to learn from if you\'re interested in <a href=\"https://jonchristopher.us/blog/rethinking-wordpress-product-pricing-models/\">a different business model</a> for WordPress products. </p>\n\n\n\n<p>Will it work? A lot of people with &#8220;subscription fatigue&#8221; seem to like the idea, what about the challenge of maintaining multiple major versions? That concern drives <a href=\"https://wptavern.com/organizewp-launches-with-old-school-software-pricing-model#comment-431950\">a skeptical take</a> from <strong>Carl Hancock</strong>.</p>\n\n\n\n<h2 id=\"h-the-wordpress-admin-experience-still-a-blue-ocean\">The WordPress Admin Experience: Still a Blue Ocean</h2>\n\n\n\n<p>Looking at Jon\'s model, I wonder if OrganizeWP might be seen as a leading indicator for a couple of important trends and opportunities in the plugin business. </p>\n\n\n\n<p>OrganizeWP is a cool and needed product in an area that hasn\'t received a lot of love from plugin developers, let alone WordPress core: the wp-admin interface. WordPress core will catch up to the rest of the WordPress user experience on the other side of Gutenberg, but that\'s a few years away. So it surprises me how few plugin shops and developers have looked for opportunities in backend customization. (Only <strong><a href=\"https://publishpress.com\">PublishPress</a></strong> comes to mind as being really committed in this key area with their plugin suite.)</p>\n\n\n\n<p>The WordPress admin experience is something everyone wants to change when they\'re building sites for a team or larger group of users with unique content types and workflows. There\'s a large gap in what is available to that potentially high-end niche in the premium plugin marketplace. That\'s whose needs Jon is aiming to meet — freelancers, site builders, agencies. It\'s a good bet there\'s opportunity in those spaces, if you can go directly to the people there.</p>\n\n\n\n<h2>Selling Outside WordPress.org: Don\'t Go Alone</h2>\n\n\n\n<p>Going directly to your target market touches the last and biggest item of note with OrganizeWP: it\'s not in the WordPress.org plugin repo. There was probably never any thought of putting it there. No freemium model. And at the same time, <strong>Lesley Sim</strong> has gotten attention for pulling <strong>Newsletter Glue</strong> <em>out</em> of the .org repo. Althought it\'s not exactly uncommon, the reasons why that choice gets made are worth deeper consideration for what it may say about the business and .org ecosystem today. </p>\n\n\n\n<p>Dropping Newsletter Glue\'s free version was a decision made some time ago, but the reasons behind it are really instructive for anyone starting out on the same path. Speaking to <strong>Sarah Gooding</strong> at the Tavern, Lesley <a href=\"https://wptavern.com/newsletter-glue-closes-free-plugin-on-wordpress-org\">noted</a> the challenges of the freemium model with a basic version in the plugin repo, especially if you don\'t have prior experience developing a product and marketing strategy for this approach. There\'s no onboarding for plugins owners where sharing current best practices (or simple checklists) with first time plugin owners helps them enter the WordPress.org marketplace. </p>\n\n\n\n<h2>Opportunities for Partnerships</h2>\n\n\n\n<p>According to Lesley, the main upside of using WordPress.org for distribution is access to the &#8220;[b]iggest distribution channel in WP.&#8221; It\'s an &#8220;easy way for reviewers to check out the plugin for free&#8221; without contacting the plugin owner too. And finally the .org repo serves as a &#8220;[s]ource of credibility” from customer reviews.                                                                                                                                                                                                                            </p>\n\n\n\n<p>Without alternative centralized marketplaces, going outside .org requires plugin owners to create and maximize their own distribution channels, generate their own sources of social proof and provide an interface for customer support. Then there\'s the barrier of customer confusion and frustration with having to assemble all the parts of their site themselves. Meanwhile, SaaS and no code alternatives are more visible than ever. WordPress hosting platforms targeting eCommerce niches are making the &#8220;looking for an easy button&#8221; market increasingly competitive. There are mature, established models for building a market outside the .org plugin repo, but that may also be a disadvantage to newcomers entering the space.                                              </p>\n\n\n\n<p>To get past all these hurdles, why not work together more intentionally? Partnerships, networks, and community building could be the key to success. If other plugin shops and owners see the value in working together and trying to help their customers reach their goals simply and quickly, they can amplify their marketing and distribution networks together rather than try to do it all alone. (See &#8220;<a href=\"https://poststatus.com/on-the-web-publishing-tool-race/\">On the Web Publishing Tool Race</a>.&#8221;) I\'d love to hear from anyone doing this or trying to do it, as a smaller, independent product owner today.</p>\n\n\n\n<h2>Challenge: Lack of Market Data </h2>\n\n\n\n<p>When a premium plugin leaves or never enters a centralized distribution channel, it goes off the radar. We have less data about it and the overall shape of this part of the plugin ecosystem. Assuming the number of plugins sold outside centralized marketplaces has only grown over time with WordPress, we know less about the ecosystem as time goes on. </p>\n\n\n\n<p>The .org repo which can be measured. So can the new and growing WordPress.com marketplace. Large ecosystem plugins like Elementor with their own marketplaces are highly visible. But outside of centralized distribution channels, we don\'t know what\'s happening or even have a map of that market with any depth or breadth. That\'s another disadvantage to product owners in that space. </p>\n\n\n\n<p>Are the centralized and decentralized products and markets all growing? At what rate relative to each other? However limited it may be, a key metric like active installs becomes an even bigger unknown when product owners set up shop outside the .org repository. That\'s data they could benefit from most directly. If that\'s something you\'re working on or thinking about deeply, I\'d love to chat. </p>\n\n\n\n<div class=\"wp-container-31 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<h2>Speaking of Market Data&#8230;</h2>\n\n\n\n<ul><li>In the WooCommerce ecosystem compared with WordPress, <strong>Ellipsis</strong> has some new data and analysis published that attempts to answer the question, &#8220;<a href=\"https://getellipsis.com/blog/whos-winning-on-the-woocommerce-marketplace/\">Who is winning in the WooCommerce marketplace</a>?&#8221; Their conclusions:<ul><li>WooCommerce has been a lot stronger than ​WordPress this year.</li><li>70% commission on sales makes the WooCommerce Marketplace a viable sales channel.</li><li>$85,498,900 in estimated revenue from the WooCommerce Marketplace.</li><li>They\'ve also got the top 5 highest grossing products in the Woo marketplace, all estimated as grossing over $2 million (USD).</li></ul></li></ul>\n</div></div>\n\n\n\n<p></p>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Aug 2022 15:30:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:126:\"WPTavern: Upcoming Free Workshops: Learn How to Convert Figma Files to a Block Theme and Take Block Patterns to the Next Level\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"https://wptavern.com/upcoming-free-workshops-learn-how-to-convert-figma-files-to-a-block-theme-and-take-block-patterns-to-the-next-level\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2931:\"<p>If you&#8217;re not following <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/\">Learn WordPress Online Workshops</a> on Meetup.com, you may be missing out on some high quality events. WordPress experts from across the world have been collaborating on virtual events with instruction at the same caliber of excellence that you might find at an in-person WordCamp.</p>\n\n\n\n<p>On Thursday, August 18, at 3:00 PM EDT, WP Engine-sponsored developer advocate <a href=\"https://nickdiego.com/\">Nick Diego</a> will be hosting an online workshop titled <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287686793/\">Taking Block Patterns to the Next Level</a>. Diego will be uncovering &#8220;some lesser-known pattern implementations:&#8221;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>In addition to a review of how to register patterns in block themes, a new method introduced in WordPress 6.0, you will learn how to create semantic, contextual, and page creation patterns. We will also review multiple real-world examples of this advanced functionality that you can apply to your own projects.</p>\n</blockquote>\n\n\n\n<p>Diego identified the following learning objectives for participants in this workshop:</p>\n\n\n\n<ul><li>Learn how to register a pattern in a block theme as well as with the designated registration function.</li><li>Learn what properties are available to patterns during registration.</li><li>Learn what semantic, contextual, and page creation patterns are and how to use them.</li></ul>\n\n\n\n<p>This session is aimed at intermediate to advanced builders and will be held via Zoom in English with live Zoom transcription. More than 127 people have already signed up to attend this free workshop.</p>\n\n\n\n<p>Later in the week, WP Engine-sponsored developer advocate <a href=\"https://damonacook.com/\">Damon Cook</a> and Automattic-sponsored WordPress educator <a href=\"https://adventuresinwpland.com/\">Sarah Snow</a> will be conducting a workshop for block theme builders titled <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287744779/\">Figma to Block Theme</a>. This follows up a previous session called <a href=\"https://wordpress.tv/2022/08/10/block-theme-builders-design-with-figma/\">Design with Figma</a> where participants learned how to use the WordPress.org Figma community’s Theme Template file to get started with block theme design. That session is already <a href=\"https://wordpress.tv/2022/08/10/block-theme-builders-design-with-figma/\">available on WordPress.tv</a>.</p>\n\n\n\n<p>Theme authors interested in learning how to convert Figma design files into a block theme can catch this event on Friday, Aug 19 at 3:00 PM EDT. Cook and Snow will demonstrate how to set up colors, typography, and more. Anyone interested can <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287744779/\">sign up</a> to attend online for free.</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, 18 Aug 2022 03:24:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: Iconic Releases Flux Checkout 2.0 for WooCommerce with New Modern Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/iconic-releases-flux-checkout-2-0-for-woocommerce-with-new-modern-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3664:\"<p>Iconic has<a href=\"https://iconicwp.com/blog/flux-checkout-new-theme/\"> relaunched its Flux Checkout plugin</a> with a new, modern checkout theme. The plugin was created to minimize customers abandoning their carts due to checkout complexity. It breaks the checkout experience into steps to make the process feel faster and simpler with a distraction-free design.</p>\n\n\n\n<p>Flux Checkout 2.0.0 adds a new &#8220;Modern&#8221; theme  in addition to the plugin&#8217;s previous &#8220;Classic&#8221; theme that offers a more app-like checkout experience. Modern has a more minimalist black and grey design. Check out the <a href=\"https://demos.iconicwp.com/flux-checkout-for-woocommerce/checkout/#details\">live demo</a> to interact with the checkout preloaded with a few products.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;The default Woo checkout is not optimized at all,&#8221; Iconic founder Jame Kemp said. &#8220;It presents you with the required fields, in a pretty unfriendly and overpowering way. If there are too many fields, the user is less likely to checkout.&#8221; </p>\n\n\n\n<p>Comparing the default Woo checkout experience to Flux is a bit jarring, and it&#8217;s easy to see how customers may feel overwhelmed with the default. Fortunately, WooCommerce is extensible. The space could use more varied checkout plugins so store owners have more options to customize the experience.</p>\n\n\n\n<img />Default WooCommerce Checkout\n\n\n\n<p>&#8220;Flux reduces this friction by splitting the fields into steps and reducing the number of fields required to fill in,&#8221; Kemp said. &#8220;It also integrates an address auto complete to make filling in your address into a single field. We also cache the fields so if you accidentally refresh or navigate away, you don’t lose your info.&#8221;</p>\n\n\n\n<p>Iconic<a href=\"https://iconicwp.com/blog/iconic-acquires-flux-checkout-woocommerce-checkout-plugin/\"> acquired Flux Checkout</a> in 2020, just as the pandemic was kicking off. Its chief competitor is <a href=\"https://www.checkoutwc.com/\">CheckoutWC</a>, which offers a similarly modern design, auto-populated fields, and additional templates at a higher price point. More than 3,900 WooCommerce sites are using CheckoutWC, but Kemp says Flux Checkout &#8220;wins on ease of use and simplified checkout.&#8221; In a few months, the company plans to release FluxPay, which will make it possible to &#8220;buy now&#8221; from product pages and will add other time-saving features for checking out.</p>\n\n\n\n<p>Kemp reports Iconic&#8217;s WooCommerce products are active on more than 21,000 sites. The company is part of StellarWP and the Iconic team includes four developers, 2-3 support agents, a content writer, and a designer.</p>\n\n\n\n<p>&#8220;Our most popular product is WooThumbs, but Flux, Delivery Slots, <a href=\"https://orderable.com/\">Orderable</a>, Attribute Swatches, and our All Access bundle are the most popular/profitable,&#8221; he said.</p>\n\n\n\n<p>Kemp first launched WooThumbs on CodeCanyon in 2011. The Iconic brand was formed in 2018 as a means to consolidate all of his  WooCommerce offerings and move off of CodeCanyon to become an independent brand.</p>\n\n\n\n<p>&#8220;We&#8217;re fortunate enough to have been in the WooCommerce space for many years and have a well-established customer base and set of products,&#8221; Kemp said. &#8220;Right now, and particularly throughout the pandemic, the Woo space has been booming. We&#8217;ve consistently seen growth as a WooCommerce product company. It is becoming a very competitive space and it&#8217;s important to stay on top of the features you&#8217;re offering. You can quickly fall behind.&#8221;</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, 17 Aug 2022 21:43:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"Post Status: Feedback and Testing: Fluid Typography, Pre-Publish Sidebar, Editor Configuration, Expired Session Autosave, and Contribute Style Variations to Twenty Twenty Three\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=105850\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"https://poststatus.com/feedback-and-testing-fluid-typography-pre-publish-sidebar-editor-configuration-expired-session-autosave-and-contribute-style-variation-to-twenty-twenty-three/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14660:\"<h2 id=\"h-this-week-at-wordpress-org-august-17-2022\">This Week at WordPress.org (August 17, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Get your feedback in now about features coming in WordPress 6.1. Feature freeze is September 20. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_03177a-50\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_thumbsUp\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">Feedback</a></h2><p class=\"kt-blocks-info-box-text\">WordPress 6.1 feature freeze is September 20, 2023. There are many ways to weigh in with feedback now.  <br />1&#x20e3; <a href=\"https://github.com/WordPress/gutenberg/issues/13509#issuecomment-1210325129\">Expired session autosave</a><br /><br />2&#x20e3; <a href=\"https://github.com/WordPress/gutenberg/issues/43023\">Add a preview section to the pre-publish sidebar</a><br /><br />3&#x20e3; <a href=\"https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/\">Design Exploration: Encourage editor configuration during on-boarding</a><br /><br />4&#x20e3; <a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three default theme — Project kickoff</a><br /><br />5&#x20e3; <a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\">Testing and Feedback for the Fluid Typography Feature</a></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\">A New WordPress.org Homepage and Download Page</a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_598f7a-1a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-37 wp-block-columns\">\n<div class=\"wp-container-35 wp-block-column\">\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/08/15/call-for-ideas-wordcamp-us-2022-contributor-day/\">Call for Ideas: WordCamp US 2022 Contributor Day</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/08/18/wordpress-development-setup/\">WordPress Development Setup</a></li><li>FEEDBACK REQUESTED: <a href=\"https://github.com/WordPress/gutenberg/issues/13509#issuecomment-1210325129\" target=\"_blank\" rel=\"noreferrer noopener\">If WordPress user session expires on post edit page, Gutenberg autosave continues resulting in 403s.</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/15/a-week-in-core-august-15-2022/\">A Week in Core – August 15, 2022</a></li><li>Proposal:<a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\"> Stop merging experimental APIs from Gutenberg to WordPress Core</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/10/standardize-npm-script-naming-in-the-gutenberg-project/\">Standardize npm script naming in the Gutenberg project</a></li></ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/08/16/devchat-agenda-august-17-2022/\">Devchat agenda, August 17, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/15/editor-chat-agenda-10-august-2022-2/\">Editor Chat Agenda: 17 August 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/15/editor-chat-summary-10-august-2022/\">Editor chat summary: 10 August, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/10/dev-chat-summary-august-10-2022/\">Dev Chat Summary, August 10, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/08/15/design-share-aug-1-12/\">Design Share: Aug 1–12</a></li><li>FEEDBACK REQUESTED: <a href=\"https://github.com/WordPress/gutenberg/issues/43023\">Add a preview section to the pre-publish sidebar</a></li><li>FEEDBACK REQEUSTED: <a href=\"https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/\">Design Exploration: Encourage editor configuration during on-boarding</a></li><li>SUBMISSIONS DUE AUG 31: <a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three default theme —&nbsp;Project kickoff</a></li></ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/docs/2022/08/17/summary-of-docs-team-biweekly-meeting-august-16-2022/\">Summary of Docs Team Biweekly Meeting August 16, 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/08/15/documentation-team-update-august-15-2022/\">Documentation Team Update – August 15, 2022</a></li></ul>\n\n\n\n<h2><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/214\">Deactivate inactive pledges</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/212\">Remove contributor hours when account banned</a>&nbsp;</li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/210\">Use last 5ftF contribution as inactivity criteria</a></li><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/208\">Hyperlink not readable on Program Expectations page</a></li></ul>\n\n\n\n<h2 id=\"h-hosting\">Hosting</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/hosting/2022/08/17/hosting-team-meeting-agenda-2022-08-17/\">Hosting Team meeting agenda 2022-08-17</a></li></ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/marketing/2022/08/16/agenda-global-marketing-team-meeting-august-17-2022/\">Agenda: Global Marketing Team Meeting, August 17, 2022</a></li><li><a href=\"https://make.wordpress.org/marketing/2022/08/16/notes-global-marketing-team-meeting-august-10-2022/\">Notes: Global Marketing Team Meeting, August 10, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/08/18/navigation/\">Navigation</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-container-36 wp-block-column\">\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/mobile/2022/08/09/call-for-testing-wordpress-for-android-20-5/\">Call for Testing: WordPress for Android 20.5</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/08/08/call-for-testing-wordpress-for-ios-20-5/\">Call for Testing: WordPress for iOS 20.5</a></li></ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/openverse/2022/08/16/community-meeting-recap-16-august-2022/\">Community Meeting Recap (16 August 2022)</a></li><li><a href=\"https://make.wordpress.org/openverse/2022/08/11/openverse-api-results-constrained-to-20-pages/\">Openverse API results constrained to 20 pages</a></li></ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/08/16/performance-team-meeting-summary-16-august-2022/\">Performance team meeting summary 16 August 2022</a></li><li><a href=\"https://make.wordpress.org/performance/2022/08/09/core-performance-team-rep-nominations/\">Performance Team Rep Nominations</a></li><li>Proposal: <a href=\"https://github.com/WordPress/performance/issues/455\">Database performance Health Checks</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/08/08/plugin-review-team-status-8-aug-2022/\">Plugin Review Team Status: 8 Aug 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/08/16/plugin-review-team-status-15-aug-2022/\">Plugin Review Team Status: 15 Aug 2022</a></li></ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/polyglots/2022/08/16/agenda-weekly-polyglots-chat-august-17-2022-1300-utc/\">Agenda: Weekly Polyglots Chat – August. 17, 2022 (13:00 UTC)</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/08/16/week-in-test-16-august-2022/\">Week in Test: 16 August 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/08/16/test-team-update-16-august-2022/\">Test Team Update: 16 August 2022</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li>FEEDBACK REQUESTED: <a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\">Testing and Feedback for the Fluid Typography Feature</a></li><li><a href=\"https://make.wordpress.org/updates/2022/08/16/themes-team-update-august-16-2022/\">Themes team update August 16, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/training/2022/07/27/information-sources-for-wp-6-1/\">Information Sources for WP 6.1</a></li><li><a href=\"https://make.wordpress.org/training/2022/08/10/minimizing-zoom-disruptions-in-online-workshops/\">Minimizing Zoom Disruptions in Online Workshops</a></li></ul>\n\n\n\n<h3 id=\"h-video-tutorials\">Video Tutorials</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/tutorial/using-the-create-block-tool/\">Using the create-block Tool</a></li></ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops:</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=what-is-the-domain-name-system\">What is the Domain Name System?</a></li><li><a href=\"https://learn.wordpress.org/?meeting=lets-code-converting-a-shortcode-into-a-block\">Let’s code! Converting a Shortcode into a Block</a></li><li><a href=\"https://learn.wordpress.org/?meeting=the-creative-side-of-blocks-vol-2\">The Creative Side of Blocks, Vol. 2</a></li><li><a href=\"https://learn.wordpress.org/?meeting=using-create-block-theme-2\">Using Create Block Theme</a><a href=\"https://github.com/courtneyr-dev/make-wp/#test\"></a></li></ul>\n\n\n\n<h2 id=\"h-wordcamp-central\">WordCamp Central</h2>\n\n\n\n<ul><li><a href=\"https://central.wordcamp.org/news/2022/07/wordcamp-jinja-diverse-speaker-sessions-web-design-hackathon-teachers-workshop-and-fun-at-the-nile-source/\">WordCamp Jinja: Diverse Speaker Sessions, Web Design Hackathon, Teachers Workshop and Fun at the Nile Source!</a></li></ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul><li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li><li><a href=\"https://www.php.net/archive/2022.php#2022-07-21-1\">PHP 8.2.0 Beta 1 available for testing</a></li><li><a href=\"https://php.watch/articles/composer-24\">What\'s New in Composer 2.4</a></li></ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</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, 17 Aug 2022 16: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:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:99:\"WPTavern: #39 – Marieke Van De Rakt &amp; Taco Verdonschot on Yoast, the Past, Present and Future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=137015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/podcast/39-marieke-van-de-rakt-taco-verdonschot-on-yoast-the-past-present-and-future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:32671:\"<p>On the podcast today we have <a href=\"https://yoast.com/about-us/team/marieke-van-de-rakt/\">Marieke Van De Rakt</a> &amp; <a href=\"https://yoast.com/about-us/team/taco-verdonschot/\">Taco Verdonschot</a>, and they’re both from <a href=\"https://wordpress.org/plugins/wordpress-seo/\">Yoast SEO</a>.</p>\n\n\n\n<p>I think it’s quite likely that you’ve heard of Yoast SEO, but in case you have not, it’s a very popular WordPress SEO plugin, installed over 5 million times. They’ve been optimising websites for many years and make significant contributions to the WordPress project, committing to Core, sponsoring events and many other things.</p>\n\n\n\n<p>I sat down with them both at WordCamp Europe and we talked about some of the recent changes that have taken place within the company.</p>\n\n\n\n<p>Having worked hard to build and maintain their company&#8217;s reputation, they decided that it was time to steer the business in a new direction by selling it to <a href=\"https://newfold.com/\">Newfold Digital</a>. We get into the reasons for this acquisition and the subsequent reshuffling of the management of the company. What were the details of that agreement, why did they join forces with Newfold Digital in particular, and how has the acquisition gone?</p>\n\n\n\n<p>We also talk about their longstanding commitment to contributing back to the WordPress project. Why have they done this and what benefits have they seen from this approach? Why do they bring so many of their team to WordCamps?</p>\n\n\n\n<p>Although Yoast is well known in the WordPress space, they recently brought their product into an entirely new market, Shopify. This has led them to create a SaaS version of their SEO solution and has brought them into contact with a completely new market. How has this move gone and does it mean they’re moving away from WordPress?</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air-conditioning. Whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://kagi.com/\">Kagi search engine</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast, which is dedicated to all things wordPress, the people, the events, the plugins, the blocks, the themes, and in this case, running a successful WordPress plugin business.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy and paste that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m very keen to hear from you and hopefully get you all your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox. And use the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Marieke Van De Rakt &amp; Taco Verdonschot. And they&#8217;re both from Yoast SEO.</p>\n\n\n\n<p>I think it&#8217;s quite likely that you&#8217;ve heard of Yoast SEO, but in case you have not, it&#8217;s a very popular WordPress SEO plugin installed over 5 million times. They&#8217;ve been optimizing websites for many years and make significant contributions to the WordPress project, committing to Core, sponsoring events and many other things. I sat down with them both at WordCamp Europe, and we talked about some of the recent changes that have taken place within the company.</p>\n\n\n\n<p>Having worked hard to build and maintain their company&#8217;s reputation, they decided that it was time to steer the business in a new direction by selling it to Newfold Digital. We get into the reasons for this acquisition and the subsequent reshuffling of the management of the company. What were the details of that agreement? Why did they join forces with Newfold Digital in particular? And how has the acquisition gone?</p>\n\n\n\n<p>We also talk about their long standing commitment to contributing back to the WordPress project. Why have they done this? And what benefits have they seen from this approach? Why do they bring so many of their team to WordCamps?</p>\n\n\n\n<p>Although Yost is well-known in the WordPress space they recently brought their product into an entirely new market, Shopify. This has led them to create a SaaS version of their SEO solution and has brought them into contact with a completely new market. How has this move gone? And does it mean they&#8217;re moving away from WordPress?</p>\n\n\n\n<p>Typically when we record the podcast there&#8217;s not a lot of background noise, but that&#8217;s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air conditioning. And whilst the podcasts are more than listable. I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast, where you&#8217;ll find all of the other episodes as well. And so without further delay, I bring you. Marieke Van De Rakt &amp; Taco Verdonschot.</p>\n\n\n\n<p>I am joined on the podcast today by Marieke van de Rakt and Taco, go on.</p>\n\n\n\n<p>[00:03:48] Taco Verdonschot: Verdonschot.</p>\n\n\n\n<p>[00:03:49] Nathan Wrigley: I tried that many, many times in the past. How are you both doing?</p>\n\n\n\n<p>[00:03:53] Taco Verdonschot: All good.</p>\n\n\n\n<p>[00:03:53] Marieke van de Rakt: Yeah. Great, great, great being back at an in-person event.</p>\n\n\n\n<p>[00:03:57] Nathan Wrigley: Yeah. What are your thoughts about that. Genuinely, what are your thoughts about being back in in-person events? Because I know the Pavlovian response is, it&#8217;s great to be back. I think that, but is there any bit of you, which is mmm?</p>\n\n\n\n<p>[00:04:08] Marieke van de Rakt: I have a hard time recognizing people because it&#8217;s been two years. I see now that everybody has that problem, so it&#8217;s like, I know you I&#8217;ve danced with you. I don&#8217;t know who you are.</p>\n\n\n\n<p>[00:04:20] Taco Verdonschot: And especially when people are masked. You just see the eyes and, and if they like gained a lot of weight or became a bit grayer like me. Or lost a lot of weight, there&#8217;s definitely.</p>\n\n\n\n<p>[00:04:33] Marieke van de Rakt: It&#8217;s harder.</p>\n\n\n\n<p>[00:04:34] Taco Verdonschot: It&#8217;s a change and with a mask on it&#8217;s a lot harder to recognize people. So I&#8217;m really happy with the badges that have the names on both sides. Which means that it will at least always give a clue and not be turned the wrong way like sometimes happens at WordCamps. Yeah.</p>\n\n\n\n<p>[00:04:50] Marieke van de Rakt: So I think it&#8217;s good being back, but it&#8217;s also, it&#8217;s different. It&#8217;s just, it&#8217;s been a while seeing people in such a way. We&#8217;ve talked online, but that&#8217;s really different.</p>\n\n\n\n<p>[00:05:01] Nathan Wrigley: For me what&#8217;s strange, and I know this is gonna sound ridiculous, is that you are not this big and I&#8217;m making a gesture about six inches high, but also you both have entire bodies. It&#8217;s not just from the sort of waist up. We are on contributor today, so basically very little has happened so far. But what are your expectations of this event? What does Yoast bring when it comes to an event like this? What are you hoping to do? Do you have like a battle plan? Do you just bring the whole team and just see how it goes? I know you&#8217;ve got sponsorships and lots of things like that. So tell us what your agenda is.</p>\n\n\n\n<p>[00:05:32] Taco Verdonschot: We&#8217;re sponsoring, as you said, and we brought a nice booth. There will be activities, and of course there will be stroopwafels, loads of them. So make sure that if you&#8217;re here you don&#8217;t miss out.</p>\n\n\n\n<p>[00:05:43] Nathan Wrigley: I&#8217;m gonna pause you there because I don&#8217;t know what that is.</p>\n\n\n\n<p>[00:05:46] Marieke van de Rakt: You don&#8217;t know what stroopwafels are?</p>\n\n\n\n<p>[00:05:49] Nathan Wrigley: No</p>\n\n\n\n<p>[00:05:50] Marieke van de Rakt:You can have like a lot of them because we don&#8217;t bring them back anymore. Right?</p>\n\n\n\n<p>[00:05:52] Taco Verdonschot: Yeah. So stroopwafels are cookies, are waffles with sort of a caramel in between. And they are delicious. That&#8217;s that just says it.</p>\n\n\n\n<p>[00:06:04] Nathan Wrigley: In the brief time that I&#8217;ve been around the auditorium, you win in terms of t-shirt density.</p>\n\n\n\n<p>[00:06:11] Marieke van de Rakt: I saw the same thing. I think a lot of companies don&#8217;t give their employees, t-shirts to wear or different ones. We also, because I have a new one actually Taco but it&#8217;s exactly the same color, so it matches.</p>\n\n\n\n<p>[00:06:23] Nathan Wrigley: And there&#8217;s nobody with the purple, so it genuinely stands out. But it also means, I think, that you bring a big team. Which also tells me that you&#8217;ve got a big team. 140, something like that? And I was looking earlier today at the stats for contributions in the version 6.0 of WordPress. Automattic, always the big circle and then there&#8217;s companies, which are vying for second, third. And it always seems like Yoast is number two by a long way. Is that a big part of the Yoast system? Do you encourage your team to contribute and all of that?</p>\n\n\n\n<p>[00:06:58] Taco Verdonschot: Yeah, so we have a Core team. That&#8217;s four people working full time on WordPress Core. And that&#8217;s a big part. We also host internal contributor days. Well, actually we&#8217;ve opened them up to the community. So everyone can join remotely, or at the office nowadays. One of the reasons why you&#8217;re seeing so many of the purple shirts today is because our entire team is signed up for contributor day, and everyone is contributing to WordPress today. So probably you&#8217;ll see more brands and, and more colors tomorrow, but bringing people to contributor day is definitely a part of who we are.</p>\n\n\n\n<p>[00:07:35] Marieke van de Rakt: It&#8217;s what got us started. So we are really invested in making WordPress better, because that&#8217;s just what we&#8217;ve been doing from even before Yoast was a company.</p>\n\n\n\n<p>[00:07:44] Nathan Wrigley: It&#8217;s been an exceptional commitment though. It&#8217;s not an ordinary commitment.</p>\n\n\n\n<p>[00:07:48] Marieke van de Rakt: I think so, too. So I, I&#8217;m really glad you&#8217;re saying that. We have an exceptional commitment to making that better. And I think more companies should follow that lead because that way we can really make it better together. So we can bitch with each other about what should be better, or we can just sit down and make sure the work gets done.</p>\n\n\n\n<p>[00:08:08] Nathan Wrigley: Yeah. It&#8217;s been a busy couple of years for Yoast. Obviously there&#8217;s been the pandemic. Presumably you had to figure out what the office looked like or didn&#8217;t look like and what zoom calls you were gonna foist on people and so on and so forth. You mentioned that you&#8217;re back to the office a bit. But apart from all of that, there&#8217;s been quite a lot of personnel change, especially recently. Joost as in Joost, the man not the product, has changed roles. You&#8217;ve changed roles. Taco has got a new role. I saw a photo the other day with several people who&#8217;ve got new roles. Tell us a little bit about that. What brought that about, and then maybe we&#8217;ll get into the acquisition piece.</p>\n\n\n\n<p>[00:08:42] Marieke van de Rakt: Yeah. Well, because that was the trigger. I think about a year before we had the acquisition, we started the process. I already knew that I wouldn&#8217;t want to be the CEO of the company anymore. I think that role is really, it&#8217;s a really heavy one, and it&#8217;s also a very public one, and it&#8217;s just been tough. And COVID was tough. So, when we decided to sell, I already knew that I wouldn&#8217;t want to be the CEO of the company anymore, but I still wanted to work there. But go back to a role I had before I was the CEO.</p>\n\n\n\n<p>So I think the acquisition got us all into that change process. So the first thing was that I announced that I wasn&#8217;t going to be the CEO. Now, Joost is an advisor. Omar left. Our CTO, well, I just texted him that I really miss him. But I also understand we&#8217;ve been doing this for quite some time.</p>\n\n\n\n<p>Joost himself got a bit bored, not with WordPress though, but with SEO, and wants to do other things as well. And is currently experienced a lot of FOMO he said. But he&#8217;ll be here tomorrow. So he&#8217;ll be on Friday. He said to me, oh, you&#8217;re all contributing and I&#8217;m just writing a blog post.</p>\n\n\n\n<p>So, yeah, those things changed, and I&#8217;m really excited because we, um, we now have room for new people to grow because you could see Yoast as this big old oak, and that&#8217;s good and that&#8217;s solid. But it also takes away the sun for other trees to grow. So now it&#8217;s the time for at least within Yoast, to have new talent and new leadership.</p>\n\n\n\n<p>[00:10:17] Nathan Wrigley: Yeah. Okay, so just sticking to the top tier management, just run us through the changes. Who&#8217;s now in? Who&#8217;s got those key top tier jobs?</p>\n\n\n\n<p>[00:10:25] Taco Verdonschot: So I think that list should always start with Thijs, our CEO. He took over that role from Marieke, I think last year, October.</p>\n\n\n\n<p>[00:10:34] Marieke van de Rakt: Somewhere like that.</p>\n\n\n\n<p>[00:10:35] Taco Verdonschot: Around that time, and then as of April this year we had the bigger change, that we introduced a seven people leadership team. So that&#8217;s obviously Marieke as head of strategy. That&#8217;s Chaya as chief operations officer.</p>\n\n\n\n<p>[00:10:51] Marieke van de Rakt: She was already also in the old board. She came in COVID time. So this is her first WordCamp. She was with us for quite some time.</p>\n\n\n\n<p>[00:10:58] Taco Verdonschot: Yeah, and then there&#8217;s four new names, and that&#8217;s Irene on the R and D side. Inge on the marketing side. Herre for all the technical stuff. And me as a head of relations.</p>\n\n\n\n<p>[00:11:12] Marieke van de Rakt: And those four have been working with us for more than five years. All of them. Yeah.</p>\n\n\n\n<p>[00:11:16] Taco Verdonschot: Yeah. All of those.</p>\n\n\n\n<p>[00:11:17] Nathan Wrigley: So if we rewind the clock about five years, it feels like nobody was being acquired in WordPress. It was all very quiet. And then about four years ago it began. And then two years ago it was really, there was a daily news cycle of somebody&#8217;s been bought in the WordPress space. And then you came in and I must admit I follow the WordPress news pretty closely. I didn&#8217;t see that one coming. Tell us how that came about. How far do we need to go back before the dates that it was announced, when all the negotiations started, and why you mentioned that Yoast himself was getting a bit bored. But for other reasons, I&#8217;m sure as well, why did that process begin? And how long was that process?</p>\n\n\n\n<p>[00:11:54] Marieke van de Rakt: So we talked to parties before just because you get a lot of questions. So it&#8217;s not that we never thought about a possible acquisition or funding before. But we&#8217;re totally bootstraped, and I think Christmas 2020, so the first COVID Christmas, that was when Joost and I decided we should sell or get major funding. And the major reason was that COVID got us scared. We were doing great but it was so much work. We sell in dollars, so we make money in dollars, but all of our costs are in euros. And that makes you very vulnerable for the exchange rate of the dollar.</p>\n\n\n\n<p>And that&#8217;s something you can&#8217;t control. And with a hundred, I don&#8217;t know 125 people on your payroll, the responsibility was weighing heavily on both of us, and that&#8217;s just something that we didn&#8217;t want to do anymore. So then we hired, we hired a banker actually. Someone who helps you to sell your company. And we&#8217;ve talked to a lot of, well, the usual suspects. Then decided eventually to sell to Newfold.</p>\n\n\n\n<p>[00:13:03] Nathan Wrigley: So what was it about the offer that they presented, which said, okay, that&#8217;s it, the green light over there. Was there something in particular? Were there any red lines that you presented to them? Right, this cannot happen, if we&#8217;re gonna sell to anybody. Yeah, just that kind of idea. What were the things that gave the green light to them and not to others?</p>\n\n\n\n<p>[00:13:19] Marieke van de Rakt: So when we were selling, we thought about three things. We thought about ourselves. What&#8217;s good for us. And then we thought about what&#8217;s good for Yoast the company, and what&#8217;s good for WordPress. So we wouldn&#8217;t sell to a company that would just do things that would be bad for WordPress. And we won&#8217;t sell to a company that would say you have fire half of your staff or something like that. So would be good for our employees. It would be a good fit for WordPress. And I think the offer of Newfold, Newfold wanted to buy us because of our commitments in WordPress.</p>\n\n\n\n<p>So they were impressed with our WordPress Core team. They wanted to do more in WordPress and, so them inquiring us was part of their mission to show we love WordPress, which is the best reason to buy us, I think. And I thought their leadership was really diverse. And I&#8217;ve talked to a lot of boards and they&#8217;re mostly male and white and a bit gray, and there&#8217;s nothing wrong with people that are male and white and gray. But it&#8217;s nice to see some diversity in that. Well Newfold Digital is led by a woman. I&#8217;m really impressed by her. So that was at least, for me personally, a big reason to choose for them as well.</p>\n\n\n\n<p>[00:14:33] Nathan Wrigley: It&#8217;s a name which doesn&#8217;t roll off the tongue. What I mean by that is, you know, everybody&#8217;s heard of Yoast, everybody&#8217;s heard of Automattic, but maybe not so much Newfold Digital. Can you just tell the listeners which bits of Newfold Digital may we have heard of before? Because I know they&#8217;re a company which are behind other companies.</p>\n\n\n\n<p>[00:14:48] Marieke van de Rakt: They only exist for like a year and a half now and they&#8217;ve been combined. So the Endurance group, which Blue Host is the biggest brand. And then you have the web dot com side, but that&#8217;s not a WordPress side. And those two companies were combined into Newfold Digital, and they only existed like a half year and then they acquired Yoast. So it&#8217;s a really new brand.</p>\n\n\n\n<p>[00:15:09] Nathan Wrigley: In terms of job stability and all of those kind of things, you mentioned that that was an important part. How&#8217;s that going,? Have roles changed? Has the company still got the same focus that it had a year ago? Well, let&#8217;s not say a year, six months ago, or have you noticed any changes and I&#8217;m firing this one at Taco.</p>\n\n\n\n<p>[00:15:27] Taco Verdonschot: So yes, there have been changes due to what we just described in, in changing in leadership, but in terms of direction of the company, it&#8217;s not that Newfold comes in and says, Hey, you need to go left or you need to go right. For exactly what Marieke just told, is they bought us for what we do and who we are. That&#8217;s still true today. So they kept their word from that whole process and are still supporting us in being Yoast and offering SEO for everyone.</p>\n\n\n\n<p>Have there been changes in the company in the last six months? Yes, we, we are slowly changing. The workforce landscape is changing, and we&#8217;re changing with it. But nothing forced by the acquisition. This would&#8217;ve happened anyway if we weren&#8217;t sold.</p>\n\n\n\n<p>[00:16:14] Marieke van de Rakt: Ah, and nobody left after the acquisition for a few months.</p>\n\n\n\n<p>[00:16:17] Taco Verdonschot: No.</p>\n\n\n\n<p>[00:16:18] Marieke van de Rakt: So that wasn&#8217;t related to that.</p>\n\n\n\n<p>[00:16:20] Taco Verdonschot: Yeah.</p>\n\n\n\n<p>[00:16:20] Marieke van de Rakt: I think the biggest change was just that the office is opened up again. And so everything&#8217;s different.</p>\n\n\n\n<p>[00:16:26] Nathan Wrigley: In terms of how the company can behave, the inflow of money I presume, you mentioned payroll and how concerning that was. Does that kind of thing evaporate a little bit more? Do you need to worry it a little bit less about payroll, because that&#8217;s now worried about somewhere further up the food chain?</p>\n\n\n\n<p>[00:16:42] Marieke van de Rakt: For me that&#8217;s changed dramatically. So I used to look at the sales every day. I think Joost would look at it every hour, and see if it&#8217;s all going well and that changed, and that gave us a lot of… I was talking to Joshua Strebel, who of course also sold and to like, taking a coat off, that&#8217;s what it is. It&#8217;s taking a coat off, and I still feel a huge responsibility of getting that company with new leadership into a stable, good new path, but it&#8217;s different.</p>\n\n\n\n<p>[00:17:11] Taco Verdonschot: Yeah. The funny thing is for me, it&#8217;s quite the opposite.</p>\n\n\n\n<p>[00:17:14] Marieke van de Rakt: Yes.</p>\n\n\n\n<p>[00:17:14] Taco Verdonschot: Because before, Marieke and the rest of the board would take away all those financial concerns from even the highest management level.</p>\n\n\n\n<p>[00:17:25] Marieke van de Rakt: That wasn&#8217;t the best idea though.</p>\n\n\n\n<p>[00:17:26] Taco Verdonschot: Yeah.</p>\n\n\n\n<p>[00:17:26] Marieke van de Rakt: We did that. We never told anybody about our financial stress. We were doing great, but we were experiencing, oh, we have to grow, and…</p>\n\n\n\n<p>[00:17:34] Taco Verdonschot: That was really something that was kept away, and now with, my new role, I&#8217;m suddenly seeing all the numbers and seeing what the numbers mean and how they influence decisions that we&#8217;re making in the company and vice versa, how decisions are influencing our, our revenue stream or our cost. And that&#8217;s a whole new world. So, for me, I&#8217;m looking more at numbers and for you, it&#8217;s obviously with less worry than before. Yeah, we, we found common ground now.</p>\n\n\n\n<p>[00:18:05] Nathan Wrigley: Two years ago, or whenever it was 2019, if we&#8217;d have had this same interview, we would&#8217;ve been talking about Yoast SEO and nothing more. But now we can talk about Shopify. That&#8217;s a big change. A giant of a platform. Just give us the theory behind why Shopify? Why not, I don&#8217;t know something else like Drupal, or some other thing like Squarespace? Is that product receiving the same care and attention, shall we say as the WordPress side? Do you have any plans to go into other CMSs, maybe SaaS products, like I said, Wix and Squarespace and so on.</p>\n\n\n\n<p>You don&#8217;t have to release any of that valuable information if you don&#8217;t want to of course. But tell us about the Shopify thing first. Whoever wants to take that.</p>\n\n\n\n<p>[00:18:43] Marieke van de Rakt: We have a TYPO3 extension, of course.</p>\n\n\n\n<p>[00:18:45] Taco Verdonschot: Yes and Neos as well.</p>\n\n\n\n<p>[00:18:47] Marieke van de Rakt: So we, we had some before, but we, as a pact internally would say that we wouldn&#8217;t do any non open source CMSs, but still we are doing Shopify. So we made the decision, partly because we wanted to be less dependent on WordPress, because although we love WordPress, it&#8217;s very scary if you bet all your money on one thing. So it could be a wise business decision to go into Shopify.</p>\n\n\n\n<p>They asked us to come. So Shopify wanted to improve their SEO so they worked together with us. They asked us can you build Yoast SEO for Shopify? So that was a big reason, and their core values are pretty aligned with us. So that was the thing. Okay, we&#8217;re going to let go of the open source part because they&#8217;re really for the small businesses.</p>\n\n\n\n<p>So it&#8217;s either Amazon because that&#8217;s how people sell, but at least on Shopify, you have your own website, your own store, and that&#8217;s really important. So that&#8217;s why I think why we decided Shopify.</p>\n\n\n\n<p>[00:19:44] Taco Verdonschot: And I think it&#8217;s the close source system or SaaS that comes closest to the open source mindset, because it really supports the small businesses, and you can get started super easily on Shopify and anyone and everyone can start a shop. And that is different for a lot of other systems.</p>\n\n\n\n<p>[00:20:06] Marieke van de Rakt: And it&#8217;s growing like crazy. So it&#8217;s also a really good business opportunity.</p>\n\n\n\n<p>[00:20:10] Nathan Wrigley: Yeah I have no insight into how that&#8217;s going. So it is growing.</p>\n\n\n\n<p>[00:20:15] Marieke van de Rakt: Yes.</p>\n\n\n\n<p>[00:20:16] Nathan Wrigley: Are you growing with it? Is it taking you along for the ride? Basically, has it been a good move?</p>\n\n\n\n<p>[00:20:18] Marieke van de Rakt: Well, We&#8217;ve built the thing ourselves, which is a lot of work because Shopify isn&#8217;t WordPress. we&#8217;ve launched it. We had a successful launch, but we&#8217;re not as well known in the Shopify world yet. So we&#8217;re growing gradually and that sounds like bad news, but I love that because that&#8217;s what we want to do.</p>\n\n\n\n<p>It&#8217;s so much fun. We&#8217;re celebrating every five star review we get. So we have a dedicated Shopify team and they&#8217;re so excited to get people to like our product, but Shopify just works a little differently and you can&#8217;t paste your WordPress product over it. So we&#8217;re tweaking it and it gets better every day.</p>\n\n\n\n<p>[00:20:55] Taco Verdonschot: Every single day. So the good thing about our Shopify app is that it fully is a SaaS which means that were not bound to releases that people then have to install. And if we decide to push something, it&#8217;s live right now. That&#8217;s a very big difference compared to WordPress, where you&#8217;re relying on people to install your updates and to actually keep their site up to date, et cetera. So it&#8217;s a really different way of developing.</p>\n\n\n\n<p>[00:21:25] Marieke van de Rakt: Yeah.</p>\n\n\n\n<p>[00:21:26] Nathan Wrigley: Marika. You&#8217;ve got a, I was gonna say a talk, but it&#8217;s not. You&#8217;ve got a panel. Just tell us what this panel&#8217;s about.</p>\n\n\n\n<p>[00:21:31] Marieke van de Rakt: This panel is about acquisitions and WordPress. I&#8217;m just going to sit there and if they ask me a question then they&#8217;ll answer. I think a lot of people want to know, the ins and outs of what happens and what does this mean for WordPress?</p>\n\n\n\n<p>[00:21:43] Nathan Wrigley: SEO in general. What is going on in the future? I&#8217;ve been seeing quite a lot coming out of the Google verse. Awful lot of people talking about things like AI content and whether or not that&#8217;s gonna be squashed. What do we need to be mindful of in the next 12 months in terms of SEO?</p>\n\n\n\n<p>[00:21:58] Marieke van de Rakt: I think the main thing Google does is wanting to present the best result to the user. So if you&#8217;re stable in SEO and just create good content, AI or not AI because it just has to be good. And there are really good AI tools out there, but it should be something your reader will want to read.</p>\n\n\n\n<p>And not just something you, nobody wants to read. That&#8217;s not serving anyone. That&#8217;s the thing you need to do. But at the same time on the technical side, we are really looking at what Google is doing. So then you need to just install Yoast SEO, because we&#8217;ll make sure to get the latest technical stuff in there. So the way Google crawls and stuff, we&#8217;re really mindful of that. But I think a normal user wouldn&#8217;t be able to adapt that in a website settings.</p>\n\n\n\n<p>[00:22:42] Nathan Wrigley: I have this concern that we&#8217;re gonna be creating content with AI, which is then in turn, the sole purpose of that is to be consumed by Google&#8217;s AI. And it&#8217;s like this cyclical effect where…</p>\n\n\n\n<p>[00:22:55] Marieke van de Rakt: But then you&#8217;re doing it wrong way because you should always create content for a user. Yeah. And I am a writer. So I am not particularly fan of AI created content, but I have to be honest, sometimes it&#8217;s pretty good. But it should be original content.</p>\n\n\n\n<p>So, you should at least insert enough information in your AI that it&#8217;s an original thought, because an artificial intelligence can never come up with something new. It&#8217;s always something that&#8217;s already out there. So make sure you write something that people want to read. That&#8217;s the only advice that I can give you. Maybe Google won&#8217;t be the only search engine out there.</p>\n\n\n\n<p>There are all kinds of rumors that Apple is doing stuff and rolling out his own search engine. I don&#8217;t know if it&#8217;s true, but that&#8217;s something that could happen as well. Google doesn&#8217;t have to be the only, Yoast SEO isn&#8217;t the only SEO plugin. Google doesn&#8217;t have to necessarily be the only search engine.</p>\n\n\n\n<p>[00:23:50] Nathan Wrigley: Is that what you focus most of your energy though, because presumably if there is an Apple SEO search page, your work then sort of doubles because you&#8217;ve got to try and figure out their algorithm as well as the Google algorithm.</p>\n\n\n\n<p>[00:24:02] Marieke van de Rakt: They&#8217;re probably doing the same thing. It&#8217;s the same with Bing and…</p>\n\n\n\n<p>[00:24:05] Taco Verdonschot: Yeah, in the end they have the same goal. They want to answer a user&#8217;s question. So in order to do that, you need that good content. If you want to rank first, you need to be the best result. That&#8217;s basically it. Regardless of which search engine you use to find that.</p>\n\n\n\n<p>[00:24:23] Marieke van de Rakt: Wouldn&#8217;t it be fun though? I would get excited again with SEO, if there would be a different kind. Maybe a privacy more minded kind, because that would be awesome.</p>\n\n\n\n<p>[00:24:32] Nathan Wrigley: Have you heard of a search engine called Kagi? K A G I.</p>\n\n\n\n<p>[00:24:36] Marieke van de Rakt: I haven&#8217;t.</p>\n\n\n\n<p>[00:24:38] Nathan Wrigley: Do you remember ManageWP? It is created by him. It&#8217;s in beta only at the moment. And it&#8217;s gonna be a paid for search engine and you&#8217;ll pay them a hundred dollars a year, something along those lines, for no tracking. So the gamble is that you pay. It&#8217;s actually really interesting. K A G I.</p>\n\n\n\n<p>Yeah. So what are you gonna do over the next couple of days, the pair of you? What are you hoping to get out of this specific event? Who are you gonna go and see? What things are you excited about?</p>\n\n\n\n<p>[00:25:03] Taco Verdonschot: So we made a great start yesterday evening. There was a party by Pagely, and it was on a, on a boat, with so many people and a lot of familiar faces that we hadn&#8217;t seen in three years. And that&#8217;s going to continue because over the course of this event, we&#8217;ll see our old friends and meet a lot of new friends.</p>\n\n\n\n<p>[00:25:23] Marieke van de Rakt: Interesting conversations with possible partners. It&#8217;s exciting to meet our Bluehost new colleagues and our Yith colleagues who are all part of the Newfold family, so that&#8217;s something I&#8217;m looking forward to as well.</p>\n\n\n\n<p>And I am looking forward to talking to actual customers because I use WordCamps to talk to customers and ask them why they like our product and what they dislike. And, well, I haven&#8217;t done that for ages, so only with people in our local community.</p>\n\n\n\n<p>[00:25:51] Nathan Wrigley: I&#8217;ve got a feeling I know what the answer to this question is. In 2023 WordCamp Europe, wherever that may be, will you be back?</p>\n\n\n\n<p>[00:25:57] Taco Verdonschot: Yes.</p>\n\n\n\n<p>[00:25:58] Marieke van de Rakt: Yes.</p>\n\n\n\n<p>[00:25:59] Nathan Wrigley: Taco, Marieke, thanks for talking to me today.</p>\n\n\n\n<p>[00:26:01] Taco Verdonschot: Thank you so much for us.</p>\n\n\n\n<p>[00:26:03] Marieke van de Rakt: Thank you.</p>\n</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, 17 Aug 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:99:\"WPTavern: Gutenberg Designers Explore Adding Configuration Options to Block Editor Onboarding Modal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=137017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/gutenberg-designers-explore-adding-configuration-options-to-block-editor-onboarding-modal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3615:\"<p>Gutenberg designers are considering replacing the current welcome guide modal with a new onboarding screen that prompts users to configure some of the editor&#8217;s many individual preference settings. </p>\n\n\n\n<p>The existing welcome setup was designed during the earlier days of the block editor when many WordPress users were experiencing it for the first time. It briefly introduces users to the concept of blocks and invites them to customize them. The editor has matured since this welcome guide was created and it could use an update.</p>\n\n\n\n<img />The existing welcome guide\n\n\n\n<p>The editor is now loaded with more settings for personalizing the content creation experience, such as document toolbar placement and accessibility features, that users may not ever discover on their own.</p>\n\n\n\n<p>&#8220;To create an editing experience that feels intuitive, folks will often need to tailor these settings based on their individual preferences and needs,&#8221; Automattic-sponsored designer James Koster said in <a href=\"https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/\">a post on the Make Design blog</a>. &#8220;There is no such thing as a one-size-fits-all.</p>\n\n\n\n<p>&#8220;Instead of relying on people to find these settings on their own (admittedly they’re a little scattered, but that’s another issue), it might be good to surface them during onboarding. Consequently, users can set up a comfy editing experience straight-away.&#8221;</p>\n\n\n\n<p>Koster is proposing users configure these settings when getting started with the editor for the first time. He shared a video demonstrating how that might look. </p>\n\n\n\n\n\n\n\n<p>The modal is much bigger than the existing welcome guide. It is also more interactive. When users mouse over the options in the left side, it shows a preview in the right side of the modal. The following user preferences are included in Koster&#8217;s prototype:</p>\n\n\n\n<ul><li>document toolbar display</li><li> the block toolbar</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/42399\">text formatting tools</a></li><li>accessibility options for toolbar button display, editor styles, and block keyboard navigation</li></ul>\n\n\n\n<p>The first screen of the modal allows users to skip the setup and go straight to writing. This will be useful for those who do not care to configure any user preferences or those who are in a hurry.</p>\n\n\n\n<p>Koster posted the proposal a couple weeks ago, asking whether it is a good idea in the first place, but hasn&#8217;t received much critical feedback.</p>\n\n\n\n<p>Visually, the larger modal is an improvement on the existing welcome guide, but will it be overwhelming to users who are brand new to the block editor? Will it even make sense to them? A certain level of familiarity with the block editor is required to have any context for the editor customization options. An onboarding wizard with a lot of new terms could take a psychological toll on new users. It&#8217;s a lot to take in before getting started in the editor. Are these preferences so important that they need to be the first thing users see when they open the editor? Something like this will need some real user testing before it makes its way to millions of users.</p>\n\n\n\n<p>Koster and the Gutenberg design contributors are still looking for feedback on the project. If you have thoughts on these designs or suggestions, leave a comment on the <a href=\"https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/\">proposal</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, 17 Aug 2022 02:52:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:41:\"Post Status: WordPress at a Massive Scale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=105467\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://poststatus.com/thinking-about-wordpress-at-massive-scale%ef%bf%bc%ef%bf%bc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3804:\"<p>Cory Miller talks with Lead Solutions Engineer at WordPress VIP, Sean O\'Shaughnessy. Learn about WordPress hosting at a massive scale with some blind case study examples.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p class=\"has-theme-palette-8-background-color has-background\">Recorded on August 12, 2022.</p>\n\n\n\n<h3 id=\"h-topics-discussed\"><strong>Topics Discussed </strong></h3>\n\n\n\n<ul><li>How Sean got into his present role</li><li>The trouble with caching, internal and external requests, and dynamic database-driven publishing platforms.</li><li>Headless and Hybrid approaches to WordPress</li><li>Customer support partnerships</li></ul>\n\n\n\n<h2 id=\"h-about-sean-o-shaughnessy\">About Sean O\'Shaughnessy</h2>\n\n\n\n<p><strong>Sean O’Shaughnessy</strong> is Lead Solutions Engineer at <a href=\"https://wordpressvip.com\">WordPress VIP</a>. Sean has a background in infrastructure and dev ops. He\'s been working with WordPress for 13 years and for Automattic since 2014. Sean helped design, build, and manage site reliability engineering for WordPress.com, Pressable, and WordPress VIP. </p>\n\n\n\n<p class=\"has-background\">You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>Post Status Live</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-container-45 wp-block-columns\">\n<div class=\"wp-container-44 wp-block-column\">\n<div class=\"wp-container-43 wp-block-columns sponsor has-theme-palette-8-background-color has-background\" id=\"Gravity-Forms\">\n<div class=\"wp-container-41 wp-block-column\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Episode Partner: <a href=\"https://poststat.us/gravity\">Gravity Forms</a></h3>\n\n\n\n<p><strong><a href=\"https://poststat.us/gravity\">Gravity Forms</a></strong> is a powerful form builder for WordPress and the #1 choice for businesses and web professionals across the globe. Its vast array of features, intuitive drag-and-drop form editor, and extensive ecosystem of add-ons, ensure customers can design beautiful, intelligent, and accessible forms for any project requirement.</p>\n</div>\n\n\n\n<div class=\"wp-container-42 wp-block-column is-vertically-aligned-center\"><div class=\"wp-block-image cloudways-logo\">\n<a href=\"https://poststat.us/gravity\"><img width=\"392\" height=\"299\" src=\"https://cdn.poststatus.com/wp-content/uploads/2021/07/gravity-forms-logo-stacked.png\" alt=\"Gravity Forms\" class=\"wp-image-88956\" title=\"Cloudways Logo\" /></a><a href=\"https://poststat.us/gravity\">Gravity Forms</a></div></div>\n</div>\n</div>\n</div>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Aug 2022 20:46:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"Do The Woo Community: Taking On a WooCommerce Integration with David Henriquez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72638\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/taking-on-a-woocommerce-integration/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:422:\"<p>David Henriquez from Klaviyo shares his story with WooCommerce and WordPress and insights on building an integration for WooCommerce.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/taking-on-a-woocommerce-integration/\">Taking On a WooCommerce Integration with David Henriquez</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Aug 2022 09:22:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: WordPress Launches New Homepage and Download Page Designs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wordpress-launches-new-homepage-and-download-page-designs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5079:\"<p><a href=\"https://wordpress.org/\">WordPress.org</a> is now sporting a new look with a refreshed, jazzy design that complements the <a href=\"https://wptavern.com/wordpress-news-gets-a-new-design\">recently updated News pages</a>.</p>\n\n\n\n<p>&#8220;The new homepage brings more attention to the benefits and experience of using WordPress, while also highlighting the community and resources to get started,&#8221; &nbsp;Automattic-sponsored WordPress marketing team contributor Nicholas Garofalo <a href=\"https://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\">said</a>.</p>\n\n\n\n<p>&#8220;The new download page greets visitors with a new layout that makes getting started with WordPress even easier by presenting both the download and hosting options right at the top.&#8221;</p>\n\n\n\n<img />\n\n\n\n<p>The Download page now clearly offers two paths at the top &#8211; buttons for downloading and installing WordPress, and hosting recommendations for setting  it up through a hosting provider. It also includes help getting started with resources linked further down the page WordPress courses, developer resources, support, and user forums.</p>\n\n\n\n<img />\n\n\n\n<p>Although the designs have received overwhelmingly positive feedback, their journey to development was not without a few bumps in the road. When the Meta team published an <a href=\"https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/\">update</a> about taking the designs into development, less than three weeks from the design kickoff, Matt Mullenweg&#8217;s criticism of the pace of the project drew the ire of some community members who were offended by the interaction. </p>\n\n\n\n<p>&#8220;This is not a good use of time, nor does it further the actual goals of a new homepage or download page, and we have better places to spend our development time,&#8221; Mullenweg said in response to the plans to create a block theme for the new designs.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">It is important to note that the person he is responding to here is working in capacity as a volunteer, sponsored (employed) by Automattic. So who is being chastised, a volunteer or an employee? And who is doing the chastising, a benevolent dictator or a CEO who signs the checks.</p>&mdash; sé reed <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f499.png\" alt=\"💙\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f49b.png\" alt=\"💛\" class=\"wp-smiley\" /> (@sereedmedia) <a href=\"https://twitter.com/sereedmedia/status/1557830144940597248?ref_src=twsrc%5Etfw\">August 11, 2022</a></blockquote>\n</div>\n\n\n\n<p>Responding to the criticism on Twitter, Mullenweg <a href=\"https://twitter.com/photomatt/status/1557893351982219265\">said</a>,  &#8220;Regardless of whether someone is a volunteer or sponsored, open source developers need to be able to debate and discuss our work in public, as we have since the dawn of wp-hackers, so that we arrive at the best outcome for users.&#8221;</p>\n\n\n\n<p>Automattic-sponsored contributor Alex Shiels defended the amount of time spent on the project and elaborated on some of the behind-the-scenes work. Mullenweg contended that turning Figma designs into a theme should have taken far less time to launch.</p>\n\n\n\n<p>&#8220;On the &#8216;hours not weeks&#8217; to implement — it’s such a basic layout, it’s hard to imagine it taking a single person more than a day on Squarespace, Wix, Webflow, or one of the WP page builders,&#8221; Mullenweg said.</p>\n\n\n\n<p>&#8220;So, if we’re just doing a prettier version of the same thing, make those changes in place with the existing code approach quickly and move on to something higher value. If you are trying to further WP itself, you need a fundamentally different approach.&#8221;</p>\n\n\n\n<p>Some interpreted these comments as a referendum on the block editor&#8217;s usability. The development plan Shiels outlined included the creation of custom blocks in order to launch an MVP of the new theme. This called into question whether the block editor is delivering on its &#8220;dream it, build it&#8221; promises.</p>\n\n\n\n<p>&#8220;The&nbsp;core&nbsp;team has to&nbsp;edit the core blocks&nbsp;for such&nbsp;a simple layout&nbsp;– after 2+ years, what should ordinary users/developers expect?&#8221; WordPress developer Aleksandar Perisic commented.</p>\n\n\n\n<p>&#8220;Dog-fooding is needed just as much as code-focused contributions right now,&#8221; WP Engine software engineer Mike McAlister <a href=\"https://twitter.com/mikemcalister/status/1557850870338945025\">said</a>. &#8220;One informs the other. I’ve been knee deep in FSE for months and honestly it doesn’t feel like anyone has tried to make a REAL site with this.&#8221;</p>\n\n\n\n<p>In addition to giving WordPress.org a fresh coat of paint, the project has sparked a larger conversation about how challenging it still is to build out simple designs with the block editor, even for the people who make WordPress. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Aug 2022 01:29:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:61:\"WPTavern: Newsletter Glue Closes Free Plugin 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:30:\"https://wptavern.com/?p=136969\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/newsletter-glue-closes-free-plugin-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:4649:\"<p>The creators of <a href=\"https://newsletterglue.com/\">Newsletter Glue</a> have <a href=\"https://wordpress.org/plugins/newsletter-glue/\">removed their free plugin from WordPress.org </a>in favor of focusing on the commercial version. The plugin streamlines the publishing workflow for newsletter authors who also publish to their WordPress sites. It includes blocks and patterns for email templates and subscriber forms. Five months ago the plugin&#8217;s authors warned users that they would be closing the free version and would no longer be updating it as of May 1, but the process of removing it was delayed until today.</p>\n\n\n\n<p>Co-founder Lesley Sim <a href=\"https://twitter.com/lesley_pizza/status/1559092795004317696\">announced</a> the plugin&#8217;s closure on Twitter and shared a few valuable lessons for WordPress product businesses looking to use WordPress.org as a their primary distribution channel. </p>\n\n\n\n<p>&#8220;We made a bunch of noob mistakes in the way we set up free vs paid,&#8221; Sim said. &#8220;Which made the customer upgrade flow kind of weird. I think it could&#8217;ve worked. We just didn&#8217;t set it up right, and it just doesn&#8217;t make sense to fix it.&#8221;</p>\n\n\n\n<p>At the time of closure, the free Newsletter Glue plugin had approximately 200 active installations, which seems low for a growing commercial plugin. This is because the free version got uninstalled when a user upgraded to pro, so it was never a good representation of how many people were using the product. Sim said Newsletter Glue wasn&#8217;t growing the free user base and &#8220;it was just sitting there like a dead tree stump.&#8221; The company had not updated it in over a year.</p>\n\n\n\n<p>&#8220;We stupidly set it such that when a user upgrades, they install the pro version and the free version automatically uninstalls,&#8221; Sim said. &#8220;So we lost free active users as a &#8216;reward&#8217; for new conversions.&#8221;</p>\n\n\n\n<p>This architectural choice meant that WordPress.org wasn&#8217;t bringing the product a significant flow of traffic and prospective upgrades.</p>\n\n\n\n<p>&#8220;A year ago, we simply didn&#8217;t have enough features to make good decisions on what to put in the free versus pro,&#8221; Sim said. &#8220;So we went from having all our integrations on the free plugin to gating some integrations instead. I think this was a poor decision and led to our install count instantly stagnating. This could have been reversed, so I don&#8217;t think this was a key reason. But it was an instigating reason to begin considering removing the plugin from the repo since it was no longer bringing us traffic and installs.&#8221;</p>\n\n\n\n<p>Despite not finding WordPress.org a good source of traffic for the product, Sim said the decision to close was not easy.</p>\n\n\n\n<p>&#8220;Here are some things we lost out on:&#8221; Sim said. &#8220;1) Biggest distribution channel in WP. 2) Easy way for reviewers to check out the plugin for free without having to contact me. 3) Source of credibility (reviews).&#8221; </p>\n\n\n\n<p>Current users can still use the free plugin but it will not be getting updates anymore. In lieu of a free plugin, Newsletter Glue is offering a test drive option where users can try it on a demo site before purchasing. The company has taken a unique path to becoming a commercial plugin that is fully independently distributed.  </p>\n\n\n\n<p>&#8220;I hate the free to paid user experience on the WP directory with a passion,&#8221; Sim said. &#8220;We had a full standalone pro plugin so the upgrade flow was really clunky. We&#8217;d get users using the free version emailing us saying, &#8216;I&#8217;ve just upgraded, but I don&#8217;t see any pro features on my site. What&#8217;s wrong?&#8217; I also had some wonderful customers who would upgrade then continue using the free version for over a year, not even realizing they were on the free version.&#8221;</p>\n\n\n\n<p>By focusing focusing exclusively on promoting the commercial product, the Newsletter Glue team is now free of the burden of supporting customers transitioning from the free version. The trade-off is missing out on exposure on WordPress.org. It&#8217;s an approach that works for the company at this stage but may not be suitable to other new products without strong marketing in place. </p>\n\n\n\n<p>&#8220;Unless you already have experience marketing a plugin from scratch AND you have a good go to market plan, I think the default choice should be to be on the [WordPress] repo,&#8221; Sim said. &#8220;Just make sure you set up the commercial part of your plugin correctly so that it makes sense.&#8221;</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, 15 Aug 2022 20:19:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WordPress.org blog: A New WordPress.org Homepage and Download Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7724:\"<p>The WordPress experience has significantly evolved in the past few years. In order to highlight the power of WordPress on WordPress.org, the last few weeks have seen a homepage and download page <a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">redesign kickoff</a> and <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\">shared mockups</a>. Today, these new designs are going live! Like <a href=\"https://wordpress.org/news/2022/02/a-new-wordpress-news/\">the News pages before them</a>, these refreshed pages are inspired by the jazzy look &amp; feel WordPress is known for.</p>\n\n\n\n<img width=\"1024\" height=\"599\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1024%2C599&ssl=1\" alt=\"\" class=\"wp-image-13327\" />\n\n\n\n<p>The <a href=\"https://wordpress.org/\">new homepage</a> brings more attention to the benefits and experience of using WordPress, while also highlighting the community and resources to get started. </p>\n\n\n\n<p>The <a href=\"https://wordpress.org/download/\">new download page</a> greets visitors with a new layout that makes getting started with WordPress even easier by presenting both the download and hosting options right at the top.</p>\n\n\n\n<p>This redesign was made possible through great collaboration between Design, Marketing, and Meta teams. Thank you to everyone involved throughout this update:</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"https://profiles.wordpress.org/abuzon/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>abuzon</a> <a href=\"https://profiles.wordpress.org/adamwood/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>adamwood</a> <a href=\"https://profiles.wordpress.org/adeebmalik/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>adeebmalik</a> <a href=\"https://profiles.wordpress.org/alexandreb3/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>alexandreb3</a> <a href=\"https://profiles.wordpress.org/alipawp/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>alipawp</a> <a href=\"https://profiles.wordpress.org/angelasjin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>angelasjin</a> <a href=\"https://profiles.wordpress.org/aniash_29/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>aniash_29</a> <a href=\"https://profiles.wordpress.org/annezazu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>annezazu</a> <a href=\"https://profiles.wordpress.org/beafialho/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>beafialho</a> <a href=\"https://profiles.wordpress.org/bjmcsherry/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bjmcsherry</a> <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> <a href=\"https://profiles.wordpress.org/colinchadwick/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>colinchadwick</a> <a href=\"https://profiles.wordpress.org/crevilaro/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>crevilaro</a> <a href=\"https://profiles.wordpress.org/critterverse/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>critterverse</a> <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a> <a href=\"https://profiles.wordpress.org/dd32/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dd32</a> <a href=\"https://profiles.wordpress.org/dufresnesteven/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dufresnesteven</a> <a href=\"https://profiles.wordpress.org/eboxnet/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eboxnet</a> <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a> <a href=\"https://profiles.wordpress.org/elmastudio/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>elmastudio</a> <a href=\"https://profiles.wordpress.org/fernandot/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>fernandot</a> <a href=\"https://profiles.wordpress.org/geoffgraham/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>geoffgraham</a> <a href=\"https://profiles.wordpress.org/iandunn/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>iandunn</a> <a href=\"https://profiles.wordpress.org/javiarce/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>javiarce</a> <a href=\"https://profiles.wordpress.org/joedolson/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joedolson</a> <a href=\"https://profiles.wordpress.org/jpantani/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jpantani</a> <a href=\"https://profiles.wordpress.org/kellychoffman/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>kellychoffman</a> <a href=\"https://profiles.wordpress.org/laurlittle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurlittle</a> <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a> <a href=\"https://profiles.wordpress.org/matt/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matt</a> <a href=\"https://profiles.wordpress.org/maurodf/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>maurodf</a> <a href=\"https://profiles.wordpress.org/melchoyce/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>melchoyce</a> <a href=\"https://profiles.wordpress.org/mikachan/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mikachan</a> <a href=\"https://profiles.wordpress.org/nikhilgandal/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nikhilgandal</a> <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>pablohoneyhoney</a> <a href=\"https://profiles.wordpress.org/peakzebra/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>peakzebra</a> <a href=\"https://profiles.wordpress.org/poliuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>poliuk</a> <a href=\"https://profiles.wordpress.org/priethor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>priethor</a> <a href=\"https://profiles.wordpress.org/psmits1567/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>psmits1567</a> <a href=\"https://profiles.wordpress.org/renyot/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>renyot</a> <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a> <a href=\"https://profiles.wordpress.org/ryelle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ryelle</a> <a href=\"https://profiles.wordpress.org/santanainniss/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>santanainniss</a> <a href=\"https://profiles.wordpress.org/sereedmedia/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sereedmedia</a> <a href=\"https://profiles.wordpress.org/sippis/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sippis</a> <a href=\"https://profiles.wordpress.org/tellyworth/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tellyworth</a> <a href=\"https://profiles.wordpress.org/tobifjellner/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tobifjellner</a> <a href=\"https://profiles.wordpress.org/webdados/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webdados</a> <a href=\"https://profiles.wordpress.org/willmot/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>willmot</a></p>\n\n\n\n<p>Your comments, including some <a href=\"https://make.wordpress.org/meta/2016/12/12/new-homepage-redesign/\">feedback from the 2016 redesign</a>, were taken into consideration with this work. Expect more updates to come as efforts to jazz up WordPress.org continue.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Aug 2022 15:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:151:\"Post Status: Post Status Excerpt (No. 64) — LearnDash’s Adoption of Gutenberg, Full Site Editing, and How to Protect Your Course Content from Theft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=97896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://poststatus.com/learndashs-adoption-of-gutenberg-full-site-editing-and-how-to-protect-your-course-content-from-theft/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4335:\"<p class=\"has-drop-cap\"><strong>Jack Kitterhing</strong> joins David to talk about adopting (and adapting) Gutenberg — and Full Site Editing — at <strong>LearnDash</strong> for their LMS product. The conversation touches on the problem of people in the WordPress community having their course content stolen and resold. What can you do to protect and brand your learning product to deter theft?</p>\n\n\n\n<p><strong>Why This Matters:</strong> You\'ll gain insight into <strong>Learndash</strong> as a WordPress company and learn why it\'s crucial for product creators to onboard and help their customers do great work with their tools. Support the tool you build, the person using it, and the work they do with it if you want to keep them as long-term customers. </p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will bring you important news and insights from guests working in the WordPress space. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/tirrell\">Jack Kitterhing</a> (Twitter)</li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset</a> (Twitter)</li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status</a> (Twitter)</li></ul>\n\n\n\n<div class=\"wp-container-53 wp-block-columns sponsor has-theme-palette-8-background-color has-background\" id=\"Gravity-Forms\">\n<div class=\"wp-container-51 wp-block-column\">\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Episode Partner: <a href=\"https://poststat.us/gravity\">Gravity Forms</a></h3>\n\n\n\n<p><strong><a href=\"https://poststat.us/gravity\">Gravity Forms</a></strong> is a powerful form builder for WordPress and the #1 choice for businesses and web professionals across the globe. Its vast array of features, intuitive drag-and-drop form editor, and extensive ecosystem of add-ons, ensure customers can design beautiful, intelligent, and accessible forms for any project requirement.</p>\n</div>\n\n\n\n<div class=\"wp-container-52 wp-block-column is-vertically-aligned-center\"><div class=\"wp-block-image cloudways-logo\">\n<a href=\"https://poststat.us/gravity\"><img width=\"392\" height=\"299\" src=\"https://cdn.poststatus.com/wp-content/uploads/2021/07/gravity-forms-logo-stacked.png\" alt=\"Gravity Forms\" class=\"wp-image-88956\" title=\"Cloudways Logo\" /></a><a href=\"https://poststat.us/gravity\">Gravity Forms</a></div></div>\n</div>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</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, 15 Aug 2022 05:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WPTavern: OrganizeWP Launches with “Old School Software Pricing Model”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136916\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/organizewp-launches-with-old-school-software-pricing-model\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4418:\"<p>WordPress developer Jon Christopher has relaunched <a href=\"https://organizewp.com/\">OrganizeWP</a>, a commercial plugin that organizes content in the admin with a single, unified view and UI for streamlining common actions. It&#8217;s a utility plugin that Christopher has had on his mind since before he released its predecessor, the <a href=\"https://wptavern.com/hierarchy-plugin-enhances-wordpress-as-a-cms\">Hierarchy</a> plugin, eight years ago.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;The WordPress Admin felt really disjointed once Custom Post Types were a new thing (this is how long ago we&#8217;re talking) because there were top level content &#8216;buckets&#8217; mixed and matched with Plugins and Settings and everything else,&#8221; Christopher said. &#8220;Then products started using the Admin Menu as a form of advertising to an extent, putting top level Menu items in place when they absolutely aren&#8217;t necessary, and the problem just got worse and worse.&#8221;</p>\n\n\n\n<p>Christopher aimed to tackle this same problem with OrganizeWP but redesigned the UI and rebuilt it with JavaScript to accommodate new features like groups and drag and drop. The new product is now out of beta and is catching some attention due to its unusual <a href=\"https://organizewp.com/checkout/\">pricing</a> model.</p>\n\n\n\n<p>For $29.00, users get access to updates and support for Version 2. OrganizeWP is selling licenses for the current major version with no subscription.</p>\n\n\n\n<p>In a post titled <a href=\"https://jonchristopher.us/blog/rethinking-wordpress-product-pricing-models/\">Rethinking WordPress Product Pricing Models</a>, Christopher highlights the drawbacks of using the subscription model, which is used widely in the WordPress ecosystem for software products that users host on their own websites.</p>\n\n\n\n<p>&#8220;Support, I would argue, is&nbsp;<em>by far</em>&nbsp;the reason so many WordPress products have adopted a subscription-based pricing model,&#8221; Christopher said. &#8220;The support burden for products in the WordPress space is&nbsp;<strong>hugely significant</strong>. It goes hand-in-hand with the self-sufficiency that comes with WordPress.</p>\n\n\n\n<p>&#8220;We run into problems when the platform relies on self-sufficiency but the customer is not self-sufficient.&#8221;</p>\n\n\n\n<p>&nbsp;Since OrganizeWP is an admin-facing tool with no frontend output, Christopher decided it was &#8220;a prime candidate for a more old school software pricing model in that licenses will be sold for each major version, with no automatic expiration.&#8221; He plans to support version 2 of OrganizeWP indefinitely in terms of compatibility with WordPress and bug fixes.</p>\n\n\n\n<p>&#8220;With heavily committing to major versions being the big planning milestones, updates will involve (primarily) bug fixes when applicable as opposed to adding new features,&#8221; he said. &#8220;Each major version will be feature frozen, so the updates will look a bit different when compared to most WordPress products today.&#8221;</p>\n\n\n\n<p>Christopher identified subscription fatigue as the inspiration for this pricing model experiment. One might be hard pressed to build any type of business website on WordPress without purchasing any subscriptions for plugins. Users are so inundated with subscriptions that MasterWP was inspired to create <a href=\"https://wpwallet.com/\">WP Wallet</a>, a service that helps users keep track of license renewals and helps agencies bill for client subscriptions.</p>\n\n\n\n<p>Fellow veteran product creator Brian Gardner called OrganizeWP&#8217;s pricing model &#8220;a bold (and refreshing) move,&#8221; but it&#8217;s the market that will decide if it is successful. Will customers be grateful for purchasing the plugin as a one-time payment or will they expect a constant stream of new features for the price?</p>\n\n\n\n<p>&#8220;The market may say that WordPress product customers have come to know, expect, and be comfortable with the subscription model,&#8221; Christopher said. &#8220;Selling major versions means that updates will be nothing more than maintenance releases and bug fixes, no new features.</p>\n\n\n\n<p>&#8220;New major versions will need to be&nbsp;<em>pitched</em>&nbsp;to existing customers and that feeling of getting features &#8216;for free&#8217; is gone with this pricing model. Customers may&nbsp;<em>hate</em>&nbsp;that, I’m not sure yet.&#8221;</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, 12 Aug 2022 21:30:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: WooCommerce to Stop Registering Customizer Options in Upcoming 6.9 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:30:\"https://wptavern.com/?p=136922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/woocommerce-to-stop-registering-customizer-options-in-upcoming-6-9-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2480:\"<p>WooCommerce is making a strong push towards getting the Customizer menu out of the admin for those who are using a block theme. In an effort to clean up the admin and eliminate confusion, the plugin will <a href=\"https://developer.woocommerce.com/2022/08/11/stop-registering-customizer-options-for-block-themes/\">stop registering Customizer options when a block theme is active</a> beginning with version 6.9. This will go into effect with WooCommerce 6.9, which is expected to be released in September 2022. </p>\n\n\n\n<p>The problem is that site owners can get confused by having both the &#8220;Edit site&#8221; and &#8220;Customize&#8221; menu links in the admin. </p>\n\n\n\n<img />\n\n\n\n<p>This change is an important one for WooCommerce developers to acknowledge if they are still registering settings within the WooCommerce panel in the Customizer. Developers can opt to use the <code>customize_register</code> action to include Customizer menu items, but continuing to offer Customizer options is not an ideal user experience.</p>\n\n\n\n<p>&#8220;Subpanels or sections registered within the WooCommerce panel on the Customizer will no longer be accessible since the Customizer links will be removed,&#8221; WooCommerce engineer Alba Rincón said in the announcement. &#8220;If you’re the developer of a theme or extension that relies on the presence of these you will need to make changes to ensure a smooth transition.&#8221;</p>\n\n\n\n<p>WooCommerce core developers recommend plugin authors update their products to relocate any Customizer settings to a block, pattern, or the Global Styles menu.</p>\n\n\n\n<p>Community developers are also invited to weigh in on a change that may impact developers&#8217; debugging workflows. It is a <a href=\"https://developer.woocommerce.com/2022/08/05/rfc-removing-js-css-source-files-from-releases/?utm_content=buffer410f4&utm_medium=social&utm_source=twitter&utm_campaign=buffer\">proposal</a> designed to address the problem of the growing size of the WooCommerce zip archive, which is rapidly approaching a size where it is difficult for some users to update with out timing out. The core team is considering removing JavaScript and CSS source files from releases, but this major change requires community feedback. The <a href=\"https://github.com/woocommerce/woocommerce/discussions/34212\">discussion will be open on GitHub</a> until August 26th, 2022.</p>\n\n\n\n<p><a href=\"https://woocommerce.files.wordpress.com/2022/08/panel.png\"></a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Aug 2022 19:40:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:55:\"Post Status: Post Status Picks for the Week of August 8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=104909\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://poststatus.com/post-status-picks-for-the-week-of-august-8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2999:\"<div class=\"has-background has-theme-palette-7-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Should you build or capture an audience? JR Farr notes the pros and cons for each. On the Matt Report, Marc Benzakein shares a retrospective on ServerPress. Allie Nimmons and Teron Bullock discuss how to deal with negative criticism online in Press The Issue. Do we need a WordPress debate club? Bob Dunn has tips for first-time WordCampers, and Working Code looks at reducing the complexity of shipping code. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"h-post-status-podcast-picks\">Post Status Podcast Picks <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>Lemonhead</strong>: Should you <a href=\"https://make-lemonade.simplecast.com/episodes/building-or-capturing-an-audience-9r3wAoH7\">build or capture an audience</a>? <strong>JR Farr</strong> notes the pros and cons for each.</li><li><strong>Matt Report</strong>: <strong>Marc Benzakein</strong> <a href=\"https://mattreport.com/serverpress-closing-reflecting-on-12-years-of-business/\">shares a retrospective</a> on running ServerPress for a decade in the WordPress space.</li><li><strong>Press The Issue</strong>: <strong>Allie Nimmons</strong> and <strong>Teron Bullock</strong> discuss <a href=\"https://masterwp.com/presstheissue/how-to-handle-wordpress-criticism-online/\">how to deal with negative criticism online</a>. Do we need a WordPress debate club?</li><li><strong>WooBits</strong>: <strong>Bob Dunn</strong> <a href=\"https://dothewoo.io/that-first-wordcamp-for-woocommerce-and-wordpress-builders/\">briefly covers two tips</a> on how WordCamp first-timers can get the most value from their first big WordPress event.</li><li><strong>Working Code</strong>: <a href=\"https://workingcode.dev/episodes/085-shipping-complexity/\">A discussion</a> about reducing the complexity of the code shipping process.</li></ul>\n\n\n\n<div class=\"wp-container-47 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news-and-insights/week-in-review/\">Week in Review</a> — also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" />  </p>\n\n\n\n<p>And don\'t miss <strong>the latest updates from the people making WordPress</strong>. We\'ve got you covered with <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" /></p>\n</div></div>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Aug 2022 17:23: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:105:\"Post Status: Post Status Excerpt (No. 63) — Pay Transparency, Mutual Respect, and the Community We Need\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=104594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/pay-transparency-mutual-respect-and-the-community-we-need/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47248:\"<blockquote class=\"wp-block-quote\"><p>People don\'t realize how long ago &#8220;long ago&#8221; wasn\'t. We\'re not talking about two, three, four hundred years ago. My family always stressed working somewhere your employer respects you, because it wasn\'t that long ago they didn\'t have a choice. </p><cite>Nyasha Green</cite></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">We\'re rebooting <strong>Post Status Excerpt</strong> as a weekly chat between <strong>Nyasha Green</strong> and <strong>Dan Knauss</strong> (and guests—please join us!) about a few of the active topics and discussions in the WordPress community that we feel are most important. Big thanks to <strong>David Bisset</strong> in his former role as host and curator here, and also to our intern and post-production engineer, <strong>Olivia Bisset</strong>.</p>\n\n\n\n\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-drop-cap\">This week we\'re talking about pay transparency. Ny relates some personal experiences where an employer did not disclose pay or how employees were selected for raises. This leads us into a discussion of pay transparency in the hiring process — how it matters to everyone but especially job seekers who are black, indigenous, or other people of color. (Ny <a href=\"https://masterwp.com/put-your-money-where-your-mouth-is-why-we-need-pay-transparency-in-tech/\">has written about this before</a>, and <strong>Piccia Neri</strong> has been investigating the topic lately.) We also talk about how a lack of transparency can seem to emphasize an employer\'s distrust and an employee\'s disadvantaged position — and the effect that can have on workplace culture.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Hey <a href=\"https://twitter.com/hashtag/techtwitter?src=hash&ref_src=twsrc%5Etfw\">#techtwitter</a> & <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> Twitter & <a href=\"https://twitter.com/hashtag/womenintech?src=hash&ref_src=twsrc%5Etfw\">#womenintech</a>, there\'s still time to vote in this poll! <br /><br />No salary range in job adverts: yay or nay? <a href=\"https://t.co/p1nRvnGGCB\">https://t.co/p1nRvnGGCB</a></p>&mdash; Piccia Neri (@Piccia) <a href=\"https://twitter.com/Piccia/status/1557682199067037696?ref_src=twsrc%5Etfw\">August 11, 2022</a></blockquote>\n</div>\n\n\n\n<p>Next, we talk about our own family histories which are touched — in living memory in Ny\'s case — by slavery and colonialism where work and dignity were extracted from some people by others with the power take their labor without compensation. Ny\'s great grandfather was born a slave in South Carolina in 1858 and lived until 1963. Dan\'s ancestors include German settlers in North Carolina who abandoned their earlier beliefs against slavery and began to practice it in the late 1700s. In the Americas and beyond, the past is much closer than we often assume, especially for BIPOC people. History only &#8220;bends toward justice&#8221; if people choose to bend it that way. It can also go the other way.</p>\n\n\n\n<p>Finally, we close with how <strong>Allie Nimmons</strong> experienced a surprising level of hostility to a survey she presented to the WordPress community about the ways we contribute to the project and how we feel about it. There\'s the community we have now — and the community we need to become. How do we get there? What are the barriers? How can you help?</p>\n\n\n\n<div class=\"wp-container-41 wp-block-columns sponsor has-theme-palette-8-background-color has-background\" id=\"StellarWP\">\n<div class=\"wp-container-39 wp-block-column\">\n<h3 class=\"StellarWP\" id=\"Sponsor\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/stellarwp\">StellarWP</a><a href=\"https://poststat.us/wpengine\"></a></h3>\n\n\n\n<p><strong>StellarWP</strong> provides WordPress solutions for all humankind. We’re a collective of leaders interested in growing WordPress companies. We build great plugins, but we don’t stop there; we continually challenge ourselves to keep innovating and improving. <a href=\"https://stellarwp.com/about/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Reach out to us if you’re interested in learning more!</strong></a></p>\n</div>\n\n\n\n<div class=\"wp-container-40 wp-block-column is-vertically-aligned-top\"><div class=\"wp-block-image stellarwp-logo\">\n<img width=\"400\" height=\"400\" src=\"https://cdn.poststatus.com/wp-content/uploads/2022/01/stellarwp-logo-avatar-1.jpg\" alt=\"StellarWP\" class=\"wp-image-101425\" title=\"StellarWP Logo\" />StellarWP</div></div>\n</div>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the Show</h3>\n\n\n\n<ul id=\"block-a3e9962f-97ca-4009-be8e-db47b5d1fddf\"><li><a href=\"https://twitter.com/Piccia?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Piccia Neri</a> started a discussion in <strong><a href=\"https://poststatus.slack.com/archives/C02TNBDAXLL/p1657562763823889\">Post Status Slack</a></strong> and on <a href=\"https://twitter.com/Piccia/status/1557682199067037696\">Twitter</a> with a poll about job listings without salary ranges. </li><li>Nyasha wrote an article for <strong>MasterWP</strong>, &#8220;<a href=\"https://masterwp.com/put-your-money-where-your-mouth-is-why-we-need-pay-transparency-in-tech/\">Put your money where your mouth is: Why we need pay transparency in tech</a>.&#8221;</li><li>Nyasha\'s great grandfather, <strong>Jeff Doby</strong> was one of the <a href=\"https://en.wikipedia.org/wiki/List_of_last_survivors_of_American_slavery\">Last Survivors of American Slavery</a>.</li><li>Historical trauma is carried across the generations in our genetics, according to researchers like <a href=\"https://www.goodreads.com/author/show/21280926.Bessel_van_der_Kolk\"><strong>Bessel van der Kolk</strong></a>, the author of books like <em><a href=\"https://www.goodreads.com/book/show/18693771-the-body-keeps-the-score\">The Body Keeps the Score</a></em>.</li><li><a href=\"https://twitter.com/allie_nimmons\">Allie Nimmons</a> shared this <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdxRqFvGScVsLXguO-UoQUGy9rZM7bRXqnA3bUzxVRvTGs4Rw/viewform\">contributor survey</a> <a href=\"https://twitter.com/allie_nimmons/status/1557390347696734211\">on Twitter</a> and <a href=\"https://twitter.com/allie_nimmons/status/1557226372602494976\">commented later</a> on some of the hostile responses she got to the survey itself. </li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f44b.png\" alt=\"👋\" class=\"wp-smiley\" /> Your Hosts</h3>\n\n\n\n<ul id=\"block-a3e9962f-97ca-4009-be8e-db47b5d1fddf\"><li><a href=\"https://twitter.com/Ny_The_Creator\">Nyasha Green</a>, Editorial Director at <a href=\"https://twitter.com/_MasterWP\">MasterWP</a> (Twitter)</li><li><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a>, Editor for <a href=\"https://twitter.com/post_status\">Post Status</a> (Twitter)</li></ul>\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will bring you a conversation about important news and issues in the WordPress community and business ecosystem. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h1 id=\"h-transcript\">Transcript</h1>\n\n\n\n<p><strong>Dan Knauss:</strong> [00:00:00] Hey Ny</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Hey Dan, how are you?</p>\n\n\n\n<p><strong>Dan Knauss:</strong> All right. Pretty good. Good to see you again. so what\'s on your mind in world of WordPress this week.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Pay transparency. Yeah.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Okay. Me too. Yeah. So peach and Mary, um, who\'s, uh, I think pretty well known and post status member, um, proposed this some time ago and I\'ve been, you know, kind of encouraging and helping along towards an article.</p>\n\n\n\n<p>Um, we know that we do job listings and there\'s always, there are things around. Time zones and where people specify they want people to be from or language that sometimes need a little nudging about [00:01:00] appropriateness, um, for being inclusive, but probably the single most vexing thing to people is, um, a reasonable pay for positions in a field that tends to be.</p>\n\n\n\n<p>Somewhat underpaid where we want to bring that up. Um, but you know, as in most job listings, LinkedIn, anywhere, a lot of employers just won\'t pay post any salary at all. And there may be kind of vagueness about, is this a senior position entry level? And yeah, what\'s the compensation. Some companies are really awesome about it.</p>\n\n\n\n<p>Um, but some are vague to just don\'t don\'t mention it. Mm-hmm so, um, So she was surveying. Yeah. What did you think of her, her poll and the discussion that happened on Twitter?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I thought it was really good. Um, I actually wrote, um, for master WP a little while ago about pay [00:02:00] transparency and how more companies need to just post their salaries.</p>\n\n\n\n<p>And, um, of course it gets pushed back, not my article, but that idea gets pushed back from companies, especially in places like South Carolina where, you know, They really do want to discriminate and pay and not care about it. Um, but I thought it was excellent and I think more companies should do it. Also.</p>\n\n\n\n<p>I wanna point out that Colorado already has a state law that does this. And, um, one interesting thing about that is so many companies have been major companies like Southwest airlines have been trying to, can I name. Oh, yeah. Okay. they, um, you know, they\'re one of the people to fight against it and the companies are like trying to like take the jobs out of Colorado.</p>\n\n\n\n<p>Um, I think it was Southwest. Let me not slander Southwest. And it\'s not them. I\'m gonna double check</p>\n\n\n\n<p><strong>Dan Knauss:</strong> because they\'re so embarrassed about their salary. They don\'t wanna have to post it. I mean, you\'ll leave the state cuz of that.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Like I feel like, but that, and also they want to pay people differently. [00:03:00] Like yeah.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> So they don\'t wanna be seen doing it.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah. Like they know it\'s wrong. So like they know it\'s wrong. They know it\'s not the right thing to do, but they\'re still going to do it. And it\'s just come on, man. It\'s 2022. But like we were talking about, we\'re not that removed from first of all. Well, a lot of discrimination still happens today.</p>\n\n\n\n<p>That\'s undeniable, but we\'re not that removed from legalized discrimination. Mm-hmm . Yeah. And I think a lot of companies, you know, we don\'t have a federal law to make you post, um, your salaries, but we need to one, um, two, a lot of companies don\'t know how much. Better. It makes them look, if they go ahead and do that, just jump ahead of the curve and have those salaries up there.</p>\n\n\n\n<p>So people know like we\'re getting paid, what we\'re worth one. We\'re not wasting our time with the interview. We don\'t want the pay and we\'re not being discriminated against by color, race, [00:04:00] gender, sexuality, things like that. Yeah, absolutely.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> So I think, um, it\'s gonna be interesting to see how, how PT develops that, how we pull that article together.</p>\n\n\n\n<p>Maybe I\'ll, I\'ll have to get, get you in on that too, for some feedback, or maybe some, some quotes too. Uh, have you had experiences directly with where you applied for, for something not quite knowing what the range was cause they didn\'t tell you or do you have personal rule about like, I\'m not gonna look at that.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Oh, yeah. Um, so living in South Carolina, almost most of my life, um, it\'s a state that doesn\'t have a lot of, um, protection for employees, a very anti-union state. Um, I remember, um, working in college for a, I\'m not gonna name, drop them. Um, I don\'t want them to get the attention, um, working for a company where I made food and delivered it.</p>\n\n\n\n<p>And, um, they told us when we were first hired, they were like, you [00:05:00] know, We\'re open about this and I\'m like, oh, it\'s gonna be something positive. And I\'m like, what are you hoping about? Well, uh, raises are given at the discretion of managers. So, you know, mm we\'re just gonna let you know. I\'m like, why were you so excited to tell me that, that, that sucks.</p>\n\n\n\n<p>So if you don\'t like me, I don\'t get a raise. Yep. But they were like, well, at least we told you, we didn\'t just like do it like that. Doesn\'t make it better, but they thought it made it better. And, um, I worked at that job for a little while and. Uh, personal story. So I, I don\'t, I haven\'t told the story a lot.</p>\n\n\n\n<p>I think publicly, um, our manager was very sweet, very sweet guy and, um, very personable. I had no issues with him and I remember one day he asked if I wanted to come to his house and like, just hang out and like, I didn\'t think anything of it, but I was busy. I wasn\'t gonna do it. like, I was like 20 at a time.</p>\n\n\n\n<p>I didn\'t really care. I was like, um, oh no, I\'m I\'m busy. And he was like, oh, okay. Like, I thought it was like a simple conversation. He was like, okay. You know, no worries. And I guess a couple people had, they went and hung out with him one on one. [00:06:00] And I noticed in the next couple of weeks, it was just like a complete personality change.</p>\n\n\n\n<p>He just like made little side comments about working with me. Um, like I said, oh, you\'re on the line with Naisha today. Ugh. Okay. I guess. Nice, you know, I\'m joking. And I\'m like, what? And I didn\'t think of it at the time. I was just like, whatever, I\'m in college, like I\'m taking like four, like 20 credits and I\'m doing the shop.</p>\n\n\n\n<p>Part-time, I\'m not gonna think about it. But, um, I remember like in the next few weeks, like people who were getting hired on after me, cuz I help open the store. Um, they had raises. They got their 25 cents, which was a big deal at the time, I guess. And, um, a couple of them that I trained, they became like managers and supervisors.</p>\n\n\n\n<p>And I was sitting there with my $7 and doing all this work for nothing. And when I quit that job, you know, some of the guys were telling me, cuz it was mostly a, a guy job that they hired and then they rarely hire people of color. Um, they were like, you know, you really should have, uh, been nicer to. So and so, and I was like, [00:07:00] they were like, yeah, we used to hang out and do all the stuff that cover in.</p>\n\n\n\n<p>You never wanted to do it. Yeah. What. . I was like, that guy asked me one time when I first started to come to this house. I said, no, and that\'s why y\'all wouldn\'t pay me or promote me. Yeah. So I was like, you know, I was done with that company. I, I don\'t even eat their food to this day. Um, and they\'re not doing well as a company either, which is great.</p>\n\n\n\n<p>Uh, I shouldn\'t say that, but it\'s great to me now. but, um, I just, that was like the first time as an adult. Cause I was 20 or 21, um, that something was so blatantly. That blatantly happened. And it was like, I didn\'t even think until later on I\'m like, what if he, like, would\'ve tried to like touch me or something like, like, I, I didn\'t even think of that at the time.</p>\n\n\n\n<p>It was just a simple, like, I\'m busy, I\'m in college, I\'m doing all this stuff. Like, dude, we can hang out another time. And it was like, after that, there was this just whole narrative of she\'s mean she doesn\'t wanna do this, deny her money. So I think at a company where there would\'ve been paid transparency, Where you didn\'t rely on [00:08:00] being favored by the boss?</p>\n\n\n\n<p>Um, things like that, that I would\'ve been paid what I was due, which probably still, it was 25 cents more. It wasn\'t, I still think I was worth more than that, but I would\'ve been promoted. I wouldn\'t trained my, you know, replacements in, you know, superiors. Um, so that\'s, I always think about that story when I think about pay transparency because.</p>\n\n\n\n<p>Like I was very young and naive and I was, I was naive for a long time and it\'s like, how do we protect other people from that? Not just women, cuz it happens to men, but mostly women. How, how do we protect people of color from that? Like how do we stop that from happening? And I think pay transparency is the first step.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. I\'m, I\'m really, um, impressed and pleased that Colorado took that step. And that\'s, that\'s interesting how. Impacts distributed companies with people working remotely employers there, like, like yours, like Rob mm-hmm consulting, um, based [00:09:00] in, in, in Colorado, but teams all over the place. Um, so you\'re kind of benefiting from Colorado is progressive in South Carolina, despite South Carolina.</p>\n\n\n\n<p>Oh, nice. This is, this is something we can do in distributed companies to change cultures, to make. Where we see, you know, kinda gross inequities. Um, but yeah. What do you, what do you think, um, what do you think it does to for, I, I think, I think a lot of employers have the great intentions and I\'d stick up for \'em.</p>\n\n\n\n<p>Um, you know, there\'s reason. There\'s plenty of feedback and reasons for why, why we, we want to have this conversation later, or it\'s, it\'s a variable thing, or we don\'t wanna scare people off who we\'d like to get in the role by, um, you know, that\'s kind of a feed, but who\'s time are you, you wasting here [00:10:00] potentially, but yeah, they want to cast the net maybe widely, but there\'s two sides to that.</p>\n\n\n\n<p>Um, if they really value building. A positive, collegial, collaborative environment that makes their people better as they grow there and is inclusive. Um, what does it do potentially? To start off with this kind of shell game or, you know, what\'s the three card Monty kinda game of how much would you would require her to be paid for this?</p>\n\n\n\n<p>How much do you think you\'re worth? Which is, um, some personalities and some people in certain experiences and some people on a depressing day. I mean, that\'s a hard, you\'re just not gonna represent yourself. Well, and you don\'t have like an advocate at your arm to do this and. What do you, you know, you can tell what I, I think about it, but what, [00:11:00] what are your, what are your thoughts for the long term impact on that company culture?</p>\n\n\n\n<p>If you start off with oh, degree of non-transparency and, and suspicion, or trying to leverage the power, you have to employer side advantage, um, over the employee, um, .</p>\n\n\n\n<p><strong>Nyasha Green:</strong> A lot of people probably won\'t agree with me because this is the status quo, but the world is changing. If companies continue to do that, these mind games, they won\'t have a company you\'re losing good talent because you want to play these mind games.</p>\n\n\n\n<p>You want to, I\'m the guy in, not this, I\'m the person in power. I don\'t want to, um, say it\'s only guys that do it, cuz it\'s not only guys, but I\'m the person in power. Let\'s see what let\'s see if I can, uh, how many tricks I can get out of them. before I can get, you know, them in. And then to me, it sets the stage for how it\'s going to be working at [00:12:00] this company.</p>\n\n\n\n<p>So I\'m gonna apply into this job with all these mind games and tricks, and I\'m jumping through hoops and I have to make sure it\'s not a joke when he says this or that. And they say this or that. Oh my God, I\'m so sorry. Um, but um, I have to go through all these hoops and then. I\'m stressed out. I\'m like sweating.</p>\n\n\n\n<p>I need the money. I need the job. I get the job. I\'m like, whew. All right. It\'s Monday. What game do I have to play today? So you\'re going to have depressed workers. You\'re gonna have stressed out workers. You\'re gonna have burnt out workers and eventually. Hopefully when they learn their value, they\'re going to quit.</p>\n\n\n\n<p>So I think employers can do this, but they\'re gonna have, they\'re gonna have a high turnover rate. They\'re not going to attract the best talent because they\'re, so they\'re just losing so many with that. And the company\'s culture is going to suck as well as the world. Yeah.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> And I, I kind of appreciate more and more how, um, how, you know, there\'s an interpersonal [00:13:00] ethical level where.</p>\n\n\n\n<p>You\'re maybe hurting someone in their, you know, immediate lives with, um, with a, a work environment that doesn\'t build them up. And mm-hmm, , um, puts them in a situation where they have to, um, you know, not really know if they\'re at parody with their peers and, and colleagues or what they\'re worth, or, um, and if you damage.</p>\n\n\n\n<p>I mean, there\'s, there\'s a certain amount of human capital that employers just assume, you know, we just produce it, you know, our mm-hmm and it, you know, there\'s a whole, all the people that are holding us up, family, friends, and, and, and time off and rest and, and all of that. If, if you\'re just depleting people and you don\'t put that back, ultimately you\'re hurting the.</p>\n\n\n\n<p>Culture like for us, um, WordPress tech industry, you know, it\'s, it\'s, [00:14:00] it\'s damaging how the larger culture works and, and, you know, your, your employees move on to someone else than they mm-hmm , you know, they\'re are we, we should want to pass people out better than they were when they came in. Yeah. Or at least as, as good.</p>\n\n\n\n<p>And, um, so it\'s not, uh, you\'re not damaging people. You\'re not damaging our ecosystem. Um, I, I feel like a human, I don\'t like the term. I kind of reject the term human resource, but mm-hmm , if you\'re gonna look at things kind of ecologically, you shouldn\'t draw down on that human resource. That\'s a commons too.</p>\n\n\n\n<p>Our labor commons in, in WordPress. So yeah, hopefully this conversation that, that will, will continue and. Yeah, your, your article, I think was the first I\'ve seen someone kind of bring that out and yeah. I want to have to put you impeach it together. [00:15:00] Oh, okay. Have you met her?</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I have not. No. Okay.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. It\'s, it\'s an important, important issue.</p>\n\n\n\n<p>Um, so I think two, we were, we were talking earlier about, um, mm-hmm, the, the history that\'s kind of at our backs too. Mm-hmm and. what people have been through and what in living memory, in their, in their family touches them, you know, it\'s different and we\'re not always sensitive to that, that kind of thing.</p>\n\n\n\n<p>And in the United States, you know, Canada\'s got another version of this here. There\'s if you\'re people don\'t exist in a vacuum and they don\'t come to you, um, in a vacuum and. When you, when you faced employers like that, where there\'s a clear, you know, we\'re gonna arbitrarily use, give managers power over you, does that.</p>\n\n\n\n<p>What does that, [00:16:00] how does that register to you in the context of your family history? That someone like me probably doesn\'t have,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> well, it\'s always a red flag, especially with power plays and. You know, I\'m gonna tie it back to American slavery. Everyone\'s favorite topic . And so, uh, we talked a little bit about, um, living memory and how it\'s not that far back for that many people.</p>\n\n\n\n<p>And I have a very large family, a very old family and the things they experienced that they it\'s still, first of all, it\'s not that long ago and it\'s still. Just basically shapes what I do and how I feel about things today and specifically, um, you know, people like to talk about slavery. Um, well, so long ago, none of you guys knew any slaves and things like that.</p>\n\n\n\n<p>And that\'s not true, especially from my family. Um, so I sent you an article about my great, great grandfather Jefferson do. And, uh, he was born in the 1950s. So he was born into [00:17:00] slavery in South Carolina and he lived a hundred. In 1850s, he lived 105 years. That\'s how old he was when he died. Wow. Um, so he lived until the 19, um, sixties.</p>\n\n\n\n<p>Mm-hmm um, as a matter of fact, the equal pay act, um, was, um, It passed in 1963, that was there. He died. So, um, my great-grandfather was alive for, uh, slavery. He lived through the civil war. He lived through the creation of the automobile. He lived through, you know, the early civil rights movements, um, Rosa parks.</p>\n\n\n\n<p>He was alive to see Martin Luther king Jr. Walk, you know, and my mom was alive. My mom was, um, about eight. When he, he died, she still remembers running errands for him. My mom knew him. He was a slave. He was born into slavery. Um, his granddaughters, they were in their thirties. When he, when they died twenties or thirties, they\'re still alive.</p>\n\n\n\n<p>Three of them, um, in their late eighties. And, um, he was the patriarch of our family and the things he taught [00:18:00] them, the things he taught his sons, the things he taught his grandsons, his great grandsons that shaped our family that shaped our worldview. He would tell them, you know, these are things we did in slavery, but now that you all don\'t have to do that, this is what you should.</p>\n\n\n\n<p>He told people that are still alive that today . Yeah. Um, so people don\'t realize how long ago, long ago. Wasn\'t yeah, we had laws in the book with just when he, he was not a, a free person when he was born. And by the time he died, there was a equal rights amendment for pay between men and women that was in the sixties that wasn\'t that long ago.</p>\n\n\n\n<p>So . Legalized discrimination and pay is still happening. You know, they, that amendment doesn\'t go far enough. It doesn\'t protect against race, sexuality, religion, things like that. Um, just the things that happened to him. What happened to his daughters? What happened to his granddaughters? Those things follow me today.</p>\n\n\n\n<p>His grand, his great granddaughter. [00:19:00] My mother integrated her high school. She was always paid less than everybody else. She went to H B, C U cuz. She could not go to other colleges. This was the seventies. Yeah. I\'m not talking about 2, 3, 400 years ago. Um, you know, so you know, my family always stressed education, getting the best education.</p>\n\n\n\n<p>They always stressed working somewhere where your employer respects you because it wasn\'t too long ago where they didn\'t have a. Yep. So I think it would take these companies. They would be well reminded to remember the people that they deal with, especially people of color in the United States. We\'ve been dealing with this stuff more recently than you think.</p>\n\n\n\n<p>So do you want to be a company that\'s known as one that lived in the past that kept these bad things going? Or do you want to be known as a progressive company that was ahead of the curve? Yeah, they had the laws in Colorado, but your company in South Carolina, why don\'t you, why don\'t you jump ahead of the curve too?</p>\n\n\n\n<p>Why don\'t you do this? Why don\'t you do that? Yeah. Why don\'t you be the best you can be? Why don\'t you take this lemon me memory cuz it\'s all of our history, even though it happened to a certain subject we\'re Americans, it [00:20:00] happened to all of us. Yeah. All of us were a part of this. When this happened, our, our ancestors.</p>\n\n\n\n<p>Touched</p>\n\n\n\n<p><strong>Dan Knauss:</strong> all of the Americas touched everything and it Europeans doing it it\'s it was a global global system. And yeah, in a hundred years, you know, two, three generations in a family that\'s living memory and it\'s it\'s a hundred years. And that seems like a long time, but that\'s body memory. That\'s, you know, you\'re, was it.</p>\n\n\n\n<p>This is kind of more tended to in, in trauma, uh, psychology and understanding of that. And, you know, the, what is it? The genetically you are part of, um, an egg formed in your mother\'s mother mm-hmm and. This goes, it\'s a long, it\'s a long way back his, and you don\'t have to scratch the surface of any community to, to find the history [00:21:00] of, um, traumas there.</p>\n\n\n\n<p>Um, mm-hmm , you know, I think I told you about, like, when I researched family history, one, one branch of my, um, uh, German Moravian ancestors who started out pacifists and abolitionists. And, and so on one branch went down and founded Winston Salem, North Carolina. And, um, they decided it would be okay if they had slaves, but treated them as spiritual equals, just not labor equals mm-hmm oldest black church in, in America is still running there.</p>\n\n\n\n<p>And they\'re still in a kind of reconciliation process cuz there\'s um, it was, um, yeah, not a. Not a good thing, not a good outcome. And it\'s um, so yeah, my part of my family is on the other side of that. And you, I think if you, you dig down, it\'s not that far in Canada, we\'re dealing with. What everyone knew, but is now very publicly aware that [00:22:00] as late as the sixties, indigenous kids were being stripped from their families, put in the religious schools and, um, for cultural assimilation by force, and a lot of them were abused and died in there.</p>\n\n\n\n<p>These mass graves that are coming up. And, um, what do we have to say about that is people are. Very touched in their families by, by that, that experience. Um, so yeah, I don\'t, I don\'t see how you can talk about, we want an inclusive culture without, and being historically ignorant of these mm-hmm of these things.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah. And people need to listen to people of color when they talk about this too. Like, I can trace my family back to here and we experience this stuff until now. Like, this is what you should do to make it more inclusive to help us. Oh, yeah, that\'s fine and dandy, but no, mm-hmm, no more butts. No, if ands or butts.</p>\n\n\n\n<p>Yeah.[00:23:00]</p>\n\n\n\n<p><strong>Dan Knauss:</strong> So moving, moving from one, one survey to another. So, you know, peach is doing the survey unemployment, um, Practices and, you know, it\'s a, it is a bit of a hot button, potential thing there mm-hmm um, and as far as I know, um, she\'s had all kinds of responses that have been cordial and professional and, and fine.</p>\n\n\n\n<p>She\'s a, a white European woman. Um, and I\'m, I\'m glad I hope I\'m right about that. That that\'s, that\'s been. A question and a public kind of probing that we can handle maturely. But then yesterday we see Allie Nimmons, um, talking about a, what I would think is a much more benign survey, um, and getting a [00:24:00] lot, lot of shit mm-hmm and that\'s just not a not appropriate.</p>\n\n\n\n<p>And she\'s an African American woman. Um, Makes you think what, tell, tell me what your thoughts are, what, what, um, and what Allie was, was trying to do there.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Um, so Allie was, you know, just trying to do a survey. Um, she\'s really, everybody knows. Allie is really big on WordPress contribution and, um, she\'s just trying to get a feel of how easy or hard it is for people to contribute.</p>\n\n\n\n<p>So we can go about addressing ways to make it easier for. Simply it, you know, I think that\'s great. Um, you know, I see stuff every day about, we need more contributions to WordPress. Why anybody would be against people trying to help that I have no idea, but, um, the, a lot of comments she got were so passive aggressive, and that\'s not the first time I\'m seeing that in the WordPress community.</p>\n\n\n\n<p>Um, People are very, [00:25:00] very passive aggressive. When you ask questions. Um, no matter how benign they are, people, they have to flip it, especially if it\'s not like the questions they want to ask, which to me, I\'m just going to say they need to work on, but you know, that\'s all I wanna say about that, but I just think.</p>\n\n\n\n<p>A lot of people didn\'t consciously see, it\'s like, she\'s asking these questions. This is African American woman. The, all of the bad responses I saw were not from African Americans. And I don\'t think anywhere from women and they were just kind of jumping down her throat like, oh, you didn\'t ask this question the way I want you to ask it.</p>\n\n\n\n<p>Oh, I can\'t do this because this is not the way I would do this.</p>\n\n\n\n<p>what, first of all, what do you like? I, I wanna ask these people, like, do you talk to people like that at your job? Do you say, no, I can\'t help you with this project cuz you didn\'t do it the way I, [00:26:00] I wanted you to do it. Right. I, I, how many people like yourself do you talk to like that? But you know, I\'m not saying they were consciously malicious.</p>\n\n\n\n<p>I will give them the benefit of the doubt, but that was something I just really didn\'t like to.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah. And did you say, since you were working on, on this with her, this was, this was for, um, master WP, um, surveying. Um, yes, yes. Yeah. Did you say that there was, um, like you have some guys. Giving the kind of response of like, is this open to white people?</p>\n\n\n\n<p>Is this a closed survey? Like for, there\'s no reason to think that, right. Yeah. Other than that, she\'s</p>\n\n\n\n<p><strong>Nyasha Green:</strong> running it black. Yeah. Why would you ask, why would you ask someone that</p>\n\n\n\n<p><strong>Dan Knauss:</strong> they just assume, because she\'s running it, that</p>\n\n\n\n<p><strong>Nyasha Green:</strong> it\'s a diverse survey. Yeah. There\'s no, it\'s only people of color. What, in your mind, how does your mind work to do that?</p>\n\n\n\n<p>That, that, that was the response that annoyed me the [00:27:00] worst.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I have a hard time believing. They actually think that they are just have a chip on their shoulder because of their perception of what all kind of stands for in their mind. As I think reasonably outspoken person who is really good at taking on a lot of issues, we need to talk.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> The best, honestly,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> really okay.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> And, um, yeah, I just, I think it also comes from it\'s the community. That\'s another issue with us in diversity. We need a more diverse community.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Well, she\'s doing it. Oh, basically for a long time anyway. Yeah. Yeah. I mean, you\'re, there\'s other, there\'s a lot more, but</p>\n\n\n\n<p><strong>Nyasha Green:</strong> yeah, people had like interactions with people who don\'t look like them.</p>\n\n\n\n<p>They would know when a person is asking a genuine question. That\'s why I\'m yelling from the clouds. We need a more diverse WordPress, because it\'s not enough to tell people this is how you\'re diverse or what we\'re just talking about. Like, you know, the history of us, and this is how we [00:28:00] interact, and this is how you can make it easier for us.</p>\n\n\n\n<p>It\'s not enough to tell people that they need to experience this. They need empathy. They need to, they need to talk to people. Yeah. So pushing from more diversity and WordPress will definitely help with that. It definitely will. I I\'m sure we will see the difference. and I,</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I think kindness and basic respect, um, the negative outcome here is, you know, at least in the moment and the emotion of it now, like ally says, she\'s not gonna do one of these surveys again, and that\'s not what we want.</p>\n\n\n\n<p>And just having, doing something as simple as that, asking people on about a contribution to the project, um, That she gets kind of targeted in that way is just not a not okay. And to, to demo demoralize people, anyone out of doing productive, constructive work, like that is, is not something that is [00:29:00] healthy in any way.</p>\n\n\n\n<p>It\'s still, you know, it\'s completely what we don\'t want. Mm-hmm um,</p>\n\n\n\n<p>yeah, I hope I hope that comes out. In a better, better result than just we never ask these, these kind of things again. But, um, I, I re I, I recognize I was, you know, telling you about this before. I, I recognize where that comes from, and it, it\'s not just men, but there is, there is that white male fragility.</p>\n\n\n\n<p>And, you know, I have, you know, I have that inside me too. There\'s like the, everyone\'s got a scared, frustrated child or, you know, there\'s that part of you, it\'s not your best self. And maybe in some people it gets the better of them a lot more. It it\'s in charge. Um, you got your own wounds, you got your own sense of grievances and why [00:30:00] wasn\'t, uh, why am I not, blah, blah, blah.</p>\n\n\n\n<p>All you can see is someone else is getting preference ahead of me or something like that. I mm-hmm, totally admit to having a part that feels that has felt that. So I don\'t, I don\'t know. The big question for me is, and that came up in Michelle\'s misogyny article an issue. I don\'t know quite what to say to men who, um, I recognize where that comes from.</p>\n\n\n\n<p>Mm-hmm. and it\'s really hard to know how to say this is something you gotta grow on in a con in a constructive way. Cause I think it\'s a genuine failure. It\'s mm-hmm , it\'s a, there\'s not a better, uh, better word for it. It\'s a, it is a genuine and common thing to have from being. Growing up in a, in a culture that doesn\'t have this kind of history at its back that we [00:31:00] were talking about that takes for granted things that are privilege, but we don\'t see it that way until we learn to see it that way.</p>\n\n\n\n<p>Mm-hmm until you, you move into it a different environment or something changes for you for, for me, it was, you know, after I was 12 or so, that was probably the last time I lived in a highly. Homogenous kind of environment and was mm-hmm generally in a minority myself. So, um, if you don\'t get stuff like that, I don\'t know.</p>\n\n\n\n<p>It\'s, it\'s not an easy thing to grow on. And then you got grown men who, you know, they\'re, they haven\'t grown on that. Do you have any, any thoughts on that? Like how is that a, how do we crack that in? And it it\'s, it\'s a tough one, cuz you can. It deserves to be aggressively treated, but that, but still with, in some kindness and [00:32:00] understanding because you don\'t get anywhere with people, um, when you\'re both feeling grievance and anger,</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I think, and I don\'t know if this is like, I would have to think on it more, but my first thought.</p>\n\n\n\n<p>I think this process, cause it\'s been a while it\'s called, I think they called it sugaring. I don\'t, if that\'s not it, please forgive me. But, um, it\'s a process of just going through an unlearning internal biases that you may have, because like I said, I don\'t think most of these people did it maliciously.</p>\n\n\n\n<p>Um, and just for an example where I learned this term, um, I got to meet some of the feminists of South Carolina, some of the, uh, older ones who helped write like the sexual assault laws and things like that. The most badass women I\'ve ever met in my life. Oh my gosh. And um, my old neighbor actually was one of them too.</p>\n\n\n\n<p>Um, Hey, Dr. Sally Boyd. Um, but, uh, they were just incredible women and they talked about, you know, just fighting for different things for [00:33:00] women in the seventies and sixties and eighties in South Carolina. Um, they help integrate the Sears downtown because they didn\'t, uh, have black, uh, they didn\'t want black clerks out.</p>\n\n\n\n<p>Funny story from that, what they did was one of the women had like five children and. They went to Sears and she was like, they told \'em just to let her children go. And they ran everywhere because they would go to talk to a manager and the manager would just never wanna talk to them. But when they let those children, wow.</p>\n\n\n\n<p>The clerks were so busy. The manager had to come out and talk to them. So , you know, but before they got to actually actions like that, which was incredible by the way, cuz these were rich, upper class white. And, you know, they believe in the quality for all, they were fighting for African American women to have this right.</p>\n\n\n\n<p>But before they got to that step, they had to unlearn biases that they had. Again, they were upper class, white, rich women from the south. They were in a whole nother, you know, ballpark, a whole nother ballgame. And, uh, one of them talked about how one of the women they met was a doctor, but before they met her, they just heard they were talking to [00:34:00] Dr.</p>\n\n\n\n<p>So, and so let\'s say Dr. Brown, Dr. Brown was coming to meet with them and they thought it was going to be her husband. and the woman walked in and it\'s like, you know, these are, these are feminists. They, they have, you know, actions they\'ve done, but they still had this notion that when I hear doctor as a man yeah.</p>\n\n\n\n<p>Um, things like that. So they told us like, you know, even though you all may think you\'re feminist, you may think you\'re, uh, freedom fighters. You may think you\'re, uh, fighting for people underneath you or your own race or your own gender. We all have these biases that we have to unlearn. And we all have to go through this process.</p>\n\n\n\n<p>And I don\'t think white men in particular. Told a lot to, you know, we need to go through this process and this is how so I think sugaring and I hope that\'s the word again, um, is what they do. If that\'s not the world, I\'ll correct myself. Next time we talk, I\'m gonna look it up. But, um, we just have to get together.</p>\n\n\n\n<p>Well, they have to get together and, um, just unlearn stuff and it starts with education. It starts with talking with other people, um, check your privilege, I guess, is what the kids say these days. [00:35:00] yeah. So yeah, I think that would be the most helpful.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah, sugaring to me sounds, sounds, um, I\'m thinking of sweet tea and yeah.</p>\n\n\n\n<p>Trying to sweeten a otherwise bitter thing, but, um, mm-hmm yeah. I hear, hear what you\'re saying. I, yeah, and it, it probably never, it never really ends. My, my experience with it is, is you just kind of find, um,</p>\n\n\n\n<p>we\'re probably all better off acknowledging that we\'ve got, you know, you got, you got a shadow, you got a dark spot and you know, everyone\'s heart has got, uh, you know, that, that side that go, when things go, you know, you, you don\'t want the person you don\'t want to be, or hopefully you don\'t, you don\'t want, you know, the, the worst self is, is there in everyone.</p>\n\n\n\n<p>And. um, doesn\'t wanna [00:36:00] listen to other, other people is more concerned with its own, own sense of, um, entitlement or injuries or, or, or even even needs. And, um, yeah, that\'s a tough, tough thing to, um, to get people to, to take seriously and, and handle well, unless it\'s in, in a kind of community relational context where you can.</p>\n\n\n\n<p>Friendship and peer collegiality and respect as such a part of the culture and a priority that it\'s hard. You, you, it gives you a baseline. I, I, I think that\'s where all, all forms of contribution should feed that, that, um, that we\'re, we kind of hold each other up because. Open sources based on trust, like any, any good [00:37:00] community, any good relationships.</p>\n\n\n\n<p>And when you got that, you can kind of hold each other up a bit and tolerate some of some degree of conflict that\'s necessary and, and disagreement and hurt feelings and, and all that. But I not, not really that good at it all the time, probably better than some other communities, but I don\'t know if that matters.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> No worries. I, I agree with you. It\'s just communication and holding your community. A responsible charity begins at home. My grandmother always said that. So we look out for our community. Our community will look out for other communities. It\'s kind of like paying it forward.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Yeah, yeah, yeah. I, um, I think it\'s important.</p>\n\n\n\n<p>I\'m glad I, I kind of know, we know something of each other, like where we live our stories or mm-hmm, , you know, background and I feel like in. Context. That\'s important to kind of slowly tell those stories and know that stuff for each other grounds, grounds things makes it harder to do that [00:38:00] internet psychosis, where it\'s not real people that you\'re shooting at, you know, just venting on or something.</p>\n\n\n\n<p>And, and it makes kindness more the common ground. Well, that\'s a lot covered a lot. Oh yeah. We . We always do. Yeah. Well, that\'s. Maybe maybe next time we\'ll do do some more, um, techy, newsy stuff, but, um, yeah. Got a really good, a good question from someone who is outside the community and kind of, you know, wants to, to get in senior developer, wasn\'t done a lot of WordPress.</p>\n\n\n\n<p>What would you advise that I do to get in? We\'ve had a bunch of answers come and, um, yeah, it\'d be interested in your take on some stuff like that. I\'ll probably write about it soon.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah, let\'s get into that next. all right.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Cool. Sweet. Thank you. You\'re</p>\n\n\n\n<p><strong>Nyasha Green:</strong> so welcome. Yeah.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> I\'m glad you look like a hundred percent back.</p>\n\n\n\n<p>Rested, healthy post COVID.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> I looked that bad last week. Dang Dan. No, I [00:39:00] haven\'t said that</p>\n\n\n\n<p><strong>Dan Knauss:</strong> smiling. Yeah. All take care. All you too. Best everyone on your, on your team.</p>\n\n\n\n<p><strong>Nyasha Green:</strong> Yeah, I\'ll let \'em know. . Bye.</p>\n\n\n\n<p><strong>Dan Knauss:</strong> Bye.</p>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Aug 2022 16:30: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"Do The Woo Community: That First WordCamp for WooCommerce and WordPress Builders\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72627\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/that-first-wordcamp-for-woocommerce-and-wordpress-builders/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:454:\"<p>Today I share a Twitter thread, a post and a few of my own thoughts on that first WordCamp experience as well as tips for the all attendees.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/that-first-wordcamp-for-woocommerce-and-wordpress-builders/\">That First WordCamp for WooCommerce and WordPress Builders</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Aug 2022 09: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: New Twenty Twenty-Three Default Theme Now in 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:30:\"https://wptavern.com/?p=136881\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/new-twenty-twenty-three-default-theme-now-in-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:4228:\"<p>Last month, WordPress design contributors proposed creating <a href=\"https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/\">a new kind of default theme</a> that would bundle a curated set of style variations, instead of creating a new theme from scratch. This idea resonated with participants in the discussion and plans are now underway to use a stripped-back version of Twenty Twenty-Two as the base for the new theme.</p>\n\n\n\n<p>Automattic design director Channing Ritter <a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">published</a> a preview of what the base theme might look like with sample variations applied, along with the <a href=\"https://www.figma.com/community/file/1139275543113752375\">Figma design mockups</a>.</p>\n\n\n\n\n\n\n\n<p>Twenty Twenty-Three&#8217;s predecessor has a highly opinionated design. The upcoming default theme is more like a blank canvas with the spotlight on the style variations. Headings are not as prominent, typography has been replaced with system fonts, and there are no images included. The theme will use the <a href=\"https://wptavern.com/gutenberg-13-8-introduces-fluid-typography-support-and-revamped-quote-block\">fluid typography</a> feature released in Gutenberg 13.8, and has spacing presets in place.</p>\n\n\n\n<p>&#8220;One important note is that we are limited in the number of fonts we can include with the theme and should aim to use 3–4 different typefaces across all variations (in addition to systems fonts),&#8221; Ritter said. The initial list includes the following fonts, but can evolve based on contributors&#8217; feedback:</p>\n\n\n\n<ul><li>System sans serif font</li><li>IBM Plex Mono</li><li>DM Sans</li><li>Source Serif Pro</li></ul>\n\n\n\n<p>One of the most exciting aspect of this project is that WordPress&#8217; design contributors have invited the community to take a stab at submitting their own style variations for consideration. The variations that are selected will ship as part of the upcoming default theme. </p>\n\n\n\n<p>Whereas many default themes in the past have come from a single designer or from an existing theme, Twenty Twenty-Three (TT3) will offer a kaleidoscope of style variations from different community contributors.</p>\n\n\n\n<p>The theme in progress is <a href=\"https://github.com/WordPress/twentytwentythree\">available on GitHub</a> and anyone can try their hand at creating a style variation. There are three different ways to do it. The most straightforward for some will be to create an alternate theme.json file and edit the code directly. </p>\n\n\n\n<p>Those who prefer to design their own variation visually in the editor can make changes to the Global Styles panel and then save them as a new style variation using the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/create-block-theme/\" target=\"_blank\">Create Block Theme plugin</a>. This opens up contribution to anyone with design skills, even if they do not feel comfortable editing the theme.json file. Alternatively, contributors can design static mockups in Figma or another program.</p>\n\n\n\n<p>More detailed instructions for submitting a style variation are available in the <a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">post</a> and those interested to contribute can join the new  <a href=\"https://make.wordpress.org/design/tag/core-themes-projects/\">#core-themes-projects</a> Slack channel to ask questions and connect with others who working on the same project. The <a href=\"https://github.com/WordPress/twentytwentythree/issues/34\">first variation submission</a> to the TT3 repository is from new contributor Colin Chadwick, who created an eggplant color scheme complemented by the DM Sans font. </p>\n\n\n\n<p>The WordPress community is full of talented designers and this call for style variations is an incredible opportunity to contribute without having to touch any code. </p>\n\n\n\n<p>Style variation submissions for this project will close on August 31. The final curated set will be announced on September 7. The new TT3 default theme will ship with WordPress 6.1, which is expected on October 25, 2022.</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, 12 Aug 2022 02:09:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"Matt: Telegram Channel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=59104\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2022/08/telegram-channel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:509:\"<p>You can now subscribe to updates from this blog in <a href=\"https://t.me/+oMWZJFfyMok2ZmUz\">this Telegram channel</a>! Right now it will get updates from Ma.tt and <a href=\"https://matt.blog/\">Matt.blog</a>, and hopefully my Tumblr in future once the bot supports that as a content source. If you&#8217;d like to set this up for your WordPress site, <a href=\"https://jetpack.com/blog/publish-blog-posts-to-your-telegram-channel-automatically-with-jetpackwp-bot/\">check out this tutorial on Jetpack</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Aug 2022 19:50:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:64:\"Do The Woo Community: Plugins vs. SaaS with Danni, Josh and Vito\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72616\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://dothewoo.io/plugin-or-saas-wordpress-woocommerce-products/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:400:\"<p>Listen as some WordPress and WooCommerce builders weigh in on choosing between a SaaS product or standalone plugin.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/plugin-or-saas-wordpress-woocommerce-products/\">Plugins vs. SaaS with Danni, Josh and Vito</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Aug 2022 10:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:112:\"WPTavern: New Proposal Calls for Contributors to Stop Merging Experimental APIs from Gutenberg 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:30:\"https://wptavern.com/?p=136853\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/new-proposal-calls-for-contributors-to-stop-merging-experimental-apis-from-gutenberg-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:8398:\"<p>The practice of merging experimental APIs from Gutenberg into WordPress core may soon be coming to an end. A new <a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">proposal</a>, published by Automattic-sponsored contributor Adam Zielinski, calls for contributors to stabilize APIs before merging them into core.</p>\n\n\n\n<p>Over the years, approximately 280 experimental APIs have been merged from the Gutenberg plugin, which Zielinski audited in a <a href=\"https://github.com/WordPress/gutenberg/issues/40316\">ticket</a> he opened for the issue in April. In balancing the drive to move fast with iterating on the editor(s) against WordPress&#8217; commitment to backwards compatibility, the number of experimental APIs has become untenable and the practice of merging them into core is now being actively reconsidered.</p>\n\n\n\n<p>Officially, the experimental APIs are flagged as such to discourage third-party use, since they are expected to change. In practice, people building for the block editor are using them anyway because they are in core and they want to extend the features these APIs enable.</p>\n\n\n\n<p>&#8220;Plugin and theme authors are forced to rely on the <code>__experimental</code>  features that could get removed or changed in a backwards incompatible way at any time,&#8221; Zielinski said, echoing the frustration and concerns many developers have had with the project the past few years. &#8220;It is a serious maintenance burden. Every new Gutenberg/WordPress release means potentially breaking changes.&#8221;</p>\n\n\n\n<p>WordPress core committer Peter Wilson commented on the ticket, saying he is in favor of limiting experimental APIs to bleeding edge product. Driving home the need for this change, he <a href=\"https://github.com/WordPress/gutenberg/issues/40316#issuecomment-1123037463\">cited</a> a host of negative impacts that these core experimental APIs have had on the ecosystem:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<ul><li>core committers unwilling to use certain library features to make core tasks easier because they don&#8217;t trust the reliability</li><li>developers no longer upgrading WP client sites. As a core committer who has strived to maintain backward compatibility for years this disappoints me. As a security team member it&#8217;s greatly concerning</li><li>developers deciding to include copies of packages in themes and plugins rather than rely on the <code>wp.*</code> globals. Again this concerns me from a security perspective but it also increases the JavaScript payload significantly more than maintaining backward compatibility</li><li>reports of backward compatibility breaks in minor versions: &#8220;you don&#8217;t expect a 5.9.1 release to break the responsiveness of a bunch of images in our sites outside the block editor&#8221;</li><li>developers considering never using core blocks because they&#8217;re too unstable: &#8220;I stopped using/extending core blocks because they were changing too much and I’ve been using ACF Blocks so that I at least I know I can make blocks that won’t break. Granted the UI isn’t as good as core blocks but I’ll take stability over blocks breaking any time.&#8221;</li></ul>\n</blockquote>\n\n\n\n<p>The Gutenberg plugin was meant to function as a feature plugin where breaks in backwards compatibility are expected while contributors polish features before merging them into core. Getting back to the roots of this approach, and making the editor less experimental, is at center of this proposal.</p>\n\n\n\n<p>&#8220;Instability between versions is already beginning to alienate some of the block-editors biggest external advocates,&#8221; Wilson said.</p>\n\n\n\n<p>Maintaining this level of instability could discourage people from building on WordPress, pushing them away to other more straightforward projects that are managed in a different way. It is possible that the need to rely on experimental APIs has discouraged developers from building more products, slowing block editor adoption.</p>\n\n\n\n<p>&#8220;As a plugin author that is currently using <em>many</em> <code>__experimental</code> APIs, I would love to see these stabilized,&#8221; WP Engine-sponsored contributors Nick Diego said. &#8220;Most provide crucial functionality but building a product that relies on an <code>__experimental</code> API is always a bit disconcerting. So long as the process is exceedingly transparent, is well publicized, and we provide plugin/theme authors with a guide on how to migrate to stable versions, then I like this initiative.&#8221; </p>\n\n\n\n<p>After months of discussion on the ticket, Zielinski distilled contributors&#8217; concerns into the plan of action proposed on the Make WordPress Core blog.</p>\n\n\n\n<p>The proposal indicates that most of the existing experimental APIs already merged into core would get a stable alias.</p>\n\n\n\n<p>&#8220;It would preserve backwards compatibility and shouldn’t noticeably affect the bundle size,&#8221; Zielinski said. &#8220;Some will need a different treatment; let’s discuss that case-by-case.&#8221; He also recommended contributors consider whether an existing experimental API already in core needs to be removed. He doesn&#8217;t anticipate many instances of this but recommends these use established practices of contacting plugin authors, using soft deprecations, and publishing Core posts.</p>\n\n\n\n<p>&#8220;I also see two things at play here: the use and abuse of experimental APIs during the API design (generally to be used and tested in the Gutenberg plugin) and the lack of a diligent process for stabilizing them when they satisfy design criteria,&#8221; Gutenberg lead architect Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/40316#issuecomment-1120863981\">commented</a> on the original ticket. &#8220;The ones that are to be considered <em>de facto</em> public are those that have existed for many releases in a stable form despite their nomenclature.&#8221;</p>\n\n\n\n<p>In the interest of preserving WordPress&#8217; ability to deliver on its backwards compatibility promises, the proposal recommends experimental APIs be restricted to the Gutenberg plugin and never merged into core. In the instances where a stable feature depends on an experimental API, Zielinski identified a simple answer:</p>\n\n\n\n<p>&#8220;Then it isn’t actually stable. Let’s stabilize the dependencies first.&#8221;</p>\n\n\n\n<p>This is essentially a new way of moving forward that should increase stability and confidence in WordPress&#8217; APIs and updates, but it does have a few drawbacks.</p>\n\n\n\n<p>Users and contributors can expect that Gutenberg features may be slower merging into core, as they cannot rely on experimental APIs when they hit prime time distribution in major releases. Zielinski also noted that contributors may also have difficulty refactoring these APIs once they have shipped and go into use on millions of WordPress sites.</p>\n\n\n\n<p>So far the proposal has had overwhelmingly positive support, as many believe these APIs should never have arrived to core in the first place while still in the experimental stage.</p>\n\n\n\n<p>&#8220;I’m very much in favor of this approach,&#8221; WordPress developer Mark Root-Wiley said. &#8220;I build custom themes and have a few simple plugins. For both, I have found myself somewhat frequently forced to deal with experimental APIs and the difficulties of keeping up to date with them when features are put in core that can only be turned off, adjusted, or extended through an experimental API.&#8221;</p>\n\n\n\n<p>&#8220;A return to this sort of stability in core would go a long way to regaining some developer goodwill,&#8221; WordPress contributor Dovid Levine commented on the proposal.</p>\n\n\n\n<p>The deadline for commenting on the <a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">proposal</a> is September 7, which would close out the discussion just shy of three weeks before <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">WordPress 6.1 Beta 1</a> is expected. This gives contributors some time to more deeply audit the experimental APIs ahead of the next major release, should they reach a consensus on restricting them to the Gutenberg plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Aug 2022 03:23:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:160:\"Post Status: Back Compat &amp; Experimental APIs, Safely Handling SVG via “Insert URL”, WordPress 6.1 Bug Scrub Schedule, Database Performance Health Checks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=104146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"https://poststatus.com/back-compat-experimental-apis-safely-handling-svg-via-insert-url-wordpress-6-1-bug-scrub-schedule-database-performance-health-checks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15629:\"<h2 id=\"h-this-week-at-wordpress-org-august-9-2022\">This Week at WordPress.org (August 9, 2022)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Is it safe to insert an SVG via URL? How healthy is your database? Performance Team Rep Nominations. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div id=\"kt-info-box_03177a-50\" class=\"wp-block-kadence-infobox\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kt-info-svg-icon kt-info-svg-icon-fe_alertTriangle\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">Backwards Compatibility and Experimental Gutenberg APIs</a></h2><p class=\"kt-blocks-info-box-text\"><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">Give your feedback on this proposal</a> to <strong>stop</strong> merging experimental APIs from Gutenberg to Core. Today, experimental APIs are merged to Core and sometimes removed later. See the <a href=\"https://github.com/WordPress/gutenberg/issues/39977\">WP 6.0 Experimental APIs</a>.<br />><br /></a>.<br />.<br />><br /></a>.<br /><br />As <a href=\"https://developer.wordpress.org/block-editor/contributors/code/backward-compatibility/\">the WordPress handbook states</a>: <em>Historically, WordPress has been known for preserving backward compatibility across versions. </em></p></div></div></div>\n\n\n\n<h2 id=\"h-news\">News</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/08/the-month-in-wordpress-july-2022/\">The Month in WordPress – July 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\"><strong>Proposal: Stop merging experimental APIs from Gutenberg to WordPress Core</strong></a></li></ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_598f7a-1a\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-container-45 wp-block-columns\">\n<div class=\"wp-container-43 wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/accessibility/2022/07/15/call-team-rep-nomination-july-2022/\">Call for Team Rep Nomination – July 2022</a></li><li><a href=\"https://make.wordpress.org/accessibility/2022/08/05/accessibility-team-meeting-agenda-august-5-2022/\">Accessibility Team Meeting Agenda: August 5, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-community\">Community</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/\">Announcing the 2021-2022 Annual Meetup Survey!</a></li><li><a href=\"https://make.wordpress.org/community/2022/07/22/deputy-feedback-wanted-streamlining-wordcamp-phases/\">Deputy Feedback Wanted: Streamlining WordCamp Phases</a></li></ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/08/09/hallway-hangout-editor-tech-lead-role-101/\">Hallway Hangout: Editor Tech Lead role 101</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">What’s new in Gutenberg 13.8? (3 August)</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/43039\">Safely handling SVG via &#8220;Insert URL&#8221;&nbsp;</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/01/moving-core-block-styling-to-json/\">Moving Core block styling to JSON</a></li><li>FEEDBACK REQUESTED: <a href=\"https://github.com/WordPress/gutenberg/pull/42485\">WP_HTML_Walker: Inject dynamic data to block HTML markup in PHP</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/09/a-week-in-core-august-8-2022/\">A Week in Core – August 8, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/09/bug-scrub-schedule-for-6-1/\">Bug Scrub Schedule for 6.1</a></li></ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/08/08/devchat-summary-august-3-2022/\">Dev Chat summary, August 3, 2022</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/08/editor-chat-agenda-10-august-2022/\">Editor Chat Agenda: 10 August 2022</a></li></ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three default theme —&nbsp;Project kickoff</a></li><li><a href=\"https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/\">Design Exploration: Encourage editor configuration during on-boarding</a></li><li><a href=\"https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/\">Proposal: A new kind of default theme</a></li></ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/docs/2022/08/10/kick-off-wordpress-6-1-release-docs/\">Kick-off WordPress 6.1 release docs</a></li><li><a href=\"https://make.wordpress.org/docs/2022/08/03/summary-of-docs-team-biweekly-meeting-august-2-2022/\">Summary of Docs Team Biweekly Meeting August 2, 2022</a></li><li><a href=\"https://make.wordpress.org/updates/2022/08/08/documentation-team-update-august-8-2022/\">Documentation Team Update – August 8, 2022</a></li></ul>\n\n\n\n<h2><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/five-for-the-future/issues/207\">Expand inactivity notifications to more teams</a></li></ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/marketing/2022/08/09/agenda-global-marketing-team-meeting-august-10-2022/\">Agenda: Global Marketing Team meeting, August 10, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/\">Developing the redesigned Home and Download Pages</a></li><li><a href=\"https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/\">Pattern Previews for Themes&nbsp;in the Directory – Beta</a></li></ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/mobile/2022/08/09/call-for-testing-wordpress-for-android-20-5/\">Call for Testing: WordPress for Android 20.5</a></li><li><a href=\"https://make.wordpress.org/mobile/2022/08/08/call-for-testing-wordpress-for-ios-20-5/\">Call for Testing: WordPress for iOS 20.5</a></li><li><a href=\"https://make.wordpress.org/updates/2022/08/09/mobile-team-update-aug-9th/\">Mobile Team Update – Aug 9th</a></li></ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/openverse/2022/08/04/community-meeting-recap-02-august-2022/\">Community Meeting Recap (02 August 2022)</a></li><li><a href=\"https://make.wordpress.org/openverse/2022/08/03/openverse-prioritization-meeting-2022-08-10/\">Openverse Prioritization Meeting 2022-08-10</a></li></ul>\n</div>\n\n\n\n<div class=\"wp-container-44 wp-block-column\">\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/performance/2022/08/09/core-performance-team-rep-nominations/\">Performance Team Rep Nominations</a></li><li>Module Proposal: <a href=\"https://github.com/WordPress/performance/issues/455\">Database performance Health Checks</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/02/performance-team-meeting-summary-2-august-2022/\"></a><a href=\"https://make.wordpress.org/core/2022/08/09/performance-team-meeting-summary-9-august-2022/\">Performance team meeting summary 9 August 2022</a></li></ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2022/08/08/plugin-review-team-status-8-aug-2022/\">Plugin Review Team Status: 8 Aug 2022</a></li></ul>\n\n\n\n<h2 id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/project/2022/08/01/open-source-and-the-free-rider-problem/\">Open Source and the Free Rider Problem</a></li><li><a href=\"https://make.wordpress.org/project/2022/07/28/updates-on-the-five-for-the-future-program-and-proposed-improvements/\">Updates on the Five for the Future program, and proposed improvements</a></li></ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/support/2022/08/agenda-support-team-meeting-august-4-2022/\">Agenda: Support Team Meeting – August 4, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/\"></a><a href=\"https://make.wordpress.org/test/2022/08/03/fse-program-category-customization-summary/\">FSE Program Category Customization Summary</a></li><li><a href=\"https://make.wordpress.org/updates/2022/08/09/test-team-update-9-august-2022/\">Test Team Update: 9 August 2022</a></li></ul>\n\n\n\n<h2 id=\"h-themes\"><a href=\"https://make.wordpress.org/themes\">Themes</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/themes/2022/08/09/themes-team-meeting-notes-august-9-2022/\">Themes Team Meeting Notes – August 9, 2022</a></li></ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/training/2022/07/27/information-sources-for-wp-6-1/\">Information Sources for WP 6.1</a></li><li><a href=\"https://make.wordpress.org/training/2022/08/10/minimizing-zoom-disruptions-in-online-workshops/\">Minimizing Zoom Disruptions in Online Workshops</a></li><li><a href=\"https://make.wordpress.org/training/2022/08/09/june-july-2022-sprint-retrospective/\">June & July 2022 Sprint Retrospective</a></li><li><a href=\"https://make.wordpress.org/training/2022/08/08/meeting-agenda-9-2022/\">Meeting Agenda August 9, 2022</a></li><li><a href=\"https://make.wordpress.org/training/2022/08/08/august-2022-sprint/\">August 2022 Sprint</a></li></ul>\n\n\n\n<h3 id=\"h-video-tutorials\">Video Tutorials</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/tutorial/creating-a-landing-page-with-a-block-theme/\">Creating a landing page with a block theme</a></li></ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops:</h3>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/?meeting=intro-to-multisites\">Intro to Multisites</a></li><li><a href=\"https://learn.wordpress.org/?meeting=troubleshooting-in-wordpress\">Troubleshooting in WordPress</a></li><li><a href=\"https://learn.wordpress.org/?meeting=using-create-block-theme\">Using Create Block Theme</a></li><li><a href=\"https://learn.wordpress.org/?meeting=taking-block-patterns-to-the-next-level\">Taking Block Patterns to the Next Level</a></li><li><a href=\"https://learn.wordpress.org/?meeting=exploring-the-power-of-block-variations\">Exploring the Power of Block Variations</a></li><li><a href=\"https://learn.wordpress.org/?meeting=block-theme-builders-design-with-figma\">Block Theme Builders: Design With Figma</a><a href=\"https://github.com/courtneyr-dev/make-wp/#test\"></a></li></ul>\n\n\n\n<h2 id=\"h-wordcamp-central\">WordCamp Central</h2>\n\n\n\n<ul><li><a href=\"https://central.wordcamp.org/news/2022/07/wordcamp-jinja-diverse-speaker-sessions-web-design-hackathon-teachers-workshop-and-fun-at-the-nile-source/\">WordCamp Jinja: Diverse Speaker Sessions, Web Design Hackathon, Teachers Workshop and Fun at the Nile Source!</a></li></ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li></ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul><li><a href=\"https://tc39.es/#proposals\">ECMAScript Proposals</a></li><li><a href=\"https://www.php.net/archive/2022.php#2022-07-21-1\">PHP 8.2.0 Beta 1 available for testing</a></li><li><a href=\"https://php.watch/articles/composer-24\">What\'s New in Composer 2.4</a></li></ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It\'s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/business-membership/\">your whole team</a> can <a href=\"https://poststatus.com/post-status-membership-club/\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</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, 10 Aug 2022 15:18:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:91:\"WPTavern: #38 – Paul Bearne on How Working With WordPress Allows for Different Lifestyles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=136755\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/podcast/38-paul-bearne-on-how-working-with-wordpress-allows-for-different-lifestyles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33440:\"<p>On the podcast today we have <a href=\"https://wordpress.org/support/users/pbearne/\">Paul Bearne</a>.</p>\n\n\n\n<p>Paul is a WordPress enthusiast who loves to come up with ways to make WordPress do things it doesn’t normally do. Having engaged with WordPress almost from the start, he specialises in the creation of highly performant, scalable, accessible and SEO friendly code.</p>\n\n\n\n<p>He has contributed consistently to WordPress Core since version 3.9 as well as setting up a local meetup and speaking at WordCamps. He is currently being sponsored by <a href=\"https://xwp.co/\">XWP</a> to work on Core as part of their Core initiatives.</p>\n\n\n\n<p>In the podcast today Paul talks about the many ways in which it’s possible to work within the WordPress ecosystem. He’s tried many of them out over the years.</p>\n\n\n\n<p>Many of the jobs in and around the WordPress space require only a few things, access to power and internet and a computer. The geographical constraints for work are often non-existent. If you have the skills, can get online and put in the hours, then you might be good to go. The pandemic brought this distributed working model to the masses, as more and more organisations realised the benefits that working in this way affords.</p>\n\n\n\n<p>Paul talks through some of the different ways that you can work and draws out the benefits and drawbacks that they have. How can you find the work and what can you do to make sure that it’s as stable as it can be?</p>\n\n\n\n<p>If you’re already a remote worker, much of this conversation will resonate with you, but if you’re not, but are curious about your options, this podcast will be of interest.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air-conditioning. In this episode both Paul and I wore face masks which you can also detect. Whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things, WordPress, the people, the events, the plugins, the blocks, the themes, and in this case how WordPress can enable you to work and live in different ways.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern dot com forward slash feed forward slash podcast. And you can copy that URL in to most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you all your idea featured on the show. Head over to WPTavern dot com forward slash contact forward slash jukebox. And use the form there.</p>\n\n\n\n<p>So on the podcast today we have Paul Bearne. Paul is a WordPress enthusiast who loves to come up with ways to make WordPress do things it doesn&#8217;t normally do. Having engaged with WordPress almost from the start, he specializes in the creation of highly performant, scalable, accessible, and SEO friendly code.</p>\n\n\n\n<p>He has contributed consistently to WordPress Core since version 3.9, as well as setting up a local meetup and speaking at WordCamps. He&#8217;s currently being sponsored by XWP to work on Core as part of their Core initiatives.</p>\n\n\n\n<p>In the podcast today, Paul talks about the many ways in which it&#8217;s possible to work within the WordPress ecosystem. He&#8217;s tried many of them out over the years.</p>\n\n\n\n<p>Many of the jobs in and around the WordPress space require only a few things, access to power and internet, and a computer. The geographical constraints for work are often non-existent. If you have the skills, can get online and put in the hours, then you might be good to go. The pandemic brought this distributed working model to the masses as more and more organizations realized the benefits that working in this way affords.</p>\n\n\n\n<p>Paul talks through some of the different ways that you can work and draws out the benefits and drawbacks that they have. How can you find the work and what can you do to make sure that it&#8217;s a stable as it can be?</p>\n\n\n\n<p>If you&#8217;re already a remote worker, much of this conversation will resonate with you. But if you&#8217;re not, but are curious about your options, this podcast will be of interest.</p>\n\n\n\n<p>Typically when we record the podcast, there&#8217;s not a lot of background noise, but that&#8217;s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air conditioning. In this episode both Paul and I wore face masks, which you can also detect. Whilst the podcasts are more than listenable. I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern dot com forward slash podcast, where you&#8217;ll find all the other episodes as well. And so without further delay, I bring you Paul Bearne.</p>\n\n\n\n<p>I am joined on the podcast today by Paul Bearne. How are you doing?</p>\n\n\n\n<p>[00:03:52] <strong>Paul Bearne:</strong> Thank you. All right. It&#8217;s been a hectic WordCamp, and feet haven&#8217;t touched the ground, but yeah, it&#8217;s good to be here.</p>\n\n\n\n<p>[00:04:00] <strong>Nathan Wrigley:</strong> What have you mainly been doing over the last couple, well, I say a couple of days, maybe you weren&#8217;t here for contrib day.</p>\n\n\n\n<p>[00:04:04] <strong>Paul Bearne:</strong> I was here for contrib day, because I&#8217;m a core contributor. I&#8217;ve been working on the performance plugin. I&#8217;m lucky to be sponsored by XWP to work on core projects. And we&#8217;ve been focusing on the performance enhancements. So in the last release, we got five queries out of a standard homepage load. You imagine what that&#8217;s done to a million sites. And the performance add-on, I&#8217;ve been working on the dominant color feature, which is coming in the next block.</p>\n\n\n\n<p>That&#8217;s gonna be interesting to see the reaction of that in the community as that comes out. Cause that&#8217;s a visual change. And the WebP stuff. So I&#8217;ve been working, busy doing that, as well as running my own premium plugin, business. And it&#8217;s really nice to be able to work part-time for one of the big agencies.</p>\n\n\n\n<p>[00:04:48] <strong>Nathan Wrigley:</strong> Yeah, we&#8217;ll come onto that in a minute. You&#8217;ve got a talk here though, which kind of anchors us to what we&#8217;re gonna talk about. How did it go?</p>\n\n\n\n<p>[00:04:55] <strong>Paul Bearne:</strong> I think it was well received. A lot of people said it was really good value for them. Yeah, I think it went down really well.</p>\n\n\n\n<p>[00:05:03] <strong>Nathan Wrigley:</strong> Just broadly outline what the topic was that you covered.</p>\n\n\n\n<p>[00:05:05] <strong>Paul Bearne:</strong> It&#8217;s a lifestyle talk. basically trying to expand and give people confidence that they can create a lifestyle, whatever lifestyle they want with WordPress. You know, whether they want to be a digital nomad whether they want to live in the countryside or live in the center of a city. There is employment available in all of those places. And you need to look at yourself, see what your strengths and weaknesses are.</p>\n\n\n\n<p>Are you a city or a country person? Are you self-directed or do you need to be managed? What&#8217;s your timekeeping like? Can you do sales? Can you do administration of doing invoices and tax returns and things like that? Cause if you can&#8217;t, you can&#8217;t be freelance, or not, not easily.</p>\n\n\n\n<p>I&#8217;m lucky that my wife is good at the sort of administration stuff. So I&#8217;ve been able to do more freelance work than really I should be able to. But now my life&#8217;s changed a little bit and having been able to work full time or be paid by XWP to work on core, which is like a dream job for me. It reduces the amount of administration my wife has to do, and I haven&#8217;t gotta go chasing freelance work. It&#8217;s coming to me. The work is being found for me, and it&#8217;s interesting work. You can create whatever life you want. There&#8217;s a niche in WordPress.</p>\n\n\n\n<p>[00:06:29] <strong>Nathan Wrigley:</strong> Presumably, if that&#8217;s the case that you&#8217;ve been through a whole cycle of different types of work, maybe you work for an agency and a&#8230;</p>\n\n\n\n<p>[00:06:37] <strong>Paul Bearne:</strong> I went through the various types of agencies. We looked at multinationals, we looked at small agencies, big agencies, government digital services, media companies, high end design agencies in the center of cities, and then the distributed agencies, and touched a little bit on what it&#8217;s like to have a plugin, a premium plugin. What it&#8217;s like to be as a freelance person, because I&#8217;ve done all of those in my career. So I was able to give some, hopefully some insight to what it&#8217;s like to do those. And what&#8217;s the pitfalls and the bonuses of working in those different environments.</p>\n\n\n\n<p>Second half the talk I tried to give some career advice and some, you know, you can do this. This is gotta get noticed. How do you stand out in the crowd? How do you price yourself as a freelance person, and a few things like that. Try to set some reasonable expectations of what the market, what you need to charge to actually be viable.</p>\n\n\n\n<p>[00:07:33] <strong>Nathan Wrigley:</strong> If you look back on your life was it a series of trying things out and then ultimately dissatisfaction with the way that you were working and then try something new? Eventually find that that was not satisfactory and try something else and ultimately where you are now. And it sounds like at this point in time, you&#8217;re really happy with where you&#8217;re at.</p>\n\n\n\n<p>[00:07:51] <strong>Paul Bearne:</strong> Yes, of course you have to take what comes. I talked in my talk about, details are okay. The trick is to fail fast and learn. So if you get into a situation where it isn&#8217;t right, don&#8217;t hang around. There is lots and lots of good freelance or good WordPress work out there, or just development work. You don&#8217;t have to put up with bad environments, horrible bosses, stupid hours. Not unless you are getting a reward.</p>\n\n\n\n<p>And if you&#8217;re, if you are in a high end design agency, it&#8217;s a young game, and the burnout is quite high but they&#8217;re gonna pay you a little bit more. You&#8217;re gonna be working on really leading edge work. So you&#8217;ll put up with the hours. And you&#8217;ll be happy to go out and socialize with the team after work, because that&#8217;s part of the culture. But if that&#8217;s not what you want then there is other choices.</p>\n\n\n\n<p>Maybe that&#8217;s a young person&#8217;s game and then you mature into a slower agency, a local agency, or a distributed agency, or you go freelance. You get a few clients and you run freelance. Or maybe you do partly your own freelance or partly on the freelance platforms like Codeable, and you work that way.</p>\n\n\n\n<p>[00:09:13] <strong>Nathan Wrigley:</strong> I know that you said that failing fast is a desirable way to go about it. And I can see what you&#8217;re saying there in, in the sense that you&#8217;ve got a quickly figure out that this isn&#8217;t working, because then you need to quickly find something which is working. Presumably there&#8217;s gonna be a raft of people, anybody listening to this, there might be a load of people saying, yeah, that&#8217;s okay Paul, but I&#8217;ve already got the mortgage, and I am living hand to mouth, month to month. And I guess that plays in a little bit. You&#8217;ve gotta be a bit conservative in some regard.</p>\n\n\n\n<p>[00:09:40] <strong>Paul Bearne:</strong> Yes of course. Okay, so there&#8217;s a number of scenarios that are out there. So say you are working for a small agency serving the local community, which I think is the hard end of the business. Because you have to be a Jack of all trades. you have to do whatever work the agency finds, yeah. There&#8217;s no real picking, you know, they ain&#8217;t fussy about what jobs they take on, and they&#8217;re gonna be small and bitty, and not spectacular. But you want to break out from that.</p>\n\n\n\n<p>So you&#8217;ve got things like, you could go freelance or semi freelance with the platforms. Codeable platforms, finding new work. But if you go freelance, you&#8217;ve gotta have enough money to pay for a laptop and have a space to work. You can&#8217;t do long term freelance from a coffee shop.</p>\n\n\n\n<p>So there is a little bit of a, you know, can you actually even afford to do freelance, to start up? Because a modern Mac isn&#8217;t cheap, or even a modern good laptop isn&#8217;t cheap, PC laptop. So that&#8217;s the dilemma and I understand that dilemma, But there are choices. The amount of stuff that&#8217;s remote, you know, look at a remote agency.</p>\n\n\n\n<p>If you are competent as a WordPress developer, you can be hired by a remote agency in no time. They are looking for people who are prepared to work, and they&#8217;re more interested in the attitude than your skill set. If you are, can get work done, they&#8217;ll hire you. And if you need to train up for a particular type of section of skill, to learn a bit more performance, you need to learn a bit more Gutenberg or whatever the flavor is. Yhey&#8217;ll train you. The good ones will. So you don&#8217;t need to stay where you are. There are options.</p>\n\n\n\n<p>[00:11:22] <strong>Nathan Wrigley:</strong> Yeah. It&#8217;s interesting that you say that, you mentioned competence. I was kind of assuming that the competence would come before the attitude, but you&#8217;re saying it&#8217;s the other way around. Looking for people with a certain approach to work, who they can then up skill.</p>\n\n\n\n<p>[00:11:33] <strong>Paul Bearne:</strong> I&#8217;ve hired people. I&#8217;ve hired students for year placements. I&#8217;ve hired people to work as colleagues. And when I do interview questions, I will start going down a technical tree somewhere. Cause I&#8217;m a geek. And I&#8217;ll keep going down a rabbit hole until they don&#8217;t know the answer. And then I explain the answer to them and I want to see a light bulb go off in their head. Oh, yes that makes sense. I understand what that was. And that&#8217;s what I&#8217;m looking for.</p>\n\n\n\n<p>Cause I can train that person. I can teach them. They will learn. Cause as a web developer, I will never, ever finish learning. Every time I open up a piece of code I will learn something. One of the things I do in Core is I write unit tests and so I&#8217;m looking at functions that I&#8217;ve never seen before. I learn what the Core of WordPress does, function by function. And there&#8217;s stuff in there that I, say, whoa, that&#8217;s interesting. Oh, that&#8217;s clever how they did that. So you never stop learning. And if you stop learning, especially if you stop learning in some environment, time to go.</p>\n\n\n\n<p>[00:12:42] <strong>Nathan Wrigley:</strong> There must be drawbacks and there must be benefits to this whole approach. Let&#8217;s go with the good first. And that may be the time of day that you can work, the amount of money that you can earn, the location that you can put yourself in and so on. Over the course of the years that you&#8217;ve been changing things up, what have been some of the things that you&#8217;ve looked back and thought, uh, that aspect of that job was really good. And that aspect of that job was really good. Basically. What are the benefits of becoming a freelancer, I guess?</p>\n\n\n\n<p>[00:13:05] <strong>Paul Bearne:</strong> You get to be your own boss and get to pick the clients and the work. You should pick the clients and the work. Don&#8217;t take everything that comes at you, because you need to pick work that you are an expertise in. Because if you are doing stuff where you are an expert, you can charge more.</p>\n\n\n\n<p>The downside is you gotta find it. It tends to be feast and famine in freelance. You&#8217;ve got too much work and then there&#8217;s no work. So you&#8217;re stressed because you can&#8217;t get the work done. And then you&#8217;re stressed because you&#8217;re looking for work, because you have nothing. So that is one of the major dilemmas of freelance. But you should earn more.</p>\n\n\n\n<p>In my talk, I talked about, if you expect your hourly salary to be say $60 an hour, talking universal currency of dollars, the freelance rate minimum is 120, 150 will be nice. That&#8217;s really what we&#8217;re aiming for. Because if you don&#8217;t charge enough, two things will happen. You will not be valued by your client, because, they&#8217;re cheap, they can&#8217;t be any good. And you&#8217;ll get crap work. I have a line in my slides, superstar prices get superstar contracts.</p>\n\n\n\n<p>You get better work if you charge more. It&#8217;s not a case of more work, better work. Better work pays better. You can have a better lifestyle because you&#8217;re not working 14 hours a day. You&#8217;re working five hours a day to get that contract done. And you&#8217;ve got three hours to do your administration and look for your next contract.</p>\n\n\n\n<p>[00:14:44] <strong>Nathan Wrigley:</strong> So the flexibility&#8217;s there. You mentioned the downside of the fact that you&#8217;ve gotta create that work or somehow have it created for you. Any other downsides that you&#8217;ve figured out over the years?</p>\n\n\n\n<p>[00:14:55] <strong>Paul Bearne:</strong> Freelancing can be lonely because you are one per, one person shop, effectively. You need to work at that not being a problem. So if you are in a, a reasonable metropolitan area, look for meetups, peer groups. Come to conferences. Remember, you gotta pay for them and you gotta manage the time off for that. Your clients aren&#8217;t paying you while you&#8217;re away. Your company doesn&#8217;t earn. So you gotta budget for that.</p>\n\n\n\n<p>[00:15:20] <strong>Nathan Wrigley:</strong> Yeah. There may be other additional things, you know, like pension and healthcare and&#8230;</p>\n\n\n\n<p>[00:15:24] <strong>Paul Bearne:</strong> You won&#8217;t have any healthcare cover. You may be able to insure yourself, but you&#8217;re taking the risk on yourself. Pensions, if you&#8217;re charging properly, you can push money into your pension, because you&#8217;ve got spare cash coming in. You&#8217;re cash rich because you&#8217;re charging properly.</p>\n\n\n\n<p>[00:15:39] <strong>Nathan Wrigley:</strong> Do you need to be more self-disciplined? In other words, if you&#8217;re turning up to an agency at nine in the morning and you&#8217;re leaving at five and the work is handed out on plate and you&#8217;ve got briefings in the morning and then the briefings and blah, blah, blah. With this, you&#8217;ve gotta be a Jack of all trades a bit, but you&#8217;ve gotta be mindful that, you know, you, aren&#8217;t just sitting down having a coffee in front of the television, letting the work drift and drift and drift.</p>\n\n\n\n<p>[00:16:02] <strong>Paul Bearne:</strong> Yeah, I have a friend in Canada he&#8217;s freelance business shall we say suffered? He let clients down badly. I picked a couple of clients up. He saw that I was linked to him on LinkedIn. They were chasing him and he was just got quiet on them. Awkward situation. I was able to pick some clients up because he wasn&#8217;t delivering. So you do need to have self discipline to be a freelancer.</p>\n\n\n\n<p>If you&#8217;re not, then look at the other choices. If you want to be remote, look at what are the remote agencies, and they&#8217;ll do it. If you want to be in an office, are you compared to travel into the city center? Then look for one of the big design houses in city center. If you are up for the pace. If not, maybe there&#8217;s a local agency who&#8217;s servicing the local community, that feels right for you. Because they tend to be nice and friendly and family like, yeah, they&#8217;re cozy. But the work won&#8217;t be stellarly interesting.</p>\n\n\n\n<p>[00:17:00] <strong>Nathan Wrigley:</strong> I guess you&#8217;ve gotta be a bit, not just disciplined, you&#8217;ve gotta be self-motivated as well. You&#8217;ve got to be the kind of person that can incentivize themselves, because if you&#8217;re working for the man, as it were&#8230;</p>\n\n\n\n<p>[00:17:10] <strong>Paul Bearne:</strong> Who will drive the direction and push you forward. Being self-aware of where your strengths are, is the most important thing you can acquire. If you can get that self-awareness and be honest to yourself about where you are, what sort of personality you are. You may need to work for somebody, in order to actually get anything done, and that&#8217;s not wrong. In fact, being honest about that is a really powerful thing, and it makes your life less stressful.</p>\n\n\n\n<p>When I worked for corporate in multinationals, it was a doddle. Nine to five, ate in the canteen, endless coffee supply, projects took forever. Downside is our server was IIS, yeah. But when I had to go to the US I had to fly business class, you know. There are pros and cons to all environments,</p>\n\n\n\n<p>[00:18:11] <strong>Nathan Wrigley:</strong> The WordPress ecosystem, obviously you are into the code, but you only have to look at the speeches that are on this weekend, and the presentations that are on to realize that code is a tiny fraction of the WordPress ecosystem. We&#8217;ve got SEO experts, and we&#8217;ve got copywriters and so on and so forth.</p>\n\n\n\n<p>Did you ever stray into a different territory or have you always been code all the time and therefore sort of increasing your portfolio and your CV, if you like, one job after the other.</p>\n\n\n\n<p>[00:18:35] <strong>Paul Bearne:</strong> I actually for a while ran social media for corporation. I got there because I realized that we needed to own the brand names and I stepped ahead above the parapet and said, oy, Mr. CTO, we need to own these. Shall I go and get them? Had a fun story around corporate name changing, but, I went out and registered all the, the corporate brands. And for four years, before marketed caught up with me, I was the owner and access gatekeeper to all of their social media accounts.</p>\n\n\n\n<p>We have wandered around a little bit but I am primarily a coder. That&#8217;s where my strength is. I understand by strength. That&#8217;s why I didn&#8217;t stay in social media. I&#8217;m not a writer, I&#8217;m not a content person. And so that&#8217;s part of me understanding my strengths and weaknesses.</p>\n\n\n\n<p>[00:19:29] <strong>Nathan Wrigley:</strong> I kind of wonder if people who may be listening to this who figure, actually, I just wanna throw all the cards up in the air and see where they land. In other words, I just wanna try something new and everything that you&#8217;ve described so far fits that picture really nicely, you know?</p>\n\n\n\n<p>[00:19:43] <strong>Paul Bearne:</strong> Yeah.</p>\n\n\n\n<p>[00:19:43] <strong>Nathan Wrigley:</strong> All of this would work in, well, pretty much any industry I&#8217;m imagining.</p>\n\n\n\n<p>[00:19:46] <strong>Paul Bearne:</strong> Yep, and detours are okay. Throw your ears up. You hear a sniff of something. Go knock on the door. Have a look in. Go and talk to people there. Go on interviews. I love interviews. I&#8217;d almost do it as a hobby, go on interviews. Go and see what they&#8217;re doing. And if it feels right, go and join them. If you don&#8217;t ask the question, it&#8217;s impossible for someone to say yes.</p>\n\n\n\n<p>They might have to say no, but people actually like saying yes. So go look. Take a Friday afternoon off and go for an interview somewhere. If you just chalk it up as interview practice, you are not that serious. You get to look behind the curtain a little bit. You get some reference points about what an alternative life would look like. Think about moving to the countryside. Think about moving to the city moving to another country.</p>\n\n\n\n<p>You can go and visit them. I emigrated from the UK to Canada in my fifties. I visited Canada a couple of times, found I liked it and then went through the immigration process. Uh, it took a couple of years to do that, but you get there.</p>\n\n\n\n<p>[00:21:04] <strong>Nathan Wrigley:</strong> You mentioned earlier about, well you said the words feast and famine or something To that regard, and I&#8217;m just wondering, okay, so I&#8217;m not talking about the money where the money may go up and the money may I go down? I&#8217;m talking more about the pipeline of work. Have you ever struggled with that? Have you ever had periods where, there really is nothing on the horizon. What have I done?</p>\n\n\n\n<p>[00:21:24] <strong>Paul Bearne:</strong> Oh totally and my solution in fact is to use Codeable. When I was freelancing, I was a member of Codeable from almost day one, very early joined there, and I&#8217;ve never done it as my full time gig. Now there are people who all the work comes through Codeable, but I&#8217;ve used it as my back fill. Whenever I&#8217;m a little bit short of work, I will go on a Codeable. I will bid for one of the contracts. Find a contract, get a contract and then do that project, because they&#8217;ve got so much work there.</p>\n\n\n\n<p>You could go and pick a contract up really easily. And you could find one that fits your skill set and your knowledge base. Yeah, so I&#8217;m an expert in sort of job boards and things like that. So I would always go and look for something in that space, because I can provide skills and knowledge in that space, and it becomes easy for me to complete the task.</p>\n\n\n\n<p>[00:22:14] <strong>Nathan Wrigley:</strong> So you are kind of running those two things, not quite in parallel, but they happen concurrently. But you&#8217;ve got your work, which is the desired outcome, the stuff that you&#8217;ve put in place for yourself.</p>\n\n\n\n<p>[00:22:25] <strong>Paul Bearne:</strong> I will get more income from that.</p>\n\n\n\n<p>[00:22:26] <strong>Nathan Wrigley:</strong> And then the Codeable is when the gaps appear.</p>\n\n\n\n<p>[00:22:29] <strong>Paul Bearne:</strong> Yeah. When the gaps backfill. If I&#8217;m short off work, I&#8217;ve got nothing to do for the end of the week I&#8217;ve got four hours. I can find a job on Codeable. Or I&#8217;ve got two days of spare capacity. Because everybody wants it done now on Codeable, brilliant. Rock up, log in. Go and see what the current list of open jobs are. Find a job that&#8217;s in your space that you can present value to. Don&#8217;t just go and do anything. And then go and fix that problem for that client.</p>\n\n\n\n<p>And I&#8217;ve had repeating clients who&#8217;ve kept, effectively become part of my freelance stable, still through Codeable, I&#8217;ve done ongoing contracts with them. So it works really well. And the Codeable guys are really, really nice. You know they have a lovely active Slack channel. They do regular meets and training. They almost feel like a distributed agency. That hybrid space. And that everybody there is competent WordPress designer, editor content, it&#8217;s not just code at Codeable. Remember that, so there&#8217;s other skills that could, people will hire you for there.</p>\n\n\n\n<p>[00:23:39] <strong>Nathan Wrigley:</strong> Would you therefore suggest that&#8217;s possibly a good place for somebody to just begin? If they&#8217;re tentative and they&#8217;re you know, they could slot a bit of that into their weekend with their regular job.</p>\n\n\n\n<p>[00:23:48] <strong>Paul Bearne:</strong> They&#8217;ve got a regular nine to five job and they want to start learning, doing some freelance, it&#8217;s a really good place for them to get their feet wet, a little bit. In a very safe environment. Cause the money&#8217;s being collected by Codeable. It&#8217;s in the escrow. So you know you&#8217;re gonna get paid. If there&#8217;s a problem with the client the staff will wade in, and they&#8217;ll help you out. And if you get really, really stuck you can reach out to staff and they&#8217;ll find one of the other experts to come and help you. And if you get a problem, you could ping the Slack channel, say, how do I do this? And one of the other experts will wade in and help you. Very friendly.</p>\n\n\n\n<p>[00:24:29] <strong>Nathan Wrigley:</strong> Is it difficult to differentiate yourself, to make yourself stand out? It&#8217;s just you pitching for work. Presumably on Codeable you&#8217;ve got a set number of fields that you&#8217;ve gotta fill out to demonstrate how good you are at a certain thing. And, and everybody else has got those same set of fields and&#8230;</p>\n\n\n\n<p>[00:24:43] <strong>Paul Bearne:</strong> Yeah, yeah it is slightly difficult. They are quite good about saying no more than five experts should reply to a client&#8217;s inquiry. So you don&#8217;t get millions of people trying to bid for piece of work. And they don&#8217;t do the lowest price wins. They average out the price bids. Someone puts a, a thousand dollars in for a project and someone else puts in 800, the client&#8217;s gonna get told 900. They take a commission off the top, or they add a commission on top of that price and they charge the client to that. And then you get your money out in USD.</p>\n\n\n\n<p>[00:25:20] <strong>Nathan Wrigley:</strong> One of the things that always attracted me, but I never managed to kind of make the leap, was this idea of being a digital nomad. So everything that you&#8217;ve just talked about, all of these rungs on the ladder of how to get work and how to manage your relationship with clients and build up your portfolio and all of that, all of that&#8217;s happened. And then you just don&#8217;t live in the same place for any great length of time. You flit about. You&#8217;ve sort of done that, you&#8217;ve moved a country. Do you know any people who do that?</p>\n\n\n\n<p>[00:25:45] <strong>Paul Bearne:</strong> I have a good handful of friends who do that. Within XWP, I think have probably 20 or 30 people who are digital nomads within the company. I don&#8217;t think Codeable people tend to do that as much, because the infrastructure stuff that you need to do in addition to charging and billing and things like that, becomes difficult as you flip around the countryside and do stuff. Freelance people tend to hire local freelancers a little bit, so it tends to lock you into a country. And if you suddenly move, there&#8217;s some dynamics there.</p>\n\n\n\n<p>My recommendation, if you wanna do proper nomad work, go and talk to one of the distributed agencies, you know, Human Made, 10up, XWP, you know, that level of company. Especially if you are skilled as a WordPress developer. All of those are actively looking for people. I will personally recommend XWP. I do work there, but I&#8217;ve also worked at a few of the others.</p>\n\n\n\n<p>They&#8217;ve got it right. They&#8217;ve learned over the years how to do remote web development and manage the culture and the team so well. And it&#8217;s art, and I think they&#8217;ve nailed it because they&#8217;re based in Australia, you know, the corporate HQ is over there. So all of the European staff they&#8217;ve got here, they&#8217;ve got 60 people at this WordCamp or something. They&#8217;re all of remote. There&#8217;s only about two or three have flown all the way over for Australia. And so, because they&#8217;ve done it, it just, they just nailed it.</p>\n\n\n\n<p>[00:27:22] <strong>Nathan Wrigley:</strong> Final question, did you ever, do you ever, sort of pinch yourself and reflect on how incredibly lucky you are? I say you, you, as in, all the people who have careers in the same manner that you do.</p>\n\n\n\n<p>[00:27:38] <strong>Paul Bearne:</strong> Hey, I&#8217;m a guy who started as a tea boy on a building site, my first job. I now have a house on a lake with a motor boat tied up at the bottom. I would never have dreamt of that when I was a young lad. You really now in this day and age can work from anywhere. And as you know, Starlink and things like that are coming online, you really can go out into the sticks and work from anywhere.</p>\n\n\n\n<p>Anywhere you can get decent internet is now fair game as a location to do web development work and design work and other services. I&#8217;m a developer, so I tend to think developer first, but there&#8217;s PMs, there&#8217;s sales, there&#8217;s HR, there&#8217;s marketing, there&#8217;s video production, there&#8217;s design, there&#8217;s content writing. All of those can be done remote.</p>\n\n\n\n<p>Unless you are physically manufacturing something, and even some of that can be done remote in small batches now. Anything in this sort of digital space can be remote and often better done that way. Unless you really doing high cycle stuff, I think remote is the way to go.</p>\n\n\n\n<p>[00:28:55] <strong>Nathan Wrigley:</strong> Paul Bearne, thank you for chatting to me today.</p>\n\n\n\n<p>[00:28:58] <strong>Paul Bearne:</strong> My pleasure.</p>\n</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, 10 Aug 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:38:\"WPTavern: ServerPress Is Shutting Down\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/serverpress-is-shutting-down\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4381:\"<p><a href=\"https://serverpress.com/\">ServerPress</a>, makers of DesktopServer, a WordPress local development tool, announced it is shutting down after 12 years in business. The company <a href=\"https://us7.campaign-archive.com/?e=67f8ccf1b1&u=219119f2736c2f38b536dc982&id=f379709090\">emailed</a> its customers and posted a farewell message on its website after disabling new purchases and is in the process of canceling renewals for existing subscriptions.</p>\n\n\n\n<p>ServerPress was founded by Steve Carnam in 2010. His leadership helped the company remain independent of large hosting companies that have scooped up WordPress development tools of all kinds. Carnam described how the market has changed, forcing ServerPress&#8217; partners to make the difficult decision to close:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Earlier this year, one of the team members questioned whether or not DesktopServer v5.0 would have a viable market share. We had been so focused on building it out that throughout the development, we lost sight of constantly checking the temperature in the room.  Once we started discussing this we came to the conclusion that DS5’s potential market share has changed significantly over the last 10 years. The WordPress development tool landscape has grown and diversified greatly. This has diluted DesktopServer’s overall market share. The time, effort, and costs to bring in new users to DesktopServer’s workflow would be too much overhead for ServerPress to be sustainable. While many larger, well-funded companies would be able to absorb such costs involved, a company of our position cannot.</p>\n</blockquote>\n\n\n\n<p>ServerPress did not communicate any plans for the future of its software products beyond the fact that they will no longer be supported. Longtime users and fans were disappointed to learn that the company is shutting down and some asked if they might consider making DesktopServer available to the public.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I am so gutted about <a href=\"https://twitter.com/DesktopServer?ref_src=twsrc%5Etfw\">@DesktopServer</a> shutting down. This was a tool that truly transformed my WordPress life, I\'ve been using it for YEARS! Would be awesome if someone (not a hosting company) took it over. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f62d.png\" alt=\"😭\" class=\"wp-smiley\" /> <a href=\"https://t.co/0NluEhLHqs\">https://t.co/0NluEhLHqs</a></p>&mdash; Lucy Beer (@webtw) <a href=\"https://twitter.com/webtw/status/1555567490117169152?ref_src=twsrc%5Etfw\">August 5, 2022</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">For WordPress Dev, I have previously tried Vagrant, Local by Flywheel, Xammp, Docker and always fell back to my trust <a href=\"https://twitter.com/hashtag/desktopserver?src=hash&ref_src=twsrc%5Etfw\">#desktopserver</a>. Where are people going to go now? Any chance they\'ll consider open sourcing it <a href=\"https://twitter.com/DesktopServer?ref_src=twsrc%5Etfw\">@DesktopServer</a></p>&mdash; Mase Ventura (@Mase_Ventura) <a href=\"https://twitter.com/Mase_Ventura/status/1554871736822382595?ref_src=twsrc%5Etfw\">August 3, 2022</a></blockquote>\n</div>\n\n\n\n<p>I asked Carnam if ServerPress is in talks with another company to sell or if they are considering making DesktopServer&#8217;s code available. He could not offer any further details but said he may have more news in the near future.</p>\n\n\n\n<p>&#8220;With regards to selling, or open sourcing the code (which would be great); I&#8217;m unfortunately not at liberty to say at this time,&#8221; Carnam said.</p>\n\n\n\n<p>The small ServerPress team, which includes Stephen J Carnam, Marc Benzakein, and Gregg Franklin, have not yet announced what their next ventures will be, but they plan to support current customers for the duration of their subscriptions.</p>\n\n\n\n<p>&#8220;If you are a Premium Subscriber, we will continue to support you until your subscription is up,&#8221; Carnam said. &#8220;For some, that will mean support on issues with DesktopServer v3.9.x. For others, it may mean assistance with migrating to another local development tool. We will continue to help those of you with Premium Memberships with site deployments until your subscription expires.&#8221;</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, 10 Aug 2022 01:26:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordCamp US 2022 Publishes Speaker Schedule, Livestream Will Be Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136774\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/wordcamp-us-2022-publishes-speaker-schedule-livestream-will-be-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2409:\"<img />\n\n\n\n<p>WordCamp US (WCUS) kicks off one month from today in San Diego, CA, and organizers have published the full <a href=\"https://us.wordcamp.org/2022/schedule/\">schedule</a> for all sessions. The three-day event will feature three tracks with a combination of lightning talks (15 min), standard talks (45 min), and workshops (1 hr+).</p>\n\n\n\n<p>This year&#8217;s lineup is heavy on educating professionals on building with blocks. Attendees and livestream viewers can expect to learn how to <a href=\"https://us.wordcamp.org/2022/session/customizing-core-blocks-for-clients/\">customize core blocks for clients</a> and <a href=\"https://us.wordcamp.org/2022/session/lets-build-a-custom-block-in-15-minutes/\">create a custom block in 15 minutes</a>. Speakers will also offer a glimpse into the future of <a href=\"https://us.wordcamp.org/2022/session/the-future-of-themes-designing-for-the-block-editor-and-beyond/\">designing themes for the block editor</a>, the foundational concepts of the <a href=\"https://us.wordcamp.org/2022/session/a-new-era-of-wordpress-themes-is-here-block-themes/\">new era of block themes</a>, and demonstrate <a href=\"https://us.wordcamp.org/2022/session/build-your-first-block-theme/\">how to build a block theme</a>. </p>\n\n\n\n<p>Block themes and plugins aren&#8217;t the only things on the menu for WCUS attendees. The event will include a diverse range of topics, including WordPress and the creator economy, accessibility, multichannel e-commerce, performance, community, and creating editorial experiences.</p>\n\n\n\n<p>The sessions begin on September 9, and continue through the next day, capped off with a chat with Matt Mullenweg, who will also answer live questions from the audience. Contributor Day is scheduled for Sunday, September 11.</p>\n\n\n\n<p>Unfortunately, for many hoping to attend, all 650 of the available tickets <a href=\"https://wptavern.com/wordcamp-us-2022-tickets-now-on-sale-limited-to-650-attendees\">sold out within the first day</a>. Everyone else across the world of WordPress will need to tune into the livestream, which organizers expect will be fairly popular this year due to the limited in-person tickets. The sessions in Sun track and Palm track will be live streamed, but the Surf track workshops will not. The <a href=\"https://us.wordcamp.org/2022/livestream/\">livestream page</a> is already published and no special tickets will be required.</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, 09 Aug 2022 21:30:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"Matt: Gaiman on Tumblr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=58841\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2022/08/gaiman-on-tumblr/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3340:\"<p>From a nice new Polygon article, <a href=\"https://www.polygon.com/23289362/neil-gaiman-books-list-best\">Our favorite Neil Gaiman books, comics, and more</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p id=\"y3OElA\">Before I elaborate —<em>&nbsp;yes,</em>&nbsp;people still use Tumblr and it’s far more popular than most people think. Neil Gaiman has been an active Tumblr user since 2011, and he still actively uses the microblogging platform to this day. This is notable, because celebrities have notoriously been bullied off of Tumblr. Yet somehow, Neil Gaiman has outlived them all, watching from the shadows of his own dashboard.</p>\n\n\n\n<p id=\"boJiHf\">He keeps his ask box open and answers questions from fans. He&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/689452050371723264/getting-my-wisdom-teeth-out-today-any-wise-words\">gives life</a>&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/688900605247438848/dear-neil-i-used-to-love-reading-id-stay-up\">and</a>&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/688102709959835648/hi-neil-i-hope-youre-well-i-really-enjoy-your\">writing advice</a>. He talks about the various adaptations of his works,&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/688701872087990272/hi-neil-im-sorry-to-bother-you-i-was-just\">giving information he is able to give</a>&nbsp;and answering with a signature&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/688351019503058944/hi-neil-please-tell-me-if-number-one-song-in\">“wait and see” when he cannot</a>. He plays&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/690151373249085440/glanced-at-your-wikipedia-page-and-was-absolutely\">along with dumb jokes</a>&nbsp;and&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/655191408578265088/who-even-are-you-like-what-did-you-write\">reblogs additions</a>. He helps fans track down&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/689935702067200000/i-read-this-quote-attributed-to-you-but-i-cant\">obscure lines he’s written</a>. And as is the reality of the internet, he deals with his share of&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/690075850470768640/a-short-story-in-two-asks-i-wonder-where-the\">haters and trolls</a>, but he’s always remarkably graceful toward them.</p>\n\n\n\n<p id=\"7FY6Dx\">He also reblogs posts,&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/689248951545806848/neil-gaiman-ewan-mcgregor-food-in-movies\">adding on new information</a>,&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/688076462799175680/an-elaborate-decade-long-imposter-at-this-point\">providing funny commentary</a>, or&nbsp;<a href=\"https://neil-gaiman.tumblr.com/post/689454123592171520/50-words-to-use-instead-of-said\">giving helpful tips</a>&nbsp;(this usually causes some surprise from people who organically stumble upon a comment from Neil Gaiman in the wild, and it’s always really amusing to see).</p>\n\n\n\n<p id=\"ebhxNC\">He’s just a good presence on the internet, which is exceedingly rare to see these days.</p>\n</blockquote>\n\n\n\n<p>I&#8217;m seeing more and more people use Tumblr in this way, and it&#8217;s nice to be part of making the web a more interesting place. If you haven&#8217;t tried Tumblr recently, download the app and start <a href=\"https://neil-gaiman.tumblr.com/\">with Neil&#8217;s blog</a> as a subscription. <em>Hat tip: Matthew Ryan.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Aug 2022 14:05:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:100:\"Do The Woo Community: Software Licensing Solutions for WooCommerce Builders with Anh, Phil and James\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72597\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://dothewoo.io/software-licensing-solutions-for-woocommerce-builders-with-anh-phil-and-james/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:498:\"<p>A great discussion on the options for software licensing with WooCommerce, both out-of-the-box or should you roll your own custom built solution.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/software-licensing-solutions-for-woocommerce-builders-with-anh-phil-and-james/\">Software Licensing Solutions for WooCommerce Builders with Anh, Phil and James</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Aug 2022 10:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:53:\"Post Status: Local Development Tools and the Open Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=104119\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://poststatus.com/local-development-tools-and-the-open-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11749:\"<div class=\"wp-container-46 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-container-45 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Who is <em>not</em> using Local? Is it an Open Web tool? Let\'s review some &#8220;Local history&#8221; and consider where WP Engine\'s popular developer tools could be headed. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">2</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n</div></div>\n\n\n\n<h2>DesktopServer: The end of an era and the beginning of a new one</h2>\n\n\n\n<p class=\"has-drop-cap\">Once upon a time, I used <strong>XAMP</strong>. Then I used <a href=\"https://serverpress.com/\"><strong>DesktopServ</strong>er</a>. I liked it and soon bought a subscription for updates and support. It was host-agnostic and could be set up to push/pull to/from local and development sites. In practice, this could be pretty difficult to get working, but if you wanted to design sites in the browser locally, this was a good way to do it. <strong>MAMP</strong> <a href=\"https://www.mamp.info/\">remains a good choice</a> for local development, but DesktopServer was probably seen as the best tool for WordPress until about 2019 when <strong>Local</strong> emerged. This past week <a href=\"https://twitter.com/ShawnHooper/status/1554900277987360768\">DesktopServer closed its doors</a>, noting how <a href=\"https://poststatus.com/desktopserver-shutting-down-after-12-years/\">its independence from hosting platforms</a> had become a significant disadvantage:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“We’re a small company that has remained independent of large hosting providers and their influential budgets; this choice had initial market share benefits but longer-term financial constraints.”</p></blockquote>\n\n\n\n<p><strong>ServerPress</strong> (the parent company for DesktopServer) was <a href=\"https://poststatus.com/desktopserver-shutting-down-after-12-years/\">typical of the classic small WordPress company</a> and the small-scale success story associated with many WordPress businesses: well-liked and personable people involved in the WordPress community and its culture of giving back. Today, that story might be seen as ending in the era of product consolidation under big hosting platforms that are aiming at vertical integration in e-commerce, subscriptions, edutech — and the tools to build WordPress sites professionally.</p>\n\n\n\n<h2 id=\"h-local-an-outstanding-but-less-open-product-without-strong-alternatives-in-a-consolidating-market\">Local: an outstanding but less open product without strong alternatives in a consolidating market</h2>\n\n\n\n<p>The ServerPress team also mentioned the diversification of the WordPress development tool landscape has become too complex to cope with as a small company, but for the type of tool DesktopServer is, there is really only one solution now. It\'s a safe bet that whatever market share DesktopServer once had only three years ago went to <strong>Local</strong> — then named &#8220;<strong><a href=\"https://localwp.com/\">Local</a> by Flywheel</strong>&#8221; after that hosting company\'s <a href=\"https://siliconprairienews.com/2016/12/flywheel-acquires-pressmatic/\">2016 acquihire</a> of <strong>Clay Griffiths</strong> and <strong>Pressmatic</strong>. Pressmatic <a href=\"https://poststatus.com/notes/pressmatic-wants-new-standard-local-wordpress-development/\">was first released that same year</a> and cost its users $99 with no freemium pricing. Rebranded and rapidly developed for <strong>Mac</strong>, <strong>Linux</strong>, or <strong>Windows</strong>, Local was <a href=\"https://community.localwp.com/t/open-source-the-project-local-by-flywheel/216\">not open source</a> but completely free — for a while.</p>\n\n\n\n<blockquote><p><strong>Connectability</strong> — Anyone should be able to connect to anyone else who wants their connection. This is the foundation for community and well exemplified in tools that are easy to take for granted, like email and Open Source projects like Matrix.&nbsp;</p><cite><a href=\"https://poststatus.com/open-web-manifesto/\">The Open Web Manifesto</a></cite></blockquote>\n\n\n\n<h2>Free — for now</h2>\n\n\n\n<p>Next, <a href=\"https://poststatus.com/wp-engine-acquires-flywheel/\">WP Engine acquired Flywheel</a> in 2019, and Local came along with it. Local was already a raging success, and it probably has only grown in its user base since then — if there was much remaining market share left to capture. To no one\'s surprise, a separate, subscription-based &#8220;Pro&#8221; version soon rolled out with the most useful basic features unbundled from the free version and bundled into the Pro version. Due to the negative response from Local users — which must have been massive — the plug was quickly pulled on Local Pro. Today, some features in Local still require additional subscription fees, but most users won\'t be crippled without them.</p>\n\n\n\n<blockquote><p>If your host is able to open your books, why not ask them to open source the tools you use to build sites potentially on their platform? </p></blockquote>\n\n\n\n<p>The effort to monetize Local this way appears to have failed due to the <a href=\"https://community.localwp.com/t/connect-to-any-host-that-offers-ssh-or-maybe-even-just-ftp-with-a-php-script-for-the-db/25792\">developer community\'s reactions</a>. At that point, <a href=\"https://wptavern.com/wp-engine-makes-local-pro-free-for-all-users\">Local had 300,000 developers using it</a>, according to <strong>Sarah Gooding</strong> — and they strongly resisted &#8220;Pro&#8221; in force. Their resistance focused heavily on the lack of host-agnostic support for syncing files and databases. </p>\n\n\n\n<h2>WordPress Dev Community: Paying for key features that come with platform lock-in is not OK</h2>\n\n\n\n<p>More specifically, I would say people who loved using Local hated how the Pro edition was packaged and designed to pull you into one particular host. If you paid to get more features, you also got more lock-in. And that hosting platform was designed completely around the concept of getting customers\' clients inside and handling things like billing for freelancers and agencies. </p>\n\n\n\n<p>Billing clients remains part of a paid extra, Flywheel\'s <a href=\"https://getflywheel.com/growth-suite/\">Growth Suite</a>. Using it might make your host more involved in your business operations and financials than your accountant! That\'s not a service everyone will want to purchase, as you might imagine — or even use if it was free. Some people obviously find value and maybe convenience in it. Trust really matters in that kind of business partnership, which is not the usual relationship between small to mid-sized businesses and their web hosts. It could be a two-way street though if that trust involves some reciprocity. If your host is able to open your books, why not ask them to open source the tools you use to build sites potentially on their platform? </p>\n\n\n\n<h2>Beautiful product at the price of freedom</h2>\n\n\n\n<blockquote><p>&#8220;I feel it\'s time for a bump to this issue&#8230;. Connect is a closed aspect of Local and we don’t seem to have any sort of mechanism or ability to add to or modify it ourselves, meaning we can’t even write our own extensions to Connect for other hosts and feel this needs to be addressed in totality not just adding a new connection to appease just a handful of users.&#8221;</p><cite><a href=\"https://community.localwp.com/t/connect-to-siteground/25624/24\">User dsnid3r on the Local Community Forum</a></cite></blockquote>\n\n\n\n<p>Local has continued to advance. It remains widely used and is, as far as I know, unmatched in features with no direct competitors. There\'s integration with WP Engine\'s new tools for headless sites, like <strong>Atlas</strong>, along with <strong>Migrate</strong> and other tools acquired from <strong>Delicious Brains</strong>. Add <strong>Genesis</strong> — which represents WP Engine\'s &#8220;<a href=\"https://wpengine.com/blog/open-web-commitment-genesis/\">commitment to the open web</a>,&#8221; and consider where it\'s likely headed with <strong>Full-Site Editing</strong>. (See the work <strong>Mike McAlister</strong> has been doing on <a href=\"https://deliciousbrains.com/wp-engine-acquisition/\">FSE Studio</a>.) You can imagine the end result being just about anything needed for WordPress site builds, from relatively simple content sites to complex applications and headless installs. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Hey EJ! MagicSync is currently built to work for Flywheel and WP Engine. You can request another host here: <a href=\"https://t.co/OafPc4QDXa\">https://t.co/OafPc4QDXa</a></p>&mdash; Local (@LocalWP) <a href=\"https://twitter.com/LocalWP/status/1283109998659239940?ref_src=twsrc%5Etfw\">July 14, 2020</a></blockquote>\n</div>This quasi-promise was dangled for several years.\n\n\n\n<p>Local and newer developer tools in the WP Engine portfolio are all either free or reasonably priced freemium products today. I\'ve used and bought into almost all of them in the past. How well any of them will work with other hosting platforms down the line is the question that might have otherwise happy Local users a little worried. It\'s certainly been on my mind.</p>\n\n\n\n<p>In the past, Local\'s Connect feature (what makes it fundamentally useful) was promoted as one that would be opened to other hosts. From <a href=\"https://web.archive.org/web/20220901000000*/https://localwp.com/host-interest/\">2020-21</a> people <a href=\"https://cdn.poststatus.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-10-at-2.31.08-PM.png\">were pointed to a form</a> or <a href=\"https://cdn.poststatus.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-10-at-2.31.08-PM.png\">a category in the Local Community forum</a> to propose their preferred host(s). The form page now returns a 404.</p>\n\n\n<div class=\"wp-block-image\">\n<img src=\"https://cdn.poststatus.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-10-at-2.27.24-PM-752x630.png\" alt=\"\" class=\"wp-image-104433\" width=\"376\" height=\"315\" />Former intake form page for suggesting a host to add to Local Connect.</div>\n\n\n<p><a href=\"https://community.localwp.com/c/feature-requests/connect-hosts/32\">Developer requests for this feature have never let up</a> — not a surprise. Nor is the fact that <a href=\"https://community.localwp.com/c/feature-requests/connect-hosts/32\">it hasn\'t happened</a>. Nevertheless, the goal of connecting to other hosts was expressed by the Local team as a possibility for years — has that door closed? All the way? For good? I imagine 300,000+ users might still have some say in that. </p>\n\n\n\n<p>I\'d love it if Local and its MagicSync feature worked with any host — including SpinupWP and InstaWP. Local plus Migrate (which is host agnostic) would be terrific.</p>\n\n\n\n<p>Will it happen? If it doesn\'t, can we really say Local supports the <a href=\"https://poststatus.com/open-web-manifesto/\">Open Web</a>? </p>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Aug 2022 05:38:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:39:\"Post Status: Pentesting as Contributing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=104114\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/pentesting-as-contributing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2488:\"<p><strong>Robert Rowley</strong> at <strong>Patchstack</strong> <a href=\"https://patchstack.com/articles/patchstack-weekly-svg-xss-reported-in-gutenberg/\">explains</a> what I believe is the <a href=\"https://nvd.nist.gov/vuln/detail/CVE-2022-33994\">first-ever reported vulnerability in Gutenberg</a> (the plugin, not in WordPress core) to make the National Vulnerability Database. Robert has <a href=\"https://github.com/WordPress/gutenberg/issues/43039\">opened an issue</a> for discussion in the Gutenberg <strong>GitHub</strong> repo that has a good quick summary of the vulnerability. It appears to be only a theoretical vulnerability. To exploit it, an attacker would need the ability to create content in WordPress along with other conditions. As Robert explains: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Gutenberg allows users to click &#8220;insert URL&#8221; and paste in a remote URL that points to an SVG file. Gutenberg then uses that value in the <code>&lt;img&gt;</code> tag when generating the HTML. SVG files may contain javascript, which makes them a security concern similar to XSS.</p><cite>Safely handling SVG via &#8220;Insert URL&#8221; (Discussion around CVE-2022-33994) #<a href=\"https://github.com/WordPress/gutenberg/issues/43039#issue-1330374315\">43039</a></cite></blockquote>\n\n\n\n<p>There is no immediate risk of this vulnerability being exploited in the wild, so it represents a theoretical security concern that might help shape future development around SVGs in WordPress.</p>\n\n\n\n<p>Notably, this theoretical vulnerability was discovered by <strong>Jitendra Patro</strong>, a software developer and WordPress user. Jitendra found the vulnerability in his own pentesting and has shared all the details <a href=\"https://nvd.nist.gov/vuln/detail/CVE-2022-33994\">on his blog</a>. As a self-described WordPress enthusiast, Jitendra has had it as a goal to find a vulnerability in WordPress. That might seem like strange fan behavior outside open source, but it\'s actually a high compliment. </p>\n\n\n\n<p>While closed source SaaS platforms seldom get their security issues aired widely in public, <a href=\"https://techcrunch.com/2022/08/05/twitter-zero-day-vulnerability-millions/\">when they\'re massive</a> like this recent one at <strong>Twitter</strong>, it\'s hard to hide. </p>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Aug 2022 05:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:85:\"WPTavern: Gutenberg 13.8 Introduces Fluid Typography Support and Revamped Quote Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/gutenberg-13-8-introduces-fluid-typography-support-and-revamped-quote-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4354:\"<p><a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#fluid-typography-support\">Gutenberg 13.8</a> was released last week with some major enhancements that should delight block theme authors and users alike. The long-awaited fluid typography support landed in this version. It provides smooth scaling between smaller and larger viewports, adapting in a fluid way to varying widths.</p>\n\n\n\n<p>Release lead George Mamadashvili demonstrated how this works in a video: </p>\n\n\n\n\n\n\n\n<p>&#8220;Contrast that idea with font sizes that&nbsp;<em>respond</em>&nbsp;to specific viewport sizes, such as those defined by&nbsp;<a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries\">media queries</a>, but do nothing in between those sizes,&#8221; Automattic developer Ramon Dodd said in the <a href=\"https://github.com/WordPress/gutenberg/pull/39529\">fluid type PR</a>.</p>\n\n\n\n<p>&#8220;Theme.json already allows authors to insert their own fluid font size values. This won&#8217;t change, but this PR offers it to folks who don&#8217;t want to worry about the implementation details.&#8221;</p>\n\n\n\n<p>Theme developers who want to opt into fluid typography need only set <code>typography.fluid</code>&nbsp;to be&nbsp;<code>true</code> in theme.json and add <code>fluid</code> to each of the <code>settings.typography.fontSizes</code> with <code>min</code>&nbsp;and&nbsp;<code>max</code>&nbsp;values.</p>\n\n\n\n<p> Gutenberg contributors are requesting feedback from theme developers on this first iteration, as it is an experimental new feature. In the future, the feature may be configurable for users through the Global Styles UI.</p>\n\n\n\n<p>&#8220;The intention is to garner feedback on the formulae and API, before we think about any editor UI and, beyond that, introducing fluidity to other properties such as spacing,&#8221; Dodd said.</p>\n\n\n\n<p>Theme authors have already started updating to use the new fluid typography. Brian Gardner<a href=\"https://twitter.com/bgardner/status/1556636761228513283\"> updated his Frost Theme</a> to use the feature, and Rich Tabor updated his Wei and Wabi&nbsp;themes.</p>\n\n\n\n<p>&#8220;As one of the bigger efforts towards making publishing beautifully rich pages in WordPress, fluid typography is a pretty big experience win for both the folks building with WordPress —&nbsp;and those consuming the content,&#8221; Tabor said in a tutorial on <a href=\"https://richtabor.com/fluid-typography-block-themes/\">adding support for fluid typography in block themes</a>.</p>\n\n\n\n<p>&#8220;It’s also a part of making WordPress more powerful, while not more complicated (which we all know is quite the challenge).&#8221;</p>\n\n\n\n<p>Gutenberg 13.8 also includes a<a href=\"https://github.com/WordPress/gutenberg/pull/25892\"> revamped Quote block</a> that is capable of nesting other blocks inside. Previously, the Quote block did not allow inner blocks, but users have often requested the ability to add lists or headings inside of them.</p>\n\n\n\n<img />Quote block with nested blocks\n\n\n\n<p>Other user-facing improvements in 13.8 include the following:</p>\n\n\n\n<ul><li>Template part UX improvements that make specific template part variations available in the block inserter</li><li>Border controls for image blocks</li><li>Post Comments and Comments blocks <a href=\"https://github.com/WordPress/gutenberg/pull/41807\">merged</a> into a single block – Comments</li><li>New <a href=\"https://github.com/WordPress/gutenberg/pull/42309\">content size and wide size controls</a> in Global Styles, under &#8220;Layout&#8221; allows users to override content dimensions defined by a theme</li><li>Accessibility enhancements &#8211; improved and labels and tooltips across the editors, added more keyboard-friendly clickable elements in the “Add template” modal</li><li>New WhatsApp icon added to the Social Icon block</li></ul>\n\n\n\n<p>This update erased performance gains from previous updates in both the post and site editor but future improvements may be able to chisel the times back into the range of previous benchmarks.</p>\n\n\n\n<p>Check out the 13.8 <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#fluid-typography-support\">release post</a> for the full changelog and more details on all the enhancements and bug fixes.</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, 08 Aug 2022 20:28:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:90:\"Gutenberg Times: Layouts and Wide Alignments in WordPress: Then, Now, and Upcoming Changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://gutenbergtimes.com/layouts-and-wide-alignments-in-wordpress-then-now-and-upcoming-changes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6232:\"<p>For most of WordPress&#8217; history, the platform accepted a single layout width, defined by the active theme&#8217;s global <code>$content_width</code> variable. Theme authors were required to handle the CSS for it and any other sizes they wanted on output.</p>\n\n\n\n<p>When WordPress 5.0 launched the block editor, it introduced the concept of wide and full alignments (technically, they are &#8220;widths&#8221; or &#8220;sizes,&#8221; but let&#8217;s jump past this oddity of pigeon-holing sizing into the existing alignment system). Themes could add support via <code>add_theme_support( \'align-wide\' )</code> to allow users to select these additional widths for blocks, which would expand beyond the content area:</p>\n\n\n\n<img />Full-width group with nested content with no width set in Twenty Twenty-One.\n\n\n\n<p>The solution was a groundbreaking first step. However, once again, theme authors were mostly left to figure out how this worked on their own. The flagship Twenty Twenty-One theme had dozens of lines of CSS to cover various scenarios to get it to work. WordPress had yet to include a standardized layout system at that point.</p>\n\n\n\n<p>Fast forward to the WordPress 5.9 release in early 2022. The update added a global settings and styles feature, which included a layout system for handling wide sizes. Theme authors merely needed to define <code>settings.layout.contentSize</code> and <code>settings.layout.wideSize</code> in a <code>theme.json</code> file, as shown in the following code snippet:</p>\n\n\n<pre class=\"wp-block-code\"><div><code class=\"hljs language-json shcb-code-table shcb-line-numbers shcb-wrap-lines\"><span class=\"shcb-loc\"><span>{\n</span></span><span class=\"shcb-loc\"><span>        <span class=\"hljs-attr\">\"version\"</span>: <span class=\"hljs-number\">2</span>,\n</span></span><span class=\"shcb-loc\"><span>        <span class=\"hljs-attr\">\"settings\"</span>: {\n</span></span><span class=\"shcb-loc\"><span>                <span class=\"hljs-attr\">\"layout\"</span>: {\n</span></span><span class=\"shcb-loc\"><span>                        <span class=\"hljs-attr\">\"contentSize\"</span>: <span class=\"hljs-string\">\"38rem\"</span>,\n</span></span><span class=\"shcb-loc\"><span>                        <span class=\"hljs-attr\">\"wideSize\"</span>: <span class=\"hljs-string\">\"64rem\"</span>\n</span></span><span class=\"shcb-loc\"><span>                }\n</span></span><span class=\"shcb-loc\"><span>	}\n</span></span><span class=\"shcb-loc\"><span>}\n</span></span></code></div><small class=\"shcb-language\" id=\"shcb-language-3\"><span class=\"shcb-language__label\">Code language:</span> <span class=\"shcb-language__name\">JSON / JSON with Comments</span> <span class=\"shcb-language__paren\">(</span><span class=\"shcb-language__slug\">json</span><span class=\"shcb-language__paren\">)</span></small></pre>\n\n\n<p>This meant that developers could remove most (all in some cases) of their custom CSS around content, wide, and full-width layouts. Compared to the previous default theme, Twenty Twenty-Two only had a handful of CSS workarounds for issues related to full-width alignments and root-level padding.</p>\n\n\n\n<p>The new layout system came with new &#8220;rules&#8221; for aligning nested children of container-type blocks, such as Group. And, WordPress would only show the wide and full options if they were allowed. This caused some compatibility issues for classic theme adoption of <code>theme.json</code>, which we will get to. However, overall the system was finally coming together.</p>\n\n\n\n<img />A full-width group with nested content-width text and a wide image.\n\n\n\n<p>Users had a standard system that was cross-theme compatible (at least those with <code>theme.json</code> support), and theme authors only had to plug in a few configuration values.</p>\n\n\n\n<h2>A Problem with Classic Theme Layout Support</h2>\n\n\n\n<p>The introduction of WordPress&#8217; built-in layout system made for a lot less hassle coping with the multitude of page designs that users might attempt. It gave theme authors a much-needed standard that core could build atop in the future. However, the new system broke compatibility with some scenarios in classic themes.</p>\n\n\n\n<p>For classic theme authors who adopted <code>theme.json</code>, they began <a href=\"https://github.com/WordPress/gutenberg/issues/33374\">noticing two primary issues</a>:</p>\n\n\n\n<ol><li>When using a wide container block in classic themes, most themes defaulted to automatically showing nested blocks at the content width. However, in the new <code>theme.json</code>-based system, child blocks fill the width of their parent.</li><li>In classic, users could assign a wide/full width to any block, regardless of its container. The new system only supports wide/full alignments on children if the parent supports it, such as when the Group block sets nested blocks to inherit the default (content) width.</li></ol>\n\n\n\n<p>The default user experience changed and broke compatibility for classic themes that adopted <code>theme.json</code> after the WordPress 5.9 release. The mere existence of this file moves the user to the new layout system, regardless of whether <code>settings.layout</code> is explicitly set. Developers have no mechanism for opting out of it. This makes it a blocker for gradually adopting FSE components.</p>\n\n\n\n<p>For this reason, I recommend classic theme authors temporarily postpone adopting <code>theme.json</code> if they have an existing userbase. For new projects, adding support should be a non-issue.</p>\n\n\n\n<p>There is good news in store. First,  I (along with others) <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker/issues/392\">updated the layout documentation</a> to provide a <a href=\"https://developer.wordpress.org/themes/advanced-topics/theme-json/#layout\">warning in the Theme Handbook</a> about this issue.</p>\n\n\n\n<p>However, a more permanent fix may be on the way. There is an open pull request to <a href=\"https://github.com/WordPress/gutenberg/pull/42763\">create a new content width layout type</a>. It would also make this the default setting for newly-created Group blocks, returning the user experience to the original behavior. There is no set-in-stone deadline for this, but I hope it lands in WordPress 6.1.</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, 07 Aug 2022 06:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:113:\"Gutenberg Times: Gutenberg Changelog #71 – Gutenberg 13.8, Fluid Typography, updates to the  Block API and more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=21815\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-71-fluid-typography-block-api/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64661:\"<p>Grzegorz Ziolkowski subbed for Mary Job as co-host with Birgit Pauli-Haack. They discuss Gutenberg 13.8, Fluid Typography, updates to Block APIs and WordPress 6.1 Planning. </p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul><li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li><li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li><li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li><li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li></ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2>Announcements</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/\">WordPress 6.1 Planning Roundup v2</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/\">Proposal: A new kind of default theme</a></p>\n\n\n\n<p>Proposal: <a href=\"https://make.wordpress.org/core/2022/08/01/moving-core-block-styling-to-json/\">Moving Core block styling to JSON</a></p>\n\n\n\n<p>PR in 13.5 <a href=\"https://github.com/WordPress/gutenberg/pull/34180\">Prototype: merge block CSS with theme.json styles</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/\">Design Exploration: Encourage editor configuration during on-boarding</a></p>\n\n\n\n<h2>Community Contributions</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/\">Giving FSE a More User Friendly Name</a>&nbsp;</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2022/08/03/fse-program-category-customization-summary/\">FSE Program Category Customization Summary</a></p>\n\n\n\n<h2>What’s released</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">What’s new in Gutenberg 13.8? (3 August)</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/39529\">Block supports: Add fluid typography</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/block-editor/reference-guides/data/data-core-blocks/\">New examples for Block Types Data (core/blocks package</a></p>\n\n\n\n<h2>What&#8217;s in active development and discussed</h2>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/41236\">Block API: Tracking issue</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/33542\">Blocks: Further improve assets handling for blocks</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/42430\">Reference PHP file necessary for the block from block.json. It could be a new setting render_template</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/42485\">Injecting dynamic data to block HTML markup in PHP</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/38167#issuecomment-1203474520\">Updated: Tracking: Add a Style Engine to manage rendering block styles</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"is-layout-flow wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<ul><li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li><li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gziolo\">@gziolo </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li><li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li><li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li></ul>\n</div></div>\n\n\n\n<p class=\"has-larger-font-size\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, hello and welcome to our 71st episode of the Gutenberg Changelog. In today&#8217;s episode, we&#8217;ll talk about Gutenberg 13.8 release updates to the block APIs, WordPress 6.1 planning, giving FSE a new name and so much more. I am Birgit Pauli-Haack, curator at the Gutenberg Times and WordPress developer advocate, and today my cohost is Grzegorz Ziolkowski, JavaScript developer and WebPress core contributor. Thank you so much, Grzegorz for subbing for Mary today. Mary sends her regards. She&#8217;s really inundated with work, which is good at one point, but we miss her today, and she will be again on the next episode. So how are you, Grzegorz? Thanks for joining us.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Hello, Birgit. Hello, dear listeners. I&#8217;m great. So happy to join you again and talk about everything related to Gutenberg, which is always fun.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and we are so glad to have you. You will bring&#8230; We will talk about some block APIs because there are big changes coming. Can you let us in or should we wait &#8217;til we get through the release?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Oh yeah. Like there are a lot of things going on. We are trying to better organize the roadmap for more technical aspects of Gutenberg. So that was one of the talking points during WordCamp Europe. Many core contributors brought that. It&#8217;s like the roadmap for user facing features is pretty well defined. You have a lot of references for that, but sometimes, like with so many open issues, it&#8217;s really hard to find what&#8217;s the most important bits on the technical level and how we can improve building blocks for core and for all extenders, how we can better integrate customizing blocks to work better with blog patterns and with teams in general. So this is what we are trying address with that and we can cover that at the end of the show.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And just wanted to tease it out so people stay on beyond the Gutenberg Changelog for the last Plugin release.&nbsp;</p>\n\n\n\n<h3><strong>Announcements</strong></h3>\n\n\n\n<p>But before we head into that, there are a few things that happen on the team. One is the WordPress 6.1 planning is done. We have a preliminary schedule and the post also contains a full slate of release leads. So the Feature-Freeze and Beta I for 6.1 is September 20th, and that brings us with Gutenberg up to the version 14.1 if the team keeps the two-week release cycle. There&#8217;s no reason why it wouldn&#8217;t. And then a release Candidate I would be October 11. That&#8217;s when all the Field Guide is going to be published and now more any string, it&#8217;s also hard string freeze so that the translators are able to kind of continue the work. And then the final release is November 1st. That moved from the preliminary schedule that was published four weeks ago or something like that, but with the comments from that planning, it didn&#8217;t have a third Beta release, but that is now on the schedule and that pushed the final release date a week into November 1st.</p>\n\n\n\n<p>The release squad is release leaders, Matt Mullenweg with the release candidate coordinators again with Hector Prieto and Jonathan Derosia, two veterans leading the release, coordinate the release. And then core-tech co-leads, sorry, is Mike Schroeder, David Bombard and Jeff Paul. And editor tech co-leads, Michael Chaplinsky and Bernie Reider. And then core triage co-leads is Jean-Baptiste Audras and Ahmad Jayon. And editor triage co-leads are Nick Diego and Anne McCarthy. Documentation co-leads is Milana Kapp and Femi Pressid, and yours truly again. So now I&#8217;m not a rookie anymore and it&#8217;s good to do two releases in a row, because first you learn a lot and the second one you can actually really contribute and not be a pain in the whatnot with all the questions. Marketing and communications lead is Jonathan Pantanni. Test lead is Brian Alexander and Ana Lakisik, and design lead is Rich Tabor. So this is a great squad, again, for the 6.1 release. That&#8217;s the third release in 2022.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah, I think the squad is excellent. We have a lot of people that were involved in the previous release and also in the release from many months ago, so that&#8217;s always a good mix of people. And I guess you did excellent in the 6.0, Birgit, so you are too humble.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, we also have something new on the release lead. Femi Pressid, she&#8217;s new to the release cycle, but she has been working on the Gutenberg end user documentation for about a year now and has done an excellent job keeping up with all of it. And now being on the Release co-lead for documentation means the end user documentation gets a lot more weight and she also can start earlier to triage what will be in the Release and what is user facing to update the documentation. If it&#8217;s not before the release, then it&#8217;s very close after the Release. So we give her all the support that she can get and if you, dear listeners, are inclined to do some writing and want to do some updates on the end user documentation, because you do it for your clients anyway, or you are, you always wanted to start contributing to the documentation team. Don&#8217;t hesitate to come and either ping me or ping Femi or Milana that you want to contribute. And believe me, we will put you to work, so you can definitely make a great difference on the documentation team for that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes. It&#8217;s also the last release of the year, which means that there should be a new default team. I don&#8217;t know how it&#8217;s going to be handled this year, because with block teams, there are so many options. You can use block team variations or type variations. There&#8217;s many options like block patterns. So I have no idea how the design team is go going to sort that out. I know that Rich Tabor as a team lead, that&#8217;s an excellent choice. He has a lot of teams in the repository. I mean, in the directory, so you can check them out, look buy out or name and see what he&#8217;s capable of. So that&#8217;s going to be very interesting. And I also am really excited that the blog editor triage leads, this idea is continued. It was a last minute edition for 6.0 and Nick Diego, he did excellent job helping Core editor Dech Letes with picking the right back fixes and improvements, enhancements, and stuff like that during the holiday. So now having him and Anne McCarty that should be a dream team to work with.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I totally agree with that. He and George Mamadashvili, who also was release lead for this latest Gutenberg Plugin release, they do actually weekly triage meetings now in the Core editor channel and they started that, I think about a month ago. And this has been quite helpful because they sometimes close issues or can push some of the PRs further and see if it gets to a solution quicker. We also have, thank you for pointing out the proposal or mentioning the new default theme. If you missed that, there is a proposal for a new kind of default theme. What was that name? Man, Jenny Ritter. She posted that about two weeks ago and it&#8217;s more like it&#8217;s going to be a base theme, but then it&#8217;s a call for the community to send in style variations as well as for that theme that then totally can change how a site looks, even if it doesn&#8217;t change the theme.</p>\n\n\n\n<p>So I think it&#8217;s an excellent new approach using all the different tools that are available, especially the style variations. I find that very&#8230; And Rich Tabor also has, he&#8217;s not on the team for the default team, but he&#8217;s definitely raised his hand to say, &#8220;Well, I will contribute some style variation for the default theme.&#8221; And please, we will share the post in the show notes, of course so you can share your feedback. That&#8217;s one thing, but also you can be updated on the next version of this, because the next iteration will be that there will be a basic theme and then how to submit style variations that hasn&#8217;t been yet finalized. How the process going to work, it&#8217;s always with the new things. You need to find the right process to make it work, but Jenny Ritter and the design team and the theme team are working closely together to make this a great new default theme experience.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So we have one more news to share. So because the date for the WordPress 6.1 is so far ahead, we are also preparing a bug fix release for WordPress major version, which is going to be 6.0.2. And we still didn&#8217;t decide on the exact dates, but we are shooting at the end of month and you should expect some official announcements soon, probably after The core chat that happens every Wednesday.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that is good. That&#8217;s good. There are a few bug fixes that came out and having them fixed sooner rather than later is really good. Thanks for pointing that out, Grzegorz. We also have a link to the design explorations that James Koster did and he published it on the Design Team post, and that is a new way to offer editor configuration to new people who encounter the blog editor for the first time to select on their, the placement of their toolbar and has some little jiffs in there that actually shows the user, what does it mean? One is the toolbar, the other one, and then the document tool being on top, and then the block toolbar, as well as the accessibility. Like you want to see only the icons or also the text for the buttons in the toolbar and similar things.</p>\n\n\n\n<p>So it&#8217;s very interesting. It makes the model, the grading model a little larger, but it actually conveys so much more information and it&#8217;s so much more helpful I find than the current user experience. So take a look at it. Right now, these are explorations. There&#8217;s nothing decided on yet, but that&#8217;s the right moment to offer your opinions and offer suggestions and ideas and be part of the process. So we will share that link in the show notes, of course, and it&#8217;s called &#8220;Design exploration, encourage editor configuration during onboarding.&#8221; So Ben Dwyer just merged a prototype to merge blog CSS with the theme JSON Styles. And that definitely is something that theme developers should take a look at to see if that works with how they want to approach it or with their themes. It&#8217;s in combination with a new post that says, &#8220;Moving core blog styling to JSON.&#8221; And that&#8217;s certainly something that is ahead of 6.1 to figure out, to make the process of, to give more customization optimizations options through the global styles UI, and that themes can override block JSON styles as well.</p>\n\n\n\n<p>So it&#8217;s going to be interesting to see how that is received by the design and theme developers, as well as the Plug-in developers. Do you have any thoughts on that?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, so like we are training in the very interesting situation because, so far team could have opinions about styles, like default styles for blogs, and that&#8217;s like something that can scale well, but sometimes, because we have this interface that unifies how you deal with so many aspects of how blogs look like. So you can change spacing, padding, fonts, and all the types, all that everything created to typography. You can change background color, foreground color, links, and so many things that we constantly see new things arriving. And that&#8217;s like in the past, you would customize that for the individual blogs using CSS. But now the same styles can be replaced by the same construct that exists for themes in the theme JSON file. So like the idea is how to leverage that also on the blog level.</p>\n\n\n\n<p>And it brings a lot of power because you can use one language to change everything, but then it creates a lot of questions, like what comes first? Which one should be applied on top of another one? And there&#8217;s also a similar exploration for Plugins. So there&#8217;s Plugins that change a lot of things. For instance, WooCommerce comes and they can have opinions about styles for blocks as well. So they also trying to find a way using the same representation in the JSON file. So you could combine them together. And it&#8217;s definitely very powerful. The benefit of using this common language to express styles is that you can use all type of tools that we see popping up in the community. There is a few tools that allow you to generate those theme JSON files.</p>\n\n\n\n<p>So that could be extended for in the future for block JSON. And for maybe, I don&#8217;t know, what&#8217;s going to be for Plugins, maybe a theme JSON, but maybe Plugin JSON. Time will tell, but it&#8217;s about having programmatic control over all those things and having a coherent way to change the same aspects of the front, on the front end how everything looks like. And some people describe that this is how the design system gets introduced to WordPress which is like a good change from the design perspective. But it&#8217;s a very complex to come up with a good approach. So that&#8217;s why we have this proposal, the call for feedback. So people can share their ideas and their concerns, how that might evolve, how that might impact their projects and products and so on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yeah, it&#8217;s going to be&#8230; It&#8217;s some interesting times, especially as you said, kind of the roadmap for, at the beginning for UI and for the no code users is pretty much well spelled out and there&#8217;s a vision, but now that it&#8217;s almost done with the underlying architecture, there are now the things that need to be happening for extenders, for plugin developers, theme developers. And because everything is now at least understood how it&#8217;s in place, there are still a few things like the style engine and this, the common language of how blogs are styled that are coming together. And yeah, these are exciting times. I love it.&nbsp;</p>\n\n\n\n<h3><strong>Community Contributions</strong></h3>\n\n\n\n<p>For the community, so Josepha Haden Chomphosy, executive director of the WordPress open source project has posted a post with a headline, &#8220;Giving FSE a more user friendly name.&#8221; And the TLDR for it is that the terms full site editing or full site editor also abbreviated FSE were actually just a code name internally.</p>\n\n\n\n<p>And they were developed to easily refer to all the collection of features under, that are for site editing and global styles and that. And I integrate in the WordPress experience, but how can we best update the wording to be more user friendly? Because it doesn&#8217;t tell the user anything. And naming is really hard. We see that all the time. There are few issues that she has with it, or sees with it that it&#8217;s already possible to edit every part on WordPress using code. So the term for that editing doesn&#8217;t differentiate between the phases of the project and does not show the new capabilities of the CMS per se. And it also implies the use of blocks, but for new users, there&#8217;s no reason for them to expect anything else. So the term isn&#8217;t descriptive enough for a user that comes to WordPress, what does it do?</p>\n\n\n\n<p>And then she goes in a little bit more detail and asked then a few questions for you. We&#8217;ve referred to it this way for a long time is one of the reasons how can we tackle renaming it together? And then it&#8217;s in the code base. So how will we make sure people who aren&#8217;t regular contributors see that there will be a change and repeating in line? What other context do you think we need to be aware to look at when we refer to the collective work in the future? So this is one of the more discussed posts. But your opinion is definitely worth bringing in. There are 88 replies already, but I don&#8217;t think that a lot of people have seen that yet. So if you haven&#8217;t read it yet, and haven&#8217;t thought about that, it&#8217;s definitely worth your attention, unless you say, &#8220;Okay, well, I don&#8217;t know how, what they call it. I don&#8217;t care.&#8221;</p>\n\n\n\n<p>So, but yeah, most of the time, if you are an educator, if you are a theme developer, you have to talk to your users and just explain what it is. This is what we call full set editing now. And there might be a better way and there should be a better way, I think. So that&#8217;s one of the pieces I have for you and the other one&#8230; So there was a call for testing out from the FSE program, the 15th in a row. And Anne had a deadline of August 1st for comments. I think it ran for four weeks and she now published the summary post for it. And yeah, it was amazing. There were two translations again for the Japanese community, as well as for the Italian community. So there were other voices heard while speaking of translation. Yeah, full site editing doesn&#8217;t translate well into a lot of languages.</p>\n\n\n\n<p>So there was also a concern. And then she also used for the first time for a test release, a feature or a service called Insta WP, which lets her set up a site and give you a link to it, so you can spin up your own test website without having to do a local install or any of that. So you could use it for seven days to go through the test. That was really interesting. So the high level summary is there&#8217;s still a lot of confusion about certain things, especially it was heavy on the Query Loop, but it was also when you create a new template, you get an empty view. Is there a way to make it replicate some of the footers and headers that is on other templates also for a new one. So they know, okay, this is what I have on every website and something like that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So to clarify, what was the text as exactly. I read that you were asked to go to the editor, like full site editor, just to make a pun of the name and then go to the toolbar and probably create a new template and pick a category, like version of the template and then like go and like use Query Loop to display all the posts from that category and provide everything else that you want to see on this type of pages. Right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Right. And that was one task. And the other task was to create new posts, to explore patterns that were already available on the site. That&#8217;s why the Insta WP was an important, that a pattern for a new event announcement and a pattern for an event recap, meaning there were also additional information that we&#8217;re supposed to be in there in the pattern and how it worked.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. But still, this is very exciting that you can go and create a template using your browser without having any access to the server and like, you know it&#8217;s just like, it&#8217;s a so huge change for site owners.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. And up until those changes were in the block editor, it was always more like a catch up for what has been around in page builders for maybe a decade or something like, well, no, no six or seven years apart, that was not in core. But now with this new template editor, this is something that you couldn&#8217;t do before without code. That you have an author template and the in 13.7. There were a whole range of new templates available now. And in this version we have, yet another one and that is probably the conclusion of, how many different template types can we create. Yeah, I&#8217;m really excited about that. That&#8217;s a total new thing for site owners that don&#8217;t need any developer to not only have a new template, but also can create the pattern creation that is still the missing link.</p>\n\n\n\n<p>But you can do a combination of having for every new user on your site that edits, you could as a developer, you can actually have patterns for a certain blog type or post type show up in the create new methods. So that is also something that is highly underused right now. I think those things all come together with time and we need to really have more educational posts around that, like the call for testing. That&#8217;s the best way to learn what the new features are when you follow those calls for testing, because they&#8217;re very detailed and very distinct and make sure that you can accomplish that, but you learn so much. All right. Yeah, that brings us to what&#8217;s released?</p>\n\n\n\n<h3><strong>What’s Released</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> I mean, finally, there is a lot of cover that&#8217;s happening in the community. That&#8217;s great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So Gutenberg 13.8, it was released. George Mamadashvili, was a release lead and he noted that we are almost really 3 releases away from 6.1. I did some calculations and it seems that 14.1 will be the last Plugin release that will make it into 6.1. And that is supposed to come out on September 17, something like that. Yeah. So 13.8 comes with fluid typography, accessibility improvements, revamped quote blog template parts, UX enhancements. And it&#8217;s also of course always full of bug fixes and code quality improvements. So let&#8217;s take it from the top.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah. So the flow typographic is a huge change. It&#8217;s something that probably a lot of designers expected to see and, it&#8217;s something that still isn&#8217;t exposed in the UI. So we need to wait for that. It&#8217;s a pretty common approach that we seen in the past. And we talk about the other future that our first available through code and then the UI comes after, after it&#8217;s properly tested. So maybe Birgit will tell more about what&#8217;s exciting about this feature.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, the fluid topography, what that does is that you can, as a theme developer set a minimum size of your font sizes for the smaller screen and the maximum size for the big, big, big screens. And then what the theme does is, or WordPress does is kind of scales from the small to the screen, seamlessly the typography. So the size of the letters, the spacing of the letters, and also how the paragraphs kind of form. So there is no set viewpoint or view port for the mobile version or the tablet version. It is seamless. And that is kind of the approach that the Gutenberg developers have taken to more implement intrinsic design rather than the certain viewpoints that are along the way, which other page builders have. It&#8217;s now available in theme JSON and the fourth theme JSON. So you need to, can set it in the theme JSON file and then how to implement that is in the PR that&#8217;s 39529.</p>\n\n\n\n<p>And I know there is a certain, a post in the works to flash that out a bit for the theme developers and it&#8217;s coming out in the next week or two, but in the PR which we will separately share in the show notes, you are able to set the settings dot typography dot font sizes, and then give it presets for your theme. You set the fluid field to true, and then you have the minimum size and the maximum size, or you can name them. And your theme then is able to, and WordPress will create the variables for it, for the units. It seems that the best use would be to use the REM units for the relative size propagation. Right now the maximum view port is 1600 pixels. And yeah, I don&#8217;t know if that&#8217;s right, that it says here 768 for the smaller size.</p>\n\n\n\n<p>So it will not go all the way down to the mobile, but this is the first version. So it&#8217;s not going to be perfect and it&#8217;s going to be, it&#8217;s really going to be rough. So the developers really need you to test it out and give some feedback on it, how your implementation is either stifled or what are the blockers? What does work, what does not work. How you would kind of proceed with that, because as Grzegorz said, the first version is just to get it out in front of the people to be testing and then iterate on the implementation with the feedback from the community.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. Although I must say that all the demos I&#8217;ve seen so far look pretty great. Maybe it isn&#8217;t like so rough, as you mentioned, maybe it&#8217;s like good enough for some themes to enable that and see how it plays in practice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. I certainly have a &#8220;it&#8217;s good enough kind of approach to many, many things.&#8221; But I know that separates me from the professional theme developers and designers. They want it to be pixel perfect. And they want it to be very granular, have flexibility, very granular form. So I think I would not be a good judge of the feature because I also don&#8217;t make a living selling themes. So I really would love to see what Anna Sekoda for instance does with it, or what Ellen Bauer who is also, has been a theme developer since the beginning of blocks and FSE. And they have already published quite a few like Rich Tabor, quite a few themes in the theme directory or also on the WooCommerce marketplace. So that is definitely something they will test it out and figure out what&#8217;s needs to be done.</p>\n\n\n\n<h3><strong>Enhancements</strong></h3>\n\n\n\n<p>So other enhancements that we have in the 13.8 release is that the social icon block has a variation now or an icon for the WhatsApp app, has a WhatsApp icon. So you can also connect your profile, your WhatsApp profile on your website. What I also am quite excited about is actually talking about theme JSON, that quite a few things in this release that are concerning the theme JSON on file. This one is also support for heading and caption elements in the theme JSON schema, meaning that you can target with your CSS directly, the HTML elements without having to create another class name or something with your styling. One is also a little minor. That&#8217;s the merge of comments and post comments blocks. That&#8217;s a big deal, but it&#8217;s also kind of the merging of the old thing with a new thing. So when you use the old comments block and now use the new post comments block, it will update your comments.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah. It&#8217;s mostly before the themes that use the old block. So right now, if you use that, it&#8217;ll migrate to the new one, but it will still retain the old behavior. And you will be able to switch to the version with blocks, which like within the blocks, which is like more powerful in terms of all the types of customization that users can do inside the editor in WordPress. Whereas the old one, it depends on templates that are PHP based. And in like by fault, it uses what every WordPress instance provides that can be written by teams, but every site could also provide their own. But you need to code that so that the new version is what we would prefer, because with the block concept, you can do more.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So another great feature is now added to the image block and that is border support for color, width and style. And I think that&#8217;s the last piece missing to make it really flexible what you do with themes. And George wrote that he&#8217;s very curious to see what the creative folks at the museum for block art can accomplish with that, because now you can actually change the border width and differently from the right and left on top and bottom, and then change the color of each. And it&#8217;s very flexible and you also can change the radius of the border. So you have round a corner on two sides and square corners on the other side. And it&#8217;s just really amazing what you can do with it when you have border controls. So yeah, definitely check it out and see what you want to do with it. The block museum for block art is definitely open for submissions. And I will share in the show notes, how you can submit your creations and see what you can come up with.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, there were also a couple of changes to template parts, which makes them even more powerful. The one thing that I like a lot is that right now it was quite difficult to explore existing template parts in the inserter because they were hidden and you had to insert the template part and you&#8217;d, once the block was in the editor canvas you had two options. One was, set existing template part, the other one, you could create it from the scratch. So right now all the existing template parts are also exposing the inserter, which is like a shortcut for everyone. It&#8217;s easier to find them, which is a good change. It also aligns more with how usable blocks work, which are in their own tab in this inserter here. Like those template parts, as far as I remember, there are inside blocks, which is like, might be a little bit confusing, so maybe that&#8217;s something that could be iterated full there. However, if you search, you don&#8217;t care so much and you will be able to see them. So I find it like a great step in their right direction.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. Yeah, it&#8217;s interesting how people explore interfaces completely differently. So having multiple ways to do the same thing, really exposes more users to the intuition on how to change things and streamlining the process, like these shortcuts is definitely a way to go. Yay. There is a minor change to the color palette. It now displays of checkout preview background and the value is transparent. So you couldn&#8217;t see from the color settings, if there is a transparent color or transparent background on a group blog or on a cover block, now you can see it through the checkout preview. That&#8217;s definitely a quality of life kind of change that your brain really can absorb that and see that there and give you the signal. There&#8217;s a transparent value there. You can now also, and that was missing for a while, you could do the layout content size settings through the theme JSON, but the user didn&#8217;t have any way to correct that or change that. Now a site owner has. You can now do it through the interface that you can set the content with as well as the wide width and also the padding for, for those blocks. So that is really for the layout of the template, so that has…</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: There&#8217;s one change that I&#8217;m pretty excited about. It&#8217;s about the placement of the inline toolbar when using feature text tools like bold italic underlying. So at the moment, like in the past, like in most cases you would see that in the block toolbar that could be either dock to the header or on the top of your block, especially when you write a longer paragraph is like is far away when you want to use a mouse to interact with that. So now you can change the setting and that will be like a floating toolbar that&#8217;s always next to the text that you have highlighted, which is very similar to what you will see on mobile devices or tablets when you interact with the apps that come with the system, like iOS or Android. So I like that one. And I&#8217;m hoping that people find useful as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I really like that. I saw that first in medium, when they came out that they had this, you highlight a text and then they offered you a formatting toolbar. And I really loved that. And I was missing that in Gutenberg forever, obviously. But I also tested the distraction free writing tool that Rich Tabor and Jeffrey Carandang created that was the iceberg editor. And they actually implemented that as well. And I&#8217;m glad that it now came to core and that we have the first iteration of that. And I&#8217;m eager to test it out and use it.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. Also from the experience, I know it&#8217;s a bit tricky to use that feature, especially when you are using mobile devices because their system provides their own toolbar. So if in that context, it might be very disruptive, because you don&#8217;t know whether that toolbar will come from the system or from the block editor. So, not all features might be available if you see the system one. So, it&#8217;s something that needs to still to be tested, but because it&#8217;s a setting you can for the mobile, you can disable that. And for the browsers, you can have it enabled. So I&#8217;m sure that we all see some improvements on that front.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent, yes. And a whole new, so the quote has received a total revamp, so to speak the quote block, now you can use it and it&#8217;s coming out of experimentation with this 13.8 version. So it gets quite a few more testing in before it actually will come to 6.1. Now you can use nested blocks with your quote block. So you could have a quote from someone and add an image to it, or have multiple paragraphs in there, or have a list in a quote block. Often, you couldn&#8217;t do a list and make it a quote. So now you can, and I&#8217;m really happy that it made it into this version.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, it&#8217;s very powerful, especially for developers who use GitHub and they know what you can do using markdown that you often quote something which includes code examples, images, videos, and so on. So like this is like bringing the same functionality into the block ward. So I&#8217;m really excited about that one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, especially when you have code quotes and tutorials also. Yeah, it definitely helps to have that, also have the citation with it.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> And also there&#8217;s ongoing work to bring the same set of features for the list block, which is another level of complexity. So now you would be able to have a quote that has a list that has inside that nester blocks, you can have paragraphs headings and code examples, even in list, which you know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Icon, emojis. Emojis in a list block. Yes. Nice.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: These are much more complex because they&#8217;re like, at least are not two dimensional and it&#8217;s not only like the nest of blocks can be on one level, but you can have, the list itself can have a nest at least. So it&#8217;s like the interactions between those internal, nested blocks are much more complex. I don&#8217;t know if that&#8217;s going to be ready for 6.1, but it&#8217;s definitely in works and might happen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And if you are very interested in that list version two, list block version two is still in experiments. So you need to enable it through the experiment settings before you can test it out in your local or test site. I wouldn&#8217;t do it in production, but yeah, for testing, it&#8217;s definitely, you need to enable it in the experiment settings. Yeah, I&#8217;m really looking forward to that, especially because you&#8217;re not, so when you change from a bullet list to an ordered list, you change the whole mockup in it. So what happens then? There are quite some complexities there. We have seen that in discussions also with the table of contents block that comes out of the gate with a numbered list. But many people don&#8217;t like the numbered list and there is no way to change it over to a bulleted list. Say maybe the experiences that come with the list development with the list block version two can actually be replicated for other great blocks that are out there. So what else is in there? So anything that stood out for you?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, I think we covered the most important aspects, like enhancements and new features. That&#8217;s quite a huge list. There are some accessibility improvements as usual. It&#8217;s always great to see contributors focus on that area, which is like never good enough because the interactions in the editor are so complex. That is very hard to do it right on field first run.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. There have been changes to the border controls, which are trigger quite some creativity. So getting that right for accessibility, with labeling and tool tips and field sets and legends that is now available in the Plugin. And then there were some fixes for descriptions or for some other labeling and semantics in the paragraph block. And then also to, they also replace some diff elements, clickable diff elements with actually buttons because that&#8217;s a better experience for all users.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: There&#8217;s also, like in that, related to that, there&#8217;s a very interesting change now. When you are focused on the group block, you can use, enter key to create a new empty paragraph just after the group block. So before you would just like, it wouldn&#8217;t like, nothing would happen. So you would have to use maybe the drop down menu from the toolbar for the block to find insert a block after the group, or maybe like find some other way, like in between line easier there with mouse. Now it&#8217;s much more convenient just to press enter.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah, definitely. I always appreciated that with, for instance, the list block where you can enter, enter, and then you&#8217;re out of the list block and can start. But getting that to more than one blocks is really good. There are also some big change, not big, but yeah good changes in the documentation of things, especially, having many more examples in the core blocks, a data API on how you use it. And some of the examples are also with great comments, so you can make more sense out of things. I think that Ryan Welcher does the great work there and he definitely can use some help. He is determined to have for every function call or store call or something like that. He has an example that is ready to copy paste into some other code, or at least with adaptions. The docs for the block JSON are also updated because it was missing the block variations. And that has been added to the JSON schema definition so now.</p>\n\n\n\n<p>Now you can point to the block variations as well as to the styles with your block metadata. And then the data module had some missing references and that have been updated. So you can actually find them in the documentation now.</p>\n\n\n\n<p>And again, theme JSON got some clarifications on the null true and false values for the block gap setting. That was a little confusing before. So it&#8217;s now straight net, as I would say.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, it&#8217;s ongoing effort to improve developer documentation. There is a lot of public APIs that are documented, but they miss examples. And I think that the work that Ryan Welcher is shepherding is so important to get it because like having code examples makes it so much easier to actually use the code.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah, totally agree with that. So I think we are at the end of the Changelog for the 13.8 Plugin release that happened this week on our third.&nbsp;</p>\n\n\n\n<h3><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p>And now we come to the section, what&#8217;s an active development and what&#8217;s discussed. And before we head into the block API issues, I think there was one thing that I wanted to point out and that is that Ramon published an update also on the style engine tracking issue. So we will definitely point to that in the show notes, but he has, so the style engine is at an experimentation, right or is in experimentation right now. So, but it has a phase one which is block supports and building the foundation. And then the phase two is the global styles consolidation, reducing style tags. And in both, he has some updates on some of the issues. So make sure if you&#8217;re theme developer, you&#8217;re definitely interested in what&#8217;s coming down with the style engine development.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> Yeah, it&#8217;s very related to what we are going to cover now, which is block API. So style engine is in fact, subset of that, it&#8217;s related to how class names and style attributes are added to the block HTML output. And the idea we style engine is that eventually we would have everything generated on the server only on the front end, so that means that only styles and class names would be included on the page when the given block is there, which means an excellent reduction of unused CSS, which a lot of websites struggle with today and the progress on that is really promising. And I hope that in a few months we will see all the benefits of the work happening on that front.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. So you revamped some of the&#8230; You created a tracking issue for the block API that had quite a few chapters on it and does seem to only have 35 tasks and there are other tracking issues with much longer, but it covers issues that are around block assets, block registration, block attributes, variations, block supports, and then the inserting and moving blocks and block editing, dynamic block manipulation, server side rendering component and of course documentation. So what stands out for you on this? What is the big effort here?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So first of all, we have over 4,000 issues open in the Gutenberg repository. You know it&#8217;s very hard to triage all of them, go back and see what&#8217;s there. So the effort that I made together with Matias just was, can we identify the most common, occurring issue that people rise and they want to see improved and that we wanted to collect items that make the biggest impact in the short term. And it&#8217;s not like the list is close. We will be constantly revisiting whether the list makes sense. We will be adding new features based on the feedback from people in general. It&#8217;s just a way for us to bring better focus on what we can work on in the upcoming WordPress releases and Gutenberg releases and, like it&#8217;s dividing the sections, just like it tries to follow how the milestones for how the WordPress, the block editors and the full site editing should evolve.</p>\n\n\n\n<p>It&#8217;s always like milestone for template parts, milestone for global styles and so on. We try to mirror the same structure. And for now it&#8217;s because issues that we&#8217;ve been talking about, some of them for years now, and there were never clear focus to work on them. And we are trying to change that because we see that stuff like block validation and block deportation comes back every now and then, this people often complain about. So we just want to make sure that there is single place that people can go and see, &#8220;Okay, is that on the roadmap? Is that being tracked? How can I get involved and help move that forward?&#8221; So instead of saying that, find the issue on GitHub throughout all those 4,000 issues. Like there&#8217;s a single place. It&#8217;s pinned when you go to the Gutenberg repository and you go to issues like on the top of the page, there are three pinned issues.</p>\n\n\n\n<p>It&#8217;s one of them now. So it&#8217;s easy to find for people if they know about that thing. And so it&#8217;s easier to discover and this is also a good way to see what&#8217;s actually being worked on because if you go to this issue and the tracking number is 41236, you can see because there is an icon is a ranch or how you call it like that like…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, toolbox tool.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Toolbox.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Tool set.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Toolbox, tool set. So you can see this icon. It means that someone is actually working on this feature or there is open PR, so you can leave your feedback there. And once we have some issues done, then we just be marked as finished. So people can see at some point a history of the progress what&#8217;s being worked there. It&#8217;s also a nice way if someone opens a new issue and you know, like Fabian Kagy, he opened recently some issues related to how we could better control inserting blocks in the editor.</p>\n\n\n\n<p>So you could define, for instance, this blog goes only when there is no block inside the template, or maybe I want to have only a single instance of this block when it is inside a given parent block, like very complex use cases and those type of issue, they&#8217;re great ideas, but it&#8217;s not so easy to define how that could be done. So this tracking issue will try to combine similar issues like that and put that into the tracking issue. So you can have a single reference and find those issues also from the perspective of project management, like when someone opens a new issue and we can easily say, &#8220;Okay, please check this tracking issue and see what we already have on this topic and see how that fits to the proposed solutions so far.&#8221; Like this type of capabilities are open and I mean, I&#8217;m really excited about that because so far it was really hard to identify how people can get involved to improve the API blocks.</p>\n\n\n\n<p>So it impacts how you develop blocks and to make it easier, more straightforward for all the developers. But also it impacts the core blocks. Everyone would benefit from the ideas that are in short in decision.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, let&#8217;s see at some of the examples and so in the assets there isn&#8217;t one tasks to explore how to tree shake block styles on the front end and has an example issue and that is how, what does it mean? That&#8217;s kind of how the CSS cascades through the front end. Another one is combined.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes it is.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Go ahead.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So the idea here is for instance, the idea was whether we can find a way to define, okay, this style is present on the page when the following conditions happen. For instance, in the block has a special class name called, whatever. And then the system that would be built behind that could say, &#8220;Okay, and this blog doesn&#8217;t have this class. That means that we can skip that and we don&#8217;t have to serve it to the user.&#8221; So it&#8217;s fairly technical, but that gives you idea what exciting things we can do with blocks, having better understanding of how they are structured, what they contain and like these ideas. Also, there&#8217;s a lot of requests from Plugin outdoors. So they would like to have a better ways to inject their own styles to blocks or JavaScripts. So, we are discussing different ways how it to make it easier so you could just define okay to all blogs that met certain criteria, let&#8217;s add this style that brings some additional visual effects.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. Okay, I understand that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: One of the things that we are actively working on is related to dynamic block manipulation. So we always wanted to have a way to, let&#8217;s say, use some data that comes from database or some external service. So for instance, the ideas are the simplest one, you have a block inside the footer that shows a copyright note, like in PHP it&#8217;s easy because you are using date function and just like changes every year. So you don&#8217;t have to go to your website and update that. And how to define some, some ways. So you could just insert a token that says, &#8220;Okay, this is a date.&#8221; And it displays a year and it will change automatically inside the block. So it&#8217;s shortening the database, something dynamic, on the render of the front end it changes.</p>\n\n\n\n<p>So, this is very advanced concept. And however we are now, we should see next week a proposal on make core block for something more simple. Often people want to replace some text or token or something, the credit that like a pattern inside your block. For instance, the cover block has a featured image and it&#8217;s really powerful. And we&#8217;ll be seeing a proposal for special API that will make that simpler so you can define like, let&#8217;s find this stack and change this attribute source with the value that comes from the featured image and this type of thing. So everything is very technical. And I think that is a good common, like good place for people who are very familiar with JavaScript, but also with PHP. So like everyone finds something to think about.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, especially the inline token. We actually had Danny Schnell as a guest on our podcast here when he was working and trying to think through that. And he took us quite deeply into what needs to happen. And so make it complex, make it easy, make it simple. And we call it back then, we call it kind of the short codes 2.0, so it&#8217;s not nothing new to WordPress, but it&#8217;s the innovative version, the better blocks version for it to have these inline tokens for replacing some variable with something else or with some values. And I&#8217;m glad that you said that&#8217;s kind of in the works for next week to try out or to at least kick it around in theory, so that&#8217;s wonderful. There&#8217;s also something that&#8217;s in the works that&#8217;s…</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> And for block registration, there is like a very quite simple proposal. Like right now to define how the dynamic block gets rendered with PHP you need to like define a function. Inside this function you will get some, like content of the block attributes and the block type, and use all those variables to generate the output that&#8217;s going to be displayed on the front end. And we are also thinking ahead and trying to combine efforts with how in the future you could like to write simpler blocks in that you would provide a PHP template that generates that output instead. So you don&#8217;t have to deal with functions. You just provide a function that just prints everything. And this proposal covers that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That sounds really interesting.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So in the future, we could have something similar for JavaScript. So also you could provide like, depends would we peak and land on.</p>\n\n\n\n<p>And, but there is this in the WordPress like organization on GitHub, there is block hydration, experiments, repository, and like explores exactly what I said for JavaScript, how to make blocks interactive on the front end. So for instance, they can have buttons that change state of the block, and you can have like dynamic data that updates, for instance the simple example, people always use the counter. Like you click the plus sign and the number changes, so this type of features. And at some point we hope that this PHP template and JavaScript template could be somehow unified. So maybe not in a sense that you would be writing a single code, but with some tooling, maybe we could have some format that allows you to generate PHP and JavaScript. So you don&#8217;t have to bother and write it twice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. Yeah, that was a big discussion between Helen Busandy and Mark Jakeworth and Riad Benguela about, I think it was in October last year. And then I know Michael Chaplinsky has done some more exploration. And then there was, did you work with Ellen Cherser on the, there is a new JavaScript.</p>\n\n\n\n<p><em>Grzegorz Ziolkowsk</em>i: Bento?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bento. Yeah, Bento JavaScript. Kind of replace the JavaScript framework with a different framework. It&#8217;s not certainly the best approach, but if it works for people who use that. Before that you can use it for blocks with different languages or languages and variations and frameworks.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: In some ways the Bento components that Google is working on are similar to the ideas because it just exactly does that. So they have some way to define components and they have different representation for web components for PreAct and you can just, it&#8217;s the same UI, but you can use different code, depending whatever you want to have on your website. And it sort of falls in the same category. But it&#8217;s just like Bento is done by Google. And it&#8217;s hard to tell how it evolves. So we are exploring different parts for now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. No, I get it. Well, so is there anything else then, do you want to point out from this tracking issue or discussion?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. I guess I&#8217;m good. One of the ideas that Fabian mentioned is very interesting, so because the way to control where you display blocks has always been troublesome for people. So people want to have flexibility. For instance, you have custom post type, you don&#8217;t want to see all blocks, so how to do that. And we have some ways on the server you can provide allowed blocks to which is list of types of blocks that are allowed. But sometimes we want to have the positive approach. How do I say that? Which blocks I don&#8217;t want, and I want the rest. So that&#8217;s also some of the discussions happening that the people like our listeners could chime in and share their ideas. And in general, with WordPress 6.0, we added our sister Field, which allows you to define, &#8220;Okay, I want to have this block when one of the parent or grandparent or grand grandparent blocks are this and that block.&#8221;</p>\n\n\n\n<p>And it&#8217;s gives more flexibility, like the comments lock uses that because it allows you have comments and you can have group, then you can have, I don&#8217;t know, what else do you want? You can have several groups and then you use a common title, for instance, I mean, in small complex, but make it shorter. And this gives a lot of flexibility and one of the ideas I had originally, how you say like, &#8220;I want to have this parent and this ancestor, but I don&#8217;t want to have this ancestor.&#8221; This type of way of defining, which would satisfy a lot of use cases.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, indeed. And I think we need to really write much more use cases for it, and tutorials so people can actually imagine things here because theoretically, what&#8217;s an ancestor? What&#8217;s a parent, what&#8217;s a child, where&#8217;s a child? It&#8217;s all a little bit more, little bit too abstract when you&#8217;re kind of try to figure out how to get it all together. There are so many ways to skin, the cat. So are there answers, so I have a question for you and one is that, is there a way to actually pick up custom fields for custom post types if they were kind of already created or if they are kind of available to use them also in a template or? It&#8217;s probably very hard to do it via UI. That&#8217;s why our advanced custom fields is still for many developers that go to place instead of creating custom blocks for the custom fields. But I think that. Are there any thoughts on that, in this reiteration of the block API?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So for now, the proposal, that&#8217;s going to be shared next week for replacing parts of HTML with API that allows you to change attributes. That could be a way, you could say that, &#8220;Okay, this field is like going to be replaced with custom field.&#8221; So you give you the name and something like that, but it&#8217;s still not good enough, in my opinion. We need to have a proper way for that in the future. And maybe even more advanced way of defining dynamic in my tokens. The way it works with blocks, ACF Plugin is that they allow linking between an attribute, so it stores the reference to the exact filter in the database. So it stores the number and based on that, it can provide the correct value. So whenever it changes, it updates on the server as well. So it&#8217;s not that easy to do that, but for that ACF has created a special way of writing templates, which takes that into account. It&#8217;s dynamic.</p>\n\n\n\n<p>It is able to link all the correct numbers and so on. So, I mean, it&#8217;s like having something like that in a more flexible way that works, not only with what ACF provides, it&#8217;s a bigger task and it is definitely something we would like to have, we just need to do it in steps.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah, no, so that will be the block API, third iteration. Now it&#8217;s the second iteration and then the next iteration is going to maybe, kind of thinking about through that part. Well, excellent. Thank you so much for walking us all through that. And what&#8217;s in the works and what the next iteration of extensibility for blocks actually will look like. That is definitely now that the foundation is in place. Now extensibility has a higher priority, it seems for the Gutenberg project. So I&#8217;m really glad that this took a lot of work to find all the right issues and figure out how to structure that. So thank you for going through that and also leading us through that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Although to be fair, most of the issues were opened by our excellent contributors. I just only did the part of finding them and putting them in one place.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And yeah, you helped a lot of people kind of get a good roadmap through that, or at least an idea of what the vision is going to be, so. Because that&#8217;s always a question that we get, so what&#8217;s the vision? And only these tracking issues and overview issues like Matias did and what you did and was also Andrew does for layouts and for style engine all that. Maybe I should share some of the tracking issues. I think I collected about 10 or 15 tracking issues now. From the Gutenberg project, it&#8217;s probably a better way to figure out what&#8217;s current on what people are working on. So yeah, that&#8217;s a call for me to maybe think about some curation of that.&nbsp;</p>\n\n\n\n<p>All right. Well, thank you very much. At the end of the show, we are way over whatever we wanted to do as an hour limit or so, but that&#8217;s okay because you brought so much more insights into what the second iteration of block API is going to hold. Is there anything else that you want to leave our listeners with?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I don&#8217;t have anything.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You don&#8217;t have anything. I don&#8217;t have anything. I said everything that I wanted to say at the beginning in the announcement, in the community and no, I&#8217;m glad you were on the show. Thank you so much for coming. As always the listeners, the show notes will be published on Gutenberg Times.com/podcast. This is episode 71. And if you have questions, suggestions, especially answer for Grzegorz with all the questions that you might have for the blocks API, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>, that&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a> or ping me or Grzegorz on Twitter or WebPress slack. My handle is BPH. That&#8217;s my initials on both of them. What&#8217;s yours, Jergus?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Mine is G-Z-I-O-L-O</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Giolo? Gizolo?</p>\n\n\n\n<p>Grzegorz Ziolkowski: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, cool. Well, this was it. And thank you very much for listening. If you find this helpful, create a review and we read that out loud here. So you would get a little shout out on the next episode. Thank you for listening, and I wish you a great week. And next two weeks until we hear you again.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Thank you for the invitation Birgit. It was as your role, a pleasure to catch up what&#8217;s happening with Gutenberg.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you so much, and it&#8217;s always a pleasure to have you thanks so much, Grzegorz.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Aug 2022 21:00:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:103:\"Gutenberg Times: Fluid typography, Gutenberg 13.8, Moving block styling to JSON – Weekend Edition 225\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21775\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://gutenbergtimes.com/fluid-typography-gutenberg-13-8-moving-block-styling-to-json-weekend-edition-225/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27494:\"<p>Howdy, </p>\n\n\n\n<p>Greetings from Berlin with a view of The Cube near the main station of  Berlin. My husband and I connected with family and did some sightseeing of the German capital. I also visited the Museum Barbarini in Potsdam and thoroughly enjoyed the exhibition: <a href=\"https://www.museum-barberini.de/en/ausstellungen/4785/the-shape-of-freedom-international-abstraction-after-1945\">The Shape of Freedom. International Abstraction after 1945</a>. Interestingly, enough, &#8216;Abstraction&#8217; is also a topic for software makers. And that&#8217;s enough distraction.  Let&#8217;s catch up together on two weeks of WordPress and Gutenberg news. </p>\n\n\n\n<p>As mentioned before, you don&#8217;t have to read it all in one sitting. You can always come back gain to read more. It&#8217;s summer time in the Northern hemisphere. Hope you can stay cool. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-gutenberg-13-8-is-now-available\">Gutenberg 13.8 is now available</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-si\">Site owners and nocode site builders using the Block editor</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-b\">Block editor and block themes at WordCamp US</a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">Upcoming WordPress events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#6-word-camps-around-the-world\">WordCamps around the World</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-l\">Learn WordPress Online Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>Various team published new initiatives and updates. </p>\n\n\n\n<p>Always seeing the bigger picture, <strong>Josepha Haden Chomphosy</strong>, executive directory of the WordPress open-source project, ask for you help to <strong><a href=\"https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/\">Giving FSE a More User Friendly Name</a>.</strong> Not all commenters are convinced that there needs to be a name change. I also wasn&#8217;t thrilled by the outlook to update lots of post, documentation etc, after discussion Full-Site Editing for over 2.5 years, but I must admit, it&#8217;s more the resistance to let go of something I am used to, then a good reason to not try for a more user-friendly name. Some commenters are delighted because they feel it doesn&#8217;t translate well into other languages and they already started shortening it to something like site editor or layout editor. I favor something that ends in &#8216;designer&#8217;, like Layout designer, or template designer. The comments are still open.  Chime in with your opinion. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Hector Prieto </strong>published <strong><a href=\"https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/\">WordPress 6.1 Planning Roundup v2</a>&nbsp;</strong>with the updated release schedule and the release squad. Feature Freeze and Beta 1 are scheduled for September 20, 2022, Release Candidate 1 for October 11, 2022 and final release will make WordPress 6.1 available on November 1, 2022. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>For the WordPress design team, <strong>Channing Ritter </strong>posted <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\"><strong>Project Update: WordPress.org Homepage and Download page mockups</strong></a>. I am excited about this new look of the WordPress open-source project on the Internet. What do you think? Share your comment on the post. </p>\n\n\n\n<img />\n\n\n\n<p><strong>James Koster,</strong> also on the WordPress Design team published about his <a href=\"https://make.wordpress.org/design/2022/08/04/design-exploration-encourage-editor-configuration-during-on-boarding/\"><strong>Design Exploration: Encourage editor configuration during on-boarding</strong></a>. It shows a bigger Welcome guide that also help the user make decisions on several settings and features when they first start using the block editor. </p>\n\n\n\n<img />\n\n\n\n<p><strong>Ben Dwyer</strong> outlines in his post <strong><a href=\"https://make.wordpress.org/core/2022/08/01/moving-core-block-styling-to-json/\">Moving Core block styling to JSON</a>&nbsp;</strong>the reasoning behind an effort to enable styling of block via the block.json file rather then via css styling. This will have to standardize and streamline ways themes can override 3rd party plugins styling. It will also enable the user to modify the look and feel withouth the need to dive into CSS syntax and language. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In her article, <a href=\"https://wptavern.com/gutenberg-contributors-experiment-with-custom-labeling-of-blocks-in-list-view\"><strong>Gutenberg Contributors Experiment with Custom Labeling of Blocks in List View</strong></a>, <strong>Sarah Gooding</strong> explains the exploratory efforts by developers to allow users to name sections of their page/site to better find them in the List View. <strong>Dave Smith</strong> create the <a href=\"https://github.com/WordPress/gutenberg/pull/42605\">PR ready for review</a>. If you haven&#8217;t tested a PR before the merge, I would recommend following <strong>Paal Joachim Romdahl</strong>&#8216;s <a href=\"https://make.wordpress.org/design/2021/03/03/testing-a-gutenberg-pull-request-pr/\">Testing a Gutenberg Pull Request (PR)</a></p>\n\n\n\n<h3 id=\"1-gutenberg-13-8-is-now-available\">Gutenberg 13.8 is now available</h3>\n\n\n\n<p>George Mamadashvili was the release lead for the Gutenberg plugin v 13.8 release. In his post <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\">What’s new in Gutenberg 13.8? (3 August)</a>, he highlighted: </p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#fluid-typography-support\">Fluid typography support</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#revamped-quote-block-leveraging-inner-blocks\">Revamped Quote block leveraging inner blocks</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#template-part-ux-improvements\">Template part UX improvements</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#border-controls-for-image-blocks\">Border controls for Image blocks</a></li><li><a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#accessibility-enhancements\">Accessibility enhancements</a></li></ul>\n\n\n\n<p>Fluid typography has been requested by theme developers for quite some time. It&#8217;s only available to theme developers/designer via the theme.json for now. Before the settings can be made available via the Global Styles interface, this first iteration could use some thorough testing. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, <strong>Grzegorz Ziolkowski</strong> and I discussed the Gutenberg 13.8 release, changes to the Block API and so much more for the next episode of the <strong>Gutenberg Changelog</strong> (episode 71). It will arrive at your favorite podcast player over the weekend. </p>\n\n\n\n<img />\n\n\n\n<div class=\"is-layout-flow wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-71-fluid-typography-block-api/\">Gutenberg Changelog #71 – Gutenberg 13.8, Fluid Typography, updates to the  Block API and more</a> &#8211; with co-hosts Grzegorz Ziolkowski and Birgit Pauli-Haack </p>\n</div></div>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-30_70 ngl-articles-frontend\">\n\n	\n	<div class=\"ngl-articles-wrap ngl-articles-webview\">\n	\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/classic-widgets-in-fse-3d-cut-out-image-open-source-theme-designs-and-more-weekend-edition-221/\" target=\"_blank\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/07/Tanvir-Rahman-Hridoy-Comailla-Bangladesh-web.jpg?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/classic-widgets-in-fse-3d-cut-out-image-open-source-theme-designs-and-more-weekend-edition-221/\" target=\"_blank\" rel=\"\"><span>Classic Widgets in FSE, 3D Cut-out Image, Open-Source Theme Designs and more &#8211; Weekend Edition 221</span></a></div><div class=\"ngl-article-excerpt\">Howdy, Some great Block themes resources are now available. And if you haven&#8217;t yet, consider joining the Full-Site-Editing Outreach program channel on WordPress Slack. Anne McCarthy always invites members to&hellip; <a href=\"https://gutenbergtimes.com/classic-widgets-in-fse-3d-cut-out-image-open-source-theme-designs-and-more-weekend-edition-221/\" class=\"ngl-article-read-more\" target=\"_blank\">Read more.</a></div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/conditionally-registering-patterns-in-themes-with-third-party-blocks/\" target=\"_blank\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/07/unsupported-block-in-pattern.jpg?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/conditionally-registering-patterns-in-themes-with-third-party-blocks/\" target=\"_blank\" rel=\"\"><span>Conditionally Registering Patterns in Themes with Third-Party Blocks</span></a></div><div class=\"ngl-article-excerpt\">What happens when a theme registers a pattern with a third-party block? If the user has the block plugin installed, it appears as it should. WordPress also does a good&hellip; <a href=\"https://gutenbergtimes.com/conditionally-registering-patterns-in-themes-with-third-party-blocks/\" class=\"ngl-article-read-more\" target=\"_blank\">Read more.</a></div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/live-q-a-block-first-approach-at-pew-research-center/\" target=\"_blank\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/07/Screen-shot-Pew-Research-Center-july-0222-.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/live-q-a-block-first-approach-at-pew-research-center/\" target=\"_blank\" rel=\"\"><span>Live Q &#038; A: Block-First Approach at Pew Research Center</span></a></div><div class=\"ngl-article-excerpt\">On July 22, 2022, Michael Piccorossi, Head of Digital Strategy and Seth Rubenstein, Lead Developer at Pew Research Center talked to co-hosts Anne McCarthy, WordPress Product Liason and Birgit Pauli-Haack,&hellip; <a href=\"https://gutenbergtimes.com/live-q-a-block-first-approach-at-pew-research-center/\" class=\"ngl-article-read-more\" target=\"_blank\">Read more.</a></div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n		\n		</div>\n\n</div>\n\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Carolina Nymark</strong> updates instructions on how to implement <a href=\"https://fullsiteediting.com/lessons/theme-json-typography-options/#h-fluid-typography-with-gutenberg\">Fluid Typography via Theme.json</a> that are now available via 13.8. It&#8217;s part of the Typography lesson on of her Theme builder course for developers. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Daisy Olsen</strong> held a workshop on Learn. WordPress that is now available on WordPressTV:  <a href=\"https://wordpress.tv/2022/08/04/theme-development-workflows-for-different-types-of-developers/\"><strong>Theme Development Workflows For Different Types of Developers. </strong></a>During this workshop, Daisy Olsen discussed the different workflows that someone might use in the creation of block themes. Discover the best development workflow that is right for you.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong>Anne McCarty</strong> published <strong><a href=\"https://make.wordpress.org/test/2022/08/03/fse-program-category-customization-summary/\">FSE Program Category Customization Summary</a> </strong>of the 15th call for testing. It&#8217;s an interesting read to learn what people struggle with and also what they appreciate when creating category templates and interact with patterns for custom post types. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ari Stathopoulos</strong>, from the WordPress Themes team, details how themes submitted to teh themes directory are to <a href=\"https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/\">Use locally-hosted Google fonts in themes</a> and answer frequently asked questions. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Shout-out for the theme.json feature of block themes by <strong>Daniel Schutzsmith</strong> via <a href=\"https://www.therepository.email/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzE1NywiOTE1NWJlYmMwYmViIiw1NTYsIjFqb2g0ZGtiNnZmbzh3NG9vb3dnNG9zODhnazA0czR3IiwzNzAsMF0\">The Repository</a> under <em>A concept worth understanding</em><strong> </strong>he wrote. &#8220;As a developer, I&#8217;ve been playing with the new theme.json concept and I can easily say it is something we all should be adopting as we create new websites. The concept of using a JSON file to set up the common styles used throughout WordPress core works well, especially in a traditional version control workflow on a team. It&#8217;s worth digging into&nbsp;<a href=\"https://www.therepository.email/?mailpoet_router&endpoint=track&action=click&data=WyI1NTYiLCIxam9oNGRrYjZ2Zm84dzRvb293ZzRvczg4Z2swNHM0dyIsIjM3MCIsImQ2MGExZjZlZDBlYiIsZmFsc2Vd\" target=\"_blank\" rel=\"noreferrer noopener\">fullsiteediting.com</a>&nbsp;and&nbsp;<a href=\"https://www.therepository.email/?mailpoet_router&endpoint=track&action=click&data=WyI1NTYiLCIxam9oNGRrYjZ2Zm84dzRvb293ZzRvczg4Z2swNHM0dyIsIjM3MCIsIjA4NjI3ZjQ1YjQzZiIsZmFsc2Vd\" target=\"_blank\" rel=\"noreferrer noopener\">learn.wordpress.org</a>. Both of these resources provide some terrific materials to make it all easier to understand.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sean Blakeley</strong> was a guest on the WP Tavern Jukebox podcast and talked with Nathan Wrigley on <a href=\"https://wptavern.com/podcast/36-sean-blakeley-on-transitioning-a-large-agency-over-to-gutenberg\"><strong>Transitioning a Large Agency Over to Gutenberg</strong></a>. &#8220;After years of experiments with different approaches and collaborations between designers and developers, their team has begun to rely heavily on block patterns, and they’ve found it is greatly increasing their productivity. It’s fair to say that block patterns have revolutionised the team’s approach to the entire design process.&#8221; Wrigley sumarizes. </p>\n\n\n\n<p><strong>Sean Blakeley</strong> also talked about <a href=\"https://wordpress.tv/2022/06/27/sean-blakeley-the-block-pattern-revolution/\"><strong>Block Pattern Revolution at WordCamp Europe.</strong></a> The talk is available on WordPressTV. </p>\n\n\n\n<h2 id=\"3-si\">Site owners and nocode site builders using the Block editor</h2>\n\n\n\n<p>In his post and video , <a href=\"https://wptuts.co.uk/im-switching-to-gutenberg-for-wordpress-and-you-should-too-probably/\">I’m Switching to Gutenberg For WordPress | And YOU SHOULD Too (Probably!)</a>, Paul Charlton of <a href=\"https://twitter.com/WPTutz\"><strong>WPTutz</strong></a> talks about his reason, why he sticks with WordPress&#8217; core block editor, plus 3rd party plugins to extend the features set to his needs, mostly more controlas for animation and grid block layouts. What are some of the tools you are using to augment the WordPress block editor? </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Vikas Singhal</strong> announced a new plugin <strong><a href=\"https://wordpress.org/plugins/newsletter-block-by-gutena/\">Newsletter Block</a></strong> and Jamie Marsland reviewd it on his YouTube Channel and called it <a href=\"https://www.youtube.com/watch?v=Idy5H0TziBA\">The Best WordPress Gutenberg Block for Mailchimp</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his video on WordPressTV, <strong>Ben Evans</strong> introduces you to <a href=\"https://wordpress.tv/2022/08/05/an-introduction-to-the-9-design-blocks/\">Nine Design Blocks</a>. He shows you how these blocks  behave differently on different screen sizes and let&#8217;s you take part on how he experiments making different layouts using these blocks. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Wes Theron</strong> shows you the steps necessary to <strong><a href=\"https://wordpress.tv/2022/08/04/creating-a-landing-page-with-a-block-theme/\">Create a landing page with a block&nbsp;theme</a></strong>. You&#8217;ll learn how to create a custom template and build two landing pages using different methods.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego</strong>&#8216;s part 2 of <strong><a href=\"https://wordpress.tv/2022/08/02/nick-diego-builder-basics-lets-build-a-custom-theme-no-coding-required-part-2/\">Let’s Build a Custom Theme (No Coding Required)</a></strong> is now available on WordPress TV. <a href=\"https://wordpress.tv/2022/06/16/nick-diego-builder-basics-lets-build-a-custom-theme-no-coding-required/\">Part 1 is also online</a></p>\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Berhard Kau</strong> helps fellow developers to creata <a href=\"https://kau-boys.com/3121/wordpress/a-first-simple-block-with-some-es6-code-its-not-as-scary-as-it-sounds\"><strong>A first simple block with some ES6 code – it’s not as scary as it sounds</strong></a>. It&#8217;s a follow-up post on creating a block via React. Kau suggests relying on the official scaffolding tool for block creation, tool called  &#8216;create block&#8217; that is available from the Gutenberg repository. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego</strong> helps you to <strong><a href=\"https://wpengine.com/builders/block-locking-api/\">Unlock the Power of the Block Locking API</a></strong>. In this article, Diego explored the block locking API, how to implement locking in a real-world example, and discussed ways to extend this functionality by restricting&nbsp;<em>who</em>&nbsp;can lock and unlock blocks. Coincidently, Core contributores also update the documentation with a new page in the handbook: <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/curating-the-editor-experience/\"><strong>Curating the Editor Experience</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger</strong>&#8216;s session on <a href=\"https://wordpress.tv/2022/08/05/lets-code-an-introduction-to-block-development/\"><strong>Let’s Code: An Introduction to Block Development </strong></a>is now available on WordPressTV. In this session, Bossenger walks you through the software required to develop blocks, and how to set it all up. Then he shows a tool called create-block to create our first block, and then looks at the code that this generates and what each piece does.</p>\n\n\n\n<h2 id=\"5-b\">Block editor and block themes at WordCamp US</h2>\n\n\n\n<p>The organizer at WordCamp US published the <a href=\"https://us.wordcamp.org/2022/schedule/\">schedule of talks.</a> it&#8217;s a great line-up of speakers. Below list might make it onto your calendar. The WordCamp will livetstream the sessions. </p>\n\n\n\n<p><strong>Friday, Septemberg 9, 2022 </strong></p>\n\n\n\n<p><em>A series of 15-minute talks:</em></p>\n\n\n\n<p>4 pm EDT / 20:00 UTC <br /><strong><a href=\"https://us.wordcamp.org/2022/session/customizing-core-blocks-for-clients/\">Customizing Core Blocks for Clients</a> </strong>with <strong>Alex Ball</strong></p>\n\n\n\n<p>5 pm EDT/ 21:00 UTC <br /><a href=\"https://us.wordcamp.org/2022/session/lets-build-a-custom-block-in-15-minutes/\"><strong>Let’s Build a Custom Block in 15 Minutes</strong></a> with <strong>Nick Diego</strong></p>\n\n\n\n<p>5:15 pm EDT / 21:15 UTC <br /><strong><a href=\"https://us.wordcamp.org/2022/session/fse-for-the-win/\">FSE For the Win</a> with Evan Mullins</strong></p>\n\n\n\n<p><strong>Saturday, September 10, 2022</strong></p>\n\n\n\n<p>12:15 PM EDT / 16:15 UTC <br /><a href=\"https://us.wordcamp.org/2022/session/build-your-first-block-theme/\"><strong>Build Your First Block Theme</strong></a> with Daisy Olsen, a 2 hrs Workshop</p>\n\n\n\n<p>4 pm EDT / 20:00 UTC <br /><strong><a href=\"https://us.wordcamp.org/2022/session/a-new-era-of-wordpress-themes-is-here-block-themes/\">A New Era of WordPress Themes is Here: Block Themes</a></strong> wtih <strong>Rich Tabor</strong> (45 min) </p>\n\n\n\n<p>5pm EDT / 21:00 UTC <br /><strong><a href=\"https://us.wordcamp.org/2022/session/the-future-of-themes-designing-for-the-block-editor-and-beyond/\">The Future Of Themes: Designing for the Block Editor and Beyond</a></strong> with <strong>Michelle Schlup</strong> (45 min)</p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"5-s\">Upcoming WordPress events</h2>\n\n\n\n<p><strong>November 18, 2022</strong><br /><a href=\"https://www.wordfest.live/2022/november/\"><strong>WordFest Live 2022</strong></a><br />Call for speakers ends August 15, 2022</p>\n\n\n\n<h3 id=\"6-word-camps-around-the-world\">WordCamps around the World</h3>\n\n\n\n<p>September 2 + 3, 2022<br /><strong><a href=\"https://jinja.wordcamp.org/2022/\">WordCamp Jinja 2022</a></strong>, about 2 hrs West of Kampala, Uganda. Calls for sponsors, speakers, and volunteers are open now.</p>\n\n\n\n<p>September 3 + 4, 2022<br /><a href=\"https://kathmandu.wordcamp.org/2022/\"><strong>WordCamp Kathmandu</strong></a>, Nepal</p>\n\n\n\n<p>September 9 – 11, 2022<br /><strong><a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a></strong>&nbsp;in San Diego</p>\n\n\n\n<p>September 15 + 16, 2022<br /><a href=\"https://netherlands.wordcamp.org/2022/\"><strong>WordCamp Netherlands</strong></a>&nbsp;at the&nbsp;<a href=\"https://www.burgerszoo.com/\">Royal Burger’s Zoo</a>&nbsp;in Arnhem</p>\n\n\n\n<p>September 24 + 25, 2022<br /><a href=\"https://pontevedra.wordcamp.org/2022\"><strong>WordCamp Pontevedra</strong></a></p>\n\n\n\n<p>February 17 – 19, 2023<br /><strong><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia</a></strong>, Bangkok, Thailand<br /><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Call for speaker was just published</a>. Deadline: September 15th, 2022 (UTC +7)<br />Contributor Day is planned for February 17, 2023 (Day 1)</p>\n\n\n\n<h3 id=\"1-l\">Learn WordPress Online Meetups</h3>\n\n\n\n<p>August 10, 2022 &#8211; 3 pm EDT / 19:00 UTC <br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287622279/\">Block Theme Builders: Design With Figma</a></strong> w/ Damon Cook &amp; Sarah Snow</p>\n\n\n\n<p>August 16, 2022 &#8211; 5 pm EDT / 21:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287388518/\"><strong>Showcasing Content with Query Loops</strong> </a>with Wes Theron</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: The Cube at the main train station in Berlin, Germany. Photo by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Aug 2022 19:52: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:55:\"Post Status: Post Status Picks for the Week of August 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=103948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/post-status-8-1-22/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3947:\"<div class=\"has-background has-theme-palette-7-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Adam Silverstein on Performance in large plugins, GDPR and accessibility, World Wide Web Day in the global WordPress community, Jonathan Wold on partnerships, women in software, and Michelle Frechette on building communities.  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"h-post-status-podcast-picks\">Post Status Podcast Picks <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /></h2>\n\n\n\n<ul><li><strong>Woo Dev Chat: Adam Silverstein</strong>, part of the performance team for WordPress core, <a href=\"https://dothewoo.io/wordpress-core-performance-with-adam-silverstein/\">talks about performance</a> for large plugins like <strong>WooCommerce</strong>.</li><li><strong>WP Builds</strong>: <a href=\"https://wpbuilds.com/2022/07/28/289-legal-stuff/\">Some legal issues to consider</a> when building sites, including <strong>GDPR</strong> and accessibility.</li><li><strong>WP Briefing</strong>: For World Wide Web Day, nearly a dozen <a href=\"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/\">short clips from people around the world</a> reflecting on how WordPress has changed their understanding of the web.</li><li><strong>WP Tavern Jukebox</strong>: <strong>Jonathan Wold</strong> <a href=\"https://wptavern.com/podcast/37-jonathan-wold-on-how-partnerships-might-help-your-wordpress-business\">on partnerships</a> and what they offer your WordPress business in today\'s economy.</li><li><strong>Syntax.fm</strong>: If you\'re looking for a way to <a href=\"https://syntax.fm/show/491/how-to-spark-your-imagination-and-get-excited-about-coding\">spark your imagination and get excited about coding again</a>, this episode explains how to lower your “time to first smile” (TTFS).</li><li><strong>Delicious Brainwaves</strong>: <strong>Sanjucta Ghose</strong> and <strong>Sam Munoz</strong> <a href=\"https://podcast.deliciousbrains.com/podcasts/12445/episodes/episode-13-women-in-wordpress-and-development\">discuss their experiences</a> as women in the software industry.</li><li><strong>Themeisle Interviews</strong>: <strong>Michelle Frechette</strong> talks about <a href=\"https://themeisle.com/blog/michelle-frechette-interview/\">building a quality community</a>.</li></ul>\n\n\n\n<h2>Video Pick:</h2>\n\n\n\n<ul><li><strong>The Gamechangers</strong>: <a href=\"https://twitter.com/chrislubkert\" target=\"_blank\" rel=\"noreferrer noopener\">Chris Lubkert</a> and <a href=\"https://twitter.com/arturgrabo\" target=\"_blank\" rel=\"noreferrer noopener\">Artur Grabowski</a> from <strong>Extendify</strong> explain <a href=\"https://www.youtube.com/watch?v=X_K-PuF-9Hc\">how WordPress founders can build a network</a> of potential buyers early on to enhance the sellability of their product for a future exit.</li></ul>\n\n\n\n<p></p>\n\n\n\n<div class=\"wp-container-37 wp-block-group has-theme-palette-8-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Get our weekly WordPress community news digest</strong> — Post Status\' <a href=\"https://poststatus.com/news-and-insights/week-in-review/\">Week in Review</a> — also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" />  </p>\n\n\n\n<p>And don\'t miss <strong>the latest updates from the people making WordPress</strong>. We\'ve got you covered with <a href=\"https://poststatus.com/make-wordpress/\">This Week at WordPress.org</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" /></p>\n</div></div>\n<p><a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status</a> • <a rel=\"nofollow\" href=\"https://poststatus.com\">Post Status - The Community for WordPress Professionals</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Aug 2022 14:41: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:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 25 Aug 2022 06:29:24 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 25 Aug 2022 06:15:32 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20190722044203\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4017, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1661452166', 'no'),
(4018, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1661408966', 'no'),
(4019, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1661452166', 'no'),
(4020, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\'>A New WordPress.org Homepage and Download Page</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/when-the-free-rider-is-government/\'>Post Status: When the Free Rider is Government</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/webp-by-default-on-hold-for-6-1-after-new-objections-from-wordpress-lead-developers\'>WPTavern: WebP by Default on Hold for 6.1 After New Objections From WordPress Lead Developers</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/adjust-html-block-markup-fse-back-to-basics-wp-6-0-2-rc1-and-updating-wp_memory_limit/\'>Post Status: Adjust HTML Block Markup, FSE Back to Basics, WP 6.0.2 RC1, and Updating WP_MEMORY_LIMIT</a></li></ul></div>', 'no'),
(4025, '_site_transient_timeout_theme_roots', '1661424834', 'no'),
(4026, '_site_transient_theme_roots', 'a:1:{s:9:\"startnext\";s:7:\"/themes\";}', 'no'),
(4028, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:13:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.1\";s:7:\"version\";s:5:\"6.0.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.1\";s:7:\"version\";s:5:\"6.0.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.0.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.0-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.0-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.0\";s:7:\"version\";s:3:\"6.0\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.3.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-5.9.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.3\";s:7:\"version\";s:5:\"5.9.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.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-5.9.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.2\";s:7:\"version\";s:5:\"5.9.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.4\";s:7:\"version\";s:5:\"5.8.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.6\";s:7:\"version\";s:5:\"5.7.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.8\";s:7:\"version\";s:5:\"5.6.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.9\";s:7:\"version\";s:5:\"5.5.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.10\";s:7:\"version\";s:6:\"5.4.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.12\";s:7:\"version\";s:6:\"5.3.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.15\";s:7:\"version\";s:6:\"5.2.15\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.13\";s:7:\"version\";s:6:\"5.1.13\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1661423467;s:15:\"version_checked\";s:6:\"5.0.16\";s:12:\"translations\";a:0:{}}', 'no'),
(4030, '_site_transient_timeout_browser_a0909810a6d132832e28ef6da18ec77c', '1662027854', 'no'),
(4031, '_site_transient_browser_a0909810a6d132832e28ef6da18ec77c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"103.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(4039, 'widget_cbxgooglemap-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4047, 'newsletter_system_first_install_time', '1661423475', 'no'),
(4048, 'newsletter_system', 'a:0:{}', 'yes'),
(4049, 'newsletter_system_version', '1.1.0', 'yes'),
(4050, 'newsletter_subscription_antibot', 'a:6:{s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}s:9:\"antiflood\";i:60;s:7:\"akismet\";i:0;s:7:\"captcha\";i:0;s:8:\"disabled\";i:0;}', 'yes'),
(4051, '_transient_timeout_tnp_extensions_json', '1661682678', 'no'),
(4052, '_transient_tnp_extensions_json', '[{\"id\":\"101\",\"children_fileid\":\"\",\"version\":\"1.0.6\",\"title\":\"Gravity Forms\",\"description\":\"Integration between Gravity Forms and Newsletter to collect subscriptions directly from Gravity designed forms.\",\"slug\":\"newsletter-gravityforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/gravityforms-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/04\\/gravityforms.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=101\",\"wp_slug\":\"newsletter-gravityforms\\/gravityforms.php\"},{\"id\":\"100\",\"children_fileid\":\"\",\"version\":\"1.0.2\",\"title\":\"Easy Digital Downloads\",\"description\":\"The Newsletter Plugin integration for Easy Digital Downloads.\",\"slug\":\"newsletter-edd\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/edd-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/edd.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=100\",\"wp_slug\":\"newsletter-edd\\/edd.php\"},{\"id\":\"99\",\"children_fileid\":\"\",\"version\":\"1.0.4\",\"title\":\"Elementor Forms Addon\",\"description\":\"Integrates Elementor forms with Newsletter to collect subscription by forms created with Elementor.\",\"slug\":\"newsletter-elementor\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/elementor-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/04\\/elementor.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=99\",\"wp_slug\":\"newsletter-elementor\\/elementor.php\"},{\"id\":\"93\",\"children_fileid\":\"\",\"version\":\"1.0.3\",\"title\":\"External SMTP\",\"description\":\"Add SMTP support to Newsletter for sending emails.\",\"slug\":\"newsletter-smtp\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/smtp-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"4\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=93\",\"wp_slug\":\"newsletter-smtp\\/smtp.php\"},{\"id\":\"90\",\"children_fileid\":\"\",\"version\":\"1.1.2\",\"title\":\"Sendinblue\",\"description\":\"Integration with Sendinblue mailing service.\",\"slug\":\"newsletter-sendinblue\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sendinblue-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=90\",\"wp_slug\":\"newsletter-sendinblue\\/sendinblue.php\"},{\"id\":\"87\",\"children_fileid\":\"\",\"version\":\"1.0.5\",\"title\":\"Speed and Delivery Hours Control\",\"description\":\"Configure a different delivery speed for each newsletter and the delivery hours window. Only for regular newsletters.\",\"slug\":\"newsletter-speedcontrol\",\"type\":\"legacy\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/12\\/speedcontrol.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=87\",\"wp_slug\":\"newsletter-speedcontrol\\/speedcontrol.php\"},{\"id\":\"85\",\"children_fileid\":\"\",\"version\":\"1.1.8\",\"title\":\"Addons Manager\",\"description\":\"\",\"slug\":\"newsletter-extensions\",\"type\":\"manager\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"\",\"status\":\"4\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=85\",\"wp_slug\":\"newsletter-extensions\\/extensions.php\"},{\"id\":\"61\",\"children_fileid\":\"\",\"version\":\"4.2.7\",\"title\":\"Contact Form 7\",\"description\":\"Adds the newsletter subscription feature to your Contact Form 7 forms.\",\"slug\":\"newsletter-cf7\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/contact-form-7-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/users-32px-outline_badge-13.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=61\",\"wp_slug\":\"newsletter-cf7\\/cf7.php\"},{\"id\":\"83\",\"children_fileid\":\"\",\"version\":\"1.0.8\",\"title\":\"Ninja Forms Integration\",\"description\":\"Integrate Ninja Forms with Newsletter collecting subscription from your contact form.\",\"slug\":\"newsletter-ninjaforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/ninjaforms-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/ninjaforms.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=83\",\"wp_slug\":\"newsletter-ninjaforms\\/ninjaforms.php\"},{\"id\":\"84\",\"children_fileid\":\"\",\"version\":\"1.1.2\",\"title\":\"WP Forms Integration\",\"description\":\"Integration with WP-Forms plugin. You can add a subscription option to your contact forms.\",\"slug\":\"newsletter-wpforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/wpforms-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/wpforms.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=84\",\"wp_slug\":\"newsletter-wpforms\\/wpforms.php\"},{\"id\":\"72\",\"children_fileid\":\"\",\"version\":\"1.3.8\",\"title\":\"Autoresponder\",\"description\":\"Create unlimited email series to follow-up your subscribers. Lessons, up-sells, conversations.\",\"slug\":\"newsletter-autoresponder\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/autoresponder\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/emoticons-32px-outline_robot.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=72\",\"wp_slug\":\"newsletter-autoresponder\\/autoresponder.php\"},{\"id\":\"77\",\"children_fileid\":\"\",\"version\":\"2.2.4\",\"title\":\"Newsletter API\",\"description\":\"Access programmatically to The Newsletter Plugin via REST calls.\",\"slug\":\"newsletter-api\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/developers\\/newsletter-api-2\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/bold-direction@2x-1.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=77\",\"wp_slug\":\"newsletter-api\\/api.php\"},{\"id\":\"75\",\"children_fileid\":\"\",\"version\":\"1.1.7\",\"title\":\"Geolocation\",\"description\":\"Geolocate the subscribers and target them by geolocation in your campaign.\",\"slug\":\"newsletter-geo\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/geolocation-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/geo-extension-icon.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=75\",\"wp_slug\":\"newsletter-geo\\/geo.php\"},{\"id\":\"74\",\"children_fileid\":\"\",\"version\":\"1.3.8\",\"title\":\"Extended Composer Blocks\",\"description\":\"Adds new blocks to the newsletter composer: list, video, gallery, full post.\",\"slug\":\"newsletter-blocks\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/composer\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-3_widget.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=74\",\"wp_slug\":\"newsletter-blocks\\/blocks.php\"},{\"id\":\"70\",\"children_fileid\":\"\",\"version\":\"1.1.0\",\"title\":\"Subscribe on Comment\",\"description\":\"Adds the subscription option to your blog comment form\",\"slug\":\"newsletter-comments\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/comments-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/02\\/comment-notification.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=70\",\"wp_slug\":\"newsletter-comments\\/comments.php\"},{\"id\":\"68\",\"children_fileid\":\"\",\"version\":\"1.1.7\",\"title\":\"Google Analytics\",\"description\":\"Automatically add Google Analytics UTM campaign tracking to links\",\"slug\":\"newsletter-analytics\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/google-analytics\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/analytics.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=68\",\"wp_slug\":\"newsletter-analytics\\/analytics.php\"},{\"id\":\"50\",\"children_fileid\":\"\",\"version\":\"4.4.5\",\"title\":\"Reports\",\"description\":\"Shows tables and diagrams of the collected data (opens, clicks, ...).\",\"slug\":\"newsletter-reports\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/reports\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/business-32px-outline_chart-bar-33.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=50\",\"wp_slug\":\"newsletter-reports\\/reports.php\"},{\"id\":\"63\",\"children_fileid\":\"\",\"version\":\"1.7.5\",\"title\":\"WooCommerce\",\"description\":\"The Newsletter Plugin integration for WooCommerce\\u2122. Unleash your marketing powers.\",\"slug\":\"newsletter-woocommerce\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/woocommerce\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/woocommerce-extension-icon.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=63\",\"wp_slug\":\"newsletter-woocommerce\\/woocommerce.php\"},{\"id\":\"62\",\"children_fileid\":\"\",\"version\":\"4.5.6\",\"title\":\"Automated\",\"description\":\"Automatically creates periodic newsletters with your blog contents. Multichannel.\",\"slug\":\"newsletter-automated\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/automated\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/03\\/automated-32.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=62\",\"wp_slug\":\"newsletter-automated\\/automated.php\"},{\"id\":\"86\",\"children_fileid\":\"\",\"version\":\"1.3.3\",\"title\":\"Advanced Import\",\"description\":\"An advanced import system with extended profile fields and mapping (beta version).\",\"slug\":\"newsletter-import\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/advanced-import\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/file-upload-88.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=86\",\"wp_slug\":\"newsletter-import\\/import.php\"},{\"id\":\"55\",\"children_fileid\":\"\",\"version\":\"4.0.9\",\"title\":\"Facebook\",\"description\":\"One click subscription and confirmation with Facebook Connect.\",\"slug\":\"newsletter-facebook\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/facebook-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/facebook.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=55\",\"wp_slug\":\"newsletter-facebook\\/facebook.php\"},{\"id\":\"91\",\"children_fileid\":\"\",\"version\":\"1.0.2\",\"title\":\"Instasend\",\"description\":\"Quickly create a newsletter from a post (free for limited time)\",\"slug\":\"newsletter-instasend\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/instasend\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2020\\/05\\/instasend-32.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=91\",\"wp_slug\":\"newsletter-instasend\\/instasend.php\"},{\"id\":\"82\",\"children_fileid\":\"\",\"version\":\"1.0.0\",\"title\":\"Translatepress Bridge\",\"description\":\"Enables few multilanguage Newsletter features for who is using Translatepress.\",\"slug\":\"newsletter-translatepress\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/translatepress-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/09\\/translatepress.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=82\",\"wp_slug\":\"newsletter-translatepress\\/translatepress.php\"},{\"id\":\"79\",\"children_fileid\":\"\",\"version\":\"1.1.8\",\"title\":\"Events Manager Integration\",\"description\":\"Integrates with Events Manager plugin to add events in your regular and automated newsletters.\",\"slug\":\"newsletter-events\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/events-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/events-manager-icon.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=79\",\"wp_slug\":\"newsletter-events\\/events.php\"},{\"id\":\"76\",\"children_fileid\":\"\",\"version\":\"1.1.9\",\"title\":\"Bounce Management\",\"description\":\"This experimental extension manages the bounces and keeps the list clean of invalid addresses.\",\"slug\":\"newsletter-bounce\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/bounce-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/ic_settings_backup_restore_32px.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=76\",\"wp_slug\":\"newsletter-bounce\\/bounce.php\"},{\"id\":\"88\",\"children_fileid\":\"\",\"version\":\"1.2.1\",\"title\":\"The Events Calendar (by Tribe)\",\"description\":\"Adds a composer block which extracts the events managed by The Events Calendar plugin.\",\"slug\":\"newsletter-tribeevents\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/tribeevents-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/tribe-event-calendar-icon.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=88\",\"wp_slug\":\"newsletter-tribeevents\\/tribeevents.php\"},{\"id\":\"97\",\"children_fileid\":\"\",\"version\":\"1.0.5\",\"title\":\"Webhooks\",\"description\":\"Adds webhooks to trigger external services upon subscription and cancellation events.\",\"slug\":\"newsletter-webhooks\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/developers\\/newsletter-webhooks\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/bold-direction@2x-1.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=97\",\"wp_slug\":\"newsletter-webhooks\\/webhooks.php\"},{\"id\":\"67\",\"children_fileid\":\"\",\"version\":\"1.2.8\",\"title\":\"Leads\",\"description\":\"Add a popup or a fixed subscription bar to your website and offer your visitors a simple way to subscribe.\",\"slug\":\"newsletter-leads\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/leads\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=67\",\"wp_slug\":\"newsletter-leads\\/leads.php\"},{\"id\":\"73\",\"children_fileid\":\"\",\"version\":\"1.2.9\",\"title\":\"WP Users Integration\",\"description\":\"Connects the WordPress user registration with Newsletter subscription. Optionally imports all WP users as subscribers.\",\"slug\":\"newsletter-wpusers\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/wpusers-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/09\\/wpusers.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=73\",\"wp_slug\":\"newsletter-wpusers\\/wpusers.php\"},{\"id\":\"71\",\"children_fileid\":\"\",\"version\":\"1.1.3\",\"title\":\"Locked Content\",\"description\":\"Boost your subscription rate locking out your premium contents with a subscription form.\",\"slug\":\"newsletter-lock\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/locked-content-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-1_lock-open.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=71\",\"wp_slug\":\"newsletter-lock\\/lock.php\"},{\"id\":\"58\",\"children_fileid\":\"\",\"version\":\"4.0.7\",\"title\":\"Public Archive\",\"description\":\"Generates a public archive of the sent newsletters for your blog.\",\"slug\":\"newsletter-archive\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/archive-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/files-32px-outline_archive-3d-content.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=58\",\"wp_slug\":\"newsletter-archive\\/archive.php\"},{\"id\":\"54\",\"children_fileid\":\"\",\"version\":\"4.1.3\",\"title\":\"Followup\",\"description\":\"Automated email series sent upon subscription at defined intervals.\",\"slug\":\"newsletter-followup\",\"type\":\"legacy\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/follow-up-module\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-2_time-countdown.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=54\",\"wp_slug\":\"newsletter-followup\\/followup.php\"},{\"id\":\"53\",\"children_fileid\":null,\"version\":\"2.2.0\",\"title\":\"Popup\",\"description\":\"Configurable popup system to increase the subscription rate.\",\"slug\":\"newsletter-popup\",\"type\":\"legacy\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/popup-module\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=53\",\"wp_slug\":\"newsletter-popup\\/popup.php\"},{\"id\":\"51\",\"children_fileid\":\"\",\"version\":\"4.1.3\",\"title\":\"Feed by Mail\",\"description\":\"Automatically creates and sends newsletters with the latest blog posts.\",\"slug\":\"newsletter-feed\",\"type\":\"legacy\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/feed-by-mail-extension\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_playlist.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=51\",\"wp_slug\":\"newsletter-feed\\/feed.php\"},{\"id\":\"52\",\"children_fileid\":\"\",\"version\":\"4.1.0\",\"title\":\"Mailjet\",\"description\":\"Integrates the Mailjet delivery system and bounce detection.\",\"slug\":\"newsletter-mailjet\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/mailjet-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=52\",\"wp_slug\":\"newsletter-mailjet\\/mailjet.php\"},{\"id\":\"49\",\"children_fileid\":\"\",\"version\":\"4.0.0\",\"title\":\"Mandrill\",\"description\":\"Integrates the Mandrill delivery system and bounce detection.\",\"slug\":\"newsletter-mandrill\",\"type\":\"legacy\",\"url\":\"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/mandrill-module\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=49\",\"wp_slug\":\"newsletter-mandrill\\/mandrill.php\"},{\"id\":\"60\",\"children_fileid\":\"\",\"version\":\"1.3.8\",\"title\":\"Amazon SES\",\"description\":\"Integrates Newsletter with Amazon SES service for sending emails and processing bounces.\",\"slug\":\"newsletter-amazon\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/amazon-ses-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=60\",\"wp_slug\":\"newsletter-amazon\\/amazon.php\"},{\"id\":\"48\",\"children_fileid\":\"\",\"version\":\"4.2.6\",\"title\":\"SendGrid\",\"description\":\"Integrates the SendGrid delivery system and bounce detection.\",\"slug\":\"newsletter-sendgrid\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sendgrid-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=48\",\"wp_slug\":\"newsletter-sendgrid\\/sendgrid.php\"},{\"id\":\"65\",\"children_fileid\":\"\",\"version\":\"4.1.5\",\"title\":\"Mailgun\",\"description\":\"Integrates the Mailgun delivery system and bounce detection.\",\"slug\":\"newsletter-mailgun\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/mailgun-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=65\",\"wp_slug\":\"newsletter-mailgun\\/mailgun.php\"},{\"id\":\"69\",\"children_fileid\":\"\",\"version\":\"1.2.1\",\"title\":\"SparkPost\",\"description\":\"Integrates Newsletter with the SparkPost mail delivery service and bounce detection.\",\"slug\":\"newsletter-sparkpost\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sparkpost-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=69\",\"wp_slug\":\"newsletter-sparkpost\\/sparkpost.php\"},{\"id\":\"66\",\"children_fileid\":\"\",\"version\":\"1.1.2\",\"title\":\"ElasticEmail\",\"description\":\"ElasticEmail integration\",\"slug\":\"newsletter-elasticemail\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/elasticemail-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"2\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=66\",\"wp_slug\":\"newsletter-elasticemail\\/elasticemail.php\"},{\"id\":\"56\",\"children_fileid\":\"\",\"version\":\"2.2.0\",\"title\":\"Grabber\",\"description\":\"Experimental! General subscription grabber from other forms. Requires technical skills.\",\"slug\":\"newsletter-grabber\",\"type\":\"legacy\",\"url\":\"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/grabber-module\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/placeholder.png\",\"status\":\"4\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=56\",\"wp_slug\":\"newsletter-grabber\\/grabber.php\"},{\"id\":\"96\",\"children_fileid\":\"\",\"version\":\"1.0.3\",\"title\":\"Office 365 Header Removal\",\"description\":\"This addon removes hidden headers from outgoing email to avoid Office365 SMTP block (or attempt to...). Install ONLY if you\'re using Office365 SMTP with an SMTP plugin!\",\"slug\":\"newsletter-office365\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"status\":\"3\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=96\",\"wp_slug\":\"newsletter-office365\\/office365.php\"}]', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4053, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1661423486;s:8:\"response\";a:1:{s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"6.9.0\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:1;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:10:{s:29:\"apply-online/apply-online.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/apply-online\";s:4:\"slug\";s:12:\"apply-online\";s:6:\"plugin\";s:29:\"apply-online/apply-online.php\";s:11:\"new_version\";s:5:\"2.4.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/apply-online/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/apply-online.2.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/apply-online/assets/icon-256x256.jpg?rev=1539935\";s:2:\"1x\";s:65:\"https://ps.w.org/apply-online/assets/icon-128x128.png?rev=1539935\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/apply-online/assets/banner-772x250.jpeg?rev=2349398\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:29:\"cbxgooglemap/cbxgooglemap.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/cbxgooglemap\";s:4:\"slug\";s:12:\"cbxgooglemap\";s:6:\"plugin\";s:29:\"cbxgooglemap/cbxgooglemap.php\";s:11:\"new_version\";s:6:\"1.1.11\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/cbxgooglemap/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/cbxgooglemap.1.1.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/cbxgooglemap/assets/icon-256x256.png?rev=2278206\";s:2:\"1x\";s:65:\"https://ps.w.org/cbxgooglemap/assets/icon-128x128.png?rev=2278206\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/cbxgooglemap/assets/banner-1544x500.png?rev=2278206\";s:2:\"1x\";s:67:\"https://ps.w.org/cbxgooglemap/assets/banner-772x250.png?rev=2278206\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:13:\"cmb2/init.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:18:\"w.org/plugins/cmb2\";s:4:\"slug\";s:4:\"cmb2\";s:6:\"plugin\";s:13:\"cmb2/init.php\";s:11:\"new_version\";s:6:\"2.10.1\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/cmb2/\";s:7:\"package\";s:47:\"https://downloads.wordpress.org/plugin/cmb2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://ps.w.org/cmb2/assets/icon-256x256.png?rev=1081087\";s:2:\"1x\";s:57:\"https://ps.w.org/cmb2/assets/icon-128x128.png?rev=1081087\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/cmb2/assets/banner-1544x500.png?rev=1081087\";s:2:\"1x\";s:59:\"https://ps.w.org/cmb2/assets/banner-772x250.png?rev=1081087\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.8.0\";}s:43:\"cmb2-field-type-font-awesome/iconselect.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/cmb2-field-type-font-awesome\";s:4:\"slug\";s:28:\"cmb2-field-type-font-awesome\";s:6:\"plugin\";s:43:\"cmb2-field-type-font-awesome/iconselect.php\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/cmb2-field-type-font-awesome/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/cmb2-field-type-font-awesome.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/cmb2-field-type-font-awesome/assets/icon-256x256.png?rev=1816166\";s:2:\"1x\";s:81:\"https://ps.w.org/cmb2-field-type-font-awesome/assets/icon-128x128.png?rev=1816166\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/cmb2-field-type-font-awesome/assets/banner-772x250.png?rev=1816166\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.6.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:5:\"6.0.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.4.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:39:\"google-typography/google-typography.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/google-typography\";s:4:\"slug\";s:17:\"google-typography\";s:6:\"plugin\";s:39:\"google-typography/google-typography.php\";s:11:\"new_version\";s:5:\"1.1.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/google-typography/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/google-typography.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/google-typography/assets/icon-256x256.png?rev=2008716\";s:2:\"1x\";s:70:\"https://ps.w.org/google-typography/assets/icon-128x128.png?rev=2008716\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/google-typography/assets/banner-1544x500.png?rev=1579730\";s:2:\"1x\";s:72:\"https://ps.w.org/google-typography/assets/banner-772x250.png?rev=1579730\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"7.5.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.7.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/newsletter/assets/banner-1544x500.png?rev=1052027\";s:2:\"1x\";s:65:\"https://ps.w.org/newsletter/assets/banner-772x250.png?rev=1052027\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.3.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=2506685\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=2506685\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=2506685\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.0.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}s:37:\"simple-job-board/simple-job-board.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/simple-job-board\";s:4:\"slug\";s:16:\"simple-job-board\";s:6:\"plugin\";s:37:\"simple-job-board/simple-job-board.php\";s:11:\"new_version\";s:6:\"2.10.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/simple-job-board/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/simple-job-board.2.10.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/simple-job-board/assets/icon-256x256.png?rev=1829069\";s:2:\"1x\";s:69:\"https://ps.w.org/simple-job-board/assets/icon-128x128.png?rev=1829069\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/simple-job-board/assets/banner-772x250.jpg?rev=2762488\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3, 5, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(4, 5, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"bui-wp \"[your-subject]\"\";s:6:\"sender\";s:35:\"BUI <info@brightuitechnologies.com>\";s:9:\"recipient\";s:25:\"brightuitesting@gmail.com\";s:4:\"body\";s:191:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on bui-wp (http://localhost/brightuiprojects/trunk/bui-wp)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(5, 5, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"bui-wp \"[your-subject]\"\";s:6:\"sender\";s:30:\"bui-wp <balabui2016@gmail.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:133:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on bui-wp (http://localhost/brightuiprojects/trunk/bui-wp)\";s:18:\"additional_headers\";s:31:\"Reply-To: balabui2016@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(6, 5, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(7, 5, '_additional_settings', ''),
(8, 5, '_locale', 'en_US'),
(9, 7, '_wp_attached_file', '2019/06/log_file_2019-06-11__10-11-38.txt'),
(27, 31, '_wp_attached_file', '2019/04/map-1-1.png'),
(28, 31, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:910;s:6:\"height\";i:443;s:4:\"file\";s:19:\"2019/04/map-1-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"map-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"map-1-1-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"map-1-1-768x374.png\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:19:\"map-1-1-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:19:\"map-1-1-640x443.png\";s:5:\"width\";i:640;s:6:\"height\";i:443;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(29, 31, '_wxr_import_parent', '245'),
(45, 52, '_wp_attached_file', '2019/04/5-2-1-1.jpg'),
(46, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:95;s:6:\"height\";i:95;s:4:\"file\";s:19:\"2019/04/5-2-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(47, 52, '_wxr_import_parent', '245'),
(48, 53, '_wp_attached_file', '2019/04/1-2-1-1.jpg'),
(49, 53, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:95;s:6:\"height\";i:95;s:4:\"file\";s:19:\"2019/04/1-2-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(50, 53, '_wxr_import_parent', '245'),
(51, 54, '_wp_attached_file', '2019/04/2-2-1-1.jpg'),
(52, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:95;s:6:\"height\";i:95;s:4:\"file\";s:19:\"2019/04/2-2-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(53, 54, '_wxr_import_parent', '245'),
(54, 55, '_wp_attached_file', '2019/04/3-2-1-1.jpg'),
(55, 55, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:95;s:6:\"height\";i:95;s:4:\"file\";s:19:\"2019/04/3-2-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(56, 55, '_wxr_import_parent', '245'),
(57, 57, '_wp_attached_file', '2019/04/4-2-1-1.jpg'),
(58, 57, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:95;s:6:\"height\";i:95;s:4:\"file\";s:19:\"2019/04/4-2-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(69, 62, '_wp_attached_file', '2019/04/log_file_2019-04-25__15-17-39-1-1.txt'),
(70, 63, '_wp_attached_file', '2019/04/partner-4-1-1.png'),
(71, 63, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:103;s:6:\"height\";i:33;s:4:\"file\";s:25:\"2019/04/partner-4-1-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(73, 64, '_wp_attached_file', '2019/04/partner-5-1-1.png'),
(74, 64, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:103;s:6:\"height\";i:33;s:4:\"file\";s:25:\"2019/04/partner-5-1-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(103, 84, '_wp_attached_file', '2019/04/blog-details-1-1.jpg'),
(104, 84, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:550;s:4:\"file\";s:28:\"2019/04/blog-details-1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"blog-details-1-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:28:\"blog-details-1-1-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"blog-details-1-1-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:28:\"blog-details-1-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:28:\"blog-details-1-1-640x450.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(105, 84, '_wp_old_slug', 'blog-details'),
(107, 147, '_wp_attached_file', '2019/04/1-1-1.png'),
(108, 147, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:685;s:6:\"height\";i:494;s:4:\"file\";s:17:\"2019/04/1-1-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"1-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"1-1-1-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:17:\"1-1-1-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:17:\"1-1-1-640x450.png\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(110, 218, '_wp_attached_file', '2019/04/post-image-one-1-1.jpg'),
(111, 218, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:730;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2019/04/post-image-one-1-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"post-image-one-1-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:30:\"post-image-one-1-1-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:30:\"post-image-one-1-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:30:\"post-image-one-1-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(113, 222, '_wp_attached_file', '2019/04/post-image-two-1-1.jpg'),
(114, 222, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:730;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2019/04/post-image-two-1-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"post-image-two-1-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:30:\"post-image-two-1-1-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:30:\"post-image-two-1-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:30:\"post-image-two-1-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(116, 226, '_wp_attached_file', '2019/04/post-image-three-1-1.jpg'),
(117, 226, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:730;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2019/04/post-image-three-1-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"post-image-three-1-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:32:\"post-image-three-1-1-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:32:\"post-image-three-1-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:32:\"post-image-three-1-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(119, 230, '_wp_attached_file', '2019/04/post-image-four-1-1.jpg'),
(120, 230, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:730;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2019/04/post-image-four-1-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"post-image-four-1-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:31:\"post-image-four-1-1-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:31:\"post-image-four-1-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:31:\"post-image-four-1-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(122, 242, '_wp_attached_file', '2019/04/post-image-five-1-1.jpg'),
(123, 242, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:730;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2019/04/post-image-five-1-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"post-image-five-1-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:31:\"post-image-five-1-1-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:31:\"post-image-five-1-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:31:\"post-image-five-1-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(125, 243, '_wp_attached_file', '2019/04/favicon-1-1.png'),
(126, 243, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:23:\"2019/04/favicon-1-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(127, 8, '_wp_attached_file', '2019/05/log_file_2019-05-10__08-03-41.txt'),
(156, 117, '_menu_item_type', 'post_type'),
(157, 117, '_menu_item_menu_item_parent', '0'),
(158, 117, '_menu_item_object_id', '104'),
(159, 117, '_menu_item_object', 'page'),
(160, 117, '_menu_item_target', ''),
(161, 117, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(162, 117, '_menu_item_xfn', ''),
(163, 117, '_menu_item_url', ''),
(165, 244, '_wp_attached_file', '2019/05/log_file_2019-05-05__14-58-05.txt'),
(166, 245, '_wp_attached_file', '2019/05/log_file_2019-05-03__11-53-51-1.txt'),
(167, 246, '_wp_attached_file', '2019/05/log_file_2019-05-03__11-22-00-1.txt'),
(200, 333, '_wp_attached_file', '2019/05/main-pic.png'),
(201, 333, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:580;s:6:\"height\";i:560;s:4:\"file\";s:20:\"2019/05/main-pic.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"main-pic-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:20:\"main-pic-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:20:\"main-pic-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:20:\"main-pic-580x450.png\";s:5:\"width\";i:580;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(203, 334, '_wp_attached_file', '2019/05/main-pic-1.png'),
(204, 334, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:342;s:6:\"height\";i:396;s:4:\"file\";s:22:\"2019/05/main-pic-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main-pic-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"main-pic-1-259x300.png\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:22:\"main-pic-1-342x300.png\";s:5:\"width\";i:342;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(206, 335, '_wp_attached_file', '2019/05/main-pic-2.png'),
(207, 335, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:418;s:6:\"height\";i:378;s:4:\"file\";s:22:\"2019/05/main-pic-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main-pic-2-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:22:\"main-pic-2-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:22:\"main-pic-2-418x300.png\";s:5:\"width\";i:418;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(209, 118, '_menu_item_type', 'custom'),
(210, 118, '_menu_item_menu_item_parent', '0'),
(211, 118, '_menu_item_object_id', '118'),
(212, 118, '_menu_item_object', 'custom'),
(213, 118, '_menu_item_target', ''),
(214, 118, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(215, 118, '_menu_item_xfn', ''),
(216, 118, '_menu_item_url', '#'),
(217, 119, '_menu_item_type', 'post_type'),
(218, 119, '_menu_item_menu_item_parent', '118'),
(219, 119, '_menu_item_object_id', '104'),
(220, 119, '_menu_item_object', 'page'),
(221, 119, '_menu_item_target', ''),
(222, 119, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(223, 119, '_menu_item_xfn', ''),
(224, 119, '_menu_item_url', ''),
(235, 128, '_menu_item_type', 'custom'),
(236, 128, '_menu_item_menu_item_parent', '118'),
(237, 128, '_menu_item_object_id', '128'),
(238, 128, '_menu_item_object', 'custom'),
(239, 128, '_menu_item_target', ''),
(240, 128, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(241, 128, '_menu_item_xfn', ''),
(242, 128, '_menu_item_url', '#'),
(243, 129, '_menu_item_type', 'post_type'),
(244, 129, '_menu_item_menu_item_parent', '128'),
(245, 129, '_menu_item_object_id', '123'),
(246, 129, '_menu_item_object', 'page'),
(247, 129, '_menu_item_target', ''),
(248, 129, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(249, 129, '_menu_item_xfn', ''),
(250, 129, '_menu_item_url', ''),
(252, 134, '_menu_item_type', 'post_type'),
(253, 134, '_menu_item_menu_item_parent', '118'),
(254, 134, '_menu_item_object_id', '131'),
(255, 134, '_menu_item_object', 'page'),
(256, 134, '_menu_item_target', ''),
(257, 134, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(258, 134, '_menu_item_xfn', ''),
(259, 134, '_menu_item_url', ''),
(279, 149, '_menu_item_type', 'post_type'),
(280, 149, '_menu_item_menu_item_parent', '0'),
(281, 149, '_menu_item_object_id', '146'),
(282, 149, '_menu_item_object', 'page'),
(283, 149, '_menu_item_target', ''),
(284, 149, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(285, 149, '_menu_item_xfn', ''),
(286, 149, '_menu_item_url', ''),
(288, 150, '_menu_item_type', 'custom'),
(289, 150, '_menu_item_menu_item_parent', '0'),
(290, 150, '_menu_item_object_id', '150'),
(291, 150, '_menu_item_object', 'custom'),
(292, 150, '_menu_item_target', ''),
(293, 150, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(294, 150, '_menu_item_xfn', ''),
(295, 150, '_menu_item_url', '#'),
(296, 151, '_menu_item_type', 'post_type'),
(297, 151, '_menu_item_menu_item_parent', '150'),
(298, 151, '_menu_item_object_id', '90'),
(299, 151, '_menu_item_object', 'post'),
(300, 151, '_menu_item_target', ''),
(301, 151, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(302, 151, '_menu_item_xfn', ''),
(303, 151, '_menu_item_url', ''),
(305, 152, '_menu_item_type', 'post_type'),
(306, 152, '_menu_item_menu_item_parent', '0'),
(307, 152, '_menu_item_object_id', '104'),
(308, 152, '_menu_item_object', 'page'),
(309, 152, '_menu_item_target', ''),
(310, 152, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(311, 152, '_menu_item_xfn', ''),
(312, 152, '_menu_item_url', ''),
(350, 157, '_menu_item_type', 'post_type'),
(351, 157, '_menu_item_menu_item_parent', '0'),
(352, 157, '_menu_item_object_id', '146'),
(353, 157, '_menu_item_object', 'page'),
(354, 157, '_menu_item_target', ''),
(355, 157, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(356, 157, '_menu_item_xfn', ''),
(357, 157, '_menu_item_url', ''),
(387, 104, '_wpb_vc_js_status', 'true'),
(390, 123, '_wpb_vc_js_status', 'true'),
(391, 131, '_wpb_vc_js_status', 'true'),
(457, 306, '_menu_item_type', 'post_type'),
(458, 306, '_menu_item_menu_item_parent', '9'),
(459, 306, '_menu_item_object_id', '301'),
(460, 306, '_menu_item_object', 'page'),
(461, 306, '_menu_item_target', ''),
(462, 306, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(463, 306, '_menu_item_xfn', ''),
(464, 306, '_menu_item_url', ''),
(484, 309, '_menu_item_type', 'post_type'),
(485, 309, '_menu_item_menu_item_parent', '128'),
(486, 309, '_menu_item_object_id', '127'),
(487, 309, '_menu_item_object', 'project'),
(488, 309, '_menu_item_target', ''),
(489, 309, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(490, 309, '_menu_item_xfn', ''),
(491, 309, '_menu_item_url', ''),
(521, 146, '_wpb_vc_js_status', 'true'),
(556, 301, '_wpb_vc_js_status', 'true'),
(557, 301, 'page_color', 'brink-pink'),
(558, 301, '_dp_original', '297'),
(577, 38, '_thumbnail_id', '533'),
(578, 38, 'startnext_client_name', 'PHP, Wordpress'),
(579, 38, 'startnext_project_completed_date', 'Church Details'),
(580, 38, 'startnext_location', 'United States'),
(581, 38, 'startnext_link', 'http://www.calvaryevergreen.org/'),
(582, 38, 'projectfile', 'a:4:{i:533;s:81:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/calvary-1.png\";i:534;s:81:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/calvary-2.png\";i:535;s:81:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/calvary-3.png\";i:536;s:81:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/calvary-4.png\";}'),
(583, 38, 'startnext_client_name_label', 'Technologies'),
(584, 38, 'startnext_category_label', 'Category'),
(585, 38, 'startnext_project_completed_date_label', 'Industry'),
(586, 38, 'startnext_location_label', 'Country'),
(609, 46, '_thumbnail_id', '551'),
(610, 46, 'startnext_client_name', 'PHP, Wordpress'),
(611, 46, 'startnext_project_completed_date', 'Wholesale Kitchen & Bath'),
(612, 46, 'startnext_location', 'United States'),
(613, 46, 'startnext_link', 'http://georgiawholesalekitchenandbath.com/'),
(614, 46, 'projectfile', 'a:4:{i:551;s:81:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/georgia-1.png\";i:552;s:81:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/georgia-2.png\";i:553;s:81:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/georgia-3.png\";i:554;s:81:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/georgia-4.png\";}'),
(615, 46, '_dp_original', '38'),
(616, 46, 'startnext_client_name_label', 'Technologies'),
(617, 46, 'startnext_category_label', 'Category'),
(618, 46, 'startnext_project_completed_date_label', 'Industry'),
(619, 46, 'startnext_location_label', 'Country'),
(620, 47, '_thumbnail_id', '546'),
(621, 47, 'startnext_client_name', 'PHP, Wordpress'),
(622, 47, 'startnext_project_completed_date', 'Schools'),
(623, 47, 'startnext_location', 'United States'),
(624, 47, 'startnext_link', 'https://dev.brightuitechnologies.com/veritaschools/'),
(625, 47, 'projectfile', 'a:4:{i:546;s:80:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/school-1.png\";i:547;s:80:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/school-2.png\";i:548;s:80:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/school-3.png\";i:549;s:80:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/school-4.png\";}'),
(626, 47, '_dp_original', '38'),
(627, 47, 'startnext_client_name_label', 'Technologies'),
(628, 47, 'startnext_category_label', 'Category'),
(629, 47, 'startnext_project_completed_date_label', 'Industry'),
(630, 47, 'startnext_location_label', 'Country'),
(631, 48, '_thumbnail_id', '539'),
(632, 48, 'startnext_client_name', 'PHP, Wordpress'),
(633, 48, 'startnext_project_completed_date', 'Church Community'),
(634, 48, 'startnext_location', 'United States'),
(635, 48, 'startnext_link', 'https://riverrockschurch.com/'),
(636, 48, 'projectfile', 'a:4:{i:539;s:83:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/riverrock-1.png\";i:542;s:84:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/riverrocks-2.png\";i:540;s:83:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/riverrock-3.png\";i:541;s:83:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/riverrock-4.png\";}'),
(637, 48, '_dp_original', '38'),
(638, 48, 'startnext_client_name_label', 'Technologies'),
(639, 48, 'startnext_category_label', 'Category'),
(640, 48, 'startnext_project_completed_date_label', 'Industry'),
(641, 48, 'startnext_location_label', 'Country'),
(643, 79, '_thumbnail_id', '230'),
(645, 86, '_thumbnail_id', '226'),
(646, 86, '_dp_original', '79'),
(648, 90, '_thumbnail_id', '222'),
(649, 90, '_dp_original', '79'),
(651, 95, '_thumbnail_id', '242'),
(652, 95, '_dp_original', '90'),
(653, 125, '_thumbnail_id', '523'),
(654, 125, 'startnext_client_name', 'PHP, Wordpress'),
(655, 125, 'startnext_project_completed_date', 'Woocommerce'),
(656, 125, 'startnext_location', 'United States'),
(657, 125, 'startnext_link', 'https://www.pineneedles4sale.com/'),
(658, 125, 'projectfile', 'a:4:{i:525;s:81:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/pinethree.png\";i:526;s:79:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/pinetwo.png\";i:524;s:79:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/pineone.png\";i:522;s:80:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/pinefour.png\";}'),
(659, 125, '_dp_original', '46'),
(660, 125, 'startnext_client_name_label', 'Technologies'),
(661, 125, 'startnext_category_label', 'Category'),
(662, 125, 'startnext_project_completed_date_label', 'Industry'),
(663, 125, 'startnext_location_label', 'Country'),
(664, 126, '_thumbnail_id', '517'),
(665, 126, 'startnext_client_name', 'PHP, Wordpress'),
(666, 126, 'startnext_project_completed_date', 'Product Details'),
(667, 126, 'startnext_location', 'United States'),
(668, 126, 'startnext_link', 'http://dev.brightuitechnologies.com/hudson/'),
(669, 126, 'projectfile', 'a:4:{i:518;s:82:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/hundsonone.png\";i:519;s:84:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/hundsonthree.png\";i:520;s:82:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/hundsontwo.png\";i:516;s:83:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/hundsonfour.png\";}'),
(670, 126, '_dp_original', '45'),
(671, 126, 'startnext_client_name_label', 'Technologies'),
(672, 126, 'startnext_category_label', 'Category'),
(673, 126, 'startnext_project_completed_date_label', 'Industry'),
(674, 126, 'startnext_location_label', 'Country'),
(676, 238, '_thumbnail_id', '218'),
(696, 127, '_thumbnail_id', '389'),
(697, 127, 'startnext_client_name', 'PHP, Wordpress'),
(698, 127, 'startnext_project_completed_date', 'Product Details'),
(699, 127, 'startnext_location', 'United States'),
(700, 127, 'startnext_link', 'https://www.railroadsoftware.com/'),
(701, 127, 'projectfile', 'a:4:{i:513;s:83:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/railroadone.png\";i:515;s:79:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/railtwo.png\";i:514;s:81:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/railthree.png\";i:512;s:80:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/railfour.png\";}'),
(702, 127, '_dp_original', '47'),
(703, 127, 'startnext_client_name_label', 'Technologies'),
(704, 127, 'startnext_project_completed_date_label', 'Industry'),
(705, 127, 'startnext_location_label', 'Country'),
(706, 127, 'startnext_category_label', 'Category'),
(707, 141, '_form', '<div class=\"faq-contact\">\n<div class=\"container\">\n<h3>Get a Quote</h3>\n<div class=\"row\">\n	<div class=\"col-lg-6 col-md-6\">\n		<div class=\"form-group\">\n[text* faq-name class:form-control placeholder \"Name\"]\n		</div>\n	</div>\n	\n	<div class=\"col-lg-6 col-md-6\">\n		<div class=\"form-group\">\n[email* faq-email class:form-control placeholder \"Email\"]\n		</div>\n	</div>\n	\n	<div class=\"col-lg-6 col-md-6\">\n		<div class=\"form-group\">\n[text* faq-phone class:form-control placeholder \"Phone Number\"]\n		</div>\n	</div>\n\n        <div class=\"col-lg-6 col-md-6\">\n		<div class=\"form-group\">\n[text faq-subject class:form-control placeholder \"Subject\"]\n		</div>\n	</div>\n	\n	<div class=\"col-lg-12 col-md-12\">\n		<div class=\"form-group\">\n[textarea* faq-textarea class:form-control placeholder \"Message\"]\n		</div>\n	</div>\n<div>\n\n</div>	\n	<div class=\"col-lg-12 col-md-12\">\n[submit class:btn class:btn-primary \"Submit Now!\"]\n	</div>\n</div>\n</div>\n</div>');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(708, 141, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"Get a Quote - [faq-subject]\";s:6:\"sender\";s:35:\"BUI <info@brightuitechnologies.com>\";s:9:\"recipient\";s:25:\"brightuitesting@gmail.com\";s:4:\"body\";s:21436:\"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"templateContainer\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 5px solid #FFFFFF;max-width: 600px !important; margin:0 auto; font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n							<tbody><tr>\n								<td valign=\"top\" id=\"templateUpperHeader\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;padding-top: 0px;padding-right: 15px;\">\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\n											</td>\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"upper_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"upper_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnTextBlockOuter\">\n        <tr>\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\n                    <tbody><tr>\n                        \n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\"> <img src=\"http://dev.brightuitechnologies.com/site/wp-content/themes/startnext/landing/img/logo.png\" width=\"250\" /></td>\n                    </tr>\n                </tbody></table>\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n										</tr>\n									</tbody></table>\n								</td>\n							</tr>\n							<tr>\n								<td valign=\"top\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;\">\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnImageBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnImageBlockOuter\">\n            <tr>\n                <td valign=\"top\" style=\"padding:0px\" class=\"mcnImageBlockInner\">\n                    <table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"mcnImageContentContainer\" style=\"min-width:100%;\">\n                        <tbody><tr>\n                            <td class=\"mcnImageContent\" valign=\"top\" style=\"padding-right: 0px; padding-left: 0px; padding-top: 0; padding-bottom: 0; text-align:center;\"><img align=\"center\" alt=\"\" src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/main_image.png\" width=\"590\" style=\"max-width:600px; padding-bottom: 0; display: inline !important; vertical-align: bottom;\" class=\"mcnImage\"></td>\n                        </tr>\n                    </tbody></table>\n                </td>\n            </tr>\n    </tbody>\n</table></td>\n										</tr>\n									</tbody></table>\n								</td>\n							</tr>\n							<tr>\n								<td valign=\"top\" id=\"templateColumns\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\n									<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td valign=\"top\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												\n												<table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\" id=\"templateBody\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\n													<tbody><tr>\n														<td mc:container=\"body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnTextBlockOuter\">\n        <tr>\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\n                <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\n                    <tbody><tr>\n                        \n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;\">\n                        \n                           <table cellpadding=\"0\" cellspacing=\"0\" style=\"width:90%; margin:0 auto;\">\n                                        <tbody><tr>\n                                            <td style=\"padding:5px; text-align:right; width:40%; border:1px solid #fff;\">Name</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff; width:60%;\">[faq-name]</td>\n                                        </tr>                                        \n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Email Id</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[faq-email]</td>\n                                        </tr>\n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Phone No</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d;  border:1px solid #fff;\">[faq-phone]</td>\n                                        </tr>   \n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Subject</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[faq-subject]</td>\n                                        </tr>                             \n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Message </td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[faq-textarea]</td>\n                                        </tr>\n                       </tbody></table>\n                        </td>\n                    </tr>\n                </tbody></table>\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n													</tr>\n												</tbody></table>\n											</td>\n											<td align=\"right\" valign=\"top\" style=\"padding-top: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email1.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\n											</td>\n										</tr>\n									\n							<tr>\n								<td valign=\"top\" id=\"templateLowerBody\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;\">\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\n											</td>\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnFollowBlockOuter\">\n        <tr>\n            <td align=\"center\" valign=\"top\" style=\"padding:9px\" class=\"mcnFollowBlockInner\">\n                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentContainer\" style=\"min-width:100%;\">\n    <tbody><tr>\n        <td align=\"center\" style=\"padding-left:9px;padding-right:9px;\">\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"min-width:100%;\" class=\"mcnFollowContent\">\n                <tbody><tr>\n                    <td align=\"center\" valign=\"top\" style=\"padding-top:9px; padding-right:9px; padding-left:9px;\">\n                        <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n                            <tbody><tr>\n                                <td align=\"center\" valign=\"top\">\n                                        \n                                        \n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\n                                                <tbody><tr>\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\n                                                            <tbody><tr>\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\n                                                                        <tbody><tr>\n                                                                            \n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-facebook-48.png\" alt=\"FRIEND ON FACEBOOK\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\n                                                                                </td>\n                                                                            \n                                                                            \n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FRIEND ON FACEBOOK</a>\n                                                                                </td>\n                                                                            \n                                                                        </tr>\n                                                                    </tbody></table>\n                                                                </td>\n                                                            </tr>\n                                                        </tbody></table>\n                                                    </td>\n                                                </tr>\n                                            </tbody></table>\n                                        \n                                        \n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\n                                                <tbody><tr>\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\n                                                            <tbody><tr>\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\n                                                                        <tbody><tr>\n                                                                            \n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-linkedin-48.png\" alt=\"FOLLOW ON LINKEDIN\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\n                                                                                </td>\n                                                                            \n                                                                            \n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FOLLOW ON LINKEDIN</a>\n                                                                                </td>\n                                                                            \n                                                                        </tr>\n                                                                    </tbody></table>\n                                                                </td>\n                                                            </tr>\n                                                        </tbody></table>\n                                                    </td>\n                                                </tr>\n                                            </tbody></table>                                        \n                                        \n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\n                                                <tbody><tr>\n                                                    <td valign=\"top\" style=\"padding-right:0; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\n                                                            <tbody><tr>\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\n                                                                        <tbody><tr>\n                                                                            \n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-link-48.png\" alt=\"VISIT OUR PAGE\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\n                                                                                </td>\n                                                                            \n                                                                            \n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">VISIT OUR PAGE</a>\n                                                                                </td>\n                                                                            \n                                                                        </tr>\n                                                                    </tbody></table>\n                                                                </td>\n                                                            </tr>\n                                                        </tbody></table>\n                                                    </td>\n                                                </tr>\n                                            </tbody></table>\n                                </td>\n                            </tr>\n                        </tbody></table>\n                    </td>\n                </tr>\n            </tbody></table>\n        </td>\n    </tr>\n</tbody></table>\n\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n										</tr>\n									</tbody></table>\n								</td>\n							</tr>\n							<tr>\n								<td valign=\"top\" id=\"templateFooter\" mc:container=\"footer_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 5px solid #FFFFFF;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;\" mccontainer=\"footer_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnTextBlockOuter\">\n        <tr>\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\n                    <tbody><tr>\n                        \n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\">© 2019 <a style=\"color: orange;\" target=\"_blank\" href=\"http://brightuitechnologies.com/\">BrightUI Technologies</a></td>\n                    </tr>\n                </tbody></table>\n				\n                \n				\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n							</tr>\n						</tbody></table>\";s:18:\"additional_headers\";s:21:\"Reply-To: [faq-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(709, 141, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"StartP \"[your-subject]\"\";s:6:\"sender\";s:31:\"StartP <wordpress@jibdara.com,>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:128:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on StartP (https://www.jibdara.com/tf-wp-demo/startp)\";s:18:\"additional_headers\";s:33:\"Reply-To: msakibahmed3s@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(710, 141, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(711, 141, '_additional_settings', ''),
(712, 141, '_locale', 'en_US'),
(713, 142, '_form', '<h3>Contact Form</h3>\n<h6>Let\'s talk about your idea to success!</h6>\n<div id=\"contactForm\">\n	<div class=\"row\">\n		<div class=\"col-lg-12 col-md-12\">\n			<div class=\"form-group\">\n[text* cn-name class:form-control placeholder \"Name\"]\n			</div>\n		</div>\n\n		<div class=\"col-lg-12 col-md-12\">\n			<div class=\"form-group\">\n[email* cn-email class:form-control placeholder \"Email\"]\n			</div>\n		</div>\n\n		<div class=\"col-lg-12 col-md-6\">\n			<div class=\"form-group\">\n[text* cn-phone class:form-control placeholder \"Phone\"]\n			</div>\n		</div>\n\n		<div class=\"col-lg-12 col-md-6\">\n			<div class=\"form-group\">\n[text* cn-subject class:form-control placeholder \"Subject\"]\n\n			</div>\n		</div>\n\n		<div class=\"col-lg-12 col-md-12\">\n			<div class=\"form-group\">\n[textarea* cn-message id:message class:form-control 30x5 placeholder \"Your Message\"  ]\n			</div>\n		</div>\n<div>\n</div>\n		<div class=\"col-lg-12 col-md-12\">\n[submit class:btn class:btn-primary \"Send Message\"]\n			<div id=\"msgSubmit\" class=\"h3 text-center hidden\"></div>\n			<div class=\"clearfix\"></div>\n		</div>\n	</div>\n</div>'),
(714, 142, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"Contact Details : [cn-subject]\";s:6:\"sender\";s:35:\"BUI <info@brightuitechnologies.com>\";s:9:\"recipient\";s:25:\"brightuitesting@gmail.com\";s:4:\"body\";s:21430:\"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"templateContainer\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 5px solid #FFFFFF;max-width: 600px !important; margin:0 auto; font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n							<tbody><tr>\n								<td valign=\"top\" id=\"templateUpperHeader\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;padding-top: 0px;padding-right: 15px;\">\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\n											</td>\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"upper_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"upper_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnTextBlockOuter\">\n        <tr>\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\n                    <tbody><tr>\n                        \n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\"> <img src=\"http://dev.brightuitechnologies.com/site/wp-content/themes/startnext/landing/img/logo.png\" width=\"250\" /></td>\n                    </tr>\n                </tbody></table>\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n										</tr>\n									</tbody></table>\n								</td>\n							</tr>\n							<tr>\n								<td valign=\"top\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;\">\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnImageBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnImageBlockOuter\">\n            <tr>\n                <td valign=\"top\" style=\"padding:0px\" class=\"mcnImageBlockInner\">\n                    <table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"mcnImageContentContainer\" style=\"min-width:100%;\">\n                        <tbody><tr>\n                            <td class=\"mcnImageContent\" valign=\"top\" style=\"padding-right: 0px; padding-left: 0px; padding-top: 0; padding-bottom: 0; text-align:center;\"><img align=\"center\" alt=\"\" src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/main_image.png\" width=\"590\" style=\"max-width:600px; padding-bottom: 0; display: inline !important; vertical-align: bottom;\" class=\"mcnImage\"></td>\n                        </tr>\n                    </tbody></table>\n                </td>\n            </tr>\n    </tbody>\n</table></td>\n										</tr>\n									</tbody></table>\n								</td>\n							</tr>\n							<tr>\n								<td valign=\"top\" id=\"templateColumns\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\n									<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td valign=\"top\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												\n												<table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\" id=\"templateBody\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\n													<tbody><tr>\n														<td mc:container=\"body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnTextBlockOuter\">\n        <tr>\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\n                <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\n                    <tbody><tr>\n                        \n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;\">\n                        \n                           <table cellpadding=\"0\" cellspacing=\"0\" style=\"width:90%; margin:0 auto;\">\n                                        <tbody><tr>\n                                            <td style=\"padding:5px; text-align:right; width:40%; border:1px solid #fff;\">Name</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff; width:60%;\">[cn-name]</td>\n                                        </tr>                                        \n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Email Id</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-email]</td>\n                                        </tr>\n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Phone No</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d;  border:1px solid #fff;\">[cn-phone]</td>\n                                        </tr>   \n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Subject</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-subject]</td>\n                                        </tr>                             \n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Message </td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-message]</td>\n                                        </tr>\n                       </tbody></table>\n                        </td>\n                    </tr>\n                </tbody></table>\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n													</tr>\n												</tbody></table>\n											</td>\n											<td align=\"right\" valign=\"top\" style=\"padding-top: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email1.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\n											</td>\n										</tr>\n									\n							<tr>\n								<td valign=\"top\" id=\"templateLowerBody\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;\">\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\n											</td>\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnFollowBlockOuter\">\n        <tr>\n            <td align=\"center\" valign=\"top\" style=\"padding:9px\" class=\"mcnFollowBlockInner\">\n                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentContainer\" style=\"min-width:100%;\">\n    <tbody><tr>\n        <td align=\"center\" style=\"padding-left:9px;padding-right:9px;\">\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"min-width:100%;\" class=\"mcnFollowContent\">\n                <tbody><tr>\n                    <td align=\"center\" valign=\"top\" style=\"padding-top:9px; padding-right:9px; padding-left:9px;\">\n                        <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n                            <tbody><tr>\n                                <td align=\"center\" valign=\"top\">\n                                        \n                                        \n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\n                                                <tbody><tr>\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\n                                                            <tbody><tr>\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\n                                                                        <tbody><tr>\n                                                                            \n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-facebook-48.png\" alt=\"FRIEND ON FACEBOOK\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\n                                                                                </td>\n                                                                            \n                                                                            \n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FRIEND ON FACEBOOK</a>\n                                                                                </td>\n                                                                            \n                                                                        </tr>\n                                                                    </tbody></table>\n                                                                </td>\n                                                            </tr>\n                                                        </tbody></table>\n                                                    </td>\n                                                </tr>\n                                            </tbody></table>\n                                        \n                                        \n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\n                                                <tbody><tr>\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\n                                                            <tbody><tr>\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\n                                                                        <tbody><tr>\n                                                                            \n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-linkedin-48.png\" alt=\"FOLLOW ON LINKEDIN\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\n                                                                                </td>\n                                                                            \n                                                                            \n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FOLLOW ON LINKEDIN</a>\n                                                                                </td>\n                                                                            \n                                                                        </tr>\n                                                                    </tbody></table>\n                                                                </td>\n                                                            </tr>\n                                                        </tbody></table>\n                                                    </td>\n                                                </tr>\n                                            </tbody></table>                                        \n                                        \n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\n                                                <tbody><tr>\n                                                    <td valign=\"top\" style=\"padding-right:0; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\n                                                            <tbody><tr>\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\n                                                                        <tbody><tr>\n                                                                            \n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-link-48.png\" alt=\"VISIT OUR PAGE\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\n                                                                                </td>\n                                                                            \n                                                                            \n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">VISIT OUR PAGE</a>\n                                                                                </td>\n                                                                            \n                                                                        </tr>\n                                                                    </tbody></table>\n                                                                </td>\n                                                            </tr>\n                                                        </tbody></table>\n                                                    </td>\n                                                </tr>\n                                            </tbody></table>\n                                </td>\n                            </tr>\n                        </tbody></table>\n                    </td>\n                </tr>\n            </tbody></table>\n        </td>\n    </tr>\n</tbody></table>\n\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n										</tr>\n									</tbody></table>\n								</td>\n							</tr>\n							<tr>\n								<td valign=\"top\" id=\"templateFooter\" mc:container=\"footer_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 5px solid #FFFFFF;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;\" mccontainer=\"footer_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnTextBlockOuter\">\n        <tr>\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\n                    <tbody><tr>\n                        \n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\">© 2019 <a style=\"color: orange;\" target=\"_blank\" href=\"http://brightuitechnologies.com/\">BrightUI Technologies</a></td>\n                    </tr>\n                </tbody></table>\n				\n                \n				\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n							</tr>\n						</tbody></table>\";s:18:\"additional_headers\";s:20:\"Reply-To: [cn-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(715, 142, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"StartP \"[your-subject]\"\";s:6:\"sender\";s:31:\"StartP <wordpress@jibdara.com,>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:128:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on StartP (https://www.jibdara.com/tf-wp-demo/startp)\";s:18:\"additional_headers\";s:33:\"Reply-To: msakibahmed3s@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(716, 142, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(717, 142, '_additional_settings', ''),
(718, 142, '_locale', 'en_US'),
(719, 345, '_wp_attached_file', '2019/06/logo.png'),
(720, 345, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:682;s:6:\"height\";i:284;s:4:\"file\";s:16:\"2019/06/logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-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:16:\"logo-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:16:\"logo-510x284.png\";s:5:\"width\";i:510;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:16:\"logo-640x284.png\";s:5:\"width\";i:640;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(722, 347, '_wp_attached_file', '2019/06/favicon.png'),
(723, 347, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:19:\"2019/06/favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(726, 146, '_edit_lock', '1563525273:1'),
(727, 146, '_edit_last', '1'),
(737, 350, '_menu_item_type', 'post_type'),
(738, 350, '_menu_item_menu_item_parent', '0'),
(739, 350, '_menu_item_object_id', '104'),
(740, 350, '_menu_item_object', 'page'),
(741, 350, '_menu_item_target', ''),
(742, 350, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(743, 350, '_menu_item_xfn', ''),
(744, 350, '_menu_item_url', ''),
(755, 352, '_menu_item_type', 'post_type'),
(756, 352, '_menu_item_menu_item_parent', '0'),
(757, 352, '_menu_item_object_id', '146'),
(758, 352, '_menu_item_object', 'page'),
(759, 352, '_menu_item_target', ''),
(760, 352, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(761, 352, '_menu_item_xfn', ''),
(762, 352, '_menu_item_url', ''),
(764, 353, '_menu_item_type', 'post_type'),
(765, 353, '_menu_item_menu_item_parent', '565'),
(766, 353, '_menu_item_object_id', '123'),
(767, 353, '_menu_item_object', 'page'),
(768, 353, '_menu_item_target', ''),
(769, 353, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(770, 353, '_menu_item_xfn', ''),
(771, 353, '_menu_item_url', ''),
(800, 301, '_edit_lock', '1563774684:1'),
(802, 301, '_edit_last', '1'),
(803, 301, '_wpb_shortcodes_custom_css', '.vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1563514729545{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}.vc_custom_1563514863020{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1563514934407{padding-top: 40px !important;padding-bottom: 70px !important;}.vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}.vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}.vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}.vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}.vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}'),
(804, 104, '_edit_lock', '1563515685:1'),
(805, 104, '_edit_last', '1'),
(806, 127, '_edit_lock', '1561643530:1'),
(807, 376, '_edit_lock', '1563529857:1'),
(808, 376, '_edit_last', '1'),
(809, 376, '_wpb_vc_js_status', 'true'),
(810, 378, '_form', '<h3>Apply Now</h3>\n<div id=\"contactForm\">\n	<div class=\"row\">\n		<div class=\"col-lg-6 col-md-6\">\n                <label>Your name</label>\n			<div class=\"form-group\">\n[text* cn-name class:form-control placeholder \"Name\"]\n			</div>\n		</div>\n		<div class=\"col-lg-6 col-md-6\">\n			<label>Position Interested In</label>	\n			<div class=\"form-group\">\n[select* cn-position class:form-control \"PHP Developer\"]\n			</div>\n		</div>	\n<div class=\"col-lg-6 col-md-6\">	\n<label>Your Email id</label>				\n			<div class=\"form-group\">\n[email* cn-email class:form-control placeholder \"Email\"]\n			</div>\n		</div>		\n		<div class=\"col-lg-3 col-md-3\">\n<label>Experience In Years</label>	\n<div class=\"form-group\">		\n[select* cn-year class:form-control \"Years\" \"1\" \"2\" \"3\" \"4\" \"5\" \"6\" \"7\" \"8\" \"9\" \"10\" \"11\" \"12\" \"13\" \"14\" \"15\" \"16 or 16+\"]\n</div>			\n		</div>\n		<div class=\"col-lg-3 col-md-3\">\n		<label class=\"mnone\">&nbsp;</label>\n<div class=\"form-group\">\n[select cn-months class:form-control \"Months\" \"1\" \"2\" \"3\" \"4\" \"5\" \"6\" \"7\" \"8\" \"9\" \"10\" \"11\" \"12\"]	\n					\n</div>		\n		</div>\n		<div class=\"col-lg-6 col-md-6\">\n<label>Your Mobile Number</label>\n			<div class=\"form-group\">\n[text* cn-phone class:form-control placeholder \"Phone\"]\n			</div>\n		</div>\n<div class=\"col-lg-6 col-md-6\">\n<label>Upload Resume</label>\n			<div class=\"form-group\">\n[file* cn-file class:form-control placeholder \"file\"]\n			</div>\n		</div>\n\n		<div class=\"col-lg-12 col-md-12\">\n<label>Message</label>\n			<div class=\"form-group\">\n[textarea* cn-message id:message class:form-control 30x5 placeholder \"Your Message\"  ]\n			</div>\n		</div>\n\n		<div class=\"col-lg-6 col-md-6\">\n<label>How Do You known About Us</label>\n			<div class=\"form-group\">\n\n[select cn-Know class:form-control \"Friends\" \"Search Engine\" \"TV/Radio/Newspaper\" \"Social Media\" \"Others\"]\n			</div>\n		</div>\n<div class=\"col-lg-6 col-md-6\">\n<label> Do You Known Anyone In Bright UI</label>\n		<div class=\"col-lg-6 col-md-6\">\n			<div class=\"form-group\">\n[radio  label_first \"Yes\" \"No\"]\n\n			</div>\n                 </div>	\n</div>\n\n<div>\n</div>\n		<div class=\"col-lg-12 col-md-12\">\n[submit class:btn class:btn-primary \"Send Message\"]\n			<div id=\"msgSubmit\" class=\"h3 text-center hidden\"></div>\n			<div class=\"clearfix\"></div>\n		</div>\n	</div>\n</div>'),
(811, 378, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:18:\"Career - [cn-name]\";s:6:\"sender\";s:35:\"BUI <info@brightuitechnologies.com>\";s:9:\"recipient\";s:25:\"brightuitesting@gmail.com\";s:4:\"body\";s:23128:\"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"templateContainer\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 5px solid #FFFFFF;max-width: 600px !important; margin:0 auto; font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n							<tbody><tr>\n								<td valign=\"top\" id=\"templateUpperHeader\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;padding-top: 0px;padding-right: 15px;\">\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\n											</td>\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"upper_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"upper_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnTextBlockOuter\">\n        <tr>\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\n                    <tbody><tr>\n                        \n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\"> <img src=\"http://dev.brightuitechnologies.com/site/wp-content/themes/startnext/landing/img/logo.png\" width=\"250\" /></td>\n                    </tr>\n                </tbody></table>\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n										</tr>\n									</tbody></table>\n								</td>\n							</tr>\n							<tr>\n								<td valign=\"top\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;\">\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnImageBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnImageBlockOuter\">\n            <tr>\n                <td valign=\"top\" style=\"padding:0px\" class=\"mcnImageBlockInner\">\n                    <table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"mcnImageContentContainer\" style=\"min-width:100%;\">\n                        <tbody><tr>\n                            <td class=\"mcnImageContent\" valign=\"top\" style=\"padding-right: 0px; padding-left: 0px; padding-top: 0; padding-bottom: 0; text-align:center;\"><img align=\"center\" alt=\"\" src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/main_image.png\" width=\"590\" style=\"max-width:600px; padding-bottom: 0; display: inline !important; vertical-align: bottom;\" class=\"mcnImage\"></td>\n                        </tr>\n                    </tbody></table>\n                </td>\n            </tr>\n    </tbody>\n</table></td>\n										</tr>\n									</tbody></table>\n								</td>\n							</tr>\n							<tr>\n								<td valign=\"top\" id=\"templateColumns\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\n									<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td valign=\"top\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												\n												<table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\" id=\"templateBody\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\n													<tbody><tr>\n														<td mc:container=\"body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnTextBlockOuter\">\n        <tr>\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\n                <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\n                    <tbody><tr>\n                        \n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;\">\n                        \n                           <table cellpadding=\"0\" cellspacing=\"0\" style=\"width:90%; margin:0 auto;\">\n                                        <tbody><tr>\n                                            <td style=\"padding:5px; text-align:right; width:40%; border:1px solid #fff;\">Name</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff; width:60%;\">[cn-name]</td>\n                                        </tr>                                        \n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Position Interested In</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-position]</td>\n                                        </tr>\n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Email Id</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d;  border:1px solid #fff;\">[cn-email]</td>\n                                        </tr>   \n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Year</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-year]</td>\n                                        </tr>\n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Months</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-months]</td>\n                                        </tr><tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Mobile Number</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-phone]</td>\n                                        </tr><tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Resume</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-file]</td>\n                                        </tr><tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Message</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-message]</td>\n                                        </tr><tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">How Do You known About Us</td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-Know]</td>\n                                        </tr>                             \n                                        <tr>\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Do You Known Anyone In Bright UI </td>\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[label_first ]</td>\n                                        </tr>\n                       </tbody></table>\n                        </td>\n                    </tr>\n                </tbody></table>\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n													</tr>\n												</tbody></table>\n											</td>\n											<td align=\"right\" valign=\"top\" style=\"padding-top: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email1.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\n											</td>\n										</tr>\n									\n							<tr>\n								<td valign=\"top\" id=\"templateLowerBody\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;\">\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n										<tbody><tr>\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\n											</td>\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnFollowBlockOuter\">\n        <tr>\n            <td align=\"center\" valign=\"top\" style=\"padding:9px\" class=\"mcnFollowBlockInner\">\n                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentContainer\" style=\"min-width:100%;\">\n    <tbody><tr>\n        <td align=\"center\" style=\"padding-left:9px;padding-right:9px;\">\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"min-width:100%;\" class=\"mcnFollowContent\">\n                <tbody><tr>\n                    <td align=\"center\" valign=\"top\" style=\"padding-top:9px; padding-right:9px; padding-left:9px;\">\n                        <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n                            <tbody><tr>\n                                <td align=\"center\" valign=\"top\">\n                                        \n                                        \n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\n                                                <tbody><tr>\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\n                                                            <tbody><tr>\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\n                                                                        <tbody><tr>\n                                                                            \n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-facebook-48.png\" alt=\"FRIEND ON FACEBOOK\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\n                                                                                </td>\n                                                                            \n                                                                            \n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FRIEND ON FACEBOOK</a>\n                                                                                </td>\n                                                                            \n                                                                        </tr>\n                                                                    </tbody></table>\n                                                                </td>\n                                                            </tr>\n                                                        </tbody></table>\n                                                    </td>\n                                                </tr>\n                                            </tbody></table>\n                                        \n                                        \n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\n                                                <tbody><tr>\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\n                                                            <tbody><tr>\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\n                                                                        <tbody><tr>\n                                                                            \n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-linkedin-48.png\" alt=\"FOLLOW ON LINKEDIN\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\n                                                                                </td>\n                                                                            \n                                                                            \n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FOLLOW ON LINKEDIN</a>\n                                                                                </td>\n                                                                            \n                                                                        </tr>\n                                                                    </tbody></table>\n                                                                </td>\n                                                            </tr>\n                                                        </tbody></table>\n                                                    </td>\n                                                </tr>\n                                            </tbody></table>                                        \n                                        \n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\n                                                <tbody><tr>\n                                                    <td valign=\"top\" style=\"padding-right:0; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\n                                                            <tbody><tr>\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\n                                                                        <tbody><tr>\n                                                                            \n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-link-48.png\" alt=\"VISIT OUR PAGE\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\n                                                                                </td>\n                                                                            \n                                                                            \n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">VISIT OUR PAGE</a>\n                                                                                </td>\n                                                                            \n                                                                        </tr>\n                                                                    </tbody></table>\n                                                                </td>\n                                                            </tr>\n                                                        </tbody></table>\n                                                    </td>\n                                                </tr>\n                                            </tbody></table>\n                                </td>\n                            </tr>\n                        </tbody></table>\n                    </td>\n                </tr>\n            </tbody></table>\n        </td>\n    </tr>\n</tbody></table>\n\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n										</tr>\n									</tbody></table>\n								</td>\n							</tr>\n							<tr>\n\n								<td valign=\"top\" id=\"templateFooter\" mc:container=\"footer_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 5px solid #FFFFFF;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;\" mccontainer=\"footer_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\n    <tbody class=\"mcnTextBlockOuter\">\n        <tr>\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\n                    <tbody><tr>\n                        \n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\">© 2019 <a style=\"color: orange;\" target=\"_blank\" href=\"http://brightuitechnologies.com/\">BrightUI Technologies</a></td>\n                    </tr>\n                </tbody></table>\n				\n                \n				\n            </td>\n        </tr>\n    </tbody>\n</table></td>\n							</tr>\n						</tbody></table>\";s:18:\"additional_headers\";s:20:\"Reply-To: [cn-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(812, 378, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"StartP \"[your-subject]\"\";s:6:\"sender\";s:31:\"StartP <wordpress@jibdara.com,>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:128:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on StartP (https://www.jibdara.com/tf-wp-demo/startp)\";s:18:\"additional_headers\";s:33:\"Reply-To: msakibahmed3s@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(813, 378, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(814, 378, '_additional_settings', ''),
(815, 378, '_locale', 'en_US'),
(848, 384, '_menu_item_type', 'post_type'),
(849, 384, '_menu_item_menu_item_parent', '0'),
(850, 384, '_menu_item_object_id', '376'),
(851, 384, '_menu_item_object', 'page'),
(852, 384, '_menu_item_target', ''),
(853, 384, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(854, 384, '_menu_item_xfn', ''),
(855, 384, '_menu_item_url', ''),
(857, 127, '_edit_last', '1'),
(858, 127, '_wp_old_slug', 'network-marketing-5'),
(859, 389, '_wp_attached_file', '2019/04/railroadmain.png'),
(860, 389, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2019/04/railroadmain.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"railroadmain-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"railroadmain-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:24:\"railroadmain-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(861, 126, '_edit_lock', '1561714501:1'),
(863, 126, '_edit_last', '1'),
(864, 126, '_wp_old_slug', 'network-marketing-6'),
(880, 411, '_wp_attached_file', '2019/06/software-development1.jpg'),
(881, 411, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:444;s:4:\"file\";s:33:\"2019/06/software-development1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"software-development1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"software-development1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"software-development1-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"software-development1-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:33:\"software-development1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:33:\"software-development1-640x444.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(890, 423, '_wp_attached_file', '2019/06/web-application-development1.jpg'),
(891, 423, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:444;s:4:\"file\";s:40:\"2019/06/web-application-development1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"web-application-development1-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:40:\"web-application-development1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"web-application-development1-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"web-application-development1-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:40:\"web-application-development1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:40:\"web-application-development1-640x444.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(900, 433, '_wp_attached_file', '2019/06/mobile-application-development1.jpg'),
(901, 433, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:444;s:4:\"file\";s:43:\"2019/06/mobile-application-development1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"mobile-application-development1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"mobile-application-development1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"mobile-application-development1-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"mobile-application-development1-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:43:\"mobile-application-development1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:43:\"mobile-application-development1-640x444.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(918, 442, '_wp_attached_file', '2019/06/product-development1.jpg'),
(919, 442, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:444;s:4:\"file\";s:32:\"2019/06/product-development1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"product-development1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"product-development1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"product-development1-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"product-development1-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:32:\"product-development1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:32:\"product-development1-640x444.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(920, 446, '_wp_attached_file', '2019/06/software-maintenance1.jpg'),
(921, 446, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:444;s:4:\"file\";s:33:\"2019/06/software-maintenance1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"software-maintenance1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"software-maintenance1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"software-maintenance1-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"software-maintenance1-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:33:\"software-maintenance1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:33:\"software-maintenance1-640x444.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(938, 452, '_wp_attached_file', '2019/06/e-commerec1.jpg'),
(939, 452, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:444;s:4:\"file\";s:23:\"2019/06/e-commerec1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"e-commerec1-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:\"e-commerec1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"e-commerec1-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"e-commerec1-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:23:\"e-commerec1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:23:\"e-commerec1-640x444.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(940, 453, '_wp_attached_file', '2019/06/webdesign1.jpg'),
(941, 453, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:444;s:4:\"file\";s:22:\"2019/06/webdesign1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"webdesign1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"webdesign1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"webdesign1-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"webdesign1-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:22:\"webdesign1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:22:\"webdesign1-640x444.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(950, 467, '_wp_attached_file', '2019/06/technical-support1.jpg'),
(951, 467, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:444;s:4:\"file\";s:30:\"2019/06/technical-support1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"technical-support1-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:\"technical-support1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"technical-support1-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"technical-support1-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:30:\"technical-support1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:30:\"technical-support1-640x444.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1034, 104, '_wpb_post_custom_css', '.single-team .team-info {background: linear-gradient(135deg, #84b712 0%, #95d477 100%) !important;}\r\n.ready-to-talk {    background: linear-gradient(135deg, #557b0d 0%, #92cf65 100%) !important;}\r\n.ready-to-talk .btn-primary {background: #f9af09 !important;}\r\n.contact-cta-box .btn-primary {background: #f9af09 !important;}'),
(1055, 491, '_wp_attached_file', '2019/06/softwaremain.jpeg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1056, 491, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2600;s:6:\"height\";i:1733;s:4:\"file\";s:25:\"2019/06/softwaremain.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"softwaremain-150x150.jpeg\";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:25:\"softwaremain-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"softwaremain-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"softwaremain-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:25:\"softwaremain-510x300.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:25:\"softwaremain-640x450.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1057, 505, '_edit_lock', '1562831230:1'),
(1058, 505, '_edit_last', '1'),
(1059, 505, '_wpb_vc_js_status', 'false'),
(1061, 505, '_wp_page_template', 'custompage.php'),
(1062, 508, '_menu_item_type', 'post_type'),
(1063, 508, '_menu_item_menu_item_parent', '0'),
(1064, 508, '_menu_item_object_id', '505'),
(1065, 508, '_menu_item_object', 'page'),
(1066, 508, '_menu_item_target', ''),
(1067, 508, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1068, 508, '_menu_item_xfn', ''),
(1069, 508, '_menu_item_url', ''),
(1071, 510, '_wp_attached_file', '2019/06/BUI-logo.png'),
(1072, 510, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:264;s:4:\"file\";s:20:\"2019/06/BUI-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"BUI-logo-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:20:\"BUI-logo-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"BUI-logo-768x263.png\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:20:\"BUI-logo-510x264.png\";s:5:\"width\";i:510;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:20:\"BUI-logo-640x264.png\";s:5:\"width\";i:640;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1075, 123, '_edit_lock', '1563776648:1'),
(1076, 512, '_wp_attached_file', '2019/04/railfour.png'),
(1077, 512, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2019/04/railfour.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"railfour-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:20:\"railfour-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:20:\"railfour-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1078, 513, '_wp_attached_file', '2019/04/railroadone.png'),
(1079, 513, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/04/railroadone.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"railroadone-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:23:\"railroadone-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:23:\"railroadone-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1080, 514, '_wp_attached_file', '2019/04/railthree.png'),
(1081, 514, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/04/railthree.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"railthree-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:21:\"railthree-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"railthree-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1082, 515, '_wp_attached_file', '2019/04/railtwo.png'),
(1083, 515, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2019/04/railtwo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"railtwo-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:19:\"railtwo-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:19:\"railtwo-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1084, 516, '_wp_attached_file', '2019/04/hundsonfour.png'),
(1085, 516, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/04/hundsonfour.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hundsonfour-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:23:\"hundsonfour-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:23:\"hundsonfour-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1086, 517, '_wp_attached_file', '2019/04/hundsonmain.png'),
(1087, 517, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/04/hundsonmain.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hundsonmain-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:23:\"hundsonmain-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:23:\"hundsonmain-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1088, 518, '_wp_attached_file', '2019/04/hundsonone.png'),
(1089, 518, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2019/04/hundsonone.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hundsonone-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:22:\"hundsonone-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:22:\"hundsonone-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1090, 519, '_wp_attached_file', '2019/04/hundsonthree.png'),
(1091, 519, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2019/04/hundsonthree.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hundsonthree-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hundsonthree-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:24:\"hundsonthree-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1092, 520, '_wp_attached_file', '2019/04/hundsontwo.png'),
(1093, 520, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2019/04/hundsontwo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hundsontwo-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:22:\"hundsontwo-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:22:\"hundsontwo-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1094, 125, '_edit_lock', '1561714500:1'),
(1095, 125, '_edit_last', '1'),
(1096, 125, '_wp_old_slug', 'incredible-infrastructure-3'),
(1097, 522, '_wp_attached_file', '2019/04/pinefour.png'),
(1098, 522, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2019/04/pinefour.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pinefour-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:20:\"pinefour-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:20:\"pinefour-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1099, 523, '_wp_attached_file', '2019/04/pinemain.png'),
(1100, 523, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2019/04/pinemain.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pinemain-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:20:\"pinemain-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:20:\"pinemain-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1101, 524, '_wp_attached_file', '2019/04/pineone.png'),
(1102, 524, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2019/04/pineone.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"pineone-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:19:\"pineone-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:19:\"pineone-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1103, 525, '_wp_attached_file', '2019/04/pinethree.png'),
(1104, 525, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/04/pinethree.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pinethree-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:21:\"pinethree-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"pinethree-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1105, 526, '_wp_attached_file', '2019/04/pinetwo.png'),
(1106, 526, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2019/04/pinetwo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"pinetwo-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:19:\"pinetwo-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:19:\"pinetwo-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1107, 527, '_thumbnail_id', '529'),
(1108, 527, 'startnext_client_name', 'PHP, Wordpress'),
(1109, 527, 'startnext_project_completed_date', 'Business'),
(1110, 527, 'startnext_location', 'United States'),
(1111, 527, 'startnext_link', 'http://cripplecreekrailroad.com/'),
(1112, 527, 'projectfile', 'a:4:{i:529;s:83:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/cripplemain.png\";i:531;s:82:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/crippletwo.png\";i:530;s:84:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/cripplethree.png\";i:528;s:83:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/cripplefour.png\";}'),
(1113, 527, '_dp_original', '45'),
(1114, 527, 'startnext_client_name_label', 'Technologies'),
(1115, 527, 'startnext_category_label', 'Category'),
(1116, 527, 'startnext_project_completed_date_label', 'Industry'),
(1117, 527, 'startnext_location_label', 'Country'),
(1118, 527, '_edit_lock', '1561724318:1'),
(1119, 527, '_edit_last', '1'),
(1120, 527, '_wp_old_slug', 'network-marketing-6'),
(1122, 527, '_wp_old_slug', 'hudson-terminal-railroad'),
(1123, 528, '_wp_attached_file', '2019/06/cripplefour.png'),
(1124, 528, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/06/cripplefour.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cripplefour-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:23:\"cripplefour-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:23:\"cripplefour-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1125, 529, '_wp_attached_file', '2019/06/cripplemain.png'),
(1126, 529, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/06/cripplemain.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cripplemain-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:23:\"cripplemain-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:23:\"cripplemain-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1127, 530, '_wp_attached_file', '2019/06/cripplethree.png'),
(1128, 530, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2019/06/cripplethree.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cripplethree-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cripplethree-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:24:\"cripplethree-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1129, 531, '_wp_attached_file', '2019/06/crippletwo.png'),
(1130, 531, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2019/06/crippletwo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"crippletwo-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:22:\"crippletwo-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:22:\"crippletwo-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1131, 38, '_edit_lock', '1561718781:1'),
(1132, 38, '_edit_last', '1'),
(1133, 38, '_wp_old_slug', 'network-marketing'),
(1134, 533, '_wp_attached_file', '2019/04/calvary-1.png'),
(1135, 533, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/04/calvary-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"calvary-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"calvary-1-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"calvary-1-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1136, 534, '_wp_attached_file', '2019/04/calvary-2.png'),
(1137, 534, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/04/calvary-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"calvary-2-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:21:\"calvary-2-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"calvary-2-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1138, 535, '_wp_attached_file', '2019/04/calvary-3.png'),
(1139, 535, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/04/calvary-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"calvary-3-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:21:\"calvary-3-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"calvary-3-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1140, 536, '_wp_attached_file', '2019/04/calvary-4.png'),
(1141, 536, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/04/calvary-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"calvary-4-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:21:\"calvary-4-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"calvary-4-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1142, 48, '_edit_lock', '1561720390:1'),
(1143, 47, '_edit_lock', '1561720388:1'),
(1144, 48, '_edit_last', '1'),
(1145, 48, '_wp_old_slug', 'incredible-infrastructure-2'),
(1146, 47, '_edit_last', '1'),
(1147, 47, '_wp_old_slug', 'network-marketing-4'),
(1148, 539, '_wp_attached_file', '2019/04/riverrock-1.png'),
(1149, 539, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/04/riverrock-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"riverrock-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"riverrock-1-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:23:\"riverrock-1-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1150, 540, '_wp_attached_file', '2019/04/riverrock-3.png'),
(1151, 540, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/04/riverrock-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"riverrock-3-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:23:\"riverrock-3-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:23:\"riverrock-3-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1152, 541, '_wp_attached_file', '2019/04/riverrock-4.png'),
(1153, 541, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/04/riverrock-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"riverrock-4-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:23:\"riverrock-4-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:23:\"riverrock-4-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1154, 542, '_wp_attached_file', '2019/04/riverrocks-2.png'),
(1155, 542, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2019/04/riverrocks-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"riverrocks-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"riverrocks-2-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:24:\"riverrocks-2-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1162, 546, '_wp_attached_file', '2019/04/school-1.png'),
(1163, 546, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2019/04/school-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"school-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"school-1-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:20:\"school-1-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1164, 547, '_wp_attached_file', '2019/04/school-2.png'),
(1165, 547, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2019/04/school-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"school-2-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:20:\"school-2-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:20:\"school-2-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1166, 548, '_wp_attached_file', '2019/04/school-3.png'),
(1167, 548, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2019/04/school-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"school-3-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:20:\"school-3-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:20:\"school-3-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1168, 549, '_wp_attached_file', '2019/04/school-4.png'),
(1169, 549, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2019/04/school-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"school-4-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:20:\"school-4-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:20:\"school-4-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1170, 46, '_edit_lock', '1561724316:1'),
(1177, 46, '_edit_last', '1'),
(1178, 46, '_wp_old_slug', 'network-marketing-3'),
(1179, 551, '_wp_attached_file', '2019/04/georgia-1.png'),
(1180, 551, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/04/georgia-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"georgia-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"georgia-1-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"georgia-1-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1181, 552, '_wp_attached_file', '2019/04/georgia-2.png'),
(1182, 552, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/04/georgia-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"georgia-2-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:21:\"georgia-2-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"georgia-2-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1183, 553, '_wp_attached_file', '2019/04/georgia-3.png'),
(1184, 553, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/04/georgia-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"georgia-3-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:21:\"georgia-3-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"georgia-3-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1185, 554, '_wp_attached_file', '2019/04/georgia-4.png'),
(1186, 554, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/04/georgia-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"georgia-4-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:21:\"georgia-4-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"georgia-4-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1187, 555, '_menu_item_type', 'custom'),
(1188, 555, '_menu_item_menu_item_parent', '565'),
(1189, 555, '_menu_item_object_id', '555'),
(1190, 555, '_menu_item_object', 'custom'),
(1191, 555, '_menu_item_target', ''),
(1192, 555, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1193, 555, '_menu_item_xfn', ''),
(1194, 555, '_menu_item_url', 'http://dev.brightuitechnologies.com/site/project/mobile-app/'),
(1201, 556, 'projectfile', 'a:8:{i:557;s:73:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/8.png\";i:558;s:73:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/1.png\";i:559;s:73:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/2.png\";i:560;s:73:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/3.png\";i:561;s:73:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/4.png\";i:562;s:73:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/5.png\";i:563;s:73:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/6.png\";i:564;s:73:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/9.png\";}'),
(1202, 556, '_dp_original', '45'),
(1207, 556, '_edit_lock', '1563454566:1'),
(1208, 556, '_edit_last', '1'),
(1209, 556, '_wp_old_slug', 'network-marketing-6'),
(1210, 556, '_wp_old_slug', 'hudson-terminal-railroad'),
(1211, 557, '_wp_attached_file', '2019/07/8.png'),
(1212, 557, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:391;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2019/07/8.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-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:13:\"8-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:13:\"8-391x300.png\";s:5:\"width\";i:391;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1213, 558, '_wp_attached_file', '2019/07/1.png'),
(1214, 558, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:391;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2019/07/1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:13:\"1-391x300.png\";s:5:\"width\";i:391;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1215, 559, '_wp_attached_file', '2019/07/2.png'),
(1216, 559, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:391;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2019/07/2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:13:\"2-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:13:\"2-391x300.png\";s:5:\"width\";i:391;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1217, 560, '_wp_attached_file', '2019/07/3.png'),
(1218, 560, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:391;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2019/07/3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-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:13:\"3-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:13:\"3-391x300.png\";s:5:\"width\";i:391;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1219, 561, '_wp_attached_file', '2019/07/4.png'),
(1220, 561, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:391;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2019/07/4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-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:13:\"4-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:13:\"4-391x300.png\";s:5:\"width\";i:391;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1221, 562, '_wp_attached_file', '2019/07/5.png'),
(1222, 562, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:391;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2019/07/5.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-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:13:\"5-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:13:\"5-391x300.png\";s:5:\"width\";i:391;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1223, 563, '_wp_attached_file', '2019/07/6.png'),
(1224, 563, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:391;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2019/07/6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-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:13:\"6-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:13:\"6-391x300.png\";s:5:\"width\";i:391;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1225, 564, '_wp_attached_file', '2019/07/9.png'),
(1226, 564, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:391;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2019/07/9.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-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:13:\"9-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:13:\"9-391x300.png\";s:5:\"width\";i:391;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1227, 556, 'startnext_link', '#'),
(1228, 565, '_menu_item_type', 'custom'),
(1229, 565, '_menu_item_menu_item_parent', '0'),
(1230, 565, '_menu_item_object_id', '565'),
(1231, 565, '_menu_item_object', 'custom'),
(1232, 565, '_menu_item_target', ''),
(1233, 565, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1234, 565, '_menu_item_xfn', ''),
(1235, 565, '_menu_item_url', '#'),
(1237, 566, 'projectfile', 'a:5:{i:569;s:82:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/trackasset.png\";i:570;s:80:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/trackhos.png\";i:568;s:76:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/rtms.png\";i:567;s:75:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/rrt.png\";i:571;s:83:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/trackworker.png\";}'),
(1238, 566, '_dp_original', '45'),
(1239, 566, '_edit_lock', '1562155952:1'),
(1240, 566, '_edit_last', '1'),
(1241, 566, '_wp_old_slug', 'network-marketing-6'),
(1242, 566, '_wp_old_slug', 'hudson-terminal-railroad'),
(1243, 566, 'startnext_link', '#'),
(1244, 567, '_wp_attached_file', '2019/07/rrt.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1245, 567, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:569;s:4:\"file\";s:15:\"2019/07/rrt.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"rrt-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:\"rrt-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"rrt-768x546.png\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:15:\"rrt-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:15:\"rrt-640x450.png\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1246, 568, '_wp_attached_file', '2019/07/rtms.png'),
(1247, 568, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:569;s:4:\"file\";s:16:\"2019/07/rtms.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"rtms-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:16:\"rtms-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"rtms-768x546.png\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:16:\"rtms-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:16:\"rtms-640x450.png\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1248, 569, '_wp_attached_file', '2019/07/trackasset.png'),
(1249, 569, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:569;s:4:\"file\";s:22:\"2019/07/trackasset.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"trackasset-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:22:\"trackasset-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"trackasset-768x546.png\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:22:\"trackasset-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:22:\"trackasset-640x450.png\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1250, 570, '_wp_attached_file', '2019/07/trackhos.png'),
(1251, 570, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:569;s:4:\"file\";s:20:\"2019/07/trackhos.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"trackhos-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:20:\"trackhos-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"trackhos-768x546.png\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:20:\"trackhos-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:20:\"trackhos-640x450.png\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1252, 571, '_wp_attached_file', '2019/07/trackworker.png'),
(1253, 571, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:569;s:4:\"file\";s:23:\"2019/07/trackworker.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"trackworker-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:23:\"trackworker-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"trackworker-768x546.png\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:23:\"trackworker-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:23:\"trackworker-640x450.png\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1254, 566, '_wp_old_slug', 'mobile-app'),
(1255, 572, '_menu_item_type', 'custom'),
(1256, 572, '_menu_item_menu_item_parent', '565'),
(1257, 572, '_menu_item_object_id', '572'),
(1258, 572, '_menu_item_object', 'custom'),
(1259, 572, '_menu_item_target', ''),
(1260, 572, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1261, 572, '_menu_item_xfn', ''),
(1262, 572, '_menu_item_url', 'http://dev.brightuitechnologies.com/site/project/logo/'),
(1264, 573, '_wp_attached_file', '2019/07/Railyard_Inventory_Software_big.png'),
(1265, 573, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1349;s:6:\"height\";i:2036;s:4:\"file\";s:43:\"2019/07/Railyard_Inventory_Software_big.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Railyard_Inventory_Software_big-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:43:\"Railyard_Inventory_Software_big-199x300.png\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Railyard_Inventory_Software_big-768x1159.png\";s:5:\"width\";i:768;s:6:\"height\";i:1159;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Railyard_Inventory_Software_big-678x1024.png\";s:5:\"width\";i:678;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:43:\"Railyard_Inventory_Software_big-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:43:\"Railyard_Inventory_Software_big-640x450.png\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1266, 301, '_wp_page_template', 'default'),
(1267, 576, '_menu_item_type', 'post_type'),
(1268, 576, '_menu_item_menu_item_parent', '0'),
(1269, 576, '_menu_item_object_id', '301'),
(1270, 576, '_menu_item_object', 'page'),
(1271, 576, '_menu_item_target', ''),
(1272, 576, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1273, 576, '_menu_item_xfn', ''),
(1274, 576, '_menu_item_url', ''),
(1278, 104, '_wp_page_template', 'default'),
(1281, 606, '_wp_attached_file', '2019/07/mobile_development.png'),
(1282, 606, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:550;s:6:\"height\";i:413;s:4:\"file\";s:30:\"2019/07/mobile_development.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"mobile_development-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:30:\"mobile_development-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:30:\"mobile_development-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1283, 610, '_wp_attached_file', '2019/07/product_development.jpg'),
(1284, 610, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:550;s:6:\"height\";i:413;s:4:\"file\";s:31:\"2019/07/product_development.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"product_development-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"product_development-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:31:\"product_development-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1285, 613, '_wp_attached_file', '2019/07/software_maintenance.jpg'),
(1286, 613, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:550;s:6:\"height\";i:413;s:4:\"file\";s:32:\"2019/07/software_maintenance.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"software_maintenance-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"software_maintenance-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:32:\"software_maintenance-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1287, 626, '_wp_attached_file', '2019/07/E-commerce_development.jpg'),
(1288, 626, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:550;s:6:\"height\";i:413;s:4:\"file\";s:34:\"2019/07/E-commerce_development.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"E-commerce_development-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:34:\"E-commerce_development-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:34:\"E-commerce_development-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1289, 628, '_wp_attached_file', '2019/07/webdesign_development.jpg'),
(1290, 628, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:550;s:6:\"height\";i:413;s:4:\"file\";s:33:\"2019/07/webdesign_development.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"webdesign_development-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"webdesign_development-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:33:\"webdesign_development-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1291, 104, '_wpb_shortcodes_custom_css', '.vc_custom_1563515458044{margin-right: 0px !important;margin-left: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}.vc_custom_1563007350686{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1563007290287{padding-top: 30px !important;}.vc_custom_1563515588092{padding-right: 20px !important;padding-left: 20px !important;}'),
(1294, 652, '_wp_attached_file', '2019/07/user.png'),
(1295, 652, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:16:\"2019/07/user.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1296, 654, '_wp_attached_file', '2019/07/rrs-client.png'),
(1297, 654, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:22:\"2019/07/rrs-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"rrs-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1298, 657, '_wp_attached_file', '2019/07/cielovistaranchco-client.png'),
(1299, 657, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:36:\"2019/07/cielovistaranchco-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cielovistaranchco-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1300, 658, '_wp_attached_file', '2019/07/coastalnewstoday-client.png'),
(1301, 658, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:35:\"2019/07/coastalnewstoday-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"coastalnewstoday-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1302, 659, '_wp_attached_file', '2019/07/cragcoinc-client.png'),
(1303, 659, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:28:\"2019/07/cragcoinc-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cragcoinc-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1304, 660, '_wp_attached_file', '2019/07/cripplecreekrailroad-client.png'),
(1305, 660, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:39:\"2019/07/cripplecreekrailroad-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"cripplecreekrailroad-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1306, 661, '_wp_attached_file', '2019/07/firewood4sale-client.png'),
(1307, 661, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:32:\"2019/07/firewood4sale-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"firewood4sale-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1308, 662, '_wp_attached_file', '2019/07/hudsonterminalrailroad-client.png'),
(1309, 662, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:41:\"2019/07/hudsonterminalrailroad-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"hudsonterminalrailroad-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1310, 663, '_wp_attached_file', '2019/07/mulch4sale-client.png'),
(1311, 663, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:29:\"2019/07/mulch4sale-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"mulch4sale-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1312, 664, '_wp_attached_file', '2019/07/pine-client.png'),
(1313, 664, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:23:\"2019/07/pine-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pine-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1314, 665, '_wp_attached_file', '2019/07/upcs-client.png'),
(1315, 665, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:23:\"2019/07/upcs-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"upcs-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1316, 666, '_wp_attached_file', '2019/07/vesselcharter-client.png'),
(1317, 666, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:32:\"2019/07/vesselcharter-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"vesselcharter-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1318, 667, '_wp_attached_file', '2019/07/vinesettspawn-client.png'),
(1319, 667, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:32:\"2019/07/vinesettspawn-client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"vinesettspawn-client-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1320, 376, '_wp_page_template', 'default'),
(1321, 376, '_wpb_shortcodes_custom_css', '.vc_custom_1563516375527{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(1322, 146, '_wp_page_template', 'default'),
(1323, 680, '_wp_attached_file', '2019/07/logo-w.png'),
(1324, 680, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:752;s:6:\"height\";i:284;s:4:\"file\";s:18:\"2019/07/logo-w.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-w-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:\"logo-w-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:18:\"logo-w-510x284.png\";s:5:\"width\";i:510;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:18:\"logo-w-640x284.png\";s:5:\"width\";i:640;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1327, 686, '_wp_attached_file', '2019/07/parallax1.jpg'),
(1328, 686, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2019/07/parallax1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"parallax1-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:\"parallax1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"parallax1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"parallax1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:21:\"parallax1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:21:\"parallax1-640x450.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1329, 694, '_wp_attached_file', '2019/07/career.jpg'),
(1330, 694, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:527;s:6:\"height\";i:417;s:4:\"file\";s:18:\"2019/07/career.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"career-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:\"career-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:18:\"career-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1331, 696, '_wp_attached_file', '2019/07/contact.jpg'),
(1332, 696, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:635;s:6:\"height\";i:475;s:4:\"file\";s:19:\"2019/07/contact.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"contact-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:\"contact-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:19:\"contact-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"startnext_project_card_thumb\";a:4:{s:4:\"file\";s:19:\"contact-635x450.jpg\";s:5:\"width\";i:635;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1333, 146, '_wpb_shortcodes_custom_css', '.vc_custom_1563516385477{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(1336, 711, '_wp_attached_file', '2019/07/email.png'),
(1337, 711, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:15;s:6:\"height\";i:30;s:4:\"file\";s:17:\"2019/07/email.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1338, 712, '_wp_attached_file', '2019/07/email1.png'),
(1339, 712, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:15;s:6:\"height\";i:30;s:4:\"file\";s:18:\"2019/07/email1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1340, 713, '_wp_attached_file', '2019/07/light-facebook-48.png'),
(1341, 713, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:29:\"2019/07/light-facebook-48.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1342, 714, '_wp_attached_file', '2019/07/light-twitter-48.png'),
(1343, 714, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:28:\"2019/07/light-twitter-48.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1344, 715, '_wp_attached_file', '2019/07/light-link-48.png'),
(1345, 715, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:25:\"2019/07/light-link-48.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1346, 716, '_wp_attached_file', '2019/07/main_image.png'),
(1347, 716, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2019/07/main_image.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_image-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:22:\"main_image-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"startnext_post_card_thumb\";a:4:{s:4:\"file\";s:22:\"main_image-510x300.png\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1348, 717, '_wp_attached_file', '2019/07/light-linkedin-48.png'),
(1349, 717, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:29:\"2019/07/light-linkedin-48.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1350, 731, '_edit_last', '1'),
(1351, 731, '_cbxgooglemaplat', '11.028531385799697'),
(1352, 731, '_cbxgooglemaplng', '76.94932082943045'),
(1353, 731, '_cbxgooglemap_combined', 'a:11:{s:20:\"_cbxgooglemapmaptype\";s:7:\"roadmap\";s:20:\"_cbxgooglemapaddress\";s:0:\"\";s:20:\"_cbxgooglemapwebsite\";s:0:\"\";s:21:\"_cbxgooglemaplocation\";s:36:\"Coimbatore, Tamil Nadu 641038, India\";s:17:\"_cbxgooglemapzoom\";s:2:\"18\";s:18:\"_cbxgooglemapwidth\";s:4:\"100%\";s:19:\"_cbxgooglemapheight\";s:3:\"400\";s:24:\"_cbxgooglemapscrollwheel\";s:1:\"1\";s:21:\"_cbxgooglemapshowinfo\";s:1:\"0\";s:23:\"_cbxgooglemapinfow_open\";s:1:\"1\";s:20:\"_cbxgooglemapmapicon\";s:79:\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/favicon.png\";}'),
(1354, 731, '_edit_lock', '1563447008:1'),
(1367, 742, '_wpb_vc_js_status', 'true'),
(1368, 742, '_edit_lock', '1563449598:1'),
(1369, 742, '_edit_last', '1'),
(1370, 742, '_wpb_post_custom_css', '.single-team .team-info {background: linear-gradient(135deg, #84b712 0%, #95d477 100%) !important;}\r\n.ready-to-talk {    background: linear-gradient(135deg, #557b0d 0%, #92cf65 100%) !important;}\r\n.ready-to-talk .btn-primary {background: #f9af09 !important;}\r\n.contact-cta-box .btn-primary {background: #f9af09 !important;}'),
(1371, 742, '_wp_page_template', 'default'),
(1374, 742, '_wpb_shortcodes_custom_css', '.vc_custom_1563449364575{padding-top: 20px !important;padding-bottom: 40px !important;}'),
(1375, 750, '_menu_item_type', 'post_type'),
(1376, 750, '_menu_item_menu_item_parent', '0'),
(1377, 750, '_menu_item_object_id', '376'),
(1378, 750, '_menu_item_object', 'page'),
(1379, 750, '_menu_item_target', ''),
(1380, 750, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1381, 750, '_menu_item_xfn', ''),
(1382, 750, '_menu_item_url', ''),
(1384, 751, '_menu_item_type', 'post_type'),
(1385, 751, '_menu_item_menu_item_parent', '0'),
(1386, 751, '_menu_item_object_id', '146'),
(1387, 751, '_menu_item_object', 'page'),
(1388, 751, '_menu_item_target', ''),
(1389, 751, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1390, 751, '_menu_item_xfn', ''),
(1391, 751, '_menu_item_url', ''),
(1393, 752, '_menu_item_type', 'post_type'),
(1394, 752, '_menu_item_menu_item_parent', '0'),
(1395, 752, '_menu_item_object_id', '742'),
(1396, 752, '_menu_item_object', 'page'),
(1397, 752, '_menu_item_target', ''),
(1398, 752, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1399, 752, '_menu_item_xfn', ''),
(1400, 752, '_menu_item_url', ''),
(1402, 753, '_menu_item_type', 'post_type'),
(1403, 753, '_menu_item_menu_item_parent', '0'),
(1404, 753, '_menu_item_object_id', '301'),
(1405, 753, '_menu_item_object', 'page'),
(1406, 753, '_menu_item_target', ''),
(1407, 753, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1408, 753, '_menu_item_xfn', ''),
(1409, 753, '_menu_item_url', ''),
(1492, 6, '_edit_lock', '1563775649:1'),
(1505, 123, '_edit_last', '1'),
(1506, 123, '_wp_page_template', 'default'),
(1507, 788, '_wpb_shortcodes_custom_css', '.vc_custom_1563778136916{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(1508, 788, '_wpb_vc_js_status', 'true'),
(1509, 788, 'page_color', 'brink-pink'),
(1510, 788, '_dp_original', '297'),
(1511, 788, '_edit_lock', '1563778640:1'),
(1512, 788, '_edit_last', '1'),
(1513, 788, '_wpb_shortcodes_custom_css', '.vc_custom_1563778136916{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}'),
(1514, 788, '_wp_page_template', 'default');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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(255) 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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2019-06-11 10:08:08', '2019-06-11 10:08:08', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2019-06-11 10:08:08', '2019-06-11 10:08:08', '', 0, 'http://localhost/brightuiprojects/trunk/bui-wp/?p=1', 0, 'post', '', 1),
(5, 1, '2019-06-11 10:10:08', '2019-06-11 10:10:08', '<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text your-subject] </label>\r\n\r\n<label> Your Message\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nbui-wp \"[your-subject]\"\nBUI <info@brightuitechnologies.com>\nbrightuitesting@gmail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on bui-wp (http://localhost/brightuiprojects/trunk/bui-wp)\nReply-To: [your-email]\n\n\n\n\nbui-wp \"[your-subject]\"\nbui-wp <balabui2016@gmail.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on bui-wp (http://localhost/brightuiprojects/trunk/bui-wp)\nReply-To: balabui2016@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2019-07-13 09:17:03', '2019-07-13 09:17:03', '', 0, 'http://localhost/brightuiprojects/trunk/bui-wp/?post_type=wpcf7_contact_form&#038;p=5', 0, 'wpcf7_contact_form', '', 0),
(6, 1, '2019-06-11 10:10:26', '2019-06-11 10:10:26', '[newsletter]', 'Newsletter', '', 'publish', 'closed', 'closed', '', 'newsletter', '', '', '2019-06-11 10:10:26', '2019-06-11 10:10:26', '', 0, 'http://localhost/brightuiprojects/trunk/bui-wp/newsletter/', 0, 'page', '', 0),
(7, 1, '2019-06-11 10:11:38', '2019-06-11 10:11:38', '', 'One Click Demo Import - log_file_2019-06-11__10-11-38', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2019-06-11__10-11-38', '', '', '2019-06-11 10:11:38', '2019-06-11 10:11:38', '', 0, 'http://localhost/brightuiprojects/trunk/bui-wp/wp-content/uploads/2019/06/log_file_2019-06-11__10-11-38.txt', 0, 'attachment', 'text/plain', 0),
(8, 1, '2019-05-10 08:03:41', '2019-05-10 08:03:41', '', 'One Click Demo Import - log_file_2019-05-10__08-03-41', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2019-05-10__08-03-41', '', '', '2019-05-10 08:03:41', '2019-05-10 08:03:41', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/05/log_file_2019-05-10__08-03-41.txt', 0, 'attachment', 'text/plain', 0),
(31, 1, '2019-04-04 10:47:42', '2019-04-04 10:47:42', '						', 'map', '						', 'inherit', 'open', 'closed', '', 'map', '', '', '2019-07-22 05:46:39', '2019-07-22 05:46:39', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/map.png', 0, 'attachment', 'image/png', 0),
(38, 1, '2019-04-08 03:41:17', '2019-04-08 03:41:17', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'Calvary Ever Green', '			Calvary Evergreen exists to reach those that are far from God in order that they may be raised', 'publish', 'closed', 'closed', '', 'calvary-ever-green', '', '', '2019-06-28 10:47:37', '2019-06-28 10:47:37', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?post_type=project&#038;p=38', 0, 'project', '', 0),
(46, 1, '2019-04-08 03:43:04', '2019-04-08 03:43:04', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'Georgia Wholesale Kitchen', '				GWKB offers a wide range of fine wooden cabinetry, granite countertops, and top of the line appliances.', 'publish', 'closed', 'closed', '', 'georgia-wholesale-kitchen', '', '', '2019-06-28 11:35:17', '2019-06-28 11:35:17', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?post_type=project&#038;p=46', 0, 'project', '', 0),
(47, 1, '2019-04-08 03:43:06', '2019-04-08 03:43:06', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'Veritas Classical Schools', '				Christian schools offers a rigorous academic program with a history of excellence in environmental studies.', 'publish', 'closed', 'closed', '', 'veritas-classical-schools', '', '', '2019-06-28 11:14:31', '2019-06-28 11:14:31', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?post_type=project&#038;p=47', 0, 'project', '', 0),
(48, 1, '2019-04-08 03:43:08', '2019-04-08 03:43:08', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'River Rocks Church', '			River Rocks Church will be a community of believers that allows the Holy Spirit to guide', 'publish', 'closed', 'closed', '', 'river-rocks-church', '', '', '2019-06-28 11:03:30', '2019-06-28 11:03:30', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?post_type=project&#038;p=48', 0, 'project', '', 0),
(52, 1, '2019-04-08 03:50:32', '2019-04-08 03:50:32', '\n						', '5', '\n						', 'inherit', 'open', 'closed', '', '5-3', '', '', '2019-04-08 03:50:32', '2019-04-08 03:50:32', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/5-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2019-04-08 03:50:32', '2019-04-08 03:50:32', '\n						', '1', '\n						', 'inherit', 'open', 'closed', '', '1-3', '', '', '2019-04-08 03:50:32', '2019-04-08 03:50:32', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2019-04-08 03:50:32', '2019-04-08 03:50:32', '\n						', '2', '\n						', 'inherit', 'open', 'closed', '', '2-3', '', '', '2019-04-08 03:50:32', '2019-04-08 03:50:32', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/2-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2019-04-08 03:50:32', '2019-04-08 03:50:32', '\n						', '3', '\n						', 'inherit', 'open', 'closed', '', '3-3', '', '', '2019-04-08 03:50:32', '2019-04-08 03:50:32', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/3-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2019-04-08 03:50:33', '2019-04-08 03:50:33', '\n						', '4', '\n						', 'inherit', 'open', 'closed', '', '4-3', '', '', '2019-06-11 10:12:48', '2019-06-11 10:12:48', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/4-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(62, 1, '2019-04-25 15:17:39', '2019-04-25 15:17:39', '\n						', 'One Click Demo Import - log_file_2019-04-25__15-17-39', '\n						', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2019-04-25__15-17-39', '', '', '2019-04-25 15:17:39', '2019-04-25 15:17:39', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/log_file_2019-04-25__15-17-39.txt', 0, 'attachment', 'text/plain', 0),
(63, 1, '2019-04-08 03:55:07', '2019-04-08 03:55:07', '\n						', 'partner-4', '\n						', 'inherit', 'open', 'closed', '', 'partner-4', '', '', '2019-06-11 10:12:49', '2019-06-11 10:12:49', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/partner-4.png', 0, 'attachment', 'image/png', 0),
(64, 1, '2019-04-08 03:55:07', '2019-04-08 03:55:07', '\n						', 'partner-5', '\n						', 'inherit', 'open', 'closed', '', 'partner-5', '', '', '2019-06-11 10:12:49', '2019-06-11 10:12:49', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/partner-5.png', 0, 'attachment', 'image/png', 0),
(79, 1, '2019-04-08 13:19:21', '2019-04-08 13:19:21', '\n				<!-- wp:paragraph -->\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.  </p><cite>Tom Cruise</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->		', 'The security risks of changing package owners', '\n				Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.		', 'publish', 'open', 'open', '', 'the-security-risks-of-changing-package-owners', '', '', '2019-04-08 13:19:21', '2019-04-08 13:19:21', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=79', 0, 'post', '', 0),
(84, 1, '2019-04-08 13:21:25', '2019-04-08 13:21:25', '\n						', 'blog-details', '\n						', 'inherit', 'open', 'closed', '', 'blog-details-2', '', '', '2019-06-11 10:12:51', '2019-06-11 10:12:51', '', 79, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/blog-details.jpg', 0, 'attachment', 'image/jpeg', 0),
(86, 1, '2019-04-08 13:22:21', '2019-04-08 13:22:21', '\n				<!-- wp:paragraph -->\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.  </p><cite>Tom Cruise</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->		', 'Protect your workplace from cyber attacks', '\n				Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.		', 'publish', 'open', 'open', '', 'protect-your-workplace-from-cyber-attacks', '', '', '2019-04-08 13:22:21', '2019-04-08 13:22:21', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=86', 0, 'post', '', 0),
(90, 1, '2019-04-08 13:23:31', '2019-04-08 13:23:31', '\n				<!-- wp:paragraph -->\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.  </p><cite>Tom Cruise</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->		', 'Tips to protecting your business and family', '\n				Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.		', 'publish', 'open', 'open', '', 'tips-to-protecting-your-business-and-family', '', '', '2019-04-08 13:23:31', '2019-04-08 13:23:31', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=90', 0, 'post', '', 0),
(95, 1, '2019-04-08 13:25:32', '2019-04-08 13:25:32', '\n				<!-- wp:paragraph -->\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.  </p><cite>Tom Cruise</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->		', 'How to be a successful entrepreneur', '\n				Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.		', 'publish', 'open', 'open', '', 'tips-to-protecting-your-business-and-family-2', '', '', '2019-04-08 13:25:32', '2019-04-08 13:25:32', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=95', 0, 'post', '', 2),
(104, 1, '2019-04-09 05:30:19', '2019-04-09 05:30:19', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"about-area mo-p-0\" css=\".vc_custom_1563515458044{margin-right: 0px !important;margin-left: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1563007350686{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row css=\".vc_custom_1563007290287{padding-top: 30px !important;}\"][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1563515588092{padding-right: 20px !important;padding-left: 20px !important;}\" el_class=\"about-features-card\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vision\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-low-vision\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-user-circle-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'About Us', '\n						', 'publish', 'closed', 'closed', '', 'aboutus', '', '', '2019-07-19 05:53:05', '2019-07-19 05:53:05', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?page_id=104', 0, 'page', '', 0),
(117, 1, '2019-04-09 06:06:57', '2019-04-09 06:06:57', ' ', '', '						', 'publish', 'closed', 'closed', '', '117', '', '', '2019-04-09 06:06:57', '2019-04-09 06:06:57', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=117', 12, 'nav_menu_item', '', 0),
(118, 1, '2019-04-09 06:07:45', '2019-04-09 06:07:45', '', 'Pages', '						', 'publish', 'closed', 'closed', '', 'pages', '', '', '2019-04-09 06:07:45', '2019-04-09 06:07:45', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=118', 14, 'nav_menu_item', '', 0),
(119, 1, '2019-04-09 06:08:16', '2019-04-09 06:08:16', ' ', '', '						', 'publish', 'closed', 'closed', '', '119', '', '', '2019-04-09 06:08:16', '2019-04-09 06:08:16', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=119', 15, 'nav_menu_item', '', 0),
(123, 1, '2019-04-09 06:17:22', '2019-04-09 06:17:22', '<p>[vc_section el_class=\"works-area ptb-80\"][vc_row][vc_column][startnext_our_recent_works style=\"2\" count=\"-1\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Projects', '\n						', 'publish', 'closed', 'closed', '', 'projects', '', '', '2019-07-22 06:21:23', '2019-07-22 06:21:23', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?page_id=123', 0, 'page', '', 0),
(125, 1, '2019-04-09 06:27:34', '2019-04-09 06:27:34', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'PineNeedles4sale', '				This website is deals with selling PineNeedles	', 'publish', 'closed', 'closed', '', 'pineneedles4sale', '', '', '2019-06-28 09:18:42', '2019-06-28 09:18:42', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?post_type=project&#038;p=125', 0, 'project', '', 0),
(126, 1, '2019-04-09 06:27:41', '2019-04-09 06:27:41', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'Hudson Terminal Railroad', '		Aliquam hendrerit augu insuscipit Pellentesque sim sollicitudin.', 'publish', 'closed', 'closed', '', 'hudson-terminal-railroad', '', '', '2019-06-28 09:17:55', '2019-06-28 09:17:55', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?post_type=project&#038;p=126', 0, 'project', '', 0),
(127, 1, '2019-04-09 06:27:49', '2019-04-09 06:27:49', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'Railroad Software', '			\"to make rail yard management software available and affordable to every rail yard in the world regardless of their size or technical capabilities\"', 'publish', 'closed', 'closed', '', 'railroad-software', '', '', '2019-06-27 13:32:24', '2019-06-27 13:32:24', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?post_type=project&#038;p=127', 0, 'project', '', 0),
(128, 1, '2019-04-09 06:42:49', '2019-04-09 06:42:49', '', 'Projects', '						', 'publish', 'closed', 'closed', '', 'projects', '', '', '2019-04-09 06:42:49', '2019-04-09 06:42:49', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=128', 21, 'nav_menu_item', '', 0),
(129, 1, '2019-04-09 06:42:49', '2019-04-09 06:42:49', ' ', '', '						', 'publish', 'closed', 'closed', '', '129', '', '', '2019-04-09 06:42:49', '2019-04-09 06:42:49', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=129', 22, 'nav_menu_item', '', 0),
(131, 1, '2019-04-09 06:44:44', '2019-04-09 06:44:44', '\n				[vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section]		', 'Team', '\n						', 'publish', 'closed', 'closed', '', 'team', '', '', '2019-04-09 06:44:44', '2019-04-09 06:44:44', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?page_id=131', 0, 'page', '', 0),
(134, 1, '2019-04-09 06:46:25', '2019-04-09 06:46:25', ' ', '', '						', 'publish', 'closed', 'closed', '', '134', '', '', '2019-04-09 06:46:25', '2019-04-09 06:46:25', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=134', 18, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(141, 1, '2019-04-09 06:53:19', '2019-04-09 06:53:19', '<div class=\"faq-contact\">\r\n<div class=\"container\">\r\n<h3>Get a Quote</h3>\r\n<div class=\"row\">\r\n	<div class=\"col-lg-6 col-md-6\">\r\n		<div class=\"form-group\">\r\n[text* faq-name class:form-control placeholder \"Name\"]\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"col-lg-6 col-md-6\">\r\n		<div class=\"form-group\">\r\n[email* faq-email class:form-control placeholder \"Email\"]\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"col-lg-6 col-md-6\">\r\n		<div class=\"form-group\">\r\n[text* faq-phone class:form-control placeholder \"Phone Number\"]\r\n		</div>\r\n	</div>\r\n\r\n        <div class=\"col-lg-6 col-md-6\">\r\n		<div class=\"form-group\">\r\n[text faq-subject class:form-control placeholder \"Subject\"]\r\n		</div>\r\n	</div>\r\n	\r\n	<div class=\"col-lg-12 col-md-12\">\r\n		<div class=\"form-group\">\r\n[textarea* faq-textarea class:form-control placeholder \"Message\"]\r\n		</div>\r\n	</div>\r\n<div>\r\n\r\n</div>	\r\n	<div class=\"col-lg-12 col-md-12\">\r\n[submit class:btn class:btn-primary \"Submit Now!\"]\r\n	</div>\r\n</div>\r\n</div>\r\n</div>\n1\nGet a Quote - [faq-subject]\nBUI <info@brightuitechnologies.com>\nbrightuitesting@gmail.com\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"templateContainer\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 5px solid #FFFFFF;max-width: 600px !important; margin:0 auto; font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\r\n							<tbody><tr>\r\n								<td valign=\"top\" id=\"templateUpperHeader\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;padding-top: 0px;padding-right: 15px;\">\r\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\r\n											</td>\r\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"upper_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"upper_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnTextBlockOuter\">\r\n        <tr>\r\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\r\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\r\n                    <tbody><tr>\r\n                        \r\n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\"> <img src=\"http://dev.brightuitechnologies.com/site/wp-content/themes/startnext/landing/img/logo.png\" width=\"250\" /></td>\r\n                    </tr>\r\n                </tbody></table>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n										</tr>\r\n									</tbody></table>\r\n								</td>\r\n							</tr>\r\n							<tr>\r\n								<td valign=\"top\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;\">\r\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnImageBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnImageBlockOuter\">\r\n            <tr>\r\n                <td valign=\"top\" style=\"padding:0px\" class=\"mcnImageBlockInner\">\r\n                    <table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"mcnImageContentContainer\" style=\"min-width:100%;\">\r\n                        <tbody><tr>\r\n                            <td class=\"mcnImageContent\" valign=\"top\" style=\"padding-right: 0px; padding-left: 0px; padding-top: 0; padding-bottom: 0; text-align:center;\"><img align=\"center\" alt=\"\" src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/main_image.png\" width=\"590\" style=\"max-width:600px; padding-bottom: 0; display: inline !important; vertical-align: bottom;\" class=\"mcnImage\"></td>\r\n                        </tr>\r\n                    </tbody></table>\r\n                </td>\r\n            </tr>\r\n    </tbody>\r\n</table></td>\r\n										</tr>\r\n									</tbody></table>\r\n								</td>\r\n							</tr>\r\n							<tr>\r\n								<td valign=\"top\" id=\"templateColumns\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\r\n									<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td valign=\"top\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												\r\n												<table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\" id=\"templateBody\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\r\n													<tbody><tr>\r\n														<td mc:container=\"body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnTextBlockOuter\">\r\n        <tr>\r\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\r\n                <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\r\n                    <tbody><tr>\r\n                        \r\n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;\">\r\n                        \r\n                           <table cellpadding=\"0\" cellspacing=\"0\" style=\"width:90%; margin:0 auto;\">\r\n                                        <tbody><tr>\r\n                                            <td style=\"padding:5px; text-align:right; width:40%; border:1px solid #fff;\">Name</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff; width:60%;\">[faq-name]</td>\r\n                                        </tr>                                        \r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Email Id</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[faq-email]</td>\r\n                                        </tr>\r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Phone No</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d;  border:1px solid #fff;\">[faq-phone]</td>\r\n                                        </tr>   \r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Subject</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[faq-subject]</td>\r\n                                        </tr>                             \r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Message </td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[faq-textarea]</td>\r\n                                        </tr>\r\n                       </tbody></table>\r\n                        </td>\r\n                    </tr>\r\n                </tbody></table>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n													</tr>\r\n												</tbody></table>\r\n											</td>\r\n											<td align=\"right\" valign=\"top\" style=\"padding-top: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email1.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\r\n											</td>\r\n										</tr>\r\n									\r\n							<tr>\r\n								<td valign=\"top\" id=\"templateLowerBody\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;\">\r\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\r\n											</td>\r\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnFollowBlockOuter\">\r\n        <tr>\r\n            <td align=\"center\" valign=\"top\" style=\"padding:9px\" class=\"mcnFollowBlockInner\">\r\n                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentContainer\" style=\"min-width:100%;\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding-left:9px;padding-right:9px;\">\r\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"min-width:100%;\" class=\"mcnFollowContent\">\r\n                <tbody><tr>\r\n                    <td align=\"center\" valign=\"top\" style=\"padding-top:9px; padding-right:9px; padding-left:9px;\">\r\n                        <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n                            <tbody><tr>\r\n                                <td align=\"center\" valign=\"top\">\r\n                                        \r\n                                        \r\n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\r\n                                                <tbody><tr>\r\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\r\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\r\n                                                            <tbody><tr>\r\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\r\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\r\n                                                                        <tbody><tr>\r\n                                                                            \r\n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\r\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-facebook-48.png\" alt=\"FRIEND ON FACEBOOK\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                            \r\n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\r\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FRIEND ON FACEBOOK</a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                        </tr>\r\n                                                                    </tbody></table>\r\n                                                                </td>\r\n                                                            </tr>\r\n                                                        </tbody></table>\r\n                                                    </td>\r\n                                                </tr>\r\n                                            </tbody></table>\r\n                                        \r\n                                        \r\n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\r\n                                                <tbody><tr>\r\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\r\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\r\n                                                            <tbody><tr>\r\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\r\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\r\n                                                                        <tbody><tr>\r\n                                                                            \r\n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\r\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-linkedin-48.png\" alt=\"FOLLOW ON LINKEDIN\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                            \r\n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\r\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FOLLOW ON LINKEDIN</a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                        </tr>\r\n                                                                    </tbody></table>\r\n                                                                </td>\r\n                                                            </tr>\r\n                                                        </tbody></table>\r\n                                                    </td>\r\n                                                </tr>\r\n                                            </tbody></table>                                        \r\n                                        \r\n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\r\n                                                <tbody><tr>\r\n                                                    <td valign=\"top\" style=\"padding-right:0; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\r\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\r\n                                                            <tbody><tr>\r\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\r\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\r\n                                                                        <tbody><tr>\r\n                                                                            \r\n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\r\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-link-48.png\" alt=\"VISIT OUR PAGE\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                            \r\n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\r\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">VISIT OUR PAGE</a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                        </tr>\r\n                                                                    </tbody></table>\r\n                                                                </td>\r\n                                                            </tr>\r\n                                                        </tbody></table>\r\n                                                    </td>\r\n                                                </tr>\r\n                                            </tbody></table>\r\n                                </td>\r\n                            </tr>\r\n                        </tbody></table>\r\n                    </td>\r\n                </tr>\r\n            </tbody></table>\r\n        </td>\r\n    </tr>\r\n</tbody></table>\r\n\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n										</tr>\r\n									</tbody></table>\r\n								</td>\r\n							</tr>\r\n							<tr>\r\n								<td valign=\"top\" id=\"templateFooter\" mc:container=\"footer_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 5px solid #FFFFFF;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;\" mccontainer=\"footer_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnTextBlockOuter\">\r\n        <tr>\r\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\r\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\r\n                    <tbody><tr>\r\n                        \r\n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\">© 2019 <a style=\"color: orange;\" target=\"_blank\" href=\"http://brightuitechnologies.com/\">BrightUI Technologies</a></td>\r\n                    </tr>\r\n                </tbody></table>\r\n				\r\n                \r\n				\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n							</tr>\r\n						</tbody></table>\nReply-To: [faq-email]\n\n1\n\n\nStartP \"[your-subject]\"\nStartP <wordpress@jibdara.com,>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on StartP (https://www.jibdara.com/tf-wp-demo/startp)\nReply-To: msakibahmed3s@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Get a Quote', '\n						', 'publish', 'closed', 'closed', '', 'contact-form-1_copy', '', '', '2019-07-17 08:49:03', '2019-07-17 08:49:03', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?post_type=wpcf7_contact_form&#038;p=141', 0, 'wpcf7_contact_form', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(142, 1, '2019-04-09 06:55:18', '2019-04-09 06:55:18', '<h3>Contact Form</h3>\r\n<h6>Let\'s talk about your idea to success!</h6>\r\n<div id=\"contactForm\">\r\n	<div class=\"row\">\r\n		<div class=\"col-lg-12 col-md-12\">\r\n			<div class=\"form-group\">\r\n[text* cn-name class:form-control placeholder \"Name\"]\r\n			</div>\r\n		</div>\r\n\r\n		<div class=\"col-lg-12 col-md-12\">\r\n			<div class=\"form-group\">\r\n[email* cn-email class:form-control placeholder \"Email\"]\r\n			</div>\r\n		</div>\r\n\r\n		<div class=\"col-lg-12 col-md-6\">\r\n			<div class=\"form-group\">\r\n[text* cn-phone class:form-control placeholder \"Phone\"]\r\n			</div>\r\n		</div>\r\n\r\n		<div class=\"col-lg-12 col-md-6\">\r\n			<div class=\"form-group\">\r\n[text* cn-subject class:form-control placeholder \"Subject\"]\r\n\r\n			</div>\r\n		</div>\r\n\r\n		<div class=\"col-lg-12 col-md-12\">\r\n			<div class=\"form-group\">\r\n[textarea* cn-message id:message class:form-control 30x5 placeholder \"Your Message\"  ]\r\n			</div>\r\n		</div>\r\n<div>\r\n</div>\r\n		<div class=\"col-lg-12 col-md-12\">\r\n[submit class:btn class:btn-primary \"Send Message\"]\r\n			<div id=\"msgSubmit\" class=\"h3 text-center hidden\"></div>\r\n			<div class=\"clearfix\"></div>\r\n		</div>\r\n	</div>\r\n</div>\n1\nContact Details : [cn-subject]\nBUI <info@brightuitechnologies.com>\nbrightuitesting@gmail.com\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"templateContainer\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 5px solid #FFFFFF;max-width: 600px !important; margin:0 auto; font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\r\n							<tbody><tr>\r\n								<td valign=\"top\" id=\"templateUpperHeader\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;padding-top: 0px;padding-right: 15px;\">\r\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\r\n											</td>\r\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"upper_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"upper_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnTextBlockOuter\">\r\n        <tr>\r\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\r\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\r\n                    <tbody><tr>\r\n                        \r\n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\"> <img src=\"http://dev.brightuitechnologies.com/site/wp-content/themes/startnext/landing/img/logo.png\" width=\"250\" /></td>\r\n                    </tr>\r\n                </tbody></table>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n										</tr>\r\n									</tbody></table>\r\n								</td>\r\n							</tr>\r\n							<tr>\r\n								<td valign=\"top\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;\">\r\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnImageBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnImageBlockOuter\">\r\n            <tr>\r\n                <td valign=\"top\" style=\"padding:0px\" class=\"mcnImageBlockInner\">\r\n                    <table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"mcnImageContentContainer\" style=\"min-width:100%;\">\r\n                        <tbody><tr>\r\n                            <td class=\"mcnImageContent\" valign=\"top\" style=\"padding-right: 0px; padding-left: 0px; padding-top: 0; padding-bottom: 0; text-align:center;\"><img align=\"center\" alt=\"\" src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/main_image.png\" width=\"590\" style=\"max-width:600px; padding-bottom: 0; display: inline !important; vertical-align: bottom;\" class=\"mcnImage\"></td>\r\n                        </tr>\r\n                    </tbody></table>\r\n                </td>\r\n            </tr>\r\n    </tbody>\r\n</table></td>\r\n										</tr>\r\n									</tbody></table>\r\n								</td>\r\n							</tr>\r\n							<tr>\r\n								<td valign=\"top\" id=\"templateColumns\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\r\n									<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td valign=\"top\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												\r\n												<table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\" id=\"templateBody\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\r\n													<tbody><tr>\r\n														<td mc:container=\"body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnTextBlockOuter\">\r\n        <tr>\r\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\r\n                <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\r\n                    <tbody><tr>\r\n                        \r\n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;\">\r\n                        \r\n                           <table cellpadding=\"0\" cellspacing=\"0\" style=\"width:90%; margin:0 auto;\">\r\n                                        <tbody><tr>\r\n                                            <td style=\"padding:5px; text-align:right; width:40%; border:1px solid #fff;\">Name</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff; width:60%;\">[cn-name]</td>\r\n                                        </tr>                                        \r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Email Id</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-email]</td>\r\n                                        </tr>\r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Phone No</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d;  border:1px solid #fff;\">[cn-phone]</td>\r\n                                        </tr>   \r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Subject</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-subject]</td>\r\n                                        </tr>                             \r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Message </td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-message]</td>\r\n                                        </tr>\r\n                       </tbody></table>\r\n                        </td>\r\n                    </tr>\r\n                </tbody></table>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n													</tr>\r\n												</tbody></table>\r\n											</td>\r\n											<td align=\"right\" valign=\"top\" style=\"padding-top: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email1.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\r\n											</td>\r\n										</tr>\r\n									\r\n							<tr>\r\n								<td valign=\"top\" id=\"templateLowerBody\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;\">\r\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\r\n											</td>\r\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnFollowBlockOuter\">\r\n        <tr>\r\n            <td align=\"center\" valign=\"top\" style=\"padding:9px\" class=\"mcnFollowBlockInner\">\r\n                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentContainer\" style=\"min-width:100%;\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding-left:9px;padding-right:9px;\">\r\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"min-width:100%;\" class=\"mcnFollowContent\">\r\n                <tbody><tr>\r\n                    <td align=\"center\" valign=\"top\" style=\"padding-top:9px; padding-right:9px; padding-left:9px;\">\r\n                        <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n                            <tbody><tr>\r\n                                <td align=\"center\" valign=\"top\">\r\n                                        \r\n                                        \r\n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\r\n                                                <tbody><tr>\r\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\r\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\r\n                                                            <tbody><tr>\r\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\r\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\r\n                                                                        <tbody><tr>\r\n                                                                            \r\n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\r\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-facebook-48.png\" alt=\"FRIEND ON FACEBOOK\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                            \r\n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\r\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FRIEND ON FACEBOOK</a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                        </tr>\r\n                                                                    </tbody></table>\r\n                                                                </td>\r\n                                                            </tr>\r\n                                                        </tbody></table>\r\n                                                    </td>\r\n                                                </tr>\r\n                                            </tbody></table>\r\n                                        \r\n                                        \r\n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\r\n                                                <tbody><tr>\r\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\r\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\r\n                                                            <tbody><tr>\r\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\r\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\r\n                                                                        <tbody><tr>\r\n                                                                            \r\n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\r\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-linkedin-48.png\" alt=\"FOLLOW ON LINKEDIN\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                            \r\n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\r\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FOLLOW ON LINKEDIN</a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                        </tr>\r\n                                                                    </tbody></table>\r\n                                                                </td>\r\n                                                            </tr>\r\n                                                        </tbody></table>\r\n                                                    </td>\r\n                                                </tr>\r\n                                            </tbody></table>                                        \r\n                                        \r\n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\r\n                                                <tbody><tr>\r\n                                                    <td valign=\"top\" style=\"padding-right:0; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\r\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\r\n                                                            <tbody><tr>\r\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\r\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\r\n                                                                        <tbody><tr>\r\n                                                                            \r\n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\r\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-link-48.png\" alt=\"VISIT OUR PAGE\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                            \r\n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\r\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">VISIT OUR PAGE</a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                        </tr>\r\n                                                                    </tbody></table>\r\n                                                                </td>\r\n                                                            </tr>\r\n                                                        </tbody></table>\r\n                                                    </td>\r\n                                                </tr>\r\n                                            </tbody></table>\r\n                                </td>\r\n                            </tr>\r\n                        </tbody></table>\r\n                    </td>\r\n                </tr>\r\n            </tbody></table>\r\n        </td>\r\n    </tr>\r\n</tbody></table>\r\n\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n										</tr>\r\n									</tbody></table>\r\n								</td>\r\n							</tr>\r\n							<tr>\r\n								<td valign=\"top\" id=\"templateFooter\" mc:container=\"footer_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 5px solid #FFFFFF;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;\" mccontainer=\"footer_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnTextBlockOuter\">\r\n        <tr>\r\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\r\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\r\n                    <tbody><tr>\r\n                        \r\n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\">© 2019 <a style=\"color: orange;\" target=\"_blank\" href=\"http://brightuitechnologies.com/\">BrightUI Technologies</a></td>\r\n                    </tr>\r\n                </tbody></table>\r\n				\r\n                \r\n				\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n							</tr>\r\n						</tbody></table>\nReply-To: [cn-email]\n\n1\n\n\nStartP \"[your-subject]\"\nStartP <wordpress@jibdara.com,>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on StartP (https://www.jibdara.com/tf-wp-demo/startp)\nReply-To: msakibahmed3s@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact- Get in Touch With Us', '\n						', 'publish', 'closed', 'closed', '', 'contact-get-in-touch-with-us', '', '', '2019-07-18 07:00:43', '2019-07-18 07:00:43', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?post_type=wpcf7_contact_form&#038;p=142', 0, 'wpcf7_contact_form', '', 0),
(146, 1, '2019-04-09 07:07:15', '2019-04-09 07:07:15', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area mo-p-t-20\" css=\".vc_custom_1563516385477{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][cbxgooglemap width=\"100%\" height=\"500\" zoom=\"17\" scrollwheel=\"1\" showinfo=\"1\" infow_open=\"1\" maptype=\"roadmap\" lat=\"11.028458\" lng=\"76.9494308\" ][/vc_column_text][/vc_column][/vc_row]</p>\r\n', 'Contact', '\n						', 'publish', 'closed', 'closed', '', 'contact', '', '', '2019-07-19 06:06:22', '2019-07-19 06:06:22', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?page_id=146', 0, 'page', '', 0),
(147, 1, '2019-04-09 07:06:46', '2019-04-09 07:06:46', '						', '1', '						', 'inherit', 'open', 'closed', '', '1-4', '', '', '2019-06-19 11:07:52', '2019-06-19 11:07:52', '', 146, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/1.png', 0, 'attachment', 'image/png', 0),
(149, 1, '2019-04-09 07:07:29', '2019-04-09 07:07:29', ' ', '', '						', 'publish', 'closed', 'closed', '', '149', '', '', '2019-04-09 07:07:29', '2019-04-09 07:07:29', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=149', 27, 'nav_menu_item', '', 0),
(150, 1, '2019-04-09 07:08:36', '2019-04-09 07:08:36', '', 'Blog', '						', 'publish', 'closed', 'closed', '', 'blog', '', '', '2019-04-09 07:08:36', '2019-04-09 07:08:36', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=150', 24, 'nav_menu_item', '', 0),
(151, 1, '2019-04-09 07:08:36', '2019-04-09 07:08:36', '', 'Blog Details', '						', 'publish', 'closed', 'closed', '', 'blog-details', '', '', '2019-04-09 07:08:36', '2019-04-09 07:08:36', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=151', 26, 'nav_menu_item', '', 0),
(152, 1, '2019-04-09 07:10:28', '2019-04-09 07:10:28', ' ', '', '						', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2019-07-18 11:36:15', '2019-07-18 11:36:15', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=152', 1, 'nav_menu_item', '', 0),
(157, 1, '2019-04-09 07:12:03', '2019-04-09 07:12:03', '\n				 		', '', '\n						', 'publish', 'closed', 'closed', '', '157', '', '', '2019-04-09 07:12:03', '2019-04-09 07:12:03', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=157', 5, 'nav_menu_item', '', 0),
(218, 1, '2019-04-24 11:16:22', '2019-04-24 11:16:22', '\n						', 'post-image-one', '\n						', 'inherit', 'open', 'closed', '', 'post-image-one', '', '', '2019-06-11 10:12:51', '2019-06-11 10:12:51', '', 95, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/post-image-one.jpg', 0, 'attachment', 'image/jpeg', 0),
(222, 1, '2019-04-24 11:26:14', '2019-04-24 11:26:14', '\n						', 'post-image-two', '\n						', 'inherit', 'open', 'closed', '', 'post-image-two', '', '', '2019-06-11 10:12:51', '2019-06-11 10:12:51', '', 90, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/post-image-two.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 1, '2019-04-24 11:30:21', '2019-04-24 11:30:21', '\n						', 'post-image-three', '\n						', 'inherit', 'open', 'closed', '', 'post-image-three', '', '', '2019-06-11 10:12:51', '2019-06-11 10:12:51', '', 86, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/post-image-three.jpg', 0, 'attachment', 'image/jpeg', 0),
(230, 1, '2019-04-24 11:34:29', '2019-04-24 11:34:29', '\n						', 'post-image-four', '\n						', 'inherit', 'open', 'closed', '', 'post-image-four', '', '', '2019-06-11 10:12:51', '2019-06-11 10:12:51', '', 79, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/post-image-four.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2019-04-24 11:56:37', '2019-04-24 11:56:37', '\n				<!-- wp:paragraph -->\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.  </p><cite>Tom Cruise</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<!-- /wp:paragraph -->		', 'How to start your business as an entrepreneur', '\n				Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.		', 'publish', 'open', 'open', '', 'how-to-start-your-business-as-an-entrepreneur', '', '', '2019-04-24 11:56:37', '2019-04-24 11:56:37', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=238', 0, 'post', '', 0),
(242, 1, '2019-04-24 12:02:58', '2019-04-24 12:02:58', '\n						', 'post-image-five', '\n						', 'inherit', 'open', 'closed', '', 'post-image-five', '', '', '2019-06-11 10:12:51', '2019-06-11 10:12:51', '', 95, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/post-image-five.jpg', 0, 'attachment', 'image/jpeg', 0),
(243, 1, '2019-04-24 12:22:25', '2019-04-24 12:22:25', '						', 'favicon', '						', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2019-07-22 05:47:48', '2019-07-22 05:47:48', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/04/favicon.png', 0, 'attachment', 'image/png', 0),
(244, 1, '2019-05-05 14:58:05', '2019-05-05 14:58:05', '\n						', 'One Click Demo Import - log_file_2019-05-05__14-58-05', '\n						', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2019-05-05__14-58-05', '', '', '2019-05-05 14:58:05', '2019-05-05 14:58:05', '', 0, 'https://envytheme.com/tf-wp-demo/startp/wp-content/uploads/2019/05/log_file_2019-05-05__14-58-05.txt', 0, 'attachment', 'text/plain', 0),
(245, 1, '2019-05-03 11:53:51', '2019-05-03 11:53:51', '\n						', 'One Click Demo Import - log_file_2019-05-03__11-53-51', '\n						', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2019-05-03__11-53-51', '', '', '2019-05-03 11:53:51', '2019-05-03 11:53:51', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/05/log_file_2019-05-03__11-53-51.txt', 0, 'attachment', 'text/plain', 0),
(246, 1, '2019-05-03 11:22:00', '2019-05-03 11:22:00', '\n						', 'One Click Demo Import - log_file_2019-05-03__11-22-00', '\n						', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2019-05-03__11-22-00', '', '', '2019-05-03 11:22:00', '2019-05-03 11:22:00', '', 0, 'https://illuminate-budget.000webhostapp.com/wp-content/uploads/2019/05/log_file_2019-05-03__11-22-00.txt', 0, 'attachment', 'text/plain', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(301, 1, '2019-05-10 08:14:54', '2019-05-10 08:14:54', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514729545{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-p-0\" css=\".vc_custom_1563514863020{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-t-0\" css=\".vc_custom_1563514934407{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Services', '\n						', 'publish', 'closed', 'closed', '', 'services', '', '', '2019-07-19 05:42:11', '2019-07-19 05:42:11', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?page_id=301', 0, 'page', '', 0),
(306, 1, '2019-05-10 08:16:54', '2019-05-10 08:16:54', ' ', '', '', 'publish', 'closed', 'closed', '', '306', '', '', '2019-05-10 08:16:54', '2019-05-10 08:16:54', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=306', 8, 'nav_menu_item', '', 0),
(309, 1, '2019-05-10 08:17:48', '2019-05-10 08:17:48', '', 'Single Project', '', 'publish', 'closed', 'closed', '', 'single-project-2', '', '', '2019-05-10 08:17:48', '2019-05-10 08:17:48', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/?p=309', 23, 'nav_menu_item', '', 0),
(333, 1, '2019-05-10 09:22:31', '2019-05-10 09:22:31', '', 'main-pic', '', 'inherit', 'open', 'closed', '', 'main-pic', '', '', '2019-06-11 10:12:52', '2019-06-11 10:12:52', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/05/main-pic.png', 0, 'attachment', 'image/png', 0),
(334, 1, '2019-05-10 09:23:16', '2019-05-10 09:23:16', '', 'main-pic', '', 'inherit', 'open', 'closed', '', 'main-pic-2', '', '', '2019-06-11 10:12:52', '2019-06-11 10:12:52', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/05/main-pic-1.png', 0, 'attachment', 'image/png', 0),
(335, 1, '2019-05-10 09:23:37', '2019-05-10 09:23:37', '', 'main-pic', '', 'inherit', 'open', 'closed', '', 'main-pic-3', '', '', '2019-06-11 10:12:52', '2019-06-11 10:12:52', '', 0, 'https://www.jibdara.com/tf-wp-demo/startp/wp-content/uploads/2019/05/main-pic-2.png', 0, 'attachment', 'image/png', 0),
(345, 1, '2019-06-12 06:29:28', '2019-06-12 06:29:28', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-5', '', '', '2019-06-12 06:29:28', '2019-06-12 06:29:28', '', 0, 'http://localhost/brightuiprojects/trunk/bui-wp/wp-content/uploads/2019/06/logo.png', 0, 'attachment', 'image/png', 0),
(347, 1, '2019-06-12 06:30:47', '2019-06-12 06:30:47', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon-2', '', '', '2019-06-12 06:30:47', '2019-06-12 06:30:47', '', 0, 'http://localhost/brightuiprojects/trunk/bui-wp/wp-content/uploads/2019/06/favicon.png', 0, 'attachment', 'image/png', 0),
(348, 1, '2019-06-12 06:37:23', '2019-06-12 06:37:23', '<p>[vc_section el_class=\"contact-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Get In Touch With Us\" description=\"Anything On your Mind. We’ll Be Glad To Assist You!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"147\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][/vc_row][/vc_section][vc_section el_class=\"contact-info-area pb-80\"][vc_row][vc_column][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjAlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]</p>\r\n', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-06-12 06:37:23', '2019-06-12 06:37:23', '', 146, 'http://localhost/brightuiprojects/trunk/bui-wp/2019/06/12/146-revision-v1/', 0, 'revision', '', 0),
(350, 1, '2019-06-12 06:39:21', '2019-06-12 06:39:21', ' ', '', '', 'publish', 'closed', 'closed', '', '350', '', '', '2019-07-22 06:18:10', '2019-07-22 06:18:10', '', 0, 'http://localhost/brightuiprojects/trunk/bui-wp/?p=350', 2, 'nav_menu_item', '', 0),
(352, 1, '2019-06-12 06:39:22', '2019-06-12 06:39:22', ' ', '', '', 'publish', 'closed', 'closed', '', '352', '', '', '2019-07-22 06:18:10', '2019-07-22 06:18:10', '', 0, 'http://localhost/brightuiprojects/trunk/bui-wp/?p=352', 9, 'nav_menu_item', '', 0),
(353, 1, '2019-06-12 06:39:21', '2019-06-12 06:39:21', '', 'Website', '', 'publish', 'closed', 'closed', '', '353', '', '', '2019-07-22 06:18:10', '2019-07-22 06:18:10', '', 0, 'http://localhost/brightuiprojects/trunk/bui-wp/?p=353', 5, 'nav_menu_item', '', 0),
(357, 1, '2019-06-17 13:30:27', '2019-06-17 13:30:27', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_banner_one type=\"2\" title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. \" external_link=\"#\" btnname=\"Read More\"][/vc_column][/vc_row][vc_section el_class=\"boxes-area\"][vc_row][vc_column width=\"1/4\"][startnext_fatures_box icon=\"fa fa-handshake-o\" title=\"Software Development\" description=\"Software development at BrightUI has always been an ultimate panacea for distinct needs of clients\' across domains.  Technologies like Java, PHP, .Net, HTML5 etc..\"][/vc_column][vc_column width=\"1/4\"][startnext_fatures_box iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-code\" title=\"Web Application Development\" description=\" web application development almost a decade ago, today we proudly represent ourselves as a \'Grade A\' web applications service provider.\"][/vc_column][vc_column width=\"1/4\"][startnext_fatures_box iconcolor=\"#c679e3\" iconbg=\"#edc3fc\" icon=\"fa fa-users\" title=\"Mobile Application development\" description=\"BrightUI has over the years emerged as a noticeable name for providing mobility  and developing remarkable mobile applications.\"][/vc_column][vc_column width=\"1/4\"][startnext_fatures_box iconcolor=\"#eb6b3d\" iconbg=\"#f9d2c4\" icon=\"fa fa-ravelry\" title=\"Web Design and Development\" description=\" web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_hosting_service title=\"Cloud Hosting Services\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\" group_items=\"%5B%7B%22item%22%3A%22Cloud%20databases%22%2C%22icon%22%3A%22fa%20fa-database%22%7D%2C%7B%22item%22%3A%22%20File%20storage%22%2C%22icon%22%3A%22fa%20fa-hdd-o%22%7D%2C%7B%22item%22%3A%22%20Website%20hosting%22%2C%22icon%22%3A%22fa%20fa-globe%22%7D%2C%7B%22item%22%3A%22Forex%20trading%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22%20File%20backups%22%2C%22icon%22%3A%22fa%20fa-folder-open-o%22%7D%2C%7B%22item%22%3A%22%20Remote%20desktop%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22%20Email%20servers%22%2C%22icon%22%3A%22fa%20fa-envelope-o%22%7D%2C%7B%22item%22%3A%22%20Hybrid%20cloud%22%2C%22icon%22%3A%22fa%20fa-soundcloud%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Design &amp; Development\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.--\" group_items=\"%5B%7B%22item%22%3A%22%20Responsive%20design%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22%20React%20web%20development%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22%20Android%20apps%20development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Laravel%20web%20development%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22%20iOS%20apps%20development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20UX%2FUI%20design%22%2C%22icon%22%3A%22fa%20fa-codepen%22%7D%2C%7B%22item%22%3A%22%20E-commerce%20development%22%2C%22icon%22%3A%22fa%20fa-cart-plus%22%7D%2C%7B%22item%22%3A%22%20Print%20ready%20design%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Features\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-cog\" title=\"Incredible Infrastructure\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#c679e3\" iconbg=\"#edc3fc\" icon=\"fa fa-th-large\" title=\"Simple Dashboard\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#eb6b3d\" iconbg=\"#f9d2c4\" icon=\"fa fa-mouse-pointer\" title=\"Drag and Drop Functionality\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-envelope-o\" title=\"Email Notifications\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#c679e3\" iconbg=\"#edc3fc\" icon=\"fa fa-question-circle-o\" title=\"Information Retrieval\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#eb6b3d\" iconbg=\"#f9d2c4\" icon=\"fa fa-bell-o\" title=\"Deadline Reminders\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"works-area ptb-80 bg-f7fafd\"][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_section_title title=\"Our Recent Works\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_recent_works][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"pricing-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Pricing Plans\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%2C%22featuredisable%22%3A%22true%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"BASIC PLAN\" price=\"15.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" packageactive=\"true\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"ADVANCED PLAN\" price=\"35.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%7D%5D\" name=\"EXPERT PLAN\" price=\"65.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section el_class=\"blog-area pt-80 pb-50\"][vc_row][vc_column][startnext_section_title title=\"The News From Our Blog\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_post postcount=\"3\"][/vc_column][/vc_row][/vc_section]</p>\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-17 13:30:27', '2019-06-17 13:30:27', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/17/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(358, 1, '2019-06-18 04:39:27', '2019-06-18 04:39:27', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_banner_one type=\"2\" title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\" external_link=\"#\" btnname=\"Read More\"][/vc_column][/vc_row][vc_section el_class=\"boxes-area\"][vc_row][vc_column width=\"1/4\"][startnext_fatures_box icon=\"fa fa-handshake-o\" title=\"Software Development\" description=\"Software development at BrightUI has always been an ultimate panacea for distinct needs of clients\' across domains.  Technologies like Java, PHP, .Net, HTML5 etc..\"][/vc_column][vc_column width=\"1/4\"][startnext_fatures_box iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-code\" title=\"Web Application Development\" description=\"web application development almost a decade ago, today we proudly represent ourselves as a \'Grade A\' web applications service provider.\"][/vc_column][vc_column width=\"1/4\"][startnext_fatures_box iconcolor=\"#c679e3\" iconbg=\"#edc3fc\" icon=\"fa fa-users\" title=\"Mobile Application development\" description=\"BrightUI has over the years emerged as a noticeable name for providing mobility  and developing remarkable mobile applications.\"][/vc_column][vc_column width=\"1/4\"][startnext_fatures_box iconcolor=\"#eb6b3d\" iconbg=\"#f9d2c4\" icon=\"fa fa-ravelry\" title=\"Web Design and Development\" description=\"web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_hosting_service title=\"Cloud Hosting Services\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\" group_items=\"%5B%7B%22item%22%3A%22Cloud%20databases%22%2C%22icon%22%3A%22fa%20fa-database%22%7D%2C%7B%22item%22%3A%22%20File%20storage%22%2C%22icon%22%3A%22fa%20fa-hdd-o%22%7D%2C%7B%22item%22%3A%22%20Website%20hosting%22%2C%22icon%22%3A%22fa%20fa-globe%22%7D%2C%7B%22item%22%3A%22Forex%20trading%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22%20File%20backups%22%2C%22icon%22%3A%22fa%20fa-folder-open-o%22%7D%2C%7B%22item%22%3A%22%20Remote%20desktop%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22%20Email%20servers%22%2C%22icon%22%3A%22fa%20fa-envelope-o%22%7D%2C%7B%22item%22%3A%22%20Hybrid%20cloud%22%2C%22icon%22%3A%22fa%20fa-soundcloud%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Design &amp; Development\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.--\" group_items=\"%5B%7B%22item%22%3A%22%20Responsive%20design%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22%20React%20web%20development%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22%20Android%20apps%20development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Laravel%20web%20development%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22%20iOS%20apps%20development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20UX%2FUI%20design%22%2C%22icon%22%3A%22fa%20fa-codepen%22%7D%2C%7B%22item%22%3A%22%20E-commerce%20development%22%2C%22icon%22%3A%22fa%20fa-cart-plus%22%7D%2C%7B%22item%22%3A%22%20Print%20ready%20design%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Features\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-cog\" title=\"Incredible Infrastructure\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#c679e3\" iconbg=\"#edc3fc\" icon=\"fa fa-th-large\" title=\"Simple Dashboard\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#eb6b3d\" iconbg=\"#f9d2c4\" icon=\"fa fa-mouse-pointer\" title=\"Drag and Drop Functionality\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-envelope-o\" title=\"Email Notifications\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#c679e3\" iconbg=\"#edc3fc\" icon=\"fa fa-question-circle-o\" title=\"Information Retrieval\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#eb6b3d\" iconbg=\"#f9d2c4\" icon=\"fa fa-bell-o\" title=\"Deadline Reminders\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"works-area ptb-80 bg-f7fafd\"][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_section_title title=\"Our Recent Works\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_recent_works][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"pricing-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Pricing Plans\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%2C%22featuredisable%22%3A%22true%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"BASIC PLAN\" price=\"15.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" packageactive=\"true\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"ADVANCED PLAN\" price=\"35.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%7D%5D\" name=\"EXPERT PLAN\" price=\"65.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section el_class=\"blog-area pt-80 pb-50\"][vc_row][vc_column][startnext_section_title title=\"The News From Our Blog\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_post postcount=\"3\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][startnext_banner_one][/vc_column][/vc_row]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-18 04:39:27', '2019-06-18 04:39:27', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/18/301-revision-v1/', 0, 'revision', '', 0),
(359, 1, '2019-06-18 04:39:56', '2019-06-18 04:39:56', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_banner_one type=\"2\" title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\" external_link=\"#\" btnname=\"Read More\"][/vc_column][/vc_row][vc_section el_class=\"boxes-area\"][vc_row][vc_column width=\"1/4\"][startnext_fatures_box icon=\"fa fa-handshake-o\" title=\"Software Development\" description=\"Software development at BrightUI has always been an ultimate panacea for distinct needs of clients\' across domains.  Technologies like Java, PHP, .Net, HTML5 etc..\"][/vc_column][vc_column width=\"1/4\"][startnext_fatures_box iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-code\" title=\"Web Application Development\" description=\"web application development almost a decade ago, today we proudly represent ourselves as a \'Grade A\' web applications service provider.\"][/vc_column][vc_column width=\"1/4\"][startnext_fatures_box iconcolor=\"#c679e3\" iconbg=\"#edc3fc\" icon=\"fa fa-users\" title=\"Mobile Application development\" description=\"BrightUI has over the years emerged as a noticeable name for providing mobility  and developing remarkable mobile applications.\"][/vc_column][vc_column width=\"1/4\"][startnext_fatures_box iconcolor=\"#eb6b3d\" iconbg=\"#f9d2c4\" icon=\"fa fa-ravelry\" title=\"Web Design and Development\" description=\"web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_hosting_service title=\"Cloud Hosting Services\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\" group_items=\"%5B%7B%22item%22%3A%22Cloud%20databases%22%2C%22icon%22%3A%22fa%20fa-database%22%7D%2C%7B%22item%22%3A%22%20File%20storage%22%2C%22icon%22%3A%22fa%20fa-hdd-o%22%7D%2C%7B%22item%22%3A%22%20Website%20hosting%22%2C%22icon%22%3A%22fa%20fa-globe%22%7D%2C%7B%22item%22%3A%22Forex%20trading%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22%20File%20backups%22%2C%22icon%22%3A%22fa%20fa-folder-open-o%22%7D%2C%7B%22item%22%3A%22%20Remote%20desktop%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22%20Email%20servers%22%2C%22icon%22%3A%22fa%20fa-envelope-o%22%7D%2C%7B%22item%22%3A%22%20Hybrid%20cloud%22%2C%22icon%22%3A%22fa%20fa-soundcloud%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Design &amp; Development\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.--\" group_items=\"%5B%7B%22item%22%3A%22%20Responsive%20design%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22%20React%20web%20development%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22%20Android%20apps%20development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Laravel%20web%20development%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22%20iOS%20apps%20development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20UX%2FUI%20design%22%2C%22icon%22%3A%22fa%20fa-codepen%22%7D%2C%7B%22item%22%3A%22%20E-commerce%20development%22%2C%22icon%22%3A%22fa%20fa-cart-plus%22%7D%2C%7B%22item%22%3A%22%20Print%20ready%20design%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Features\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-cog\" title=\"Incredible Infrastructure\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#c679e3\" iconbg=\"#edc3fc\" icon=\"fa fa-th-large\" title=\"Simple Dashboard\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#eb6b3d\" iconbg=\"#f9d2c4\" icon=\"fa fa-mouse-pointer\" title=\"Drag and Drop Functionality\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-envelope-o\" title=\"Email Notifications\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#c679e3\" iconbg=\"#edc3fc\" icon=\"fa fa-question-circle-o\" title=\"Information Retrieval\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][startnext_fatures_card iconcolor=\"#eb6b3d\" iconbg=\"#f9d2c4\" icon=\"fa fa-bell-o\" title=\"Deadline Reminders\" description=\"Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"works-area ptb-80 bg-f7fafd\"][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_section_title title=\"Our Recent Works\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_recent_works][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"pricing-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Pricing Plans\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%2C%22featuredisable%22%3A%22true%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"BASIC PLAN\" price=\"15.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" packageactive=\"true\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"ADVANCED PLAN\" price=\"35.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%7D%5D\" name=\"EXPERT PLAN\" price=\"65.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section el_class=\"blog-area pt-80 pb-50\"][vc_row][vc_column][startnext_section_title title=\"The News From Our Blog\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_post postcount=\"3\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-18 04:39:56', '2019-06-18 04:39:56', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/18/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(360, 1, '2019-07-19 05:41:08', '2019-07-19 05:41:08', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514729545{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-p-0\" css=\".vc_custom_1563514863020{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1563514799359{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\n', 'Services', '', 'inherit', 'closed', 'closed', '', '301-autosave-v1', '', '', '2019-07-19 05:41:08', '2019-07-19 05:41:08', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-autosave-v1/', 0, 'revision', '', 0),
(361, 1, '2019-06-19 05:21:44', '2019-06-19 05:21:44', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_hosting_service title=\"Cloud Hosting Services\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-database%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-hdd-o%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-globe%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%22%2C%22icon%22%3A%22fa%20fa-folder-open-o%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-envelope-o%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-soundcloud%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Design & Development\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.--\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-codepen%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-cart-plus%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Features\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"works-area ptb-80 bg-f7fafd\"][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_section_title title=\"Our Recent Works\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_recent_works][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"pricing-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Pricing Plans\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%2C%22featuredisable%22%3A%22true%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"BASIC PLAN\" price=\"15.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" packageactive=\"true\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"ADVANCED PLAN\" price=\"35.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%7D%5D\" name=\"EXPERT PLAN\" price=\"65.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section el_class=\"blog-area pt-80 pb-50\"][vc_row][vc_column][startnext_section_title title=\"The News From Our Blog\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_post postcount=\"3\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 05:21:44', '2019-06-19 05:21:44', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(362, 1, '2019-06-19 05:25:23', '2019-06-19 05:25:23', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_hosting_service title=\"Cloud Hosting Services\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-database%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-globe%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-hdd-o%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-folder-open-o%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-envelope-o%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-soundcloud%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Design & Development\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.--\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-codepen%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-cart-plus%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Features\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"works-area ptb-80 bg-f7fafd\"][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_section_title title=\"Our Recent Works\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_recent_works][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"pricing-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Pricing Plans\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%2C%22featuredisable%22%3A%22true%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"BASIC PLAN\" price=\"15.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" packageactive=\"true\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"ADVANCED PLAN\" price=\"35.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%7D%5D\" name=\"EXPERT PLAN\" price=\"65.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section el_class=\"blog-area pt-80 pb-50\"][vc_row][vc_column][startnext_section_title title=\"The News From Our Blog\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_post postcount=\"3\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 05:25:23', '2019-06-19 05:25:23', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(363, 1, '2019-06-19 05:53:13', '2019-06-19 05:53:13', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\" css=\".vc_custom_1560921970777{margin-top: 10px !important;}\"][vc_row][vc_column][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-database%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-globe%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-hdd-o%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-folder-open-o%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-envelope-o%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-soundcloud%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-codepen%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-cart-plus%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"works-area ptb-80 bg-f7fafd\"][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_section_title title=\"Our Recent Works\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_recent_works][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"pricing-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Pricing Plans\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%2C%22featuredisable%22%3A%22true%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"BASIC PLAN\" price=\"15.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" packageactive=\"true\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%2C%22featuredisable%22%3A%22true%22%7D%5D\" name=\"ADVANCED PLAN\" price=\"35.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][vc_column width=\"1/3\"][startnext_pricing_plan type=\"2\" group_package_features=\"%5B%7B%22feature%22%3A%225%20GB%20Bandwidth%22%7D%2C%7B%22feature%22%3A%22Highest%20Speed%22%7D%2C%7B%22feature%22%3A%221%20GB%20Storage%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Website%22%7D%2C%7B%22feature%22%3A%22Unlimited%20Users%22%7D%2C%7B%22feature%22%3A%2224x7%20Great%20Support%22%7D%2C%7B%22feature%22%3A%22Data%20Security%20and%20Backups%22%7D%2C%7B%22feature%22%3A%22Monthly%20Reports%20and%20Analytics%22%7D%5D\" name=\"EXPERT PLAN\" price=\"65.00\" duration=\"Mon\" symble=\"$\" btnname=\"Select Plan\" external_link=\"#\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section el_class=\"blog-area pt-80 pb-50\"][vc_row][vc_column][startnext_section_title title=\"The News From Our Blog\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_post postcount=\"3\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 05:53:13', '2019-06-19 05:53:13', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(364, 1, '2019-06-19 05:58:00', '2019-06-19 05:58:00', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\" css=\".vc_custom_1560921970777{margin-top: 10px !important;}\"][vc_row][vc_column][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-database%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-globe%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-hdd-o%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-folder-open-o%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-envelope-o%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-soundcloud%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-codepen%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-cart-plus%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"works-area ptb-80 bg-f7fafd\"][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_section_title title=\"Our Recent Works\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"pricing-area ptb-80 bg-f9f6f6\"][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 05:58:00', '2019-06-19 05:58:00', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(365, 1, '2019-06-19 05:59:54', '2019-06-19 05:59:54', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\" css=\".vc_custom_1560921970777{margin-top: 10px !important;}\"][vc_row][vc_column][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-database%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-globe%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-hdd-o%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-folder-open-o%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-envelope-o%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-soundcloud%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-codepen%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-cart-plus%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 05:59:54', '2019-06-19 05:59:54', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(366, 1, '2019-06-19 06:00:39', '2019-06-19 06:00:39', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\" css=\".vc_custom_1560921970777{margin-top: 10px !important;}\"][vc_row css=\".vc_custom_1560924044369{margin-top: 10px !important;}\"][vc_column][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-database%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-globe%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-hdd-o%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-folder-open-o%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-envelope-o%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-soundcloud%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-codepen%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-cart-plus%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 06:00:39', '2019-06-19 06:00:39', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(367, 1, '2019-06-19 06:21:24', '2019-06-19 06:21:24', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\" css=\".vc_custom_1560921970777{margin-top: 10px !important;}\"][vc_row css=\".vc_custom_1560924044369{margin-top: 10px !important;}\"][vc_column][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-codepen%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 06:21:24', '2019-06-19 06:21:24', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(368, 1, '2019-06-19 06:23:24', '2019-06-19 06:23:24', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\" css=\".vc_custom_1560921970777{margin-top: 10px !important;}\"][vc_row css=\".vc_custom_1560924044369{margin-top: 10px !important;}\"][vc_column][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 06:23:24', '2019-06-19 06:23:24', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(369, 1, '2019-06-19 06:24:06', '2019-06-19 06:24:06', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\" css=\".vc_custom_1560921970777{margin-top: 10px !important;}\"][vc_row css=\".vc_custom_1560925451327{margin-top: 15px !important;}\"][vc_column][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 06:24:06', '2019-06-19 06:24:06', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(370, 1, '2019-06-19 06:25:22', '2019-06-19 06:25:22', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\" css=\".vc_custom_1560921970777{margin-top: 10px !important;}\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 06:25:22', '2019-06-19 06:25:22', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(371, 1, '2019-07-13 08:53:01', '2019-07-13 08:53:01', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.</p>\n<p>&nbsp;</p>\n<p>They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.</p>\n<p>&nbsp;</p>\n<p>As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"test\" description=\"test\" group_items=\"%5B%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\n', 'About Us', '', 'inherit', 'closed', 'closed', '', '104-autosave-v1', '', '', '2019-07-13 08:53:01', '2019-07-13 08:53:01', '', 104, 'http://dev.brightuitechnologies.com/site/2019/06/19/104-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(372, 1, '2019-06-19 06:33:03', '2019-06-19 06:33:03', '[vc_section el_class=\"about-area ptb-80\"][vc_row][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-06-19 06:33:03', '2019-06-19 06:33:03', '', 104, 'http://dev.brightuitechnologies.com/site/2019/06/19/104-revision-v1/', 0, 'revision', '', 0),
(373, 1, '2019-06-19 06:37:21', '2019-06-19 06:37:21', '[vc_section el_class=\"about-area ptb-80\"][vc_row][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22Some%20Crazy%20Skills%22%2C%22description%22%3A%22Php%5CnWeb%20Design%20%5CnMobile%20App%5CnE-commerce%5CnSEO%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-06-19 06:37:21', '2019-06-19 06:37:21', '', 104, 'http://dev.brightuitechnologies.com/site/2019/06/19/104-revision-v1/', 0, 'revision', '', 0),
(374, 1, '2019-06-19 06:39:45', '2019-06-19 06:39:45', '[vc_section el_class=\"about-area ptb-80\"][vc_row][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-06-19 06:39:45', '2019-06-19 06:39:45', '', 104, 'http://dev.brightuitechnologies.com/site/2019/06/19/104-revision-v1/', 0, 'revision', '', 0),
(375, 1, '2019-06-19 09:15:15', '2019-06-19 09:15:15', 'Lorem ipsum dolor sit amet, conse cte tuer adipiscing elit, sed diam no nu m nibhie eui smod. Facil isis atve eros et accumsan etiu sto odi dignis sim qui blandit praesen lup ta de er. At molestiae appellantur pro. Vis wisi oportere per ic ula ad, ei latine prop riae na, mea cu purto debitis. Primis nost rud no eos, no impedit dissenti as mea, ea vide labor amus neglegentur vix. Ancillae intellegat vix et. Sit causae laoreet nolu ise. Ad po exerci nusquam eos te. Cu altera expet enda qui, munere oblique theo phrastu ea vix. Ne nec modus civibus modera tius, sit ei lorem doctus. Ne docen di verterem reformidans eos. Cu altera expetenda qui, munere oblique theophr astus ea vix modus civiu mod eratius.\n\nLorem ipsum dolor sit amet, conse cte tuer adipiscing elit, sed diam no nu m nibhie eui smod. Facil isis atve eros et accumsan etiu sto odi dignis sim qui blandit praesen lup ta de er. At molestiae appellantur pro. Vis wisi oportere per ic ula ad, ei latine prop riae na, mea cu purto debitis. Primis nost rud no eos, no impedit dissenti as mea, ea vide labor amus neglegentur vix. Ancillae intellegat vix et. Sit causae laoreet nolu ise. Ad po exerci nusquam eos te. Cu altera expet enda qui, munere oblique theo phrastu ea vix. Ne nec modus civibus modera tius, sit ei lorem doctus. Ne docen di verterem reformidans eos. Cu altera expetenda qui, munere oblique theophr astus ea vix modus civiu mod eratius.', 'Railroad Software', '				Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.		', 'inherit', 'closed', 'closed', '', '127-autosave-v1', '', '', '2019-06-19 09:15:15', '2019-06-19 09:15:15', '', 127, 'http://dev.brightuitechnologies.com/site/2019/06/19/127-autosave-v1/', 0, 'revision', '', 0),
(376, 1, '2019-06-19 06:50:06', '2019-06-19 06:50:06', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1563516375527{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"mo-p-t-20\"][vc_column css_animation=\"slideInLeft\" width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/3\"][vc_single_image image=\"694\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]</p>\r\n', 'Career', '', 'publish', 'closed', 'closed', '', 'career', '', '', '2019-07-19 06:06:12', '2019-07-19 06:06:12', '', 0, 'http://dev.brightuitechnologies.com/site/?page_id=376', 0, 'page', '', 0),
(377, 1, '2019-06-19 06:50:06', '2019-06-19 06:50:06', '[vc_row][vc_column][startnext_section_title title=\"Apply Now\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][contact-form-7 id=\"5\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-06-19 06:50:06', '2019-06-19 06:50:06', '', 376, 'http://dev.brightuitechnologies.com/site/2019/06/19/376-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(378, 1, '2019-06-19 06:50:31', '2019-06-19 06:50:31', '<h3>Apply Now</h3>\r\n<div id=\"contactForm\">\r\n	<div class=\"row\">\r\n		<div class=\"col-lg-6 col-md-6\">\r\n                <label>Your name</label>\r\n			<div class=\"form-group\">\r\n[text* cn-name class:form-control placeholder \"Name\"]\r\n			</div>\r\n		</div>\r\n		<div class=\"col-lg-6 col-md-6\">\r\n			<label>Position Interested In</label>	\r\n			<div class=\"form-group\">\r\n[select* cn-position class:form-control \"PHP Developer\"]\r\n			</div>\r\n		</div>	\r\n<div class=\"col-lg-6 col-md-6\">	\r\n<label>Your Email id</label>				\r\n			<div class=\"form-group\">\r\n[email* cn-email class:form-control placeholder \"Email\"]\r\n			</div>\r\n		</div>		\r\n		<div class=\"col-lg-3 col-md-3\">\r\n<label>Experience In Years</label>	\r\n<div class=\"form-group\">		\r\n[select* cn-year class:form-control \"Years\" \"1\" \"2\" \"3\" \"4\" \"5\" \"6\" \"7\" \"8\" \"9\" \"10\" \"11\" \"12\" \"13\" \"14\" \"15\" \"16 or 16+\"]\r\n</div>			\r\n		</div>\r\n		<div class=\"col-lg-3 col-md-3\">\r\n		<label class=\"mnone\">&nbsp;</label>\r\n<div class=\"form-group\">\r\n[select cn-months class:form-control \"Months\" \"1\" \"2\" \"3\" \"4\" \"5\" \"6\" \"7\" \"8\" \"9\" \"10\" \"11\" \"12\"]	\r\n					\r\n</div>		\r\n		</div>\r\n		<div class=\"col-lg-6 col-md-6\">\r\n<label>Your Mobile Number</label>\r\n			<div class=\"form-group\">\r\n[text* cn-phone class:form-control placeholder \"Phone\"]\r\n			</div>\r\n		</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<label>Upload Resume</label>\r\n			<div class=\"form-group\">\r\n[file* cn-file class:form-control placeholder \"file\"]\r\n			</div>\r\n		</div>\r\n\r\n		<div class=\"col-lg-12 col-md-12\">\r\n<label>Message</label>\r\n			<div class=\"form-group\">\r\n[textarea* cn-message id:message class:form-control 30x5 placeholder \"Your Message\"  ]\r\n			</div>\r\n		</div>\r\n\r\n		<div class=\"col-lg-6 col-md-6\">\r\n<label>How Do You known About Us</label>\r\n			<div class=\"form-group\">\r\n\r\n[select cn-Know class:form-control \"Friends\" \"Search Engine\" \"TV/Radio/Newspaper\" \"Social Media\" \"Others\"]\r\n			</div>\r\n		</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<label> Do You Known Anyone In Bright UI</label>\r\n		<div class=\"col-lg-6 col-md-6\">\r\n			<div class=\"form-group\">\r\n[radio  label_first \"Yes\" \"No\"]\r\n\r\n			</div>\r\n                 </div>	\r\n</div>\r\n\r\n<div>\r\n</div>\r\n		<div class=\"col-lg-12 col-md-12\">\r\n[submit class:btn class:btn-primary \"Send Message\"]\r\n			<div id=\"msgSubmit\" class=\"h3 text-center hidden\"></div>\r\n			<div class=\"clearfix\"></div>\r\n		</div>\r\n	</div>\r\n</div>\n1\nCareer - [cn-name]\nBUI <info@brightuitechnologies.com>\nbrightuitesting@gmail.com\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"templateContainer\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 5px solid #FFFFFF;max-width: 600px !important; margin:0 auto; font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\r\n							<tbody><tr>\r\n								<td valign=\"top\" id=\"templateUpperHeader\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;padding-top: 0px;padding-right: 15px;\">\r\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\r\n											</td>\r\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"upper_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"upper_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnTextBlockOuter\">\r\n        <tr>\r\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\r\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\r\n                    <tbody><tr>\r\n                        \r\n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\"> <img src=\"http://dev.brightuitechnologies.com/site/wp-content/themes/startnext/landing/img/logo.png\" width=\"250\" /></td>\r\n                    </tr>\r\n                </tbody></table>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n										</tr>\r\n									</tbody></table>\r\n								</td>\r\n							</tr>\r\n							<tr>\r\n								<td valign=\"top\" class=\"templateHeader\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-bottom: 10px;\">\r\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_header_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_header_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnImageBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnImageBlockOuter\">\r\n            <tr>\r\n                <td valign=\"top\" style=\"padding:0px\" class=\"mcnImageBlockInner\">\r\n                    <table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"mcnImageContentContainer\" style=\"min-width:100%;\">\r\n                        <tbody><tr>\r\n                            <td class=\"mcnImageContent\" valign=\"top\" style=\"padding-right: 0px; padding-left: 0px; padding-top: 0; padding-bottom: 0; text-align:center;\"><img align=\"center\" alt=\"\" src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/main_image.png\" width=\"590\" style=\"max-width:600px; padding-bottom: 0; display: inline !important; vertical-align: bottom;\" class=\"mcnImage\"></td>\r\n                        </tr>\r\n                    </tbody></table>\r\n                </td>\r\n            </tr>\r\n    </tbody>\r\n</table></td>\r\n										</tr>\r\n									</tbody></table>\r\n								</td>\r\n							</tr>\r\n							<tr>\r\n								<td valign=\"top\" id=\"templateColumns\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\r\n									<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td valign=\"top\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												\r\n												<table align=\"left\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\" id=\"templateBody\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 9px;\">\r\n													<tbody><tr>\r\n														<td mc:container=\"body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnTextBlockOuter\">\r\n        <tr>\r\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\r\n                <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\r\n                    <tbody><tr>\r\n                        \r\n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;\">\r\n                        \r\n                           <table cellpadding=\"0\" cellspacing=\"0\" style=\"width:90%; margin:0 auto;\">\r\n                                        <tbody><tr>\r\n                                            <td style=\"padding:5px; text-align:right; width:40%; border:1px solid #fff;\">Name</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff; width:60%;\">[cn-name]</td>\r\n                                        </tr>                                        \r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Position Interested In</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-position]</td>\r\n                                        </tr>\r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Email Id</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d;  border:1px solid #fff;\">[cn-email]</td>\r\n                                        </tr>   \r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Year</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-year]</td>\r\n                                        </tr>\r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Months</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-months]</td>\r\n                                        </tr><tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Mobile Number</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-phone]</td>\r\n                                        </tr><tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Resume</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-file]</td>\r\n                                        </tr><tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Message</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-message]</td>\r\n                                        </tr><tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">How Do You known About Us</td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[cn-Know]</td>\r\n                                        </tr>                             \r\n                                        <tr>\r\n                                            <td style=\"padding:5px; text-align:right; border:1px solid #fff;\">Do You Known Anyone In Bright UI </td>\r\n                                            <td style=\"padding:5px; font-weight:bold; background:#f4ca6d; border:1px solid #fff;\">[label_first ]</td>\r\n                                        </tr>\r\n                       </tbody></table>\r\n                        </td>\r\n                    </tr>\r\n                </tbody></table>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n													</tr>\r\n												</tbody></table>\r\n											</td>\r\n											<td align=\"right\" valign=\"top\" style=\"padding-top: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email1.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\r\n											</td>\r\n										</tr>\r\n									\r\n							<tr>\r\n								<td valign=\"top\" id=\"templateLowerBody\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;\">\r\n									<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n										<tbody><tr>\r\n											<td align=\"left\" valign=\"middle\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\">\r\n												<img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png\" height=\"30\" width=\"15\" style=\"boder: 0;display: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;\">\r\n											</td>\r\n											<td align=\"left\" valign=\"middle\" width=\"100%\" mc:container=\"lower_body_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;\" mccontainer=\"lower_body_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnFollowBlockOuter\">\r\n        <tr>\r\n            <td align=\"center\" valign=\"top\" style=\"padding:9px\" class=\"mcnFollowBlockInner\">\r\n                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentContainer\" style=\"min-width:100%;\">\r\n    <tbody><tr>\r\n        <td align=\"center\" style=\"padding-left:9px;padding-right:9px;\">\r\n            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"min-width:100%;\" class=\"mcnFollowContent\">\r\n                <tbody><tr>\r\n                    <td align=\"center\" valign=\"top\" style=\"padding-top:9px; padding-right:9px; padding-left:9px;\">\r\n                        <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n                            <tbody><tr>\r\n                                <td align=\"center\" valign=\"top\">\r\n                                        \r\n                                        \r\n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\r\n                                                <tbody><tr>\r\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\r\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\r\n                                                            <tbody><tr>\r\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\r\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\r\n                                                                        <tbody><tr>\r\n                                                                            \r\n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\r\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-facebook-48.png\" alt=\"FRIEND ON FACEBOOK\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                            \r\n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\r\n                                                                                    <a href=\"https://www.facebook.com/brightui\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FRIEND ON FACEBOOK</a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                        </tr>\r\n                                                                    </tbody></table>\r\n                                                                </td>\r\n                                                            </tr>\r\n                                                        </tbody></table>\r\n                                                    </td>\r\n                                                </tr>\r\n                                            </tbody></table>\r\n                                        \r\n                                        \r\n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\r\n                                                <tbody><tr>\r\n                                                    <td valign=\"top\" style=\"padding-right:10px; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\r\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\r\n                                                            <tbody><tr>\r\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\r\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\r\n                                                                        <tbody><tr>\r\n                                                                            \r\n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\r\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-linkedin-48.png\" alt=\"FOLLOW ON LINKEDIN\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                            \r\n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\r\n                                                                                    <a href=\"https://www.linkedin.com/in/brightui-technologies-046a39168\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">FOLLOW ON LINKEDIN</a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                        </tr>\r\n                                                                    </tbody></table>\r\n                                                                </td>\r\n                                                            </tr>\r\n                                                        </tbody></table>\r\n                                                    </td>\r\n                                                </tr>\r\n                                            </tbody></table>                                        \r\n                                        \r\n                                            <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;\">\r\n                                                <tbody><tr>\r\n                                                    <td valign=\"top\" style=\"padding-right:0; padding-bottom:9px;\" class=\"mcnFollowContentItemContainer\">\r\n                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnFollowContentItem\">\r\n                                                            <tbody><tr>\r\n                                                                <td align=\"left\" valign=\"middle\" style=\"padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;\">\r\n                                                                    <table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"\">\r\n                                                                        <tbody><tr>\r\n                                                                            \r\n                                                                                <td align=\"center\" valign=\"middle\" width=\"24\" class=\"mcnFollowIconContent\">\r\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\"><img src=\"http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-link-48.png\" alt=\"VISIT OUR PAGE\" style=\"display:block;\" height=\"24\" width=\"24\" class=\"\"></a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                            \r\n                                                                                <td align=\"left\" valign=\"middle\" class=\"mcnFollowTextContent\" style=\"padding-left:5px;\">\r\n                                                                                    <a href=\"http://brightuitechnologies.com/\" target=\"parent\" style=\"font-family: Helvetica; font-size: 11px; text-decoration: none; color: rgb(80, 80, 80); font-weight: bold; text-align: center;\">VISIT OUR PAGE</a>\r\n                                                                                </td>\r\n                                                                            \r\n                                                                        </tr>\r\n                                                                    </tbody></table>\r\n                                                                </td>\r\n                                                            </tr>\r\n                                                        </tbody></table>\r\n                                                    </td>\r\n                                                </tr>\r\n                                            </tbody></table>\r\n                                </td>\r\n                            </tr>\r\n                        </tbody></table>\r\n                    </td>\r\n                </tr>\r\n            </tbody></table>\r\n        </td>\r\n    </tr>\r\n</tbody></table>\r\n\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n										</tr>\r\n									</tbody></table>\r\n								</td>\r\n							</tr>\r\n							<tr>\r\n\r\n								<td valign=\"top\" id=\"templateFooter\" mc:container=\"footer_container\" style=\"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #EFEFEF;border-top: 5px solid #FFFFFF;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;\" mccontainer=\"footer_container\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"mcnTextBlock\" style=\"min-width:100%;\">\r\n    <tbody class=\"mcnTextBlockOuter\">\r\n        <tr>\r\n            <td valign=\"top\" class=\"mcnTextBlockInner\" style=\"padding-top:9px;\">\r\n                <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"max-width:100%; min-width:100%;\" width=\"100%\" class=\"mcnTextContentContainer\">\r\n                    <tbody><tr>\r\n                        \r\n                        <td valign=\"top\" class=\"mcnTextContent\" style=\"text-align:center;\">© 2019 <a style=\"color: orange;\" target=\"_blank\" href=\"http://brightuitechnologies.com/\">BrightUI Technologies</a></td>\r\n                    </tr>\r\n                </tbody></table>\r\n				\r\n                \r\n				\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table></td>\r\n							</tr>\r\n						</tbody></table>\nReply-To: [cn-email]\n\n1\n\n\nStartP \"[your-subject]\"\nStartP <wordpress@jibdara.com,>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on StartP (https://www.jibdara.com/tf-wp-demo/startp)\nReply-To: msakibahmed3s@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Career', '', 'publish', 'closed', 'closed', '', 'contact-get-in-touch-with-us_copy', '', '', '2019-07-19 10:01:34', '2019-07-19 10:01:34', '', 0, 'http://dev.brightuitechnologies.com/site/?post_type=wpcf7_contact_form&#038;p=378', 0, 'wpcf7_contact_form', '', 0),
(379, 1, '2019-06-19 06:54:12', '2019-06-19 06:54:12', '[vc_row][vc_column][startnext_section_title title=\"Apply Now\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][contact-form-7 id=\"378\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-06-19 06:54:12', '2019-06-19 06:54:12', '', 376, 'http://dev.brightuitechnologies.com/site/2019/06/19/376-revision-v1/', 0, 'revision', '', 0),
(380, 1, '2019-06-19 07:49:50', '2019-06-19 07:49:50', '[vc_row][vc_column][startnext_section_title title=\"Apply Now\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-06-19 07:49:50', '2019-06-19 07:49:50', '', 376, 'http://dev.brightuitechnologies.com/site/2019/06/19/376-revision-v1/', 0, 'revision', '', 0),
(381, 1, '2019-06-19 09:00:58', '2019-06-19 09:00:58', '<p>[vc_row css_animation=\"appear\"][vc_column][startnext_section_title title=\"Apply Now\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"335\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]</p>\n', 'Career', '', 'inherit', 'closed', 'closed', '', '376-autosave-v1', '', '', '2019-06-19 09:00:58', '2019-06-19 09:00:58', '', 376, 'http://dev.brightuitechnologies.com/site/2019/06/19/376-autosave-v1/', 0, 'revision', '', 0),
(382, 1, '2019-06-19 08:59:53', '2019-06-19 08:59:53', '[vc_row][vc_column][startnext_section_title title=\"Apply Now\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"335\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-06-19 08:59:53', '2019-06-19 08:59:53', '', 376, 'http://dev.brightuitechnologies.com/site/2019/06/19/376-revision-v1/', 0, 'revision', '', 0),
(383, 1, '2019-06-19 09:01:51', '2019-06-19 09:01:51', '[vc_row css_animation=\"appear\"][vc_column][startnext_section_title title=\"Apply Now\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"slideInLeft\" width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/3\"][vc_single_image image=\"335\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-06-19 09:01:51', '2019-06-19 09:01:51', '', 376, 'http://dev.brightuitechnologies.com/site/2019/06/19/376-revision-v1/', 0, 'revision', '', 0),
(384, 1, '2019-06-19 09:02:50', '2019-06-19 09:02:50', ' ', '', '', 'publish', 'closed', 'closed', '', '384', '', '', '2019-07-22 06:18:10', '2019-07-22 06:18:10', '', 0, 'http://dev.brightuitechnologies.com/site/?p=384', 8, 'nav_menu_item', '', 0),
(385, 1, '2019-06-19 09:03:58', '2019-06-19 09:03:58', '[vc_section el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Get In Touch With Us\" description=\"Anything On your Mind. We’ll Be Glad To Assist You!\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][vc_single_image image=\"147\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][/vc_row][/vc_section][vc_section el_class=\"contact-info-area pb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjAlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-06-19 09:03:58', '2019-06-19 09:03:58', '', 146, 'http://dev.brightuitechnologies.com/site/2019/06/19/146-revision-v1/', 0, 'revision', '', 0),
(386, 1, '2019-06-19 09:07:55', '2019-06-19 09:07:55', '<p>[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\" css=\".vc_custom_1560921970777{margin-top: 10px !important;}\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"slideInLeft\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"slideInRight\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 09:07:55', '2019-06-19 09:07:55', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(387, 1, '2019-06-19 09:08:55', '2019-06-19 09:08:55', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\" css=\".vc_custom_1560921970777{margin-top: 10px !important;}\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 09:08:55', '2019-06-19 09:08:55', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(388, 1, '2019-06-19 09:10:14', '2019-06-19 09:10:14', '[vc_section el_class=\"about-area ptb-80\"][vc_row][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-06-19 09:10:14', '2019-06-19 09:10:14', '', 104, 'http://dev.brightuitechnologies.com/site/2019/06/19/104-revision-v1/', 0, 'revision', '', 0),
(389, 1, '2019-06-19 09:26:01', '2019-06-19 09:26:01', '', 'railroadmain', '', 'inherit', 'open', 'closed', '', 'railroadmain', '', '', '2019-06-19 09:26:01', '2019-06-19 09:26:01', '', 127, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/railroadmain.png', 0, 'attachment', 'image/png', 0),
(390, 1, '2019-06-19 09:28:32', '2019-06-19 09:28:32', 'Lorem ipsum dolor sit amet, conse cte tuer adipiscing elit, sed diam no nu m nibhie eui smod. Facil isis atve eros et accumsan etiu sto odi dignis sim qui blandit praesen lup ta de er. At molestiae appellantur pro. Vis wisi oportere per ic ula ad, ei latine prop riae na, mea cu purto debitis. Primis nost rud no eos, no impedit dissenti as mea, ea vide labor amus neglegentur vix. Ancillae intellegat vix et. Sit causae laoreet nolu ise. Ad po exerci nusquam eos te. Cu altera expet enda qui, munere oblique theo phrastu ea vix. Ne nec modus civibus modera tius, sit ei lorem doctus. Ne docen di verterem reformidans eos. Cu altera expetenda qui, munere oblique theophr astus ea vix modus civiu mod eratius.\n\nLorem ipsum dolor sit amet, conse cte tuer adipiscing elit, sed diam no nu m nibhie eui smod. Facil isis atve eros et accumsan etiu sto odi dignis sim qui blandit praesen lup ta de er. At molestiae appellantur pro. Vis wisi oportere per ic ula ad, ei latine prop riae na, mea cu purto debitis. Primis nost rud no eos, no impedit dissenti as mea, ea vide labor amus neglegentur vix. Ancillae intellegat vix et. Sit causae laoreet nolu ise. Ad po exerci nusquam eos te. Cu altera expet enda qui, munere oblique theo phrastu ea vix. Ne nec modus civibus modera tius, sit ei lorem doctus. Ne docen di verterem reformidans eos. Cu altera expetenda qui, munere oblique theophr astus ea vix modus civiu mod eratius.', 'Hudson Terminal Railroad', '			Aliquam hendrerit augu insuscipit Pellentesque sim sollicitudin.', 'inherit', 'closed', 'closed', '', '126-autosave-v1', '', '', '2019-06-19 09:28:32', '2019-06-19 09:28:32', '', 126, 'http://dev.brightuitechnologies.com/site/2019/06/19/126-autosave-v1/', 0, 'revision', '', 0),
(391, 1, '2019-06-19 09:44:06', '2019-06-19 09:44:06', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. Get more done with the best experience delivered by our services.\"][startnext_fatures_box icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Mobile apps represent the power and life of any business. Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. Bright UI Technologies demonstrates a stronghold in the Blockchain services.\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that will help you dominate the digital marketplace. Our services match your expectations.\"][startnext_fatures_box icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"DevOps yield much greater benefits. Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks and plan the cloud infrastructure efficiently.\"][startnext_fatures_box icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Testing and quality assurance are crucial to business success. Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 09:44:06', '2019-06-19 09:44:06', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(392, 1, '2019-06-19 09:52:00', '2019-06-19 09:52:00', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead. \"][startnext_fatures_box iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology. \"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace. \"][startnext_fatures_box iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_box iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 09:52:00', '2019-06-19 09:52:00', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(393, 1, '2019-06-19 09:56:31', '2019-06-19 09:56:31', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\" custom_class=\"single-features\"][startnext_fatures_box iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_box iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_box iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 09:56:31', '2019-06-19 09:56:31', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(394, 1, '2019-06-19 10:07:13', '2019-06-19 10:07:13', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"fadeInLeft\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\" custom_class=\"single-features\"][startnext_fatures_box iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_box iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Blockchain Development\" description=\"Blockchain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\"][startnext_fatures_box icon=\"fa fa-shopping-cart\" title=\"Web and eCommerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_box iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-o\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_box iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing and QA Services\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 10:07:13', '2019-06-19 10:07:13', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(395, 1, '2019-06-19 10:07:43', '2019-06-19 10:07:43', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"Software Development\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 10:07:43', '2019-06-19 10:07:43', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(411, 1, '2019-06-19 11:10:52', '2019-06-19 11:10:52', '', 'software-development1', '', 'inherit', 'open', 'closed', '', 'software-development1', '', '', '2019-06-19 11:10:52', '2019-06-19 11:10:52', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/software-development1.jpg', 0, 'attachment', 'image/jpeg', 0),
(423, 1, '2019-06-19 11:47:15', '2019-06-19 11:47:15', '', 'web-application-development1', '', 'inherit', 'open', 'closed', '', 'web-application-development1', '', '', '2019-06-19 11:47:15', '2019-06-19 11:47:15', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/web-application-development1.jpg', 0, 'attachment', 'image/jpeg', 0),
(433, 1, '2019-06-19 12:01:17', '2019-06-19 12:01:17', '', 'mobile-application-development1', '', 'inherit', 'open', 'closed', '', 'mobile-application-development1', '', '', '2019-06-19 12:01:17', '2019-06-19 12:01:17', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/mobile-application-development1.jpg', 0, 'attachment', 'image/jpeg', 0),
(442, 1, '2019-06-19 12:11:43', '2019-06-19 12:11:43', '', 'product-development1', '', 'inherit', 'open', 'closed', '', 'product-development1', '', '', '2019-06-19 12:11:43', '2019-06-19 12:11:43', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/product-development1.jpg', 0, 'attachment', 'image/jpeg', 0),
(446, 1, '2019-06-19 12:15:12', '2019-06-19 12:15:12', '', 'software-maintenance1', '', 'inherit', 'open', 'closed', '', 'software-maintenance1', '', '', '2019-06-19 12:15:12', '2019-06-19 12:15:12', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/software-maintenance1.jpg', 0, 'attachment', 'image/jpeg', 0),
(452, 1, '2019-06-19 12:20:28', '2019-06-19 12:20:28', '', 'e-commerec1', '', 'inherit', 'open', 'closed', '', 'e-commerec1', '', '', '2019-06-19 12:20:28', '2019-06-19 12:20:28', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/e-commerec1.jpg', 0, 'attachment', 'image/jpeg', 0),
(453, 1, '2019-06-19 12:20:30', '2019-06-19 12:20:30', '', 'webdesign1', '', 'inherit', 'open', 'closed', '', 'webdesign1', '', '', '2019-06-19 12:20:30', '2019-06-19 12:20:30', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/webdesign1.jpg', 0, 'attachment', 'image/jpeg', 0),
(467, 1, '2019-06-19 12:47:18', '2019-06-19 12:47:18', '', 'technical-support1', '', 'inherit', 'open', 'closed', '', 'technical-support1', '', '', '2019-06-19 12:47:18', '2019-06-19 12:47:18', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/technical-support1.jpg', 0, 'attachment', 'image/jpeg', 0),
(470, 1, '2019-06-19 12:56:41', '2019-06-19 12:56:41', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 12:56:41', '2019-06-19 12:56:41', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(472, 1, '2019-06-19 13:03:27', '2019-06-19 13:03:27', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22%3Ca%20href%3D%5C%22%23%5C%22%3ESoftware%20Development%3C%2Fa%3E%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 13:03:27', '2019-06-19 13:03:27', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(473, 1, '2019-06-19 13:05:08', '2019-06-19 13:05:08', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Home One (Brink Pink Color)', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-06-19 13:05:08', '2019-06-19 13:05:08', '', 301, 'http://dev.brightuitechnologies.com/site/2019/06/19/301-revision-v1/', 0, 'revision', '', 0),
(487, 1, '2019-06-20 04:51:57', '2019-06-20 04:51:57', '[vc_row css_animation=\"appear\"][vc_column][startnext_section_title title=\"Apply Now\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"slideInLeft\" width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/3\"][vc_single_image image=\"335\" img_size=\"full\"][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-06-20 04:51:57', '2019-06-20 04:51:57', '', 376, 'http://dev.brightuitechnologies.com/site/2019/06/20/376-revision-v1/', 0, 'revision', '', 0),
(491, 1, '2019-06-20 07:12:01', '2019-06-20 07:12:01', '', 'softwaremain', '', 'inherit', 'open', 'closed', '', 'softwaremain', '', '', '2019-06-20 07:12:01', '2019-06-20 07:12:01', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/softwaremain.jpeg', 0, 'attachment', 'image/jpeg', 0),
(505, 1, '2019-06-27 05:51:20', '2019-06-27 05:51:20', '', 'Home-landing', '', 'publish', 'closed', 'closed', '', 'home-3', '', '', '2019-06-27 05:52:41', '2019-06-27 05:52:41', '', 0, 'http://dev.brightuitechnologies.com/site/?page_id=505', 0, 'page', '', 0),
(506, 1, '2019-06-27 05:51:20', '2019-06-27 05:51:20', '', 'Home', '', 'inherit', 'closed', 'closed', '', '505-revision-v1', '', '', '2019-06-27 05:51:20', '2019-06-27 05:51:20', '', 505, 'http://dev.brightuitechnologies.com/site/2019/06/27/505-revision-v1/', 0, 'revision', '', 0),
(507, 1, '2019-06-27 05:52:09', '2019-06-27 05:52:09', '', 'Home-landing', '', 'inherit', 'closed', 'closed', '', '505-revision-v1', '', '', '2019-06-27 05:52:09', '2019-06-27 05:52:09', '', 505, 'http://dev.brightuitechnologies.com/site/2019/06/27/505-revision-v1/', 0, 'revision', '', 0),
(508, 1, '2019-06-27 06:03:23', '2019-06-27 06:03:23', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2019-07-22 06:18:10', '2019-07-22 06:18:10', '', 0, 'http://dev.brightuitechnologies.com/site/?p=508', 1, 'nav_menu_item', '', 0),
(510, 1, '2019-06-27 09:41:27', '2019-06-27 09:41:27', '', 'BUI logo', '', 'inherit', 'open', 'closed', '', 'bui-logo', '', '', '2019-06-27 09:41:27', '2019-06-27 09:41:27', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/BUI-logo.png', 0, 'attachment', 'image/png', 0),
(512, 1, '2019-06-27 13:28:20', '2019-06-27 13:28:20', '', 'railfour', '', 'inherit', 'open', 'closed', '', 'railfour', '', '', '2019-06-27 13:28:20', '2019-06-27 13:28:20', '', 127, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/railfour.png', 0, 'attachment', 'image/png', 0),
(513, 1, '2019-06-27 13:28:22', '2019-06-27 13:28:22', '', 'railroadone', '', 'inherit', 'open', 'closed', '', 'railroadone', '', '', '2019-06-27 13:28:22', '2019-06-27 13:28:22', '', 127, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/railroadone.png', 0, 'attachment', 'image/png', 0),
(514, 1, '2019-06-27 13:28:24', '2019-06-27 13:28:24', '', 'railthree', '', 'inherit', 'open', 'closed', '', 'railthree', '', '', '2019-06-27 13:28:24', '2019-06-27 13:28:24', '', 127, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/railthree.png', 0, 'attachment', 'image/png', 0),
(515, 1, '2019-06-27 13:28:25', '2019-06-27 13:28:25', '', 'railtwo', '', 'inherit', 'open', 'closed', '', 'railtwo', '', '', '2019-06-27 13:28:25', '2019-06-27 13:28:25', '', 127, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/railtwo.png', 0, 'attachment', 'image/png', 0),
(516, 1, '2019-06-27 13:57:35', '2019-06-27 13:57:35', '', 'hundsonfour', '', 'inherit', 'open', 'closed', '', 'hundsonfour', '', '', '2019-06-27 13:57:35', '2019-06-27 13:57:35', '', 126, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/hundsonfour.png', 0, 'attachment', 'image/png', 0),
(517, 1, '2019-06-27 13:57:37', '2019-06-27 13:57:37', '', 'hundsonmain', '', 'inherit', 'open', 'closed', '', 'hundsonmain', '', '', '2019-06-27 13:57:37', '2019-06-27 13:57:37', '', 126, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/hundsonmain.png', 0, 'attachment', 'image/png', 0),
(518, 1, '2019-06-27 13:57:40', '2019-06-27 13:57:40', '', 'hundsonone', '', 'inherit', 'open', 'closed', '', 'hundsonone', '', '', '2019-06-27 13:57:40', '2019-06-27 13:57:40', '', 126, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/hundsonone.png', 0, 'attachment', 'image/png', 0),
(519, 1, '2019-06-27 13:57:41', '2019-06-27 13:57:41', '', 'hundsonthree', '', 'inherit', 'open', 'closed', '', 'hundsonthree', '', '', '2019-06-27 13:57:41', '2019-06-27 13:57:41', '', 126, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/hundsonthree.png', 0, 'attachment', 'image/png', 0),
(520, 1, '2019-06-27 13:57:43', '2019-06-27 13:57:43', '', 'hundsontwo', '', 'inherit', 'open', 'closed', '', 'hundsontwo', '', '', '2019-06-27 13:57:43', '2019-06-27 13:57:43', '', 126, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/hundsontwo.png', 0, 'attachment', 'image/png', 0),
(521, 1, '2019-06-27 14:02:55', '2019-06-27 14:02:55', 'Lorem ipsum dolor sit amet, conse cte tuer adipiscing elit, sed diam no nu m nibhie eui smod. Facil isis atve eros et accumsan etiu sto odi dignis sim qui blandit praesen lup ta de er. At molestiae appellantur pro. Vis wisi oportere per ic ula ad, ei latine prop riae na, mea cu purto debitis. Primis nost rud no eos, no impedit dissenti as mea, ea vide labor amus neglegentur vix. Ancillae intellegat vix et. Sit causae laoreet nolu ise. Ad po exerci nusquam eos te. Cu altera expet enda qui, munere oblique theo phrastu ea vix. Ne nec modus civibus modera tius, sit ei lorem doctus. Ne docen di verterem reformidans eos. Cu altera expetenda qui, munere oblique theophr astus ea vix modus civiu mod eratius.\n\nLorem ipsum dolor sit amet, conse cte tuer adipiscing elit, sed diam no nu m nibhie eui smod. Facil isis atve eros et accumsan etiu sto odi dignis sim qui blandit praesen lup ta de er. At molestiae appellantur pro. Vis wisi oportere per ic ula ad, ei latine prop riae na, mea cu purto debitis. Primis nost rud no eos, no impedit dissenti as mea, ea vide labor amus neglegentur vix. Ancillae intellegat vix et. Sit causae laoreet nolu ise. Ad po exerci nusquam eos te. Cu altera expet enda qui, munere oblique theo phrastu ea vix. Ne nec modus civibus modera tius, sit ei lorem doctus. Ne docen di verterem reformidans eos. Cu altera expetenda qui, munere oblique theophr astus ea vix modus civiu mod eratius.', 'PineNeedles4sale', '				Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.		', 'inherit', 'closed', 'closed', '', '125-autosave-v1', '', '', '2019-06-27 14:02:55', '2019-06-27 14:02:55', '', 125, 'http://dev.brightuitechnologies.com/site/2019/06/27/125-autosave-v1/', 0, 'revision', '', 0),
(522, 1, '2019-06-27 14:15:23', '2019-06-27 14:15:23', '', 'pinefour', '', 'inherit', 'open', 'closed', '', 'pinefour', '', '', '2019-06-27 14:15:23', '2019-06-27 14:15:23', '', 125, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/pinefour.png', 0, 'attachment', 'image/png', 0),
(523, 1, '2019-06-27 14:15:25', '2019-06-27 14:15:25', '', 'pinemain', '', 'inherit', 'open', 'closed', '', 'pinemain', '', '', '2019-06-27 14:15:25', '2019-06-27 14:15:25', '', 125, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/pinemain.png', 0, 'attachment', 'image/png', 0),
(524, 1, '2019-06-27 14:15:27', '2019-06-27 14:15:27', '', 'pineone', '', 'inherit', 'open', 'closed', '', 'pineone', '', '', '2019-06-27 14:15:27', '2019-06-27 14:15:27', '', 125, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/pineone.png', 0, 'attachment', 'image/png', 0),
(525, 1, '2019-06-27 14:15:28', '2019-06-27 14:15:28', '', 'pinethree', '', 'inherit', 'open', 'closed', '', 'pinethree', '', '', '2019-06-27 14:15:28', '2019-06-27 14:15:28', '', 125, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/pinethree.png', 0, 'attachment', 'image/png', 0),
(526, 1, '2019-06-27 14:15:29', '2019-06-27 14:15:29', '', 'pinetwo', '', 'inherit', 'open', 'closed', '', 'pinetwo', '', '', '2019-06-27 14:15:29', '2019-06-27 14:15:29', '', 125, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/pinetwo.png', 0, 'attachment', 'image/png', 0),
(527, 1, '2019-06-27 14:19:10', '2019-06-27 14:19:10', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'Cripple Creek Railroad', '			cripplecreekrailroad offers a trip on the Cripple Creek & Victor Narrow Gauge Railroad', 'publish', 'closed', 'closed', '', 'cripple-creek-railroad', '', '', '2019-06-28 09:18:46', '2019-06-28 09:18:46', '', 0, 'http://dev.brightuitechnologies.com/site/?post_type=project&#038;p=527', 0, 'project', '', 0),
(528, 1, '2019-06-27 14:28:55', '2019-06-27 14:28:55', '', 'cripplefour', '', 'inherit', 'open', 'closed', '', 'cripplefour', '', '', '2019-06-27 14:28:55', '2019-06-27 14:28:55', '', 527, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/cripplefour.png', 0, 'attachment', 'image/png', 0),
(529, 1, '2019-06-27 14:28:56', '2019-06-27 14:28:56', '', 'cripplemain', '', 'inherit', 'open', 'closed', '', 'cripplemain', '', '', '2019-06-27 14:28:56', '2019-06-27 14:28:56', '', 527, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/cripplemain.png', 0, 'attachment', 'image/png', 0),
(530, 1, '2019-06-27 14:28:58', '2019-06-27 14:28:58', '', 'cripplethree', '', 'inherit', 'open', 'closed', '', 'cripplethree', '', '', '2019-06-27 14:28:58', '2019-06-27 14:28:58', '', 527, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/cripplethree.png', 0, 'attachment', 'image/png', 0),
(531, 1, '2019-06-27 14:29:00', '2019-06-27 14:29:00', '', 'crippletwo', '', 'inherit', 'open', 'closed', '', 'crippletwo', '', '', '2019-06-27 14:29:00', '2019-06-27 14:29:00', '', 527, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/06/crippletwo.png', 0, 'attachment', 'image/png', 0),
(532, 1, '2019-06-28 10:31:11', '2019-06-28 10:31:11', '', 'Calvary Ever Green', '				Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.		', 'inherit', 'closed', 'closed', '', '38-autosave-v1', '', '', '2019-06-28 10:31:11', '2019-06-28 10:31:11', '', 38, 'http://dev.brightuitechnologies.com/site/2019/06/28/38-autosave-v1/', 0, 'revision', '', 0),
(533, 1, '2019-06-28 10:47:04', '2019-06-28 10:47:04', '', 'calvary-1', '', 'inherit', 'open', 'closed', '', 'calvary-1', '', '', '2019-06-28 10:47:04', '2019-06-28 10:47:04', '', 38, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/calvary-1.png', 0, 'attachment', 'image/png', 0),
(534, 1, '2019-06-28 10:47:06', '2019-06-28 10:47:06', '', 'calvary-2', '', 'inherit', 'open', 'closed', '', 'calvary-2', '', '', '2019-06-28 10:47:06', '2019-06-28 10:47:06', '', 38, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/calvary-2.png', 0, 'attachment', 'image/png', 0),
(535, 1, '2019-06-28 10:47:07', '2019-06-28 10:47:07', '', 'calvary-3', '', 'inherit', 'open', 'closed', '', 'calvary-3', '', '', '2019-06-28 10:47:07', '2019-06-28 10:47:07', '', 38, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/calvary-3.png', 0, 'attachment', 'image/png', 0),
(536, 1, '2019-06-28 10:47:09', '2019-06-28 10:47:09', '', 'calvary-4', '', 'inherit', 'open', 'closed', '', 'calvary-4', '', '', '2019-06-28 10:47:09', '2019-06-28 10:47:09', '', 38, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/calvary-4.png', 0, 'attachment', 'image/png', 0),
(537, 1, '2019-06-28 10:51:53', '2019-06-28 10:51:53', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'River Rocks Church', '			River Rocks Church will be a community of believers that allows the Holy Spirit to guide', 'inherit', 'closed', 'closed', '', '48-autosave-v1', '', '', '2019-06-28 10:51:53', '2019-06-28 10:51:53', '', 48, 'http://dev.brightuitechnologies.com/site/2019/06/28/48-autosave-v1/', 0, 'revision', '', 0),
(538, 1, '2019-06-28 10:50:44', '2019-06-28 10:50:44', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'Veritas Classical Schools', '				Christian schools offers a rigorous academic program with a history of excellence in environmental studies.', 'inherit', 'closed', 'closed', '', '47-autosave-v1', '', '', '2019-06-28 10:50:44', '2019-06-28 10:50:44', '', 47, 'http://dev.brightuitechnologies.com/site/2019/06/28/47-autosave-v1/', 0, 'revision', '', 0),
(539, 1, '2019-06-28 11:02:55', '2019-06-28 11:02:55', '', 'riverrock-1', '', 'inherit', 'open', 'closed', '', 'riverrock-1', '', '', '2019-06-28 11:02:55', '2019-06-28 11:02:55', '', 48, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/riverrock-1.png', 0, 'attachment', 'image/png', 0),
(540, 1, '2019-06-28 11:02:57', '2019-06-28 11:02:57', '', 'riverrock-3', '', 'inherit', 'open', 'closed', '', 'riverrock-3', '', '', '2019-06-28 11:02:57', '2019-06-28 11:02:57', '', 48, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/riverrock-3.png', 0, 'attachment', 'image/png', 0),
(541, 1, '2019-06-28 11:02:58', '2019-06-28 11:02:58', '', 'riverrock-4', '', 'inherit', 'open', 'closed', '', 'riverrock-4', '', '', '2019-06-28 11:02:58', '2019-06-28 11:02:58', '', 48, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/riverrock-4.png', 0, 'attachment', 'image/png', 0),
(542, 1, '2019-06-28 11:02:59', '2019-06-28 11:02:59', '', 'riverrocks-2', '', 'inherit', 'open', 'closed', '', 'riverrocks-2', '', '', '2019-06-28 11:02:59', '2019-06-28 11:02:59', '', 48, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/riverrocks-2.png', 0, 'attachment', 'image/png', 0),
(546, 1, '2019-06-28 11:14:09', '2019-06-28 11:14:09', '', 'school-1', '', 'inherit', 'open', 'closed', '', 'school-1', '', '', '2019-06-28 11:14:09', '2019-06-28 11:14:09', '', 47, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/school-1.png', 0, 'attachment', 'image/png', 0),
(547, 1, '2019-06-28 11:14:10', '2019-06-28 11:14:10', '', 'school-2', '', 'inherit', 'open', 'closed', '', 'school-2', '', '', '2019-06-28 11:14:10', '2019-06-28 11:14:10', '', 47, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/school-2.png', 0, 'attachment', 'image/png', 0),
(548, 1, '2019-06-28 11:14:11', '2019-06-28 11:14:11', '', 'school-3', '', 'inherit', 'open', 'closed', '', 'school-3', '', '', '2019-06-28 11:14:11', '2019-06-28 11:14:11', '', 47, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/school-3.png', 0, 'attachment', 'image/png', 0),
(549, 1, '2019-06-28 11:14:13', '2019-06-28 11:14:13', '', 'school-4', '', 'inherit', 'open', 'closed', '', 'school-4', '', '', '2019-06-28 11:14:13', '2019-06-28 11:14:13', '', 47, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/school-4.png', 0, 'attachment', 'image/png', 0),
(550, 1, '2019-06-28 11:19:08', '2019-06-28 11:19:08', 'BrightUI specializes in application development services that include variety of technology and tools to achieve the desired results and business propositions.', 'Georgia Wholesale Kitchen', '				GWKB offers a wide range of fine wooden cabinetry, granite countertops, and top of the line appliances.', 'inherit', 'closed', 'closed', '', '46-autosave-v1', '', '', '2019-06-28 11:19:08', '2019-06-28 11:19:08', '', 46, 'http://dev.brightuitechnologies.com/site/2019/06/28/46-autosave-v1/', 0, 'revision', '', 0),
(551, 1, '2019-06-28 11:29:39', '2019-06-28 11:29:39', '', 'georgia-1', '', 'inherit', 'open', 'closed', '', 'georgia-1', '', '', '2019-06-28 11:29:39', '2019-06-28 11:29:39', '', 46, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/georgia-1.png', 0, 'attachment', 'image/png', 0),
(552, 1, '2019-06-28 11:29:41', '2019-06-28 11:29:41', '', 'georgia-2', '', 'inherit', 'open', 'closed', '', 'georgia-2', '', '', '2019-06-28 11:29:41', '2019-06-28 11:29:41', '', 46, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/georgia-2.png', 0, 'attachment', 'image/png', 0),
(553, 1, '2019-06-28 11:29:44', '2019-06-28 11:29:44', '', 'georgia-3', '', 'inherit', 'open', 'closed', '', 'georgia-3', '', '', '2019-06-28 11:29:44', '2019-06-28 11:29:44', '', 46, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/georgia-3.png', 0, 'attachment', 'image/png', 0),
(554, 1, '2019-06-28 11:29:46', '2019-06-28 11:29:46', '', 'georgia-4', '', 'inherit', 'open', 'closed', '', 'georgia-4', '', '', '2019-06-28 11:29:46', '2019-06-28 11:29:46', '', 46, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/04/georgia-4.png', 0, 'attachment', 'image/png', 0),
(555, 1, '2019-07-03 10:00:17', '2019-07-03 10:00:17', '', 'Mobile App', '', 'publish', 'closed', 'closed', '', 'mobile-application', '', '', '2019-07-22 06:18:10', '2019-07-22 06:18:10', '', 0, 'http://dev.brightuitechnologies.com/site/?p=555', 6, 'nav_menu_item', '', 0),
(556, 1, '2019-07-03 10:07:51', '2019-07-03 10:07:51', '<style>.single-info-box { display:none;}</style>', 'Mobile App', '			', 'publish', 'closed', 'closed', '', 'mobile-app', '', '', '2019-07-03 10:55:31', '2019-07-03 10:55:31', '', 0, 'http://dev.brightuitechnologies.com/site/?post_type=project&#038;p=556', 0, 'project', '', 0),
(557, 1, '2019-07-03 10:07:35', '2019-07-03 10:07:35', '', '8', '', 'inherit', 'open', 'closed', '', '8', '', '', '2019-07-03 10:07:35', '2019-07-03 10:07:35', '', 556, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/8.png', 0, 'attachment', 'image/png', 0),
(558, 1, '2019-07-03 10:11:02', '2019-07-03 10:11:02', '', '1', '', 'inherit', 'open', 'closed', '', '1-5', '', '', '2019-07-03 10:11:02', '2019-07-03 10:11:02', '', 556, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/1.png', 0, 'attachment', 'image/png', 0),
(559, 1, '2019-07-03 10:11:03', '2019-07-03 10:11:03', '', '2', '', 'inherit', 'open', 'closed', '', '2-4', '', '', '2019-07-03 10:11:03', '2019-07-03 10:11:03', '', 556, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/2.png', 0, 'attachment', 'image/png', 0),
(560, 1, '2019-07-03 10:11:04', '2019-07-03 10:11:04', '', '3', '', 'inherit', 'open', 'closed', '', '3-4', '', '', '2019-07-03 10:11:04', '2019-07-03 10:11:04', '', 556, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/3.png', 0, 'attachment', 'image/png', 0),
(561, 1, '2019-07-03 10:11:05', '2019-07-03 10:11:05', '', '4', '', 'inherit', 'open', 'closed', '', '4-4', '', '', '2019-07-03 10:11:05', '2019-07-03 10:11:05', '', 556, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/4.png', 0, 'attachment', 'image/png', 0),
(562, 1, '2019-07-03 10:11:06', '2019-07-03 10:11:06', '', '5', '', 'inherit', 'open', 'closed', '', '5-4', '', '', '2019-07-03 10:11:06', '2019-07-03 10:11:06', '', 556, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/5.png', 0, 'attachment', 'image/png', 0),
(563, 1, '2019-07-03 10:11:08', '2019-07-03 10:11:08', '', '6', '', 'inherit', 'open', 'closed', '', '6', '', '', '2019-07-03 10:11:08', '2019-07-03 10:11:08', '', 556, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/6.png', 0, 'attachment', 'image/png', 0),
(564, 1, '2019-07-03 10:11:09', '2019-07-03 10:11:09', '', '9', '', 'inherit', 'open', 'closed', '', '9-2', '', '', '2019-07-03 10:11:09', '2019-07-03 10:11:09', '', 556, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/9.png', 0, 'attachment', 'image/png', 0),
(565, 1, '2019-07-03 10:28:13', '2019-07-03 10:28:13', '', 'Portfolio', '', 'publish', 'closed', 'closed', '', 'projects-2', '', '', '2019-07-22 06:18:10', '2019-07-22 06:18:10', '', 0, 'http://dev.brightuitechnologies.com/site/?p=565', 4, 'nav_menu_item', '', 0),
(566, 1, '2019-07-03 10:33:06', '2019-07-03 10:33:06', '<style>.single-info-box { display:none;}</style>', 'Logo', '			', 'publish', 'closed', 'closed', '', 'logo', '', '', '2019-07-03 10:33:55', '2019-07-03 10:33:55', '', 0, 'http://dev.brightuitechnologies.com/site/?post_type=project&#038;p=566', 0, 'project', '', 0),
(567, 1, '2019-07-03 10:32:23', '2019-07-03 10:32:23', '', 'rrt', '', 'inherit', 'open', 'closed', '', 'rrt', '', '', '2019-07-03 10:32:23', '2019-07-03 10:32:23', '', 566, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/rrt.png', 0, 'attachment', 'image/png', 0),
(568, 1, '2019-07-03 10:32:26', '2019-07-03 10:32:26', '', 'rtms', '', 'inherit', 'open', 'closed', '', 'rtms', '', '', '2019-07-03 10:32:26', '2019-07-03 10:32:26', '', 566, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/rtms.png', 0, 'attachment', 'image/png', 0),
(569, 1, '2019-07-03 10:32:30', '2019-07-03 10:32:30', '', 'trackasset', '', 'inherit', 'open', 'closed', '', 'trackasset', '', '', '2019-07-03 10:32:30', '2019-07-03 10:32:30', '', 566, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/trackasset.png', 0, 'attachment', 'image/png', 0),
(570, 1, '2019-07-03 10:32:33', '2019-07-03 10:32:33', '', 'trackhos', '', 'inherit', 'open', 'closed', '', 'trackhos', '', '', '2019-07-03 10:32:33', '2019-07-03 10:32:33', '', 566, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/trackhos.png', 0, 'attachment', 'image/png', 0),
(571, 1, '2019-07-03 10:32:34', '2019-07-03 10:32:34', '', 'trackworker', '', 'inherit', 'open', 'closed', '', 'trackworker', '', '', '2019-07-03 10:32:34', '2019-07-03 10:32:34', '', 566, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/trackworker.png', 0, 'attachment', 'image/png', 0),
(572, 1, '2019-07-03 10:38:14', '2019-07-03 10:38:14', '', 'Logo', '', 'publish', 'closed', 'closed', '', 'logo', '', '', '2019-07-22 06:18:10', '2019-07-22 06:18:10', '', 0, 'http://dev.brightuitechnologies.com/site/?p=572', 7, 'nav_menu_item', '', 0),
(573, 1, '2019-07-03 10:53:38', '2019-07-03 10:53:38', '', 'Railyard_Inventory_Software_big', '', 'inherit', 'open', 'closed', '', 'railyard_inventory_software_big', '', '', '2019-07-03 10:53:38', '2019-07-03 10:53:38', '', 556, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/Railyard_Inventory_Software_big.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(575, 1, '2019-07-11 07:51:19', '2019-07-11 07:51:19', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Our Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-11 07:51:19', '2019-07-11 07:51:19', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/11/301-revision-v1/', 0, 'revision', '', 0),
(576, 1, '2019-07-11 07:53:27', '2019-07-11 07:53:27', ' ', '', '', 'publish', 'closed', 'closed', '', '576', '', '', '2019-07-22 06:18:10', '2019-07-22 06:18:10', '', 0, 'http://dev.brightuitechnologies.com/site/?p=576', 3, 'nav_menu_item', '', 0),
(578, 1, '2019-07-12 05:41:30', '2019-07-12 05:41:30', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Our Services\" description=\"Bright ui Technologies provides IT services, business solutions and outsourcing for software, mobile, eCommerce, and web development.\" group_items=\"%5B%7B%22item%22%3A%22Software%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Product%20development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:41:30', '2019-07-12 05:41:30', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(579, 1, '2019-07-12 05:41:48', '2019-07-12 05:41:48', '[vc_section el_class=\"about-area ptb-80\"][vc_row][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 05:41:48', '2019-07-12 05:41:48', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(580, 1, '2019-07-12 05:44:46', '2019-07-12 05:44:46', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:44:46', '2019-07-12 05:44:46', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(581, 1, '2019-07-12 05:46:36', '2019-07-12 05:46:36', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:46:36', '2019-07-12 05:46:36', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(582, 1, '2019-07-12 05:48:19', '2019-07-12 05:48:19', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_banner_one img=\"467\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:48:19', '2019-07-12 05:48:19', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(583, 1, '2019-07-12 05:49:09', '2019-07-12 05:49:09', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"asdas\" description=\"asdas\" group_items=\"%5B%7B%7D%5D\" img=\"557\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:49:09', '2019-07-12 05:49:09', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(584, 1, '2019-07-12 05:51:25', '2019-07-12 05:51:25', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_banner_one type=\"2\" title=\"Secure IT Solutions for a more secure environment\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:51:25', '2019-07-12 05:51:25', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(585, 1, '2019-07-12 05:53:08', '2019-07-12 05:53:08', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_banner_one type=\"2\" title=\"Secure IT Solutions for a more secure environment\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.\"][startnext_banner_two title=\"eqweqw\" description=\"qweqwe\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:53:08', '2019-07-12 05:53:08', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(586, 1, '2019-07-12 05:53:46', '2019-07-12 05:53:46', '[vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_banner_one type=\"2\" title=\"Secure IT Solutions for a more secure environment\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:53:46', '2019-07-12 05:53:46', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(587, 1, '2019-07-12 05:54:03', '2019-07-12 05:54:03', '[vc_section el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_banner_one type=\"2\" title=\"Secure IT Solutions for a more secure environment\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:54:03', '2019-07-12 05:54:03', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(588, 1, '2019-07-12 05:54:23', '2019-07-12 05:54:23', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\" width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][startnext_banner_one type=\"2\" title=\"Secure IT Solutions for a more secure environment\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:54:23', '2019-07-12 05:54:23', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(589, 1, '2019-07-12 05:54:43', '2019-07-12 05:54:43', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80 bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:54:43', '2019-07-12 05:54:43', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(590, 1, '2019-07-12 05:56:34', '2019-07-12 05:56:34', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1560925527620{margin-top: 42px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:56:34', '2019-07-12 05:56:34', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(591, 1, '2019-07-12 05:57:10', '2019-07-12 05:57:10', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%2C%7B%22item%22%3A%22Software%20Maintainces%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-cogs%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-cart-arrow-down%22%7D%2C%7B%22item%22%3A%22Web%20Design%20and%20Development%22%2C%22icon%22%3A%22fa%20fa-tablet%22%7D%2C%7B%22item%22%3A%22Technical%20Support%20%26%20Customer%20Care%22%2C%22icon%22%3A%22fa%20fa-phone%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:57:10', '2019-07-12 05:57:10', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(592, 1, '2019-07-12 05:58:07', '2019-07-12 05:58:07', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:58:07', '2019-07-12 05:58:07', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(593, 1, '2019-07-12 05:58:52', '2019-07-12 05:58:52', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\r\n\r\nSoftware development and enterprise application Software development at BrightUI has always been an ultimate panacea for distinct needs of clients\' across domains. With competency services on software development application, web and mobile app developments, we have gathered huge appreciation for what we have been delivering to our clients\'. Our expertise defines successful conclusion of on-and-offshore software development projects on technologies like Java, PHP, .Net, HTML5, Hadoop, Hybris, Android, iOS, CSS3, Javascript, SAP and more.\r\n\r\nUnder-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:58:52', '2019-07-12 05:58:52', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(594, 1, '2019-07-12 05:59:22', '2019-07-12 05:59:22', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations.\r\n\r\n<b>Under-mentioned are the services that form an essential element of our software development offerings:</b>\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:59:22', '2019-07-12 05:59:22', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(595, 1, '2019-07-12 05:59:49', '2019-07-12 05:59:49', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 05:59:49', '2019-07-12 05:59:49', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(596, 1, '2019-07-12 06:00:14', '2019-07-12 06:00:14', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area ptb-80\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:00:14', '2019-07-12 06:00:14', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(597, 1, '2019-07-12 06:01:12', '2019-07-12 06:01:12', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562911274226{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:01:12', '2019-07-12 06:01:12', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(598, 1, '2019-07-12 06:01:45', '2019-07-12 06:01:45', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562911307874{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Technologies\" description=\"Bright UI Technologies provides services with all latest technology and frameworks according to the requirement of solutions and industry.\" group_items=\"%5B%7B%22item%22%3A%22PHP%22%2C%22icon%22%3A%22fa%20fa-th%22%7D%2C%7B%22item%22%3A%22HTML5%20%26%20CSS3%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22WordPress%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%2C%7B%22item%22%3A%22%20Codeigniter%22%2C%22icon%22%3A%22fa%20fa-code%22%7D%2C%7B%22item%22%3A%22Magento%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-terminal%22%7D%2C%7B%22item%22%3A%22Android%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Angular%20JS%22%2C%22icon%22%3A%22fa%20fa-grav%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:01:45', '2019-07-12 06:01:45', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(599, 1, '2019-07-12 06:21:17', '2019-07-12 06:21:17', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562911307874{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\" img=\"560\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:21:17', '2019-07-12 06:21:17', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(600, 1, '2019-07-12 06:21:44', '2019-07-12 06:21:44', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562911307874{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:21:44', '2019-07-12 06:21:44', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(601, 1, '2019-07-12 06:25:35', '2019-07-12 06:25:35', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562911307874{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562911032267{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:25:35', '2019-07-12 06:25:35', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(602, 1, '2019-07-12 06:27:11', '2019-07-12 06:27:11', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:27:11', '2019-07-12 06:27:11', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(603, 1, '2019-07-12 06:28:14', '2019-07-12 06:28:14', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\"][startnext_design_and_development title=\"zx\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:28:14', '2019-07-12 06:28:14', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(605, 1, '2019-07-12 06:29:37', '2019-07-12 06:29:37', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"604\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:29:37', '2019-07-12 06:29:37', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(606, 1, '2019-07-12 06:31:35', '2019-07-12 06:31:35', '', 'mobile_development', '', 'inherit', 'open', 'closed', '', 'mobile_development', '', '', '2019-07-12 06:31:35', '2019-07-12 06:31:35', '', 301, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/mobile_development.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(607, 1, '2019-07-12 06:31:42', '2019-07-12 06:31:42', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:31:42', '2019-07-12 06:31:42', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(608, 1, '2019-07-12 06:32:14', '2019-07-12 06:32:14', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:32:14', '2019-07-12 06:32:14', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(609, 1, '2019-07-12 06:40:47', '2019-07-12 06:40:47', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Product Development\" description=\"Bright UI engineers exclusive product with established infrastructure and resources. We develop product that are designed to compliment your need rather than what we have to sell. Our engagements with customers convert the complex models to tangible designs that are measurable and outstanding. Our resources are known to be excellent at identifying key pain areas of businesses and delivering solutions that cater to eliminating these in the long term. As expert service providers, we ensure that your application is easily scalable, extendable and secure.\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%2C%7B%22item%22%3A%22Inventory%22%2C%22icon%22%3A%22fa%20fa-barcode%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-retweet%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:40:47', '2019-07-12 06:40:47', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(610, 1, '2019-07-12 06:57:19', '2019-07-12 06:57:19', '', 'product_development', '', 'inherit', 'open', 'closed', '', 'product_development', '', '', '2019-07-12 06:57:19', '2019-07-12 06:57:19', '', 301, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/product_development.jpg', 0, 'attachment', 'image/jpeg', 0),
(611, 1, '2019-07-12 06:57:30', '2019-07-12 06:57:30', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Product Development\" description=\"Bright UI engineers exclusive product with established infrastructure and resources. We develop product that are designed to compliment your need rather than what we have to sell. Our engagements with customers convert the complex models to tangible designs that are measurable and outstanding. Our resources are known to be excellent at identifying key pain areas of businesses and delivering solutions that cater to eliminating these in the long term. As expert service providers, we ensure that your application is easily scalable, extendable and secure.\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%2C%7B%22item%22%3A%22Inventory%22%2C%22icon%22%3A%22fa%20fa-barcode%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-retweet%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 06:57:30', '2019-07-12 06:57:30', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(612, 1, '2019-07-12 07:03:06', '2019-07-12 07:03:06', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:03:06', '2019-07-12 07:03:06', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(613, 1, '2019-07-12 07:16:44', '2019-07-12 07:16:44', '', 'software_maintenance', '', 'inherit', 'open', 'closed', '', 'software_maintenance', '', '', '2019-07-12 07:16:44', '2019-07-12 07:16:44', '', 301, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/software_maintenance.jpg', 0, 'attachment', 'image/jpeg', 0),
(614, 1, '2019-07-12 07:16:51', '2019-07-12 07:16:51', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:16:51', '2019-07-12 07:16:51', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(615, 1, '2019-07-12 07:17:31', '2019-07-12 07:17:31', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562915853368{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:17:31', '2019-07-12 07:17:31', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(616, 1, '2019-07-12 07:17:55', '2019-07-12 07:17:55', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562915877913{border-bottom-width: 50px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:17:55', '2019-07-12 07:17:55', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(617, 1, '2019-07-12 07:18:38', '2019-07-12 07:18:38', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:18:38', '2019-07-12 07:18:38', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(618, 1, '2019-07-12 07:22:26', '2019-07-12 07:22:26', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\"][vc_row css=\".vc_custom_1562912791709{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:22:26', '2019-07-12 07:22:26', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(619, 1, '2019-07-12 07:26:56', '2019-07-12 07:26:56', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916408174{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:26:56', '2019-07-12 07:26:56', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(620, 1, '2019-07-12 07:27:38', '2019-07-12 07:27:38', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562912809523{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:27:38', '2019-07-12 07:27:38', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(621, 1, '2019-07-12 07:28:31', '2019-07-12 07:28:31', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:28:31', '2019-07-12 07:28:31', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(622, 1, '2019-07-12 07:29:08', '2019-07-12 07:29:08', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:29:08', '2019-07-12 07:29:08', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(623, 1, '2019-07-12 07:29:49', '2019-07-12 07:29:49', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916583164{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916591190{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:29:49', '2019-07-12 07:29:49', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(624, 1, '2019-07-12 07:30:12', '2019-07-12 07:30:12', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916591190{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:30:12', '2019-07-12 07:30:12', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(625, 1, '2019-07-12 07:31:33', '2019-07-12 07:31:33', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:31:33', '2019-07-12 07:31:33', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(626, 1, '2019-07-12 07:35:17', '2019-07-12 07:35:17', '', 'E-commerce_development', '', 'inherit', 'open', 'closed', '', 'e-commerce_development', '', '', '2019-07-12 07:35:17', '2019-07-12 07:35:17', '', 301, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/E-commerce_development.jpg', 0, 'attachment', 'image/jpeg', 0),
(627, 1, '2019-07-12 07:35:25', '2019-07-12 07:35:25', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 07:35:25', '2019-07-12 07:35:25', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(628, 1, '2019-07-12 08:39:47', '2019-07-12 08:39:47', '', 'webdesign_development', '', 'inherit', 'open', 'closed', '', 'webdesign_development', '', '', '2019-07-12 08:39:47', '2019-07-12 08:39:47', '', 301, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/webdesign_development.jpg', 0, 'attachment', 'image/jpeg', 0),
(629, 1, '2019-07-12 08:40:39', '2019-07-12 08:40:39', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Expertise\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"<a>Software Development</a>\" description=\"Bright UI Technologies software development services give you everything you need to maximize productivity and stay ahead.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 08:40:39', '2019-07-12 08:40:39', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(630, 1, '2019-07-12 08:42:21', '2019-07-12 08:42:21', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Mobile App Development\" description=\"Bright UI Technologies app development and Android app development services focus on working the way your business works.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Block Chain Development\" description=\"Block chain-driven digital experience is prominent. More businesses are embracing this technology.\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Web And E-commerce\" description=\"Bright UI Technologies specializes in developing highly engaging web and eCommerce solutions that help you dominate the digital marketplace.\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"DevOps as a Service\" description=\"Leverage Bright UI Technologies DevOps as a Service to understand risks, predict future system bottlenecks efficiently.\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Testing And QA Service\" description=\"Bright UI Technologies comprehensive set of testing practice is built on its bold thought-leadership and vast expertise.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 08:42:21', '2019-07-12 08:42:21', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(631, 1, '2019-07-12 08:45:47', '2019-07-12 08:45:47', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 08:45:47', '2019-07-12 08:45:47', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(632, 1, '2019-07-12 08:46:46', '2019-07-12 08:46:46', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 08:46:46', '2019-07-12 08:46:46', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(633, 1, '2019-07-12 08:50:54', '2019-07-12 08:50:54', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-shopping-cart\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-folder-open\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 08:50:54', '2019-07-12 08:50:54', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(634, 1, '2019-07-12 08:54:13', '2019-07-12 08:54:13', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-shopping-cart\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-folder-open\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 08:54:13', '2019-07-12 08:54:13', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(635, 1, '2019-07-12 08:56:34', '2019-07-12 08:56:34', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-snowflake-o\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-shopping-cart\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-folder-open\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 08:56:34', '2019-07-12 08:56:34', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(636, 1, '2019-07-12 09:01:22', '2019-07-12 09:01:22', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#c9b1e2\" icon=\"fa fa-mobile\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-snowflake-o\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-shopping-cart\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-folder-open\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-cogs\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#ddb5b5\" icon=\"fa fa-cogs\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 09:01:22', '2019-07-12 09:01:22', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(637, 1, '2019-07-12 09:03:45', '2019-07-12 09:03:45', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-desktop\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-mobile\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-snowflake-o\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-snowflake-o\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-shopping-cart\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-folder-open\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-cogs\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-cogs\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 09:03:45', '2019-07-12 09:03:45', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(638, 1, '2019-07-12 09:06:55', '2019-07-12 09:06:55', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 09:06:55', '2019-07-12 09:06:55', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(639, 1, '2019-07-12 09:09:11', '2019-07-12 09:09:11', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 09:09:11', '2019-07-12 09:09:11', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(640, 1, '2019-07-12 09:10:57', '2019-07-12 09:10:57', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 09:10:57', '2019-07-12 09:10:57', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(641, 1, '2019-07-12 09:11:31', '2019-07-12 09:11:31', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 09:11:31', '2019-07-12 09:11:31', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(642, 1, '2019-07-12 12:12:38', '2019-07-12 12:12:38', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\"][vc_row][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:12:38', '2019-07-12 12:12:38', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(643, 1, '2019-07-12 12:14:19', '2019-07-12 12:14:19', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\"][vc_row css=\".vc_custom_1562933661689{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:14:19', '2019-07-12 12:14:19', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(644, 1, '2019-07-12 12:14:43', '2019-07-12 12:14:43', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933661689{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:14:43', '2019-07-12 12:14:43', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(645, 1, '2019-07-12 12:15:36', '2019-07-12 12:15:36', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:15:36', '2019-07-12 12:15:36', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(646, 1, '2019-07-12 12:16:23', '2019-07-12 12:16:23', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Our Awesome Team\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:16:23', '2019-07-12 12:16:23', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(647, 1, '2019-07-12 12:18:55', '2019-07-12 12:18:55', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2228%22%2C%22name%22%3A%22Corey%20Anderson%22%2C%22designation%22%3A%22Project%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Josh%20Buttler%22%2C%22designation%22%3A%22CEO%20%26%20Founder%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Alex%20Maxwel%22%2C%22designation%22%3A%22Marketing%20Manager%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2227%22%2C%22name%22%3A%22Jason%20Statham%22%2C%22designation%22%3A%22UX%2FUI%20Designer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:18:55', '2019-07-12 12:18:55', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(648, 1, '2019-07-12 12:20:14', '2019-07-12 12:20:14', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"1\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Janny%20Cotller%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22description%22%3A%22Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis%20quis%20ipsum.%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:20:14', '2019-07-12 12:20:14', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(649, 1, '2019-07-12 12:20:56', '2019-07-12 12:20:56', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%2229%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%2225%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:20:56', '2019-07-12 12:20:56', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(651, 1, '2019-07-12 12:22:58', '2019-07-12 12:22:58', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22650%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22650%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:22:58', '2019-07-12 12:22:58', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(652, 1, '2019-07-12 12:24:31', '2019-07-12 12:24:31', '', 'user', '', 'inherit', 'open', 'closed', '', 'user', '', '', '2019-07-12 12:24:31', '2019-07-12 12:24:31', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/user.png', 0, 'attachment', 'image/png', 0),
(653, 1, '2019-07-12 12:24:50', '2019-07-12 12:24:50', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"More that 1.5 million businesses and organizations use StartNext\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:24:50', '2019-07-12 12:24:50', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(654, 1, '2019-07-12 12:27:40', '2019-07-12 12:27:40', '', 'rrs-client', '', 'inherit', 'open', 'closed', '', 'rrs-client', '', '', '2019-07-12 12:27:40', '2019-07-12 12:27:40', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/rrs-client.png', 0, 'attachment', 'image/png', 0),
(655, 1, '2019-07-12 12:27:51', '2019-07-12 12:27:51', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:27:51', '2019-07-12 12:27:51', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(656, 1, '2019-07-12 12:30:18', '2019-07-12 12:30:18', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2266%22%2C%22mainlogo%22%3A%2273%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2264%22%2C%22mainlogo%22%3A%2271%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2265%22%2C%22mainlogo%22%3A%2272%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2260%22%2C%22mainlogo%22%3A%2268%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2259%22%2C%22mainlogo%22%3A%2267%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2261%22%2C%22mainlogo%22%3A%2269%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%2263%22%2C%22mainlogo%22%3A%2270%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:30:18', '2019-07-12 12:30:18', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(657, 1, '2019-07-12 12:31:54', '2019-07-12 12:31:54', '', 'cielovistaranchco-client', '', 'inherit', 'open', 'closed', '', 'cielovistaranchco-client', '', '', '2019-07-12 12:31:54', '2019-07-12 12:31:54', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/cielovistaranchco-client.png', 0, 'attachment', 'image/png', 0),
(658, 1, '2019-07-12 12:31:55', '2019-07-12 12:31:55', '', 'coastalnewstoday-client', '', 'inherit', 'open', 'closed', '', 'coastalnewstoday-client', '', '', '2019-07-12 12:31:55', '2019-07-12 12:31:55', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/coastalnewstoday-client.png', 0, 'attachment', 'image/png', 0),
(659, 1, '2019-07-12 12:31:55', '2019-07-12 12:31:55', '', 'cragcoinc-client', '', 'inherit', 'open', 'closed', '', 'cragcoinc-client', '', '', '2019-07-12 12:31:55', '2019-07-12 12:31:55', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/cragcoinc-client.png', 0, 'attachment', 'image/png', 0),
(660, 1, '2019-07-12 12:31:56', '2019-07-12 12:31:56', '', 'cripplecreekrailroad-client', '', 'inherit', 'open', 'closed', '', 'cripplecreekrailroad-client', '', '', '2019-07-12 12:31:56', '2019-07-12 12:31:56', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/cripplecreekrailroad-client.png', 0, 'attachment', 'image/png', 0),
(661, 1, '2019-07-12 12:31:57', '2019-07-12 12:31:57', '', 'firewood4sale-client', '', 'inherit', 'open', 'closed', '', 'firewood4sale-client', '', '', '2019-07-12 12:31:57', '2019-07-12 12:31:57', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/firewood4sale-client.png', 0, 'attachment', 'image/png', 0),
(662, 1, '2019-07-12 12:31:58', '2019-07-12 12:31:58', '', 'hudsonterminalrailroad-client', '', 'inherit', 'open', 'closed', '', 'hudsonterminalrailroad-client', '', '', '2019-07-12 12:31:58', '2019-07-12 12:31:58', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/hudsonterminalrailroad-client.png', 0, 'attachment', 'image/png', 0),
(663, 1, '2019-07-12 12:31:59', '2019-07-12 12:31:59', '', 'mulch4sale-client', '', 'inherit', 'open', 'closed', '', 'mulch4sale-client', '', '', '2019-07-12 12:31:59', '2019-07-12 12:31:59', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/mulch4sale-client.png', 0, 'attachment', 'image/png', 0),
(664, 1, '2019-07-12 12:32:00', '2019-07-12 12:32:00', '', 'pine-client', '', 'inherit', 'open', 'closed', '', 'pine-client', '', '', '2019-07-12 12:32:00', '2019-07-12 12:32:00', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/pine-client.png', 0, 'attachment', 'image/png', 0),
(665, 1, '2019-07-12 12:32:01', '2019-07-12 12:32:01', '', 'upcs-client', '', 'inherit', 'open', 'closed', '', 'upcs-client', '', '', '2019-07-12 12:32:01', '2019-07-12 12:32:01', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/upcs-client.png', 0, 'attachment', 'image/png', 0),
(666, 1, '2019-07-12 12:32:02', '2019-07-12 12:32:02', '', 'vesselcharter-client', '', 'inherit', 'open', 'closed', '', 'vesselcharter-client', '', '', '2019-07-12 12:32:02', '2019-07-12 12:32:02', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/vesselcharter-client.png', 0, 'attachment', 'image/png', 0),
(667, 1, '2019-07-12 12:32:03', '2019-07-12 12:32:03', '', 'vinesettspawn-client', '', 'inherit', 'open', 'closed', '', 'vinesettspawn-client', '', '', '2019-07-12 12:32:03', '2019-07-12 12:32:03', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/vinesettspawn-client.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(668, 1, '2019-07-12 12:35:03', '2019-07-12 12:35:03', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"We Always Try To Understand Users Expectation\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Downloaded\" number=\"180\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"30\" symble=\"K\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"500\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:35:03', '2019-07-12 12:35:03', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(669, 1, '2019-07-12 12:36:53', '2019-07-12 12:36:53', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-12 12:36:53', '2019-07-12 12:36:53', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/12/104-revision-v1/', 0, 'revision', '', 0),
(670, 1, '2019-07-12 12:38:55', '2019-07-12 12:38:55', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-12 12:38:55', '2019-07-12 12:38:55', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/12/301-revision-v1/', 0, 'revision', '', 0),
(671, 1, '2019-07-12 12:40:06', '2019-07-12 12:40:06', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column css_animation=\"slideInLeft\" width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/3\"][vc_single_image image=\"335\" img_size=\"full\"][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-07-12 12:40:06', '2019-07-12 12:40:06', '', 376, 'http://dev.brightuitechnologies.com/site/2019/07/12/376-revision-v1/', 0, 'revision', '', 0),
(672, 1, '2019-07-12 12:40:37', '2019-07-12 12:40:37', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1562935238317{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][vc_column css_animation=\"slideInLeft\" width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/3\"][vc_single_image image=\"335\" img_size=\"full\"][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-07-12 12:40:37', '2019-07-12 12:40:37', '', 376, 'http://dev.brightuitechnologies.com/site/2019/07/12/376-revision-v1/', 0, 'revision', '', 0),
(673, 1, '2019-07-12 12:40:59', '2019-07-12 12:40:59', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1562935238317{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][vc_column css_animation=\"slideInLeft\" width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/3\"][vc_single_image image=\"335\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-07-12 12:40:59', '2019-07-12 12:40:59', '', 376, 'http://dev.brightuitechnologies.com/site/2019/07/12/376-revision-v1/', 0, 'revision', '', 0),
(674, 1, '2019-07-12 12:41:53', '2019-07-12 12:41:53', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Get In Touch With Us\" description=\"Anything On your Mind. We’ll Be Glad To Assist You!\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][vc_single_image image=\"147\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][/vc_row][/vc_section][vc_section el_class=\"contact-info-area pb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjAlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-12 12:41:53', '2019-07-12 12:41:53', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/12/146-revision-v1/', 0, 'revision', '', 0),
(675, 1, '2019-07-12 12:42:18', '2019-07-12 12:42:18', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Get In Touch With Us\" description=\"Anything On your Mind. We’ll Be Glad To Assist You!\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][vc_single_image image=\"147\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area pb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjAlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-12 12:42:18', '2019-07-12 12:42:18', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/12/146-revision-v1/', 0, 'revision', '', 0),
(676, 1, '2019-07-12 12:42:53', '2019-07-12 12:42:53', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][vc_single_image image=\"147\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area pb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjAlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-12 12:42:53', '2019-07-12 12:42:53', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/12/146-revision-v1/', 0, 'revision', '', 0),
(677, 1, '2019-07-12 12:43:30', '2019-07-12 12:43:30', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area pb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjAlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-12 12:43:30', '2019-07-12 12:43:30', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/12/146-revision-v1/', 0, 'revision', '', 0),
(678, 1, '2019-07-12 13:12:24', '2019-07-12 13:12:24', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"147\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area pb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-12 13:12:24', '2019-07-12 13:12:24', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/12/146-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(679, 1, '2019-07-13 06:44:12', '2019-07-13 06:44:12', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"test\" description=\"test\" group_items=\"%5B%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 06:44:12', '2019-07-13 06:44:12', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(680, 1, '2019-07-13 07:15:23', '2019-07-13 07:15:23', '', 'logo-w', '', 'inherit', 'open', 'closed', '', 'logo-w', '', '', '2019-07-13 07:15:23', '2019-07-13 07:15:23', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/logo-w.png', 0, 'attachment', 'image/png', 0),
(682, 1, '2019-07-13 07:28:52', '2019-07-13 07:28:52', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 07:28:52', '2019-07-13 07:28:52', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(683, 1, '2019-07-13 07:31:42', '2019-07-13 07:31:42', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_about_us title=\"About Bright UI\" img=\"147\" group_about_card=\"%5B%7B%22title%22%3A%22Our%20Vission%22%2C%22description%22%3A%22As%20a%20software%20development%20firm%2C%20BrightUI%20knows%20Firsthand%20what%20is%20required%20to%20find%20great%20talent.%20Our%20technical%20recruiters%20take%20candidates%20through%20the%20same%20multi-step%20screening%20process%20regardless%20if%20we%20are%20vetting%20them%20for%20you%2C%20or%20hiring%20them%20for%20ourselves.%22%7D%2C%7B%22title%22%3A%22Our%20Mission%22%2C%22description%22%3A%22%5C%22Our%20MISSION%20is%20to%20CREATE%20innovative%20products%20and%20DELIVER%20excellence%20in%20services%20with%20constant%20emphasis%20on%20engineering%2C%20process%20quality%20and%20customer%20satisfaction%20-%20We%20ADD%20value%20to%20your%20business.%5C%22%22%7D%2C%7B%22title%22%3A%22%20%20Professional%20Web%20Application%20Development%20Solutions%22%2C%22description%22%3A%22BrightUI%20enables%20better%20control%20and%20visibility%20into%20your%20web%20development%20project%20-%20by%20strategically%20combining%20mature%20project%20development%20methodologies%20with%20robust%20project%20management%20tools%20and%20domain%20expertise%20to%20deliver%20end-to-end%20web%20development%20solutions.%22%7D%5D\"]Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them.\r\n\r\n&nbsp;\r\n\r\nThey must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases.\r\n\r\n&nbsp;\r\n\r\nAs a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.[/startnext_about_us][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 07:31:42', '2019-07-13 07:31:42', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(684, 1, '2019-07-13 07:31:58', '2019-07-13 07:31:58', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 07:31:58', '2019-07-13 07:31:58', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(685, 1, '2019-07-13 07:32:49', '2019-07-13 07:32:49', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80 bg-f7fafd\" css=\".vc_custom_1563003172434{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 07:32:49', '2019-07-13 07:32:49', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(686, 1, '2019-07-13 07:35:02', '2019-07-13 07:35:02', '', 'parallax1', '', 'inherit', 'open', 'closed', '', 'parallax1', '', '', '2019-07-13 07:35:02', '2019-07-13 07:35:02', '', 104, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(687, 1, '2019-07-13 07:35:12', '2019-07-13 07:35:12', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003314440{margin-right: 0px !important;margin-left: 0px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 07:35:12', '2019-07-13 07:35:12', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(688, 1, '2019-07-13 07:36:48', '2019-07-13 07:36:48', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 07:36:48', '2019-07-13 07:36:48', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(689, 1, '2019-07-13 08:36:38', '2019-07-13 08:36:38', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 08:36:38', '2019-07-13 08:36:38', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(690, 1, '2019-07-13 08:40:27', '2019-07-13 08:40:27', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row css=\".vc_custom_1563007230294{padding-top: 30px !important;}\"][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 08:40:27', '2019-07-13 08:40:27', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(691, 1, '2019-07-13 08:41:03', '2019-07-13 08:41:03', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row css=\".vc_custom_1563007266334{padding-top: 30px !important;}\"][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 08:41:03', '2019-07-13 08:41:03', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(692, 1, '2019-07-13 08:41:38', '2019-07-13 08:41:38', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row css=\".vc_custom_1563007290287{padding-top: 30px !important;}\"][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 08:41:38', '2019-07-13 08:41:38', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(693, 1, '2019-07-13 08:42:27', '2019-07-13 08:42:27', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1563007350686{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row css=\".vc_custom_1563007290287{padding-top: 30px !important;}\"][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 08:42:27', '2019-07-13 08:42:27', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0),
(694, 1, '2019-07-13 08:52:58', '2019-07-13 08:52:58', '', 'career', '', 'inherit', 'open', 'closed', '', 'career-2', '', '', '2019-07-13 08:52:58', '2019-07-13 08:52:58', '', 376, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/career.jpg', 0, 'attachment', 'image/jpeg', 0),
(695, 1, '2019-07-13 08:53:21', '2019-07-13 08:53:21', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1562935238317{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][vc_column css_animation=\"slideInLeft\" width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/3\"][vc_single_image image=\"694\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-07-13 08:53:21', '2019-07-13 08:53:21', '', 376, 'http://dev.brightuitechnologies.com/site/2019/07/13/376-revision-v1/', 0, 'revision', '', 0),
(696, 1, '2019-07-13 09:00:51', '2019-07-13 09:00:51', '', 'contact', '', 'inherit', 'open', 'closed', '', 'contact-2', '', '', '2019-07-13 09:00:51', '2019-07-13 09:00:51', '', 146, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/contact.jpg', 0, 'attachment', 'image/jpeg', 0),
(697, 1, '2019-07-13 09:01:18', '2019-07-13 09:01:18', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][startnext_hosting_service group_items=\"%5B%7B%7D%5D\" img=\"696\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area pb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-13 09:01:18', '2019-07-13 09:01:18', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/13/146-revision-v1/', 0, 'revision', '', 0),
(698, 1, '2019-07-13 09:01:48', '2019-07-13 09:01:48', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area pb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-13 09:01:48', '2019-07-13 09:01:48', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/13/146-revision-v1/', 0, 'revision', '', 0),
(699, 1, '2019-07-13 09:04:27', '2019-07-13 09:04:27', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area pb-80 bg-1\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-13 09:04:27', '2019-07-13 09:04:27', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/13/146-revision-v1/', 0, 'revision', '', 0),
(700, 1, '2019-07-13 09:05:07', '2019-07-13 09:05:07', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008710649{padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-13 09:05:07', '2019-07-13 09:05:07', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/13/146-revision-v1/', 0, 'revision', '', 0),
(701, 1, '2019-07-13 09:05:21', '2019-07-13 09:05:21', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-13 09:05:21', '2019-07-13 09:05:21', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/13/146-revision-v1/', 0, 'revision', '', 0),
(702, 1, '2019-07-13 09:06:54', '2019-07-13 09:06:54', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"142\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-13 09:06:54', '2019-07-13 09:06:54', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/13/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(703, 1, '2019-07-13 09:08:56', '2019-07-13 09:08:56', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"5\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-13 09:08:56', '2019-07-13 09:08:56', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/13/301-revision-v1/', 0, 'revision', '', 0),
(704, 1, '2019-07-13 09:09:14', '2019-07-13 09:09:14', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-13 09:09:14', '2019-07-13 09:09:14', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/13/301-revision-v1/', 0, 'revision', '', 0),
(705, 1, '2019-07-13 09:11:43', '2019-07-13 09:11:43', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"142\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-13 09:11:43', '2019-07-13 09:11:43', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/13/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(706, 1, '2019-07-13 09:11:58', '2019-07-13 09:11:58', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-13 09:11:58', '2019-07-13 09:11:58', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/13/301-revision-v1/', 0, 'revision', '', 0),
(707, 1, '2019-07-13 09:17:58', '2019-07-13 09:17:58', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-13 09:17:58', '2019-07-13 09:17:58', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/13/301-revision-v1/', 0, 'revision', '', 0),
(708, 1, '2019-07-13 09:27:59', '2019-07-13 09:27:59', '[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1563007350686{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row css=\".vc_custom_1563007290287{padding-top: 30px !important;}\"][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vission\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-low-vision\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-user-circle-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-13 09:27:59', '2019-07-13 09:27:59', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/13/104-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(709, 1, '2019-07-13 09:29:22', '2019-07-13 09:29:22', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916460245{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-13 09:29:22', '2019-07-13 09:29:22', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/13/301-revision-v1/', 0, 'revision', '', 0),
(711, 1, '2019-07-17 07:05:51', '2019-07-17 07:05:51', '', 'email', '', 'inherit', 'open', 'closed', '', 'email', '', '', '2019-07-17 07:05:51', '2019-07-17 07:05:51', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email.png', 0, 'attachment', 'image/png', 0),
(712, 1, '2019-07-17 07:07:02', '2019-07-17 07:07:02', '', 'email1', '', 'inherit', 'open', 'closed', '', 'email1', '', '', '2019-07-17 07:07:02', '2019-07-17 07:07:02', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/email1.png', 0, 'attachment', 'image/png', 0),
(713, 1, '2019-07-17 07:08:45', '2019-07-17 07:08:45', '', 'light-facebook-48', '', 'inherit', 'open', 'closed', '', 'light-facebook-48', '', '', '2019-07-17 07:08:45', '2019-07-17 07:08:45', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-facebook-48.png', 0, 'attachment', 'image/png', 0),
(714, 1, '2019-07-17 07:08:46', '2019-07-17 07:08:46', '', 'light-twitter-48', '', 'inherit', 'open', 'closed', '', 'light-twitter-48', '', '', '2019-07-17 07:08:46', '2019-07-17 07:08:46', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-twitter-48.png', 0, 'attachment', 'image/png', 0),
(715, 1, '2019-07-17 07:08:47', '2019-07-17 07:08:47', '', 'light-link-48', '', 'inherit', 'open', 'closed', '', 'light-link-48', '', '', '2019-07-17 07:08:47', '2019-07-17 07:08:47', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-link-48.png', 0, 'attachment', 'image/png', 0),
(716, 1, '2019-07-17 07:11:49', '2019-07-17 07:11:49', '', 'main_image', '', 'inherit', 'open', 'closed', '', 'main_image', '', '', '2019-07-17 07:11:49', '2019-07-17 07:11:49', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/main_image.png', 0, 'attachment', 'image/png', 0),
(717, 1, '2019-07-17 07:26:23', '2019-07-17 07:26:23', '', 'light-linkedin-48', '', 'inherit', 'open', 'closed', '', 'light-linkedin-48', '', '', '2019-07-17 07:26:23', '2019-07-17 07:26:23', '', 0, 'http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/light-linkedin-48.png', 0, 'attachment', 'image/png', 0),
(718, 1, '2019-07-18 06:58:32', '2019-07-18 06:58:32', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][startnext_section_title title=\"Contact Form\" description=\"Let\'s talk about your idea to success!\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]</p>\r\n', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 06:58:32', '2019-07-18 06:58:32', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(719, 1, '2019-07-18 06:59:40', '2019-07-18 06:59:40', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]</p>\r\n', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 06:59:40', '2019-07-18 06:59:40', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(720, 1, '2019-07-18 07:19:48', '2019-07-18 07:19:48', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_column_text][map-multi-marker id=\"1\"][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 07:19:48', '2019-07-18 07:19:48', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(721, 1, '2019-07-18 07:20:43', '2019-07-18 07:20:43', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]</p>\r\n', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 07:20:43', '2019-07-18 07:20:43', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(722, 1, '2019-07-18 07:23:04', '2019-07-18 07:23:04', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_column_text][map-multi-marker id=\"1\"][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 07:23:04', '2019-07-18 07:23:04', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(723, 1, '2019-07-18 07:24:44', '2019-07-18 07:24:44', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]</p>\r\n', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 07:24:44', '2019-07-18 07:24:44', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(724, 1, '2019-07-18 07:27:32', '2019-07-18 07:27:32', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDY5Mi4yODExODgyNzE0NzA4JTIxMmQ3Ni45NDk2MTQxODQ1MDczMSUyMTNkMTEuMDI4NTg4MDE0NDQxNjA0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTU2MjkzNzExOTA0OSUyMTVtMiUyMTFzZW4lMjEyc2luJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_column_text][map-multi-marker id=\"1\"][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 07:27:32', '2019-07-18 07:27:32', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(725, 1, '2019-07-18 07:28:55', '2019-07-18 07:28:55', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][map-multi-marker id=\"1\"][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 07:28:55', '2019-07-18 07:28:55', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(726, 1, '2019-07-18 07:30:51', '2019-07-18 07:30:51', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 07:30:51', '2019-07-18 07:30:51', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(727, 1, '2019-07-18 08:47:49', '2019-07-18 08:47:49', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][wpgmza id=\"1\"][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 08:47:49', '2019-07-18 08:47:49', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(728, 1, '2019-07-18 09:04:50', '2019-07-18 09:04:50', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps][/vc_column][/vc_row]</p>\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '146-autosave-v1', '', '', '2019-07-18 09:04:50', '2019-07-18 09:04:50', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-autosave-v1/', 0, 'revision', '', 0),
(729, 1, '2019-07-18 08:59:47', '2019-07-18 08:59:47', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][vsgmap address=\"street address to display\" info_window=”A” zoom=”14″ width=”100%″ height=”380″][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 08:59:47', '2019-07-18 08:59:47', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(730, 1, '2019-07-18 09:08:23', '2019-07-18 09:08:23', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtMTIlMjExbTMlMjExZDQ4OS41MTY3ODkxMDg3MDM0JTIxMmQ3Ni45NDkyMDkwOTg4NTg2JTIxM2QxMS4wMjg1NDgxNDE1ODIxMzMlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc2luJTIxNHYxNTYzNDQwODc1ODk4JTIxNW0yJTIxMXNlbiUyMTJzaW4lMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][/vc_column][/vc_row]</p>\r\n', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 09:08:23', '2019-07-18 09:08:23', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(731, 1, '2019-07-18 09:43:50', '2019-07-18 09:43:50', '', 'BUI', '', 'publish', 'closed', 'closed', '', '731', '', '', '2019-07-18 10:52:25', '2019-07-18 10:52:25', '', 0, 'http://dev.brightuitechnologies.com/site/?post_type=cbxgooglemap&#038;p=731', 0, 'cbxgooglemap', '', 0),
(732, 1, '2019-07-18 09:44:10', '2019-07-18 09:44:10', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][cbxgooglemap id=\"731\"][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 09:44:10', '2019-07-18 09:44:10', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(733, 1, '2019-07-18 09:47:57', '2019-07-18 09:47:57', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][cbxgooglemap width=\"100%\" height=\"300\" zoom=\"10\" scrollwheel=\"1\" showinfo=\"1\" infow_open=\"1\" maptype=\"roadmap\" heading=\"Codeboxr(Sample)\" address=\"34/1 K.S Arunachalam Street,Saibaba Colony, K.K.Pudur Post, Coimbatore - 641038, Tamil Nadu, India.\" website=\"https://codeboxr.com/\" mapicon=\"\" lat=\"11.028458\" lng=\"76.9494308\" ][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 09:47:57', '2019-07-18 09:47:57', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(734, 1, '2019-07-18 09:48:34', '2019-07-18 09:48:34', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][cbxgooglemap width=\"100%\" height=\"500\" zoom=\"10\" scrollwheel=\"1\" showinfo=\"1\" infow_open=\"1\" maptype=\"roadmap\" heading=\"BrightUI Technologies\" address=\"34/1 K.S Arunachalam Street,Saibaba Colony, K.K.Pudur Post, Coimbatore - 641038, Tamil Nadu, India.\" website=\"https://codeboxr.com/\" mapicon=\"\" lat=\"11.028458\" lng=\"76.9494308\" ][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 09:48:34', '2019-07-18 09:48:34', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(735, 1, '2019-07-18 09:52:28', '2019-07-18 09:52:28', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][cbxgooglemap width=\"100%\" height=\"500\" zoom=\"10\" scrollwheel=\"1\" showinfo=\"1\" infow_open=\"1\" maptype=\"roadmap\" address=\"BrightUI Technologies, 34/1 K.S Arunachalam Street,Saibaba Colony, K.K.Pudur Post, Coimbatore - 641038, Tamil Nadu, India.\" website=\"https://codeboxr.com/\" mapicon=\"\" lat=\"11.028458\" lng=\"76.9494308\" ][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 09:52:28', '2019-07-18 09:52:28', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(736, 1, '2019-07-18 09:53:25', '2019-07-18 09:53:25', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][cbxgooglemap width=\"100%\" height=\"500\" zoom=\"10\" scrollwheel=\"1\" showinfo=\"1\" infow_open=\"1\" maptype=\"roadmap\" lat=\"11.028458\" lng=\"76.9494308\" ][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 09:53:25', '2019-07-18 09:53:25', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(737, 1, '2019-07-18 10:07:10', '2019-07-18 10:07:10', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1563007350686{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row css=\".vc_custom_1563007290287{padding-top: 30px !important;}\"][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vision\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-low-vision\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-user-circle-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-18 10:07:10', '2019-07-18 10:07:10', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/18/104-revision-v1/', 0, 'revision', '', 0),
(738, 1, '2019-07-18 10:50:50', '2019-07-18 10:50:50', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][cbxgooglemap width=\"100%\" height=\"500\" zoom=\"15\" scrollwheel=\"1\" showinfo=\"1\" infow_open=\"1\" maptype=\"roadmap\" lat=\"11.028458\" lng=\"76.9494308\" ][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 10:50:50', '2019-07-18 10:50:50', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(739, 1, '2019-07-18 10:51:13', '2019-07-18 10:51:13', '[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area ptb-80\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][cbxgooglemap width=\"100%\" height=\"500\" zoom=\"17\" scrollwheel=\"1\" showinfo=\"1\" infow_open=\"1\" maptype=\"roadmap\" lat=\"11.028458\" lng=\"76.9494308\" ][/vc_column_text][/vc_column][/vc_row]', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-18 10:51:13', '2019-07-18 10:51:13', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/18/146-revision-v1/', 0, 'revision', '', 0),
(742, 1, '2019-07-18 11:23:43', '2019-07-18 11:23:43', '<p>[vc_section full_width=\"stretch_row\" el_class=\"funfacts-area\" css=\".vc_custom_1563449364575{padding-top: 20px !important;padding-bottom: 40px !important;}\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Get a Quote', '\n						', 'publish', 'closed', 'closed', '', 'get-a-quote', '', '', '2019-07-18 11:29:22', '2019-07-18 11:29:22', '', 0, 'http://dev.brightuitechnologies.com/site/?page_id=742', 0, 'page', '', 0),
(743, 1, '2019-07-18 11:23:43', '2019-07-18 11:23:43', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80\" css=\".vc_custom_1562933685177{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1563007350686{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row css=\".vc_custom_1563007290287{padding-top: 30px !important;}\"][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vision\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-low-vision\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-user-circle-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Get a Quote', '\n						', 'inherit', 'closed', 'closed', '', '742-revision-v1', '', '', '2019-07-18 11:23:43', '2019-07-18 11:23:43', '', 742, 'http://dev.brightuitechnologies.com/site/2019/07/18/742-revision-v1/', 0, 'revision', '', 0),
(744, 1, '2019-07-18 11:24:18', '2019-07-18 11:24:18', '<p>[vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Get a Quote', '\n						', 'inherit', 'closed', 'closed', '', '742-revision-v1', '', '', '2019-07-18 11:24:18', '2019-07-18 11:24:18', '', 742, 'http://dev.brightuitechnologies.com/site/2019/07/18/742-revision-v1/', 0, 'revision', '', 0),
(745, 1, '2019-07-18 11:25:11', '2019-07-18 11:25:11', '<p>[vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Get a Quote', '\n						', 'inherit', 'closed', 'closed', '', '742-revision-v1', '', '', '2019-07-18 11:25:11', '2019-07-18 11:25:11', '', 742, 'http://dev.brightuitechnologies.com/site/2019/07/18/742-revision-v1/', 0, 'revision', '', 0),
(746, 1, '2019-07-18 11:26:49', '2019-07-18 11:26:49', '<p>[vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Get a Quote', '\n						', 'inherit', 'closed', 'closed', '', '742-revision-v1', '', '', '2019-07-18 11:26:49', '2019-07-18 11:26:49', '', 742, 'http://dev.brightuitechnologies.com/site/2019/07/18/742-revision-v1/', 0, 'revision', '', 0),
(747, 1, '2019-07-18 11:28:52', '2019-07-18 11:28:52', '<p>[vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\n', 'Get a Quote', '', 'inherit', 'closed', 'closed', '', '742-autosave-v1', '', '', '2019-07-18 11:28:52', '2019-07-18 11:28:52', '', 742, 'http://dev.brightuitechnologies.com/site/2019/07/18/742-autosave-v1/', 0, 'revision', '', 0),
(748, 1, '2019-07-18 11:29:03', '2019-07-18 11:29:03', '<p>[vc_section full_width=\"stretch_row\" el_class=\"funfacts-area \" css=\".vc_custom_1563449345918{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Get a Quote', '\n						', 'inherit', 'closed', 'closed', '', '742-revision-v1', '', '', '2019-07-18 11:29:03', '2019-07-18 11:29:03', '', 742, 'http://dev.brightuitechnologies.com/site/2019/07/18/742-revision-v1/', 0, 'revision', '', 0),
(749, 1, '2019-07-18 11:29:22', '2019-07-18 11:29:22', '<p>[vc_section full_width=\"stretch_row\" el_class=\"funfacts-area\" css=\".vc_custom_1563449364575{padding-top: 20px !important;padding-bottom: 40px !important;}\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Get a Quote', '\n						', 'inherit', 'closed', 'closed', '', '742-revision-v1', '', '', '2019-07-18 11:29:22', '2019-07-18 11:29:22', '', 742, 'http://dev.brightuitechnologies.com/site/2019/07/18/742-revision-v1/', 0, 'revision', '', 0),
(750, 1, '2019-07-18 11:32:19', '2019-07-18 11:32:19', ' ', '', '', 'publish', 'closed', 'closed', '', '750', '', '', '2019-07-18 11:36:15', '2019-07-18 11:36:15', '', 0, 'http://dev.brightuitechnologies.com/site/?p=750', 4, 'nav_menu_item', '', 0),
(751, 1, '2019-07-18 11:32:20', '2019-07-18 11:32:20', ' ', '', '', 'publish', 'closed', 'closed', '', '751', '', '', '2019-07-18 11:36:15', '2019-07-18 11:36:15', '', 0, 'http://dev.brightuitechnologies.com/site/?p=751', 5, 'nav_menu_item', '', 0),
(752, 1, '2019-07-18 11:32:19', '2019-07-18 11:32:19', ' ', '', '', 'publish', 'closed', 'closed', '', '752', '', '', '2019-07-18 11:36:15', '2019-07-18 11:36:15', '', 0, 'http://dev.brightuitechnologies.com/site/?p=752', 3, 'nav_menu_item', '', 0),
(753, 1, '2019-07-18 11:36:15', '2019-07-18 11:36:15', ' ', '', '', 'publish', 'closed', 'closed', '', '753', '', '', '2019-07-18 11:36:15', '2019-07-18 11:36:15', '', 0, 'http://dev.brightuitechnologies.com/site/?p=753', 2, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(756, 1, '2019-07-19 05:35:02', '2019-07-19 05:35:02', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area m-0\" css=\".vc_custom_1563514504340{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-19 05:35:02', '2019-07-19 05:35:02', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/19/301-revision-v1/', 0, 'revision', '', 0),
(757, 1, '2019-07-19 05:35:32', '2019-07-19 05:35:32', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562916505572{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562916539748{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1562915908890{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-19 05:35:32', '2019-07-19 05:35:32', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/19/301-revision-v1/', 0, 'revision', '', 0),
(758, 1, '2019-07-19 05:40:04', '2019-07-19 05:40:04', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514729545{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514806359{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\" css=\".vc_custom_1563514799359{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-19 05:40:04', '2019-07-19 05:40:04', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/19/301-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(759, 1, '2019-07-19 05:42:11', '2019-07-19 05:42:11', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514729545{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-p-0\" css=\".vc_custom_1563514863020{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-t-0\" css=\".vc_custom_1563514934407{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Services', '\n						', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2019-07-19 05:42:11', '2019-07-19 05:42:11', '', 301, 'http://dev.brightuitechnologies.com/site/2019/07/19/301-revision-v1/', 0, 'revision', '', 0),
(760, 1, '2019-07-19 05:50:32', '2019-07-19 05:50:32', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"about-area ptb-80 mo-p-0\" css=\".vc_custom_1563515434697{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_row css=\".vc_custom_1563007350686{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row css=\".vc_custom_1563007290287{padding-top: 30px !important;}\"][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vision\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-low-vision\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-user-circle-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-19 05:50:32', '2019-07-19 05:50:32', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/19/104-revision-v1/', 0, 'revision', '', 0),
(761, 1, '2019-07-19 05:50:56', '2019-07-19 05:50:56', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"about-area mo-p-0\" css=\".vc_custom_1563515458044{margin-right: 0px !important;margin-left: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1563007350686{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row css=\".vc_custom_1563007290287{padding-top: 30px !important;}\"][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1562933737768{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vision\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-low-vision\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-user-circle-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-19 05:50:56', '2019-07-19 05:50:56', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/19/104-revision-v1/', 0, 'revision', '', 0),
(762, 1, '2019-07-19 05:53:05', '2019-07-19 05:53:05', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"about-area mo-p-0\" css=\".vc_custom_1563515458044{margin-right: 0px !important;margin-left: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1563007350686{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][startnext_design_and_development title=\"About Bright UI\" description=\"Companies and their products need to reach out and speak directly to their fans and consumers, to redefine their values and to form meaningful relationships with them. They must become architects of community with consistently demonstrating the values that their customer community expects in exchange for their loyalty and purchases. As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\" group_items=\"%5B%7B%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"about-area\" css=\".vc_custom_1563003411703{margin-right: 0px !important;margin-left: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http://dev.brightuitechnologies.com/site/wp-content/uploads/2019/07/parallax1.jpg?id=686) !important;}\"][vc_row css=\".vc_custom_1563007290287{padding-top: 30px !important;}\"][vc_column][startnext_section_title title=\"Simple Steps. Quick Results\" description=\"Creativity is thinking up new things. Innovation is doing new things\" custom_class=\"text-white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1563515588092{padding-right: 20px !important;padding-left: 20px !important;}\" el_class=\"about-features-card\"][vc_column width=\"1/3\"][startnext_fatures_card icon=\"fa fa-handshake-o\" title=\"Our Vision\" description=\"As a software development firm, BrightUI knows Firsthand what is required to find great talent. Our technical recruiters take candidates through the same multi-step screening process regardless if we are vetting them for you, or hiring them for ourselves.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-low-vision\" title=\"Our Mission\" description=\"Our MISSION is to CREATE innovative products and DELIVER excellence in services with constant emphasis on engineering, process quality and customer satisfaction - We ADD value to your business.\"][/vc_column][vc_column width=\"1/3\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-user-circle-o\" title=\"Professional Development Solutions\" description=\"BrightUI enables better control and visibility into your web development project - by strategically combining mature project development methodologies with robust project management tools and domain expertise to deliver end-to-end web development solutions.\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"team-area ptb-80 bg-f9f6f6\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"What Customers Are Saying?\" description=\"Handpicked customer feedback\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][startnext_our_team style=\"2\" group_teams=\"%5B%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jon%20R%20%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%5C%22BrightUI%20consistently%20exceeds%20my%20expectations%20with%20solutions%20that%20were%20better%20than%20expected.%20%20They%20build%20great%20looking%20and%20functioning%20websites%20quickly.%5C%22%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%2C%7B%22img%22%3A%22652%22%2C%22name%22%3A%22Jeff%22%2C%22designation%22%3A%22BrightUI%20Customer%22%2C%22description%22%3A%22%20%5C%22I%20have%20been%20dealing%20with%20major%20players%20in%20web%20technology%20in%20India%20for%20our%20various%20works%20and%20you%20know%20things%20just%20don\'t%20move%20as%20much%20as%20you%20would%20like%20them%20to.%20It%20was%20frustrating%2C%20to%20say%20the%20least%2C%20and%20endless%20switch%20overs%20from%20one%20company%20to%20another.%20But%20then%20we%20came%20across%20BrightUI%20team%2C%20thorough%20professional%20chaps%2C%20who%20would%20do%20your%20work%20in%20middle%20of%20the%20night.%20It%20was%20incredible%3B%20it%20was%20too%20good%20to%20believe.%20Everything%20was%20happening%20in%20a%20jiffy%2C%20getting%20completed%20in%20a%20flash!%20Man!!%20By%20the%20way%20I%20wish%20BrightUI%20guys%20all%20the%20best%20and%20I%20have%20very%20good%20hopes%20for%20them.%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22group_social%22%3A%22%255B%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-facebook%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-linkedin-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-twitter-square%2522%257D%252C%257B%2522link%2522%253A%2522%2523%2522%252C%2522socialicon%2522%253A%2522fa%2520fa-gitlab%2522%257D%255D%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"ready-to-talk\"][vc_row][vc_column][startnext_ready_to_talk link_to_page=\"146\" type2=\"2\" heading=\"Ready To Talk?\" toptext=\"Our team is here to answer your question about StartNext\" btnname=\"Contact US\" linkname=\"Or, get started now with a free trial-\" external_link2=\"#\" bottomtext=\"More that 1.5 million businesses and organizations use StartP--\"][/vc_column][/vc_row][/vc_section][vc_section][vc_row][vc_column][startnext_partner_logo title=\"Our Awesome Clients\" group_partener_logos=\"%5B%7B%22graylogo%22%3A%22654%22%2C%22mainlogo%22%3A%22654%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22667%22%2C%22mainlogo%22%3A%22667%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22666%22%2C%22mainlogo%22%3A%22666%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22665%22%2C%22mainlogo%22%3A%22665%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22664%22%2C%22mainlogo%22%3A%22664%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22663%22%2C%22mainlogo%22%3A%22663%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22662%22%2C%22mainlogo%22%3A%22662%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22661%22%2C%22mainlogo%22%3A%22661%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22660%22%2C%22mainlogo%22%3A%22660%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22659%22%2C%22mainlogo%22%3A%22659%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22658%22%2C%22mainlogo%22%3A%22658%22%2C%22link%22%3A%22%23%22%7D%2C%7B%22graylogo%22%3A%22657%22%2C%22mainlogo%22%3A%22657%22%2C%22link%22%3A%22%23%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][startnext_user_expectation title=\"Projects\" number=\"80\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Feedback\" number=\"300\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Workers\" number=\"50\" symble=\"+\"][/vc_column][vc_column width=\"1/4\"][startnext_user_expectation title=\"Contrubutors\" number=\"70\" symble=\"+\"][/vc_column][/vc_row][vc_row][vc_column][startnext_contact_box link_to_page=\"146\" title=\"Have any question about us?\" text=\"Don\'t hesitate to contact us\" btnname=\"Contact Us\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'About Us', '\n						', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2019-07-19 05:53:05', '2019-07-19 05:53:05', '', 104, 'http://dev.brightuitechnologies.com/site/2019/07/19/104-revision-v1/', 0, 'revision', '', 0),
(763, 1, '2019-07-19 06:04:09', '2019-07-19 06:04:09', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area \" css=\".vc_custom_1563516252430{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][cbxgooglemap width=\"100%\" height=\"500\" zoom=\"17\" scrollwheel=\"1\" showinfo=\"1\" infow_open=\"1\" maptype=\"roadmap\" lat=\"11.028458\" lng=\"76.9494308\" ][/vc_column_text][/vc_column][/vc_row]</p>\r\n', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-19 06:04:09', '2019-07-19 06:04:09', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/19/146-revision-v1/', 0, 'revision', '', 0),
(764, 1, '2019-07-19 06:05:21', '2019-07-19 06:05:21', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1563516324435{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"slideInLeft\" width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/3\"][vc_single_image image=\"694\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]</p>\r\n', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-07-19 06:05:21', '2019-07-19 06:05:21', '', 376, 'http://dev.brightuitechnologies.com/site/2019/07/19/376-revision-v1/', 0, 'revision', '', 0),
(765, 1, '2019-07-19 06:05:38', '2019-07-19 06:05:38', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1563516340700{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"slideInLeft\" width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/3\"][vc_single_image image=\"694\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]</p>\r\n', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-07-19 06:05:38', '2019-07-19 06:05:38', '', 376, 'http://dev.brightuitechnologies.com/site/2019/07/19/376-revision-v1/', 0, 'revision', '', 0),
(766, 1, '2019-07-19 06:06:12', '2019-07-19 06:06:12', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1563516375527{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"mo-p-t-20\"][vc_column css_animation=\"slideInLeft\" width=\"2/3\"][contact-form-7 id=\"378\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/3\"][vc_single_image image=\"694\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row]</p>\r\n', 'Career', '', 'inherit', 'closed', 'closed', '', '376-revision-v1', '', '', '2019-07-19 06:06:12', '2019-07-19 06:06:12', '', 376, 'http://dev.brightuitechnologies.com/site/2019/07/19/376-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(767, 1, '2019-07-19 06:06:22', '2019-07-19 06:06:22', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"contact-area mo-p-t-20\" css=\".vc_custom_1563516385477{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"slideInLeft\" width=\"1/2\"][contact-form-7 id=\"142\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\"][vc_single_image image=\"696\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"contact-info-area bg-1\" css=\".vc_custom_1563008725237{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"appear\"][startnext_contact_info_cards emailtitle=\"Mail Here\" emailicon=\"fa fa-envelope-open\" group_email=\"%5B%7B%22address%22%3A%22info%40brightuitechnologies.com%20%22%7D%5D\" addresstitle=\"Visit Here\" addressicon=\"fa fa-map-marker\" group_address=\"%5B%7B%22address%22%3A%2234%2F1%20K.S%20Arunachalam%20Street%2C%20Saibaba%20Colony%2C%20K.K.Pudur%20Post%2C%20%20Coimbatore%20-%20641038%2C%20Tamil%20Nadu%2C%20India.%22%7D%5D\" phonetitle=\"Call Here\" phoneicon=\"fa fa-phone\" group_phone=\"%5B%7B%22address%22%3A%22Desk%3A%20%2B91422%20420%206760%20%22%7D%2C%7B%22address%22%3A%22Mobile%3A%20%2B919790449773%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_column_text][cbxgooglemap width=\"100%\" height=\"500\" zoom=\"17\" scrollwheel=\"1\" showinfo=\"1\" infow_open=\"1\" maptype=\"roadmap\" lat=\"11.028458\" lng=\"76.9494308\" ][/vc_column_text][/vc_column][/vc_row]</p>\r\n', 'Contact', '\n						', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2019-07-19 06:06:22', '2019-07-19 06:06:22', '', 146, 'http://dev.brightuitechnologies.com/site/2019/07/19/146-revision-v1/', 0, 'revision', '', 0),
(786, 1, '2019-07-22 06:20:48', '2019-07-22 06:20:48', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"works-area ptb-80\"][vc_row][vc_column][startnext_our_recent_works style=\"2\" count=\"-1\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Projects', '\n						', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2019-07-22 06:20:48', '2019-07-22 06:20:48', '', 123, 'http://dev.brightuitechnologies.com/site/2019/07/22/123-revision-v1/', 0, 'revision', '', 0),
(787, 1, '2019-07-22 06:21:23', '2019-07-22 06:21:23', '<p>[vc_section el_class=\"works-area ptb-80\"][vc_row][vc_column][startnext_our_recent_works style=\"2\" count=\"-1\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Projects', '\n						', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2019-07-22 06:21:23', '2019-07-22 06:21:23', '', 123, 'http://dev.brightuitechnologies.com/site/2019/07/22/123-revision-v1/', 0, 'revision', '', 0),
(788, 1, '2019-07-22 06:26:56', '2019-07-22 06:26:56', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0 technology-box\" css=\".vc_custom_1563778136916{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Front End</h2>\r\n<div class=\"bar\"></div>\r\nBrightUI Technologies is a front end development company with skilled professionals delivering smart user experience by providing cutting-edge front end:\r\n\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> React JS</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" el_class=\"technology-box-right\"][startnext_design_and_development group_items=\"%5B%7B%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Technology', '\n						', 'publish', 'closed', 'closed', '', 'technology', '', '', '2019-07-22 06:57:19', '2019-07-22 06:57:19', '', 0, 'http://dev.brightuitechnologies.com/site/?page_id=788', 0, 'page', '', 0),
(789, 1, '2019-07-22 06:26:56', '2019-07-22 06:26:56', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514729545{margin-top: 50px !important;margin-bottom: 50px !important;border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Mobile Application Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Android%20Apps%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22iOS%20Apps%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Web%20Apps%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Hybrid%20Mobile%20Apps%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"606\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd\"][vc_row css=\".vc_custom_1562916689676{padding-top: 30px !important;padding-bottom: 60px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Software Maintenance\" description=\"Growing complexities in business world has restricted the growth of many corporates around the world. Leading decision makers are counting on alternate solutions to focus more on core values rather than non-core subjects. Rise of outsourcing models has triggered positive impact on business and have transformed entire operation phase.\" group_items=\"%5B%7B%22item%22%3A%22Corrective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22Adaptive%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22Enhancement%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Perfective%20Maintenance%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"613\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-p-0\" css=\".vc_custom_1563514863020{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Product Development\" description=\"Over the years, we have been advancing to enter in a creation that revolves around mobile phones. With a number of mobile apps being developed and more users readily adapting them, daily transactions over these platforms have skyrocketed. Consequently, enterprises have stepped in to flaunt themselves beyond the desktop zone so as to complement their clients\' needs. Consumers and businesses today demand nonpareil mobile applications (Mobility Solutions) for providing exceptional user experiences..\" group_items=\"%5B%7B%22item%22%3A%22Railroad%20Inspection%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22Railroad%20Work%20Order%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Train%20Asset%20Manage%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Railroad%20Employee%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Railroad%20Inventory%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Rail%20Transload%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"610\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-t-0\" css=\".vc_custom_1563514934407{padding-top: 40px !important;padding-bottom: 70px !important;}\"][vc_row css=\".vc_custom_1562915920216{border-bottom-width: 20px !important;padding-top: 20px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"E-Commerce Application Development\" description=\"Bright UI has a proven skillset with E-commerce websites, we help you create a rich user experience for your prospective buyers and help you to engage your users and lure them to buy your products online. Most businesses today are opting to sell their goods online or are migrating to new platforms that allow for customization. BrightUI can help you analyze the right platform based on your needs and can build an application that has all the features and functionality that your business requires. It is essential to create the right experience when offering products online as well as have a platform that makes it easy to manage and customize the offerings. BrightUI has developed, deployed and maintains several e-commerce sites around the world and have gained numerous laurels for its highly customizable, rich user experience and easy to use e-commerce website.\" group_items=\"%5B%7B%22item%22%3A%22%20Magento%22%2C%22icon%22%3A%22fa%20fa-wrench%22%7D%2C%7B%22item%22%3A%22OpenCart%22%2C%22icon%22%3A%22fa%20fa-window-maximize%22%7D%2C%7B%22item%22%3A%22WooCommerce%22%2C%22icon%22%3A%22fa%20fa-qrcode%22%7D%2C%7B%22item%22%3A%22Prestashop%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%5D\" img=\"626\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area\" css=\".vc_custom_1562913135826{border-bottom-width: 50px !important;padding-top: 50px !important;}\"][vc_row css=\".vc_custom_1562912833764{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Web Design and Development\" description=\"Having a well-defined line of working is imperative for deciding a business success. On one hand where the businesses are extremely concerned about maximizing their web presence through all-inclusive websites, marketers are also focusing on making them high-quality in terms of design, functionality and user-friendliness. Consequently, web design and development becomes the foundational need of building and airing website, blogs or content management platforms.\" group_items=\"%5B%7B%22item%22%3A%22HTML5%22%2C%22icon%22%3A%22fa%20fa-android%22%7D%2C%7B%22item%22%3A%22CSS3%22%2C%22icon%22%3A%22fa%20fa-apple%22%7D%2C%7B%22item%22%3A%22Jquery%22%2C%22icon%22%3A%22fa%20fa-html5%22%7D%2C%7B%22item%22%3A%22Java%20Script%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Responsive%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%2C%7B%22item%22%3A%22Bootstrap%22%2C%22icon%22%3A%22fa%20fa-cog%22%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:26:56', '2019-07-22 06:26:56', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(790, 1, '2019-07-22 06:55:38', '2019-07-22 06:55:38', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0 technology-box\" css=\".vc_custom_1563778136916{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<div class=\"col-lg-12 col-md-12 services-content\">\n<div class=\"section-title\">\n<h2>Software Development</h2>\n<div class=\"bar\"></div>\nThe advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\n\n</div>\n<div class=\"row\">\n<div class=\"col-lg-6 col-md-6\">\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\n</div>\n<div class=\"col-lg-6 col-md-6\">\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\n</div>\n<div class=\"col-lg-6 col-md-6\">\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\n</div>\n<div class=\"col-lg-6 col-md-6\">\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\n</div>\n</div>\n</div>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" el_class=\"technology-box-right\"][startnext_design_and_development group_items=\"%5B%7B%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Technology', '', 'inherit', 'closed', 'closed', '', '788-autosave-v1', '', '', '2019-07-22 06:55:38', '2019-07-22 06:55:38', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-autosave-v1/', 0, 'revision', '', 0),
(791, 1, '2019-07-22 06:32:07', '2019-07-22 06:32:07', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-laptop%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:32:07', '2019-07-22 06:32:07', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(792, 1, '2019-07-22 06:33:30', '2019-07-22 06:33:30', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22%3Cimg%20src%3D%5C%22https%3A%2F%2Fwww.openxcell.com%2Fwp-content%2Fuploads%2F2019%2F04%2Freact-js.png%5C%22%20class%3D%5C%22img-responsive%5C%22%20title%3D%5C%22React%20JS%5C%22%3E%20Enterprise%20Application%20Development%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:33:30', '2019-07-22 06:33:30', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(793, 1, '2019-07-22 06:34:50', '2019-07-22 06:34:50', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:34:50', '2019-07-22 06:34:50', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(794, 1, '2019-07-22 06:35:42', '2019-07-22 06:35:42', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:35:42', '2019-07-22 06:35:42', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(795, 1, '2019-07-22 06:36:44', '2019-07-22 06:36:44', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"col-lg-6 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\nThe advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\r\n\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-handshake-o\"></i> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_hosting_service title=\"Software Development\" description=\"The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\" group_items=\"%5B%7B%22item%22%3A%22Enterprise%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-handshake-o%22%7D%2C%7B%22item%22%3A%22Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-line-chart%22%7D%2C%7B%22item%22%3A%22Mobile%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-mobile%22%7D%2C%7B%22item%22%3A%22E-Commerce%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-desktop%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:36:44', '2019-07-22 06:36:44', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(796, 1, '2019-07-22 06:37:22', '2019-07-22 06:37:22', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column css_animation=\"none\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"col-lg-6 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\n<p>The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-handshake-o\"></i> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_hosting_service group_items=\"%5B%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:37:22', '2019-07-22 06:37:22', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(797, 1, '2019-07-22 06:37:52', '2019-07-22 06:37:52', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"col-lg-6 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\nThe advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\r\n\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-handshake-o\"></i> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:37:52', '2019-07-22 06:37:52', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(798, 1, '2019-07-22 06:38:16', '2019-07-22 06:38:16', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\nThe advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\r\n\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-handshake-o\"></i> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:38:16', '2019-07-22 06:38:16', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(799, 1, '2019-07-22 06:38:51', '2019-07-22 06:38:51', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\nThe advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\r\n\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:38:51', '2019-07-22 06:38:51', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(800, 1, '2019-07-22 06:39:51', '2019-07-22 06:39:51', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\n<p>The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_banner_one][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:39:51', '2019-07-22 06:39:51', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(801, 1, '2019-07-22 06:40:18', '2019-07-22 06:40:18', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\n<p>The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_banner_one img=\"696\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:40:18', '2019-07-22 06:40:18', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(802, 1, '2019-07-22 06:41:01', '2019-07-22 06:41:01', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\n<p>The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_banner_two][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:41:01', '2019-07-22 06:41:01', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(803, 1, '2019-07-22 06:41:27', '2019-07-22 06:41:27', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\n<p>The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_banner_two img=\"696\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:41:27', '2019-07-22 06:41:27', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(804, 1, '2019-07-22 06:44:16', '2019-07-22 06:44:16', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\n<p>The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_ready_to_talk heading=\"sdfsd\" toptext=\"sdfs\" btnname=\"sdfs\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:44:16', '2019-07-22 06:44:16', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(805, 1, '2019-07-22 06:44:47', '2019-07-22 06:44:47', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\n<p>The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_design_and_development group_items=\"%5B%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:44:47', '2019-07-22 06:44:47', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(806, 1, '2019-07-22 06:45:44', '2019-07-22 06:45:44', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0\" css=\".vc_custom_1563514534587{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\n<p>The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_design_and_development group_items=\"%5B%7B%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:45:44', '2019-07-22 06:45:44', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(807, 1, '2019-07-22 06:48:58', '2019-07-22 06:48:58', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0 technology-box\" css=\".vc_custom_1563778136916{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\n<p>The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_design_and_development group_items=\"%5B%7B%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:48:58', '2019-07-22 06:48:58', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(808, 1, '2019-07-22 06:52:03', '2019-07-22 06:52:03', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0 technology-box\" css=\".vc_custom_1563778136916{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row el_class=\"technology-box-right\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\nThe advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:\r\n\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][startnext_design_and_development group_items=\"%5B%7B%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:52:03', '2019-07-22 06:52:03', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(809, 1, '2019-07-22 06:53:35', '2019-07-22 06:53:35', '<p>[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0 technology-box\" css=\".vc_custom_1563778136916{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Software Development</h2>\r\n<div class=\"bar\"></div>\r\n<p>The advancement in the use of Internet, the united economy across the globe, and the innovative technologies entering the market has reformed the rules of software development. Conservative and outdated practices are pretty cumbersome to meet the trending needs of businesses across discrete industries. To cater the rapidly changing demands, businesses hunt for terrific software development solutions that deliver high-quality results and augment the productivity of their operations. Under-mentioned are the services that form an essential element of our software development offerings:</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" el_class=\"technology-box-right\"][startnext_design_and_development group_items=\"%5B%7B%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]</p>\r\n', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:53:35', '2019-07-22 06:53:35', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(810, 1, '2019-07-22 06:55:52', '2019-07-22 06:55:52', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0 technology-box\" css=\".vc_custom_1563778136916{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Front End</h2>\r\n<div class=\"bar\"></div>\r\nBrightUI Technologies is a front end development company with skilled professionals delivering smart user experience by providing cutting-edge front end:\r\n\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> Enterprise Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" el_class=\"technology-box-right\"][startnext_design_and_development group_items=\"%5B%7B%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:55:52', '2019-07-22 06:55:52', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(811, 1, '2019-07-22 06:57:19', '2019-07-22 06:57:19', '[vc_section full_width=\"stretch_row_content\" el_class=\"services-area mo-m-0 technology-box\" css=\".vc_custom_1563778136916{margin-top: 50px !important;margin-bottom: 50px !important;padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"col-lg-12 col-md-12 services-content\">\r\n<div class=\"section-title\">\r\n<h2>Front End</h2>\r\n<div class=\"bar\"></div>\r\nBrightUI Technologies is a front end development company with skilled professionals delivering smart user experience by providing cutting-edge front end:\r\n\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><img class=\"img-responsive\" title=\"React JS\" src=\"https://www.openxcell.com/wp-content/uploads/2019/04/react-js.png\" /> React JS</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-line-chart\"></i> Web Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-mobile\"></i> Mobile Application Development</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6\">\r\n<div class=\"box\"><i class=\"fa fa-desktop\"></i> E-Commerce Application Development</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" el_class=\"technology-box-right\"][startnext_design_and_development group_items=\"%5B%7B%7D%5D\" img=\"628\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row_content\" el_class=\"services-area bg-f7fafd mo-p-0\" css=\".vc_custom_1563514686974{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_row css=\".vc_custom_1562916512971{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column css_animation=\"none\"][startnext_design_and_development title=\"Web Application Development\" description=\"Web Application Development has made a secure and static habitation on cloud nine lately. It embraces creating and maintaining applications that are used over the W3. With a huge range of IT-enabled services like HTML, XML, PHP, Flash, JSP, CSS, ASP etc., a highly customized web application can be structured to best fit in the discrete business scenarios. To dominate the fierce competition, it becomes an alarming concern for companies to develop and implement elite web applications that are scalable, reliable and accessible by customers.\" group_items=\"%5B%7B%22item%22%3A%22Custom%20Web%20Application%20Development%22%2C%22icon%22%3A%22fa%20fa-pencil%22%7D%2C%7B%22item%22%3A%22Open%20Source%20CMS%20Development%22%2C%22icon%22%3A%22fa%20fa-free-code-camp%22%7D%2C%7B%22item%22%3A%22Frameworks%20Development%22%2C%22icon%22%3A%22fa%20fa-wordpress%22%7D%5D\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"features-area ptb-80 bg-f7fafd home-advantages\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Advantages\" description=\"Bright UI Technologies is highly prepared to address the emerging and established business models. Hone your business strategy with our customized software and mobile app development services\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][startnext_fatures_card icon=\"fa fa-telegram\" title=\"Skilled developers\"][startnext_fatures_card iconcolor=\"#8224e3\" iconbg=\"#e8d2ff\" icon=\"fa fa-leaf\" title=\"Use of the latest tools and technologies\"][startnext_fatures_card iconcolor=\"#727171\" iconbg=\"#e8e5e5\" icon=\"fa fa-signal\" title=\"Regular reporting and project updates\"][startnext_fatures_card iconcolor=\"#f78acb\" iconbg=\"#fddcef\" icon=\"fa fa-handshake-o\" title=\"Expertise in Website\"][startnext_fatures_card iconcolor=\"#6279f2\" iconbg=\"#c7cffa\" icon=\"fa fa-window-restore\" title=\"Expertise in Web App Development\"][/vc_column][vc_column width=\"1/2\"][startnext_fatures_card iconcolor=\"#eeb406\" iconbg=\"#fae6aa\" icon=\"fa fa-mobile\" title=\"Responsive Web UI/UX Design\"][startnext_fatures_card iconcolor=\"#00bcd4\" iconbg=\"#bbf7fe\" icon=\"fa fa-clock-o\" title=\"Fast turnaround time\"][startnext_fatures_card iconcolor=\"#dd3333\" iconbg=\"#fad8d8\" icon=\"fa fa-cogs\" title=\"Client involvement at every stage\"][startnext_fatures_card iconcolor=\"#a5b609\" iconbg=\"#edf4ae\" icon=\"fa fa-linode\" title=\"Flexible, customer-oriented approach\"][startnext_fatures_card iconcolor=\"#007bff\" iconbg=\"#c5e1ff\" icon=\"fa fa-money\" title=\"Cost effective solutions\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" el_class=\"funfacts-area ptb-80\"][vc_row][vc_column css_animation=\"appear\"][startnext_section_title title=\"Delivered Countless Projects Across Many Industries, Worldwide\" description=\"Our Portfolio Ranges Across Diverse Industries, Companies and Geography with Strict Adherence to High Quality and Time\" custom_class=\"m-b-0\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"141\"][/vc_column][/vc_row][vc_row el_class=\"map-bg\"][vc_column][vc_single_image image=\"31\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][/vc_section][vc_section full_width=\"stretch_row\" disable_element=\"yes\" el_class=\"feedback-area ptb-80 bg-f7fafd\"][vc_row][vc_column][startnext_section_title title=\"What Users Saying\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row][vc_row][vc_column][startnext_user_feedback group_feedbacks=\"%5B%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2255%22%2C%22name%22%3A%22Luice%20Lucy%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2254%22%2C%22name%22%3A%22Jhon%20Terry%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2253%22%2C%22name%22%3A%22Ayan%20Mitchel%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2226%22%2C%22name%22%3A%22Steven%20Smith%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%2C%7B%22img%22%3A%2252%22%2C%22name%22%3A%22Maxwel%20Warner%22%2C%22designation%22%3A%22Web%20Developer%22%2C%22feedback%22%3A%22Quis%20ipsum%20suspendisse%20ultrices%20gravida.%20Risus%20commodo%20viverra%20maecenas%20accumsan%20lacus%20vel%20facilisis.%20Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20magna%20aliqua.%22%7D%5D\"][/vc_column][/vc_row][/vc_section]', 'Technology', '\n						', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2019-07-22 06:57:19', '2019-07-22 06:57:19', '', 788, 'http://dev.brightuitechnologies.com/site/2019/07/22/788-revision-v1/', 0, 'revision', '', 0),
(812, 1, '2022-08-25 06:29:17', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2022-08-25 06:29:17', '0000-00-00 00:00:00', '', 0, 'http://localhost/bui/?p=812', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Business', 'business', 0),
(3, 'Privacy', 'privacy', 0),
(4, 'Technology', 'technology', 0),
(5, 'Tips', 'tips', 0),
(6, 'Business', 'business', 0),
(7, 'Design', 'design', 0),
(8, 'IT', 'it', 0),
(9, 'Marketing', 'marketing', 0),
(10, 'Mobile', 'mobile', 0),
(11, 'Protect', 'protect', 0),
(12, 'Protect Your Workplace from Cyber Attacks', 'protect-your-workplace-from-cyber-attacks', 0),
(13, 'Startup', 'startup', 0),
(14, 'Tips', 'tips', 0),
(15, 'Personal', 'personal', 0),
(16, 'Portfolio', 'portfolio', 0),
(17, 'Footer Company', 'footer-company', 0),
(18, 'Footer Support', 'footer-support', 0),
(19, 'Main Menu', 'main-menu', 0),
(20, 'Custom Main Menu', 'custom-main-menu', 0),
(21, 'Mobile App', 'mobile-app', 0),
(22, 'Logo', 'logo', 0),
(23, 'Application Softwarte', 'application-softwarte', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(38, 16, 0),
(46, 16, 0),
(47, 16, 0),
(48, 15, 0),
(48, 16, 0),
(79, 3, 0),
(79, 7, 0),
(79, 9, 0),
(79, 10, 0),
(86, 5, 0),
(86, 11, 0),
(86, 14, 0),
(90, 4, 0),
(90, 6, 0),
(90, 7, 0),
(90, 8, 0),
(90, 14, 0),
(95, 2, 0),
(95, 6, 0),
(95, 7, 0),
(95, 8, 0),
(117, 19, 0),
(118, 19, 0),
(119, 19, 0),
(126, 15, 0),
(126, 16, 0),
(127, 16, 0),
(128, 19, 0),
(129, 19, 0),
(134, 19, 0),
(149, 19, 0),
(150, 19, 0),
(151, 19, 0),
(152, 17, 0),
(157, 18, 0),
(238, 2, 0),
(238, 6, 0),
(238, 9, 0),
(238, 13, 0),
(306, 19, 0),
(309, 19, 0),
(350, 20, 0),
(352, 20, 0),
(353, 20, 0),
(384, 20, 0),
(508, 20, 0),
(527, 15, 0),
(527, 16, 0),
(555, 20, 0),
(556, 21, 0),
(565, 20, 0),
(566, 22, 0),
(572, 20, 0),
(576, 20, 0),
(750, 17, 0),
(751, 17, 0),
(752, 17, 0),
(753, 17, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'category', '', 0, 2),
(3, 3, 'category', '', 0, 1),
(4, 4, 'category', '', 0, 1),
(5, 5, 'category', '', 0, 1),
(6, 6, 'post_tag', '', 0, 3),
(7, 7, 'post_tag', '', 0, 3),
(8, 8, 'post_tag', '', 0, 2),
(9, 9, 'post_tag', '', 0, 2),
(10, 10, 'post_tag', '', 0, 1),
(11, 11, 'post_tag', '', 0, 1),
(12, 12, 'post_tag', '', 0, 0),
(13, 13, 'post_tag', '', 0, 1),
(14, 14, 'post_tag', '', 0, 2),
(15, 15, 'project_cat', '', 0, 3),
(16, 16, 'project_cat', '', 0, 7),
(17, 17, 'nav_menu', '', 0, 5),
(18, 18, 'nav_menu', '', 0, 1),
(19, 19, 'nav_menu', '', 0, 11),
(20, 20, 'nav_menu', '', 0, 9),
(21, 21, 'project_cat', '', 0, 1),
(22, 22, 'project_cat', '', 0, 1),
(23, 23, 'project_cat', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy,text_widget_custom_html,vc_pointers_backend_editor,text_widget_paste_html'),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '812'),
(18, 1, 'wp_user-settings', 'libraryContent=browse&editor=html&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=759px&edit_element_vcUIPanelTop=150px'),
(19, 1, 'wp_user-settings-time', '1563450777'),
(20, 1, 'nav_menu_recently_edited', '20'),
(21, 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\";}'),
(22, 1, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:15:\"add-project_cat\";}'),
(23, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"106.51.48.0\";}'),
(24, 1, 'closedpostboxes_page', 'a:0:{}'),
(25, 1, 'metaboxhidden_page', 'a:1:{i:0;s:19:\"wpb_visual_composer\";}'),
(27, 1, 'edit_page_per_page', '50'),
(32, 1, 'wpcf7_hide_welcome_panel_on', 'a:1:{i:0;s:3:\"5.1\";}'),
(38, 1, '_new_email', 'a:2:{s:4:\"hash\";s:32:\"c67de1dc3c20cc6a44ebbc6c69be1093\";s:8:\"newemail\";s:25:\"brightuitesting@gmail.com\";}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) 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(255) 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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BybkIAdybhBo1dh94fiGL75dj8Kf7A1', 'admin', 'balabui2016@gmail.com', '', '2019-06-11 10:08:07', '', 0, 'admin');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpgmza`
--

CREATE TABLE `wp_wpgmza` (
  `id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  `address` varchar(700) NOT NULL,
  `description` mediumtext NOT NULL,
  `pic` varchar(700) NOT NULL,
  `link` varchar(700) NOT NULL,
  `icon` varchar(700) NOT NULL,
  `lat` varchar(100) NOT NULL,
  `lng` varchar(100) NOT NULL,
  `anim` varchar(3) NOT NULL,
  `title` varchar(700) NOT NULL,
  `infoopen` varchar(3) NOT NULL,
  `category` varchar(500) NOT NULL,
  `approved` tinyint(1) DEFAULT '1',
  `retina` tinyint(1) DEFAULT '0',
  `type` tinyint(1) DEFAULT '0',
  `did` varchar(500) NOT NULL,
  `other_data` longtext NOT NULL,
  `latlng` point DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wpgmza`
--

INSERT INTO `wp_wpgmza` (`id`, `map_id`, `address`, `description`, `pic`, `link`, `icon`, `lat`, `lng`, `anim`, `title`, `infoopen`, `category`, `approved`, `retina`, `type`, `did`, `other_data`, `latlng`) VALUES
(2, 1, 'Saibaba Colony, Coimbatore, Tamil Nadu, India', '', '', '', '', '11.022839', '76.944237', '0', '', '0', '', 1, 0, 0, '', '', '\0\0\0\0\0\0\0:\'Q��&@�cn<S@');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpgmza_categories`
--

CREATE TABLE `wp_wpgmza_categories` (
  `id` int(11) NOT NULL,
  `active` tinyint(1) NOT NULL,
  `category_name` varchar(50) NOT NULL,
  `category_icon` varchar(700) NOT NULL,
  `retina` tinyint(1) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpgmza_category_maps`
--

CREATE TABLE `wp_wpgmza_category_maps` (
  `id` int(11) NOT NULL,
  `cat_id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpgmza_circles`
--

CREATE TABLE `wp_wpgmza_circles` (
  `id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  `name` text,
  `center` point DEFAULT NULL,
  `radius` float DEFAULT NULL,
  `color` varchar(16) DEFAULT NULL,
  `opacity` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpgmza_maps`
--

CREATE TABLE `wp_wpgmza_maps` (
  `id` int(11) NOT NULL,
  `map_title` varchar(55) NOT NULL,
  `map_width` varchar(6) NOT NULL,
  `map_height` varchar(6) NOT NULL,
  `map_start_lat` varchar(700) NOT NULL,
  `map_start_lng` varchar(700) NOT NULL,
  `map_start_location` varchar(700) NOT NULL,
  `map_start_zoom` int(10) NOT NULL,
  `default_marker` varchar(700) NOT NULL,
  `type` int(10) NOT NULL,
  `alignment` int(10) NOT NULL,
  `directions_enabled` int(10) NOT NULL,
  `styling_enabled` int(10) NOT NULL,
  `styling_json` mediumtext NOT NULL,
  `active` int(1) NOT NULL,
  `kml` varchar(700) NOT NULL,
  `bicycle` int(10) NOT NULL,
  `traffic` int(10) NOT NULL,
  `dbox` int(10) NOT NULL,
  `dbox_width` varchar(10) NOT NULL,
  `listmarkers` int(10) NOT NULL,
  `listmarkers_advanced` int(10) NOT NULL,
  `filterbycat` tinyint(1) NOT NULL,
  `ugm_enabled` int(10) NOT NULL,
  `ugm_category_enabled` tinyint(1) NOT NULL,
  `fusion` varchar(100) NOT NULL,
  `map_width_type` varchar(3) NOT NULL,
  `map_height_type` varchar(3) NOT NULL,
  `mass_marker_support` int(10) NOT NULL,
  `ugm_access` int(10) NOT NULL,
  `order_markers_by` int(10) NOT NULL,
  `order_markers_choice` int(10) NOT NULL,
  `show_user_location` int(3) NOT NULL,
  `default_to` varchar(700) NOT NULL,
  `other_settings` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wpgmza_maps`
--

INSERT INTO `wp_wpgmza_maps` (`id`, `map_title`, `map_width`, `map_height`, `map_start_lat`, `map_start_lng`, `map_start_location`, `map_start_zoom`, `default_marker`, `type`, `alignment`, `directions_enabled`, `styling_enabled`, `styling_json`, `active`, `kml`, `bicycle`, `traffic`, `dbox`, `dbox_width`, `listmarkers`, `listmarkers_advanced`, `filterbycat`, `ugm_enabled`, `ugm_category_enabled`, `fusion`, `map_width_type`, `map_height_type`, `mass_marker_support`, `ugm_access`, `order_markers_by`, `order_markers_choice`, `show_user_location`, `default_to`, `other_settings`) VALUES
(1, 'My first map', '100', '400', '45.950464', '-109.815505', '45.950464,-109.81550500000003', 15, '0', 1, 1, 1, 0, '', 0, '', 2, 2, 1, '100', 0, 0, 0, 0, 0, '', '\\%', 'px', 1, 0, 1, 2, 0, '', 'a:15:{s:21:\"store_locator_enabled\";i:2;s:22:\"store_locator_distance\";i:2;s:28:\"store_locator_default_radius\";i:10;s:31:\"store_locator_not_found_message\";s:52:\"No results found in this location. Please try again.\";s:20:\"store_locator_bounce\";i:1;s:26:\"store_locator_query_string\";s:14:\"ZIP / Address:\";s:29:\"store_locator_default_address\";s:0:\"\";s:29:\"wpgmza_store_locator_restrict\";s:0:\"\";s:19:\"store_locator_style\";s:6:\"modern\";s:33:\"wpgmza_store_locator_radius_style\";s:6:\"modern\";s:12:\"map_max_zoom\";s:1:\"1\";s:15:\"transport_layer\";i:2;s:17:\"wpgmza_theme_data\";s:0:\"\";s:30:\"wpgmza_show_points_of_interest\";i:1;s:17:\"wpgmza_auto_night\";i:0;}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpgmza_polygon`
--

CREATE TABLE `wp_wpgmza_polygon` (
  `id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  `polydata` longtext NOT NULL,
  `innerpolydata` longtext NOT NULL,
  `linecolor` varchar(7) NOT NULL,
  `lineopacity` varchar(7) NOT NULL,
  `fillcolor` varchar(7) NOT NULL,
  `opacity` varchar(3) NOT NULL,
  `title` varchar(250) NOT NULL,
  `link` varchar(700) NOT NULL,
  `ohfillcolor` varchar(7) NOT NULL,
  `ohlinecolor` varchar(7) NOT NULL,
  `ohopacity` varchar(3) NOT NULL,
  `polyname` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpgmza_polylines`
--

CREATE TABLE `wp_wpgmza_polylines` (
  `id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  `polydata` longtext NOT NULL,
  `linecolor` varchar(7) NOT NULL,
  `linethickness` varchar(3) NOT NULL,
  `opacity` varchar(3) NOT NULL,
  `polyname` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wpgmza_rectangles`
--

CREATE TABLE `wp_wpgmza_rectangles` (
  `id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  `name` text,
  `cornerA` point DEFAULT NULL,
  `cornerB` point DEFAULT NULL,
  `color` varchar(16) DEFAULT NULL,
  `opacity` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_mapmarker_api`
--
ALTER TABLE `wp_mapmarker_api`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_mapmarker_marker`
--
ALTER TABLE `wp_mapmarker_marker`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_mapmarker_option`
--
ALTER TABLE `wp_mapmarker_option`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp_newsletter`
--
ALTER TABLE `wp_newsletter`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `email` (`email`),
  ADD KEY `wp_user_id` (`wp_user_id`);

--
-- Indexes for table `wp_newsletter_emails`
--
ALTER TABLE `wp_newsletter_emails`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_newsletter_sent`
--
ALTER TABLE `wp_newsletter_sent`
  ADD PRIMARY KEY (`email_id`,`user_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `email_id` (`email_id`);

--
-- Indexes for table `wp_newsletter_stats`
--
ALTER TABLE `wp_newsletter_stats`
  ADD PRIMARY KEY (`id`),
  ADD KEY `email_id` (`email_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_newsletter_user_logs`
--
ALTER TABLE `wp_newsletter_user_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wp_wpgmza`
--
ALTER TABLE `wp_wpgmza`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wpgmza_categories`
--
ALTER TABLE `wp_wpgmza_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wpgmza_category_maps`
--
ALTER TABLE `wp_wpgmza_category_maps`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wpgmza_circles`
--
ALTER TABLE `wp_wpgmza_circles`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wpgmza_maps`
--
ALTER TABLE `wp_wpgmza_maps`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wpgmza_polygon`
--
ALTER TABLE `wp_wpgmza_polygon`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wpgmza_polylines`
--
ALTER TABLE `wp_wpgmza_polylines`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wpgmza_rectangles`
--
ALTER TABLE `wp_wpgmza_rectangles`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_mapmarker_api`
--
ALTER TABLE `wp_mapmarker_api`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_mapmarker_marker`
--
ALTER TABLE `wp_mapmarker_marker`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_mapmarker_option`
--
ALTER TABLE `wp_mapmarker_option`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_newsletter`
--
ALTER TABLE `wp_newsletter`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_newsletter_emails`
--
ALTER TABLE `wp_newsletter_emails`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_newsletter_stats`
--
ALTER TABLE `wp_newsletter_stats`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_newsletter_user_logs`
--
ALTER TABLE `wp_newsletter_user_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4063;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1515;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=813;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_wpgmza`
--
ALTER TABLE `wp_wpgmza`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_wpgmza_categories`
--
ALTER TABLE `wp_wpgmza_categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wpgmza_category_maps`
--
ALTER TABLE `wp_wpgmza_category_maps`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wpgmza_circles`
--
ALTER TABLE `wp_wpgmza_circles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wpgmza_maps`
--
ALTER TABLE `wp_wpgmza_maps`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_wpgmza_polygon`
--
ALTER TABLE `wp_wpgmza_polygon`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wpgmza_polylines`
--
ALTER TABLE `wp_wpgmza_polylines`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wpgmza_rectangles`
--
ALTER TABLE `wp_wpgmza_rectangles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
COMMIT;

/*!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 */;
