Base de Datos Modificada

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 172

---------

phpMyAdmin SQL Dump


version 3.4.5
http://www.phpmyadmin.net
Servidor: 10.8.0.1
Tiempo de generacin: 21-03-2014 a las 16:40:11
Versin del servidor: 5.5.16
Versin de PHP: 5.3.8

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101
/*!40101
/*!40101
/*!40101

SET
SET
SET
SET

@OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
@OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
NAMES utf8 */;

--- Base de datos: `innovafinal`


--- ---------------------------------------------------------- Estructura de tabla para la tabla `ahm_files`
-CREATE TABLE IF NOT EXISTS `ahm_files` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`description` text NOT NULL,
`category` text NOT NULL,
`file` varchar(255) NOT NULL,
`password` varchar(40) NOT NULL,
`download_count` int(11) NOT NULL,
`access` enum('guest','member') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT
NULL,
`show_counter` tinyint(1) NOT NULL,
`quota` int(11) NOT NULL,
`link_label` varchar(255) NOT NULL,
`icon` varchar(256) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--- Volcado de datos para la tabla `ahm_files`
-INSERT INTO `ahm_files` (`id`, `title`, `description`, `category`, `file`, `pass
word`, `download_count`, `access`, `show_counter`, `quota`, `link_label`, `icon`
) VALUES
(1, 'prueba', '[audio mp3=\\"http://www.grupo-innova.com/wp-content/uploads/2014
/02/1-24-A-Conversation-mode-p18.mp3\\"][/audio][audio mp3=\\"http://www.grupo-i
nnova.com/wp-content/uploads/2014/02/1-24-A-Conversation-mode-p18.mp3\\"][/audio
]', 'N;', '1-24 A Conversation mode p18.mp3', '12345', 2, 'guest', 0, 2, 'Downlo
ad', 'download-box-open.png');
-- --------------------------------------------------------

--- Estructura de tabla para la tabla `wp_clients_files`


-CREATE TABLE IF NOT EXISTS `wp_clients_files` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`client_id` bigint(20) NOT NULL,
`name` varchar(255) NOT NULL,
`description` text NOT NULL,
`size` varchar(10) NOT NULL,
`file_path` varchar(500) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_clients_info`
-CREATE TABLE IF NOT EXISTS `wp_clients_info` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`status` varchar(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--- Volcado de datos para la tabla `wp_clients_info`
-INSERT INTO `wp_clients_info` (`id`, `name`, `password`, `status`) VALUES
(1, 'corporacion', '1234', 'active');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_commentmeta`
-CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_comments`
-CREATE TABLE IF NOT EXISTS `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',

`comment_author` tinytext NOT NULL,


`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
--- Volcado de datos para la tabla `wp_comments`
-INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `c
omment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`,
`comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `co
mment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(2, 136, 'admin', '[email protected]', '', '::1', '2013-04-16 18:16:21',
'2013-04-16 18:16:21', 'Iphone truffaut shoreditch gentrify godard. Terry richar
dson tousled try-hard, intelligentsia mixtape vinyl seitan viral you probably ha
ven''t heard of them scenester gluten-free authentic. Echo park brunch ethical,
banjo tumblr polaroid vice truffaut church-key narwhal art party. Helvetica what
ever sartorial fashion axe. Viral wolf tumblr cardigan next level. Banjo actuall
y etsy, YOLO semiotics PBR you probably haven''t heard of them 3 wolf moon maste
r cleanse skateboard selvage. Try-hard Austin authentic vinyl, cliche meggings b
espoke mlkshk beard biodiesel ethical sartorial.', 0, '1', '', '', 0, 1);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_links`
-CREATE TABLE IF NOT EXISTS `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)

) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;


-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_options`
-CREATE TABLE IF NOT EXISTS `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(64) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=850 ;
--- Volcado de datos para la tabla `wp_options`
-INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`
) VALUES
(1, 'siteurl', 'http://www.grupo-innova.com', 'yes'),
(2, 'blogname', 'Grupo Innova, C.A.', 'yes'),
(3, 'blogdescription', 'Otro sitio realizado con WordPress', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', '[email protected]', 'yes'),
(6, 'start_of_week', '1', 'yes'),
(7, 'use_balanceTags', '0', 'yes'),
(8, 'use_smilies', '1', 'yes'),
(9, 'require_name_email', '1', 'yes'),
(10, 'comments_notify', '1', 'yes'),
(11, 'posts_per_rss', '10', 'yes'),
(12, 'rss_use_excerpt', '0', 'yes'),
(13, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 'mailserver_login', '[email protected]', 'yes'),
(15, 'mailserver_pass', 'password', 'yes'),
(16, 'mailserver_port', '110', 'yes'),
(17, 'default_category', '1', 'yes'),
(18, 'default_comment_status', 'open', 'yes'),
(19, 'default_ping_status', 'open', 'yes'),
(20, 'default_pingback_flag', '0', 'yes'),
(21, 'posts_per_page', '10', 'yes'),
(22, 'date_format', 'j F, Y', 'yes'),
(23, 'time_format', 'g:i a', 'yes'),
(24, 'links_updated_date_format', 'j F, Y g:i a', 'yes'),
(25, 'links_recently_updated_prepend', '<em>', 'yes'),
(26, 'links_recently_updated_append', '</em>', 'yes'),
(27, 'links_recently_updated_time', '120', 'yes'),
(28, 'comment_moderation', '0', 'yes'),
(29, 'moderation_notify', '1', 'yes'),
(30, 'permalink_structure', '', 'yes'),
(31, 'gzipcompression', '0', 'yes'),
(32, 'hack_file', '0', 'yes'),
(33, 'blog_charset', 'UTF-8', 'yes'),
(34, 'moderation_keys', '', 'no'),
(35, 'active_plugins', 'a:2:{i:0;s:24:"client_download/main.php";i:1;s:36:"conta
ct-form-7/wp-contact-form-7.php";}', 'yes'),
(36, 'home', 'http://www.grupo-innova.com', 'yes'),

(37, 'category_base', '', 'yes'),


(38, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(39, 'advanced_edit', '0', 'yes'),
(40, 'comment_max_links', '2', 'yes'),
(41, 'gmt_offset', '0', 'yes'),
(42, 'default_email_category', '1', 'yes'),
(43, 'recently_edited', 'a:5:{i:0;s:79:"C:\\xampp\\htdocs/wp-content/plugins/mtx
-contact-form/mtx-contact-form.plugin.php";i:1;s:59:"C:\\xampp\\htdocs/wp-conten
t/plugins/client_download/main.php";i:2;s:79:"C:\\xampp\\htdocs/wp-content/plugi
ns/client_download/swfupload/js/fileprogress.js";i:3;s:73:"C:\\xampp\\htdocs/wpcontent/plugins/client_download/swfupload/swfupload.js";i:4;s:64:"C:\\xampp\\htd
ocs/wp-content/plugins/client_download/add_files.php";}', 'no'),
(44, 'template', 'argo', 'yes'),
(45, 'stylesheet', 'argo', 'yes'),
(46, 'comment_whitelist', '1', 'yes'),
(47, 'blacklist_keys', '', 'no'),
(48, 'comment_registration', '0', 'yes'),
(49, 'html_type', 'text/html', 'yes'),
(50, 'use_trackback', '0', 'yes'),
(51, 'default_role', 'subscriber', 'yes'),
(52, 'db_version', '26691', 'yes'),
(53, 'uploads_use_yearmonth_folders', '1', 'yes'),
(54, 'upload_path', '', 'yes'),
(55, 'blog_public', '0', 'yes'),
(56, 'default_link_category', '2', 'yes'),
(57, 'show_on_front', 'posts', 'yes'),
(58, 'tag_base', '', 'yes'),
(59, 'show_avatars', '1', 'yes'),
(60, 'avatar_rating', 'G', 'yes'),
(61, 'upload_url_path', '', 'yes'),
(62, 'thumbnail_size_w', '150', 'yes'),
(63, 'thumbnail_size_h', '150', 'yes'),
(64, 'thumbnail_crop', '1', 'yes'),
(65, 'medium_size_w', '300', 'yes'),
(66, 'medium_size_h', '300', 'yes'),
(67, 'avatar_default', 'mystery', 'yes'),
(68, 'large_size_w', '1024', 'yes'),
(69, 'large_size_h', '1024', 'yes'),
(70, 'image_default_link_type', 'file', 'yes'),
(71, 'image_default_size', '', 'yes'),
(72, 'image_default_align', '', 'yes'),
(73, 'close_comments_for_old_posts', '0', 'yes'),
(74, 'close_comments_days_old', '14', 'yes'),
(75, 'thread_comments', '1', 'yes'),
(76, 'thread_comments_depth', '5', 'yes'),
(77, 'page_comments', '0', 'yes'),
(78, 'comments_per_page', '50', 'yes'),
(79, 'default_comments_page', 'newest', 'yes'),
(80, 'comment_order', 'asc', 'yes'),
(81, 'sticky_posts', 'a:0:{}', 'yes'),
(82, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(83, 'widget_text', 'a:0:{}', 'yes'),
(84, 'widget_rss', 'a:0:{}', 'yes'),
(85, 'uninstall_plugins', 'a:1:{s:72:"wp-client-client-portals-file-upload-invoi
ces-billing/wp-client-lite.php";s:24:"wpc_client_rul_uninstall";}', 'no'),
(86, 'timezone_string', '', 'yes'),
(87, 'page_for_posts', '0', 'yes'),
(88, 'page_on_front', '0', 'yes'),
(89, 'default_post_format', '0', 'yes'),
(90, 'link_manager_enabled', '0', 'yes'),

(91, 'initial_db_version', '26691', 'yes'),


(92, 'wp_user_roles', 'a:6:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administr
ator";s:12:"capabilities";a:74:{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:"man
age_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:"lev
el_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:"del
ete_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:"un
filtered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"d
elete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"ins
tall_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users
";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1
;s:13:"delete_themes";b:1;s:6:"export";b:1;s:16:"read_clientpages";b:1;s:19:"pub
lish_clientpages";b:1;s:16:"edit_clientpages";b:1;s:26:"edit_published_clientpag
es";b:1;s:28:"delete_published_clientpages";b:1;s:23:"edit_others_clientpages";b
:1;s:25:"delete_others_clientpages";b:1;s:6:"sp_cdm";b:1;s:14:"sp_cdm_vendors";b
:1;s:15:"sp_cdm_settings";b:1;s:15:"sp_cdm_projects";b:1;s:15:"sp_cdm_uploader";
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:1
3:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:2
2:"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:"ed
it_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_p
osts";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;}}s:10:"wpc_client";a:2:{s:4:"name";s:10:"WPC Client";s:12:"capabi
lities";a:1:{s:4:"read";b:1;}}}', 'yes'),
(93, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1
;}', 'yes'),
(94, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";
a:2:{i:0;s:7:"pages-4";i:1;s:8:"search-2";}s:13:"array_version";i:3;}', 'yes'),
(99, '_transient_random_seed', 'c8869860c68fd4640841591444a97e37', 'yes'),
(100, 'logged_in_key', '!%ipk3z3|Tof1b9LHH4,,Kr]%58K6[s.DHe_yi!$4c4<KzX[+aZ,@ hm
p#%Z.Q{}', 'yes'),
(101, 'logged_in_salt', 'nDL,>bd}]zeD,jTVC%{zWg#Q7weHo775TYEz~&M#Q6W09%4..F3ow^1
Db7Lm.BI?', 'yes'),

(102, 'cron', 'a:5:{i:1395419203;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750


bba9870f18aada2478b24840a";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:"40cd750bba9870f18
aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"int
erval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24
840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43
200;}}}i:1395419222;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18
aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval"
;i:86400;}}}i:1395429120;a:1:{s:20:"wp_maybe_auto_update";a:1:{s:32:"40cd750bba9
870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:
8:"interval";i:43200;}}}i:1395502604;a:1:{s:30:"wp_scheduled_auto_draft_delete";
a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4
:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(104, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:2:{i:0;O
:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:49:"http://es.wor
dpress.org/wordpress-3.8.1-es_ES.zip";s:6:"locale";s:5:"es_ES";s:8:"packages";O:
8:"stdClass":5:{s:4:"full";s:49:"http://es.wordpress.org/wordpress-3.8.1-es_ES.z
ip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback
";b:0;}s:7:"current";s:5:"3.8.1";s:7:"version";s:5:"3.8.1";s:11:"php_version";s:
5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.8";s:15:"part
ial_version";s:0:"";}i:1;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"dow
nload";s:40:"http://wordpress.org/wordpress-3.8.1.zip";s:6:"locale";s:5:"en_US";
s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:40:"http://wordpress.org/wordpress
-3.8.1.zip";s:10:"no_content";s:51:"http://wordpress.org/wordpress-3.8.1-no-cont
ent.zip";s:11:"new_bundled";s:52:"http://wordpress.org/wordpress-3.8.1-new-bundl
ed.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"3.8.1";s:7:"ver
sion";s:5:"3.8.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";
s:11:"new_bundled";s:3:"3.8";s:15:"partial_version";s:0:"";}}s:12:"last_checked"
;i:1395413697;s:15:"version_checked";s:5:"3.8.1";s:12:"translations";a:0:{}}', '
yes'),
(108, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:
1395413698;s:7:"checked";a:4:{s:4:"argo";s:5:"1.1.2";s:14:"twentyfourteen";s:3:"
1.0";s:14:"twentythirteen";s:3:"1.1";s:12:"twentytwelve";s:3:"1.3";}s:8:"respons
e";a:0:{}s:12:"translations";a:0:{}}', 'yes'),
(109, 'auth_key', 'McIV>mh#>2`9h7Hnzyr^{3J#|#AE:CxY}8iJ/{LCUQ<T;<?S^HszR]J#5*E6|
?5f', 'yes'),
(110, 'auth_salt', '?9,h-whKod~cV9$]CDHe+,C*Sc4_eq{IDlo9bvo!<U:(Xh(|^JESYLCATW{q
m.[i', 'yes'),
(111, 'nonce_key', '/Jwd@,>ib$?.R&r8LQI<lAoo.tj`~&.<Fj1jN*Z,wzQSKl.+HHfX[6^>c:Qg
ToWM', 'yes'),
(112, 'nonce_salt', 'TOrVI|w<39$[G!A?rD~|H]?>agRq.deIL_FU#TU#Ou)R_bIYQZfEc0Jv8^h
hK?{%', 'yes'),
(117, 'can_compress_scripts', '1', 'yes'),
(134, 'theme_mods_twentyfourteen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time"
;i:1392308954;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a
:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:
3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:
0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
(135, 'current_theme', 'Argo', 'yes'),
(136, 'theme_mods_argo', 'a:1:{i:0;b:0;}', 'yes'),
(137, 'theme_switched', '', 'yes'),
(138, 'option_tree_settings', 'a:3:{s:15:"contextual_help";a:2:{s:7:"content";a:
0:{}s:7:"sidebar";s:0:"";}s:8:"sections";a:3:{i:0;a:2:{s:2:"id";s:15:"header_set
tings";s:5:"title";s:7:"General";}i:1;a:2:{s:2:"id";s:12:"nav_settings";s:5:"tit
le";s:10:"Navigation";}i:2;a:2:{s:2:"id";s:16:"contact_settings";s:5:"title";s:7
:"Contact";}}s:8:"settings";a:7:{i:0;a:10:{s:5:"label";s:12:"Color Scheme";s:2:"
id";s:11:"theme_color";s:4:"type";s:11:"radio-image";s:4:"desc";s:0:"";s:3:"std"
;s:7:"default";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:
5:"class";s:0:"";s:7:"section";s:15:"header_settings";}i:1;a:11:{s:5:"label";s:9
:"Logo type";s:2:"id";s:9:"logo_type";s:4:"type";s:6:"select";s:4:"desc";s:0:"";

s:7:"choices";a:2:{i:0;a:2:{s:5:"label";s:4:"Text";s:5:"value";s:4:"text";}i:1;a
:2:{s:5:"label";s:5:"Image";s:5:"value";s:5:"image";}}s:3:"std";s:4:"text";s:4:"
rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class";s:9:"logo_
type";s:7:"section";s:15:"header_settings";}i:2;a:10:{s:5:"label";s:13:"Text for
logo";s:2:"id";s:9:"logo_text";s:4:"type";s:4:"text";s:4:"desc";s:0:"";s:3:"std
";s:4:"Argo";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:
"class";s:9:"logo_text";s:7:"section";s:15:"header_settings";}i:3;a:10:{s:5:"lab
el";s:14:"Logo big image";s:2:"id";s:14:"logo_image_big";s:4:"type";s:6:"upload"
;s:4:"desc";s:0:"";s:3:"std";s:62:"http://www.grupo-innova.com/wp-content/themes
/argo/assets/img/195x195.gif";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxo
nomy";s:0:"";s:5:"class";s:14:"logo_image_big";s:7:"section";s:15:"header_settin
gs";}i:4;a:10:{s:5:"label";s:16:"Logo small image";s:2:"id";s:16:"logo_image_sma
ll";s:4:"type";s:6:"upload";s:4:"desc";s:0:"";s:3:"std";s:61:"http://www.grupo-i
nnova.com/wp-content/themes/argo/assets/img/100x45.gif";s:4:"rows";s:0:"";s:9:"p
ost_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class";s:16:"logo_image_small";s:7:"
section";s:15:"header_settings";}i:5;a:11:{s:5:"label";s:9:"Nav items";s:2:"id";
s:9:"nav_items";s:4:"type";s:9:"list-item";s:4:"desc";s:43:"Add/edit/remove bric
ks for live titled menu";s:8:"settings";a:13:{i:0;a:11:{s:5:"label";s:10:"Brick
type";s:2:"id";s:10:"brick_type";s:4:"type";s:6:"select";s:4:"desc";s:0:"";s:7:"
choices";a:3:{i:0;a:2:{s:5:"label";s:9:"Menu item";s:5:"value";s:8:"nav_item";}i
:1;a:2:{s:5:"label";s:11:"Flip images";s:5:"value";s:11:"flip_images";}i:2;a:2:{
s:5:"label";s:6:"Slogan";s:5:"value";s:6:"slogan";}}s:3:"std";s:8:"nav_item";s:4
:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class";s:10:"br
ick_type";s:7:"section";s:0:"";}i:1;a:7:{s:5:"label";s:10:"Link type:";s:2:"id";
s:9:"link_type";s:4:"type";s:6:"select";s:5:"class";s:14:"sbrick_open_in";s:4:"d
esc";s:0:"";s:7:"choices";a:3:{i:0;a:2:{s:5:"label";s:8:"One page";s:5:"value";s
:4:"page";}i:1;a:2:{s:5:"label";s:12:"Link to page";s:5:"value";s:13:"page_exter
nal";}i:2;a:2:{s:5:"label";s:10:"Custom url";s:5:"value";s:8:"external";}}s:3:"s
td";s:4:"page";}i:2;a:6:{s:5:"label";s:11:"Custom url:";s:2:"id";s:11:"custom_li
nk";s:4:"type";s:4:"text";s:5:"class";s:18:"sbrick_custom_link";s:4:"desc";s:41:
"Type link here if you selected Custom url";s:3:"std";s:7:"http://";}i:3;a:6:{s:
5:"label";s:13:"Custom title:";s:2:"id";s:12:"custom_title";s:4:"type";s:4:"text
";s:5:"class";s:19:"sbrick_custom_title";s:4:"desc";s:80:"Custom title for menu
item. Leave blank if you dont want to overwrite page title";s:3:"std";s:0:"";}i:
4;a:9:{s:5:"label";s:11:"Page Select";s:2:"id";s:11:"page_select";s:4:"type";s:1
1:"page-select";s:4:"desc";s:27:"Select a page for menu item";s:3:"std";s:0:"";s
:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class";s:18:"
sbrick_page_select";}i:5;a:11:{s:5:"label";s:11:"Brick style";s:2:"id";s:11:"bri
ck_color";s:4:"type";s:6:"select";s:4:"desc";s:0:"";s:7:"choices";a:2:{i:0;a:2:{
s:5:"label";s:7:"Style 1";s:5:"value";s:7:"default";}i:1;a:2:{s:5:"label";s:7:"S
tyle 2";s:5:"value";s:3:"odd";}}s:3:"std";s:7:"default";s:4:"rows";s:0:"";s:9:"p
ost_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class";s:17:"brick_brick_color";s:7:
"section";s:0:"";}i:6;a:11:{s:5:"label";s:11:"Brick width";s:2:"id";s:5:"brick";
s:4:"type";s:6:"select";s:4:"desc";s:0:"";s:7:"choices";a:3:{i:0;a:2:{s:5:"label
";s:7:"1 brick";s:5:"value";s:6:"brick1";}i:1;a:2:{s:5:"label";s:8:"2 bricks";s:
5:"value";s:6:"brick2";}i:2;a:2:{s:5:"label";s:8:"3 bricks";s:5:"value";s:6:"bri
ck3";}}s:3:"std";s:6:"brick1";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxo
nomy";s:0:"";s:5:"class";s:17:"brick_brick_width";s:7:"section";s:0:"";}i:7;a:11
:{s:5:"label";s:17:"Brick margin left";s:2:"id";s:12:"brick_offset";s:4:"type";s
:6:"select";s:4:"desc";s:0:"";s:7:"choices";a:4:{i:0;a:2:{s:5:"label";s:7:"0 bri
ck";s:5:"value";s:0:"";}i:1;a:2:{s:5:"label";s:7:"1 brick";s:5:"value";s:8:"boff
set1";}i:2;a:2:{s:5:"label";s:8:"2 bricks";s:5:"value";s:8:"boffset2";}i:3;a:2:{
s:5:"label";s:7:"3 brick";s:5:"value";s:8:"boffset3";}}s:3:"std";s:0:"";s:4:"row
s";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class";s:18:"brick_b
rick_offset";s:7:"section";s:0:"";}i:8;a:6:{s:5:"label";s:4:"Icon";s:2:"id";s:8:
"nav_icon";s:4:"type";s:5:"radio";s:5:"class";s:15:"sbrick_nav_icon";s:4:"desc";
s:0:"";s:7:"choices";a:48:{i:0;a:2:{s:5:"label";s:24:"<i class="li_heart"></i>";
s:5:"value";s:8:"li_heart";}i:1;a:2:{s:5:"label";s:24:"<i class="li_cloud"></i>"
;s:5:"value";s:8:"li_cloud";}i:2;a:2:{s:5:"label";s:23:"<i class="li_star"></i>"
;s:5:"value";s:7:"li_star";}i:3;a:2:{s:5:"label";s:21:"<i class="li_tv"></i>";s:

5:"value";s:5:"li_tv";}i:4;a:2:{s:5:"label";s:24:"<i class="li_sound"></i>";s:5:
"value";s:8:"li_sound";}i:5;a:2:{s:5:"label";s:24:"<i class="li_video"></i>";s:5
:"value";s:8:"li_video";}i:6;a:2:{s:5:"label";s:24:"<i class="li_trash"></i>";s:
5:"value";s:8:"li_trash";}i:7;a:2:{s:5:"label";s:23:"<i class="li_user"></i>";s:
5:"value";s:7:"li_user";}i:8;a:2:{s:5:"label";s:22:"<i class="li_key"></i>";s:5:
"value";s:6:"li_key";}i:9;a:2:{s:5:"label";s:25:"<i class="li_search"></i>";s:5:
"value";s:9:"li_search";}i:10;a:2:{s:5:"label";s:27:"<i class="li_settings"></i>
";s:5:"value";s:11:"li_settings";}i:11;a:2:{s:5:"label";s:25:"<i class="li_camer
a"></i>";s:5:"value";s:9:"li_camera";}i:12;a:2:{s:5:"label";s:22:"<i class="li_t
ag"></i>";s:5:"value";s:6:"li_tag";}i:13;a:2:{s:5:"label";s:23:"<i class="li_loc
k"></i>";s:5:"value";s:7:"li_lock";}i:14;a:2:{s:5:"label";s:23:"<i class="li_bul
b"></i>";s:5:"value";s:7:"li_bulb";}i:15;a:2:{s:5:"label";s:22:"<i class="li_pen
"></i>";s:5:"value";s:6:"li_pen";}i:16;a:2:{s:5:"label";s:26:"<i class="li_diamo
nd"></i>";s:5:"value";s:10:"li_diamond";}i:17;a:2:{s:5:"label";s:26:"<i class="l
i_display"></i>";s:5:"value";s:10:"li_display";}i:18;a:2:{s:5:"label";s:27:"<i c
lass="li_location"></i>";s:5:"value";s:11:"li_location";}i:19;a:2:{s:5:"label";s
:22:"<i class="li_eye"></i>";s:5:"value";s:6:"li_eye";}i:20;a:2:{s:5:"label";s:2
5:"<i class="li_bubble"></i>";s:5:"value";s:9:"li_bubble";}i:21;a:2:{s:5:"label"
;s:24:"<i class="li_stack"></i>";s:5:"value";s:8:"li_stack";}i:22;a:2:{s:5:"labe
l";s:22:"<i class="li_cup"></i>";s:5:"value";s:6:"li_cup";}i:23;a:2:{s:5:"label"
;s:24:"<i class="li_phone"></i>";s:5:"value";s:8:"li_phone";}i:24;a:2:{s:5:"labe
l";s:23:"<i class="li_news"></i>";s:5:"value";s:7:"li_news";}i:25;a:2:{s:5:"labe
l";s:23:"<i class="li_mail"></i>";s:5:"value";s:7:"li_mail";}i:26;a:2:{s:5:"labe
l";s:23:"<i class="li_like"></i>";s:5:"value";s:7:"li_like";}i:27;a:2:{s:5:"labe
l";s:24:"<i class="li_photo"></i>";s:5:"value";s:8:"li_photo";}i:28;a:2:{s:5:"la
bel";s:23:"<i class="li_note"></i>";s:5:"value";s:7:"li_note";}i:29;a:2:{s:5:"la
bel";s:24:"<i class="li_clock"></i>";s:5:"value";s:8:"li_clock";}i:30;a:2:{s:5:"
label";s:29:"<i class="li_paperplane"></i>";s:5:"value";s:13:"li_paperplane";}i:
31;a:2:{s:5:"label";s:25:"<i class="li_params"></i>";s:5:"value";s:9:"li_params"
;}i:32;a:2:{s:5:"label";s:27:"<i class="li_banknote"></i>";s:5:"value";s:11:"li_
banknote";}i:33;a:2:{s:5:"label";s:23:"<i class="li_data"></i>";s:5:"value";s:7:
"li_data";}i:34;a:2:{s:5:"label";s:24:"<i class="li_music"></i>";s:5:"value";s:8
:"li_music";}i:35;a:2:{s:5:"label";s:28:"<i class="li_megaphone"></i>";s:5:"valu
e";s:12:"li_megaphone";}i:36;a:2:{s:5:"label";s:24:"<i class="li_study"></i>";s:
5:"value";s:8:"li_study";}i:37;a:2:{s:5:"label";s:22:"<i class="li_lab"></i>";s:
5:"value";s:6:"li_lab";}i:38;a:2:{s:5:"label";s:23:"<i class="li_food"></i>";s:5
:"value";s:7:"li_food";}i:39;a:2:{s:5:"label";s:26:"<i class="li_t-shirt"></i>";
s:5:"value";s:10:"li_t-shirt";}i:40;a:2:{s:5:"label";s:23:"<i class="li_fire"></
i>";s:5:"value";s:7:"li_fire";}i:41;a:2:{s:5:"label";s:23:"<i class="li_clip"></
i>";s:5:"value";s:7:"li_clip";}i:42;a:2:{s:5:"label";s:23:"<i class="li_shop"></
i>";s:5:"value";s:7:"li_shop";}i:43;a:2:{s:5:"label";s:27:"<i class="li_calendar
"></i>";s:5:"value";s:11:"li_calendar";}i:44;a:2:{s:5:"label";s:25:"<i class="li
_vallet"></i>";s:5:"value";s:9:"li_vallet";}i:45;a:2:{s:5:"label";s:24:"<i class
="li_vynil"></i>";s:5:"value";s:8:"li_vynil";}i:46;a:2:{s:5:"label";s:24:"<i cla
ss="li_truck"></i>";s:5:"value";s:8:"li_truck";}i:47;a:2:{s:5:"label";s:24:"<i c
lass="li_world"></i>";s:5:"value";s:8:"li_world";}}}i:9;a:11:{s:5:"label";s:14:"
Flip direction";s:2:"id";s:13:"img_direction";s:4:"type";s:6:"select";s:4:"desc"
;s:0:"";s:3:"std";s:5:"flipY";s:4:"rows";s:0:"";s:7:"choices";a:2:{i:0;a:2:{s:5:
"label";s:10:"Horizontal";s:5:"value";s:5:"flipY";}i:1;a:2:{s:5:"label";s:8:"Ver
tical";s:5:"value";s:5:"flipX";}}s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:
5:"class";s:13:"img_direction";s:7:"section";s:0:"";}i:10;a:10:{s:5:"label";s:11
:"First image";s:2:"id";s:5:"img_1";s:4:"type";s:6:"upload";s:4:"desc";s:0:"";s:
3:"std";s:0:"";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:
5:"class";s:5:"img_1";s:7:"section";s:0:"";}i:11;a:10:{s:5:"label";s:12:"Second
image";s:2:"id";s:5:"img_2";s:4:"type";s:6:"upload";s:4:"desc";s:0:"";s:3:"std";
s:0:"";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class
";s:5:"img_2";s:7:"section";s:0:"";}i:12;a:10:{s:5:"label";s:14:"Slogan content"
;s:2:"id";s:11:"slogan_text";s:4:"type";s:8:"textarea";s:4:"desc";s:0:"";s:3:"st
d";s:265:"<h1>Theme shared on W P L O C K E R .C O M</h1>\n
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt <br>

ut\n
dolore magna aliqua. <br>\n
Ut enim a
d minim veniam, quis nostrud ARGO.</p>";s:4:"rows";s:0:"";s:9:"post_type";s:0:""
;s:8:"taxonomy";s:0:"";s:5:"class";s:11:"slogan_text";s:7:"section";s:0:"";}}s:3
:"std";s:8:"li_heart";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:
0:"";s:5:"class";s:0:"";s:7:"section";s:12:"nav_settings";}i:6;a:6:{s:2:"id";s:1
3:"contact_email";s:5:"label";s:13:"Contact email";s:4:"desc";s:52:"Email addres
s that contact form will send message to";s:4:"type";s:4:"text";s:3:"std";s:23:"
[email protected]";s:7:"section";s:16:"contact_settings";}}}', 'yes'),
(139, 'option_tree', 'a:7:{s:11:"theme_color";s:7:"default";s:9:"logo_type";s:5:
"image";s:9:"logo_text";s:6:"INNOVA";s:14:"logo_image_big";s:63:"http://www.grup
o-innova.com/wp-content/uploads/2014/02/innova2-284x300.png";s:16:"logo_image_sm
all";s:59:"http://www.grupo-innova.com/wp-content/uploads/2014/02/LogoBLANCO8.pn
g";s:9:"nav_items";a:12:{i:1;a:14:{s:5:"title";s:9:"SERVICIOS";s:10:"brick_type"
;s:8:"nav_item";s:9:"link_type";s:4:"page";s:11:"custom_link";s:7:"http://";s:12
:"custom_title";s:9:"SERVICIOS";s:11:"page_select";s:3:"287";s:11:"brick_color";
s:7:"default";s:5:"brick";s:6:"brick1";s:12:"brick_offset";s:8:"boffset1";s:8:"n
av_icon";s:7:"li_bulb";s:13:"img_direction";s:5:"flipY";s:5:"img_1";s:0:"";s:5:"
img_2";s:0:"";s:11:"slogan_text";s:268:"<h1>Theme shared on W P L O C K E R .C O
M</h1>\r\n
<p>Consectetur adipisicing elit, sed do
eiusmod tempor incididunt <br> ut\r\n
dolore magna aliqua. <
br>\r\n
Ut enim ad minim veniam, quis nostrud ARGO.</p>";}i:4
;a:14:{s:5:"title";s:6:"Slogan";s:10:"brick_type";s:6:"slogan";s:9:"link_type";s
:8:"external";s:11:"custom_link";s:20:"http://www.grupo-innova.com.COM";s:12:"cu
stom_title";s:6:"INICIO";s:11:"page_select";s:1:"6";s:11:"brick_color";s:7:"defa
ult";s:5:"brick";s:6:"brick3";s:12:"brick_offset";s:0:"";s:8:"nav_icon";s:10:"li
_display";s:13:"img_direction";s:5:"flipY";s:5:"img_1";s:0:"";s:5:"img_2";s:0:""
;s:11:"slogan_text";s:114:"<h1>Bienvenidos a GRUPO INNOVA, C.A.</h1>\r\n
<p>Ingenieria aplicada al servicio<br> \r\n";}i:5;a:13:{s:
5:"title";s:6:"Foto 1";s:10:"brick_type";s:11:"flip_images";s:9:"link_type";s:4:
"page";s:11:"custom_link";s:7:"http://";s:12:"custom_title";s:0:"";s:11:"page_se
lect";s:0:"";s:11:"brick_color";s:7:"default";s:5:"brick";s:6:"brick1";s:12:"bri
ck_offset";s:0:"";s:13:"img_direction";s:5:"flipY";s:5:"img_1";s:70:"http://www.
grupo-innova.com/wp-content/uploads/2013/04/outFinanciero-1024x682.jpg";s:5:"img
_2";s:69:"http://www.grupo-innova.com/wp-content/uploads/2013/04/sf1307quill1-10
24x942.jpg";s:11:"slogan_text";s:268:"<h1>Theme shared on W P L O C K E R .C O M
</h1>\r\n
<p>Consectetur adipisicing elit, sed do e
iusmod tempor incididunt <br> ut\r\n
dolore magna aliqua. <br
>\r\n
Ut enim ad minim veniam, quis nostrud ARGO.</p>";}i:6;a
:13:{s:5:"title";s:6:"foto 2";s:10:"brick_type";s:11:"flip_images";s:9:"link_typ
e";s:4:"page";s:11:"custom_link";s:7:"http://";s:12:"custom_title";s:0:"";s:11:"
page_select";s:0:"";s:11:"brick_color";s:7:"default";s:5:"brick";s:6:"brick1";s:
12:"brick_offset";s:0:"";s:13:"img_direction";s:5:"flipY";s:5:"img_1";s:63:"http
://www.grupo-innova.com/wp-content/uploads/2014/02/Calculator_hand.jpg";s:5:"img
_2";s:59:"http://www.grupo-innova.com/wp-content/uploads/2014/02/handonmouse.png
";s:11:"slogan_text";s:268:"<h1>Theme shared on W P L O C K E R .C O M</h1>\r\n
<p>Consectetur adipisicing elit, sed do eiusmod tem
por incididunt <br> ut\r\n
dolore magna aliqua. <br>\r\n
Ut enim ad minim veniam, quis nostrud ARGO.</p>";}i:0;a:14:{s:5:"
title";s:8:"NOSOTROS";s:10:"brick_type";s:8:"nav_item";s:9:"link_type";s:4:"page
";s:11:"custom_link";s:7:"http://";s:12:"custom_title";s:0:"";s:11:"page_select"
;s:2:"83";s:11:"brick_color";s:3:"odd";s:5:"brick";s:6:"brick1";s:12:"brick_offs
et";s:0:"";s:8:"nav_icon";s:9:"li_bubble";s:13:"img_direction";s:5:"flipY";s:5:"
img_1";s:0:"";s:5:"img_2";s:0:"";s:11:"slogan_text";s:268:"<h1>Theme shared on W
P L O C K E R .C O M</h1>\r\n
<p>Consectetur adipi
sicing elit, sed do eiusmod tempor incididunt <br> ut\r\n
dol
ore magna aliqua. <br>\r\n
Ut enim ad minim veniam, quis nost
rud ARGO.</p>";}i:10;a:14:{s:5:"title";s:8:"CLIENTES";s:10:"brick_type";s:8:"nav
_item";s:9:"link_type";s:4:"page";s:11:"custom_link";s:7:"http://";s:12:"custom_
title";s:8:"CLIENTES";s:11:"page_select";s:1:"6";s:11:"brick_color";s:7:"default
";s:5:"brick";s:6:"brick1";s:12:"brick_offset";s:0:"";s:8:"nav_icon";s:8:"li_tru

ck";s:13:"img_direction";s:5:"flipY";s:5:"img_1";s:0:"";s:5:"img_2";s:0:"";s:11:
"slogan_text";s:268:"<h1>Theme shared on W P L O C K E R .C O M</h1>\r\n
<p>Consectetur adipisicing elit, sed do eiusmod tempor inc
ididunt <br> ut\r\n
dolore magna aliqua. <br>\r\n
Ut enim ad minim veniam, quis nostrud ARGO.</p>";}i:7;a:13:{s:5:"title";
s:6:"foto 3";s:10:"brick_type";s:11:"flip_images";s:9:"link_type";s:4:"page";s:1
1:"custom_link";s:7:"http://";s:12:"custom_title";s:0:"";s:11:"page_select";s:0:
"";s:11:"brick_color";s:3:"odd";s:5:"brick";s:6:"brick1";s:12:"brick_offset";s:0
:"";s:13:"img_direction";s:5:"flipX";s:5:"img_1";s:67:"http://www.grupo-innova.c
om/wp-content/uploads/2013/04/15141_3708-1024x768.jpg";s:5:"img_2";s:98:"http://
www.grupo-innova.com/wp-content/uploads/2013/04/28563_Lifestyle_Pictures_-_Datac
enter_hpr-1024x680.jpg";s:11:"slogan_text";s:268:"<h1>Theme shared on W P L O C
K E R .C O M</h1>\r\n
<p>Consectetur adipisicing el
it, sed do eiusmod tempor incididunt <br> ut\r\n
dolore magna
aliqua. <br>\r\n
Ut enim ad minim veniam, quis nostrud ARGO.
</p>";}i:8;a:13:{s:5:"title";s:6:"foto 4";s:10:"brick_type";s:11:"flip_images";s
:9:"link_type";s:4:"page";s:11:"custom_link";s:7:"http://";s:12:"custom_title";s
:0:"";s:11:"page_select";s:0:"";s:11:"brick_color";s:7:"default";s:5:"brick";s:6
:"brick1";s:12:"brick_offset";s:0:"";s:13:"img_direction";s:5:"flipX";s:5:"img_1
";s:55:"http://www.grupo-innova.com/wp-content/uploads/2013/04/images1.jpg";s:5:
"img_2";s:64:"http://www.grupo-innova.com/wp-content/uploads/2014/02/Files-in-Ha
nd-11.jpg";s:11:"slogan_text";s:268:"<h1>Theme shared on W P L O C K E R .C O M<
/h1>\r\n
<p>Consectetur adipisicing elit, sed do ei
usmod tempor incididunt <br> ut\r\n
dolore magna aliqua. <br>
\r\n
Ut enim ad minim veniam, quis nostrud ARGO.</p>";}i:3;a:
14:{s:5:"title";s:7:"Ingresa";s:10:"brick_type";s:8:"nav_item";s:9:"link_type";s
:4:"page";s:11:"custom_link";s:7:"http://";s:12:"custom_title";s:0:"";s:11:"page
_select";s:3:"467";s:11:"brick_color";s:7:"default";s:5:"brick";s:6:"brick1";s:1
2:"brick_offset";s:0:"";s:8:"nav_icon";s:11:"li_location";s:13:"img_direction";s
:5:"flipY";s:5:"img_1";s:0:"";s:5:"img_2";s:0:"";s:11:"slogan_text";s:268:"<h1>T
heme shared on W P L O C K E R .C O M</h1>\r\n
<p>C
onsectetur adipisicing elit, sed do eiusmod tempor incididunt <br> ut\r\n
dolore magna aliqua. <br>\r\n
Ut enim ad minim v
eniam, quis nostrud ARGO.</p>";}i:9;a:13:{s:5:"title";s:6:"FOTO 5";s:10:"brick_t
ype";s:11:"flip_images";s:9:"link_type";s:4:"page";s:11:"custom_link";s:7:"http:
//";s:12:"custom_title";s:0:"";s:11:"page_select";s:0:"";s:11:"brick_color";s:7:
"default";s:5:"brick";s:6:"brick1";s:12:"brick_offset";s:8:"boffset2";s:13:"img_
direction";s:5:"flipY";s:5:"img_1";s:52:"http://www.grupo-innova.com/wp-content/
uploads/2013/04/FIRE.jpg";s:5:"img_2";s:58:"http://www.grupo-innova.com/wp-conte
nt/uploads/2013/04/servidores.jpg";s:11:"slogan_text";s:268:"<h1>Theme shared on
W P L O C K E R .C O M</h1>\r\n
<p>Consectetur adi
pisicing elit, sed do eiusmod tempor incididunt <br> ut\r\n
d
olore magna aliqua. <br>\r\n
Ut enim ad minim veniam, quis no
strud ARGO.</p>";}i:2;a:14:{s:5:"title";s:8:"CONTACTO";s:10:"brick_type";s:8:"na
v_item";s:9:"link_type";s:4:"page";s:11:"custom_link";s:7:"http://";s:12:"custom
_title";s:8:"CONTACTO";s:11:"page_select";s:3:"213";s:11:"brick_color";s:7:"defa
ult";s:5:"brick";s:6:"brick1";s:12:"brick_offset";s:0:"";s:8:"nav_icon";s:7:"li_
mail";s:13:"img_direction";s:5:"flipY";s:5:"img_1";s:0:"";s:5:"img_2";s:0:"";s:1
1:"slogan_text";s:268:"<h1>Theme shared on W P L O C K E R .C O M</h1>\r\n
<p>Consectetur adipisicing elit, sed do eiusmod tempor i
ncididunt <br> ut\r\n
dolore magna aliqua. <br>\r\n
Ut enim ad minim veniam, quis nostrud ARGO.</p>";}i:11;a:13:{s:5:"titl
e";s:6:"FOTO 6";s:10:"brick_type";s:11:"flip_images";s:9:"link_type";s:4:"page";
s:11:"custom_link";s:7:"http://";s:12:"custom_title";s:0:"";s:11:"page_select";s
:0:"";s:11:"brick_color";s:7:"default";s:5:"brick";s:6:"brick1";s:12:"brick_offs
et";s:0:"";s:13:"img_direction";s:5:"flipY";s:5:"img_1";s:69:"http://www.grupo-i
nnova.com/wp-content/uploads/2013/04/Business-Data-300x200.jpg";s:5:"img_2";s:77
:"http://www.grupo-innova.com/wp-content/uploads/2013/04/configurar_servidores-3
00x168.jpg";s:11:"slogan_text";s:268:"<h1>Theme shared on W P L O C K E R .C O M
</h1>\r\n
<p>Consectetur adipisicing elit, sed do e

iusmod tempor incididunt <br> ut\r\n


dolore magna aliqua. <br
>\r\n
Ut enim ad minim veniam, quis nostrud ARGO.</p>";}}s:13
:"contact_email";s:26:"[email protected]";}', 'yes'),
(141, '_site_transient_timeout_popular_importers_es_ES', '1392481780', 'yes'),
(142, '_site_transient_popular_importers_es_ES', 'a:2:{s:9:"importers";a:8:{s:7:
"blogger";a:4:{s:4:"name";s:7:"Blogger";s:11:"description";s:86:"Install the Blo
gger importer to import posts, comments, and users from a Blogger blog.";s:11:"p
lugin-slug";s:16:"blogger-importer";s:11:"importer-id";s:7:"blogger";}s:9:"wpcat
2tag";a:4:{s:4:"name";s:29:"Categories and Tags Converter";s:11:"description";s:
109:"Install the category/tag converter to convert existing categories to tags o
r tags to categories, selectively.";s:11:"plugin-slug";s:18:"wpcat2tag-importer"
;s:11:"importer-id";s:9:"wpcat2tag";}s:11:"livejournal";a:4:{s:4:"name";s:11:"Li
veJournal";s:11:"description";s:82:"Install the LiveJournal importer to import p
osts from LiveJournal using their API.";s:11:"plugin-slug";s:20:"livejournal-imp
orter";s:11:"importer-id";s:11:"livejournal";}s:11:"movabletype";a:4:{s:4:"name"
;s:24:"Movable Type and TypePad";s:11:"description";s:99:"Install the Movable Ty
pe importer to import posts and comments from a Movable Type or TypePad blog.";s
:11:"plugin-slug";s:20:"movabletype-importer";s:11:"importer-id";s:2:"mt";}s:4:"
opml";a:4:{s:4:"name";s:8:"Blogroll";s:11:"description";s:61:"Install the blogro
ll importer to import links in OPML format.";s:11:"plugin-slug";s:13:"opml-impor
ter";s:11:"importer-id";s:4:"opml";}s:3:"rss";a:4:{s:4:"name";s:3:"RSS";s:11:"de
scription";s:58:"Install the RSS importer to import posts from an RSS feed.";s:1
1:"plugin-slug";s:12:"rss-importer";s:11:"importer-id";s:3:"rss";}s:6:"tumblr";a
:4:{s:4:"name";s:6:"Tumblr";s:11:"description";s:84:"Install the Tumblr importer
to import posts &amp; media from Tumblr using their API.";s:11:"plugin-slug";s:
15:"tumblr-importer";s:11:"importer-id";s:6:"tumblr";}s:9:"wordpress";a:4:{s:4:"
name";s:9:"WordPress";s:11:"description";s:130:"Install the WordPress importer t
o import posts, pages, comments, custom fields, categories, and tags from a Word
Press export file.";s:11:"plugin-slug";s:18:"wordpress-importer";s:11:"importerid";s:9:"wordpress";}}s:10:"translated";b:0;}', 'yes'),
(144, 'recently_activated', 'a:0:{}', 'yes'),
(147, 'category_children', 'a:0:{}', 'yes'),
(353, 'widget_pages', 'a:2:{i:4;a:3:{s:5:"title";s:9:"servicios";s:6:"sortby";s:
10:"post_title";s:7:"exclude";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(381, '_site_transient_timeout_browser_9c41ffd909c43f2498bea4574e73737b', '13936
17918', 'yes'),
(382, '_site_transient_browser_9c41ffd909c43f2498bea4574e73737b', 'a:9:{s:8:"pla
tform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"32.0.1700.107";
s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http:/
/s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wo
rdpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upg
rade";b:0;s:8:"insecure";b:0;}', 'yes'),
(400, '_site_transient_timeout_browser_edb7b9457277a9d83328575668eec9e5', '13936
18186', 'yes'),
(401, '_site_transient_browser_edb7b9457277a9d83328575668eec9e5', 'a:9:{s:8:"pla
tform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"33.0.1750.117";
s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http:/
/s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wo
rdpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upg
rade";b:0;s:8:"insecure";b:0;}', 'yes'),
(404, 'wpdm_access_level', 'publish_posts', 'yes'),
(405, 'wpdm_login_msg', 'Login Required!', 'yes'),
(406, 'wpdm_show_cinfo', 'no', 'yes'),
(412, 'rul_version', '2.2.0', 'no'),
(442, '_site_transient_timeout_browser_728d7589074191176c91bd5738ecf9fd', '13947
18173', 'yes'),
(443, '_site_transient_browser_728d7589074191176c91bd5738ecf9fd', 'a:9:{s:8:"pla
tform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"33.0.1750.146";
s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http:/
/s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wo

rdpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upg
rade";b:0;s:8:"insecure";b:0;}', 'yes'),
(538, 'portfolio-category_children', 'a:0:{}', 'yes'),
(630, '_site_transient_timeout_browser_6f55f024304e069ddbc86244a599bc9b', '13950
61452', 'yes'),
(631, '_site_transient_browser_6f55f024304e069ddbc86244a599bc9b', 'a:9:{s:8:"pla
tform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"31.0.1650.57";s
:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://
s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wor
dpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgr
ade";b:0;s:8:"insecure";b:0;}', 'yes'),
(691, 'sp_client_upload', '2.0.9', 'yes'),
(692, 'sp_client_upload_page', 'Please enter the page', 'yes'),
(697, 'cdm_ignore_tml', '1', 'yes'),
(698, 'sp_cdm_ignore', '1', 'yes'),
(700, 'wpc_create_client', 'yes', 'yes'),
(701, 'sender_name', 'Grupo Innova, C.A.', 'yes'),
(702, 'sender_email', '[email protected]', 'yes'),
(769, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '13945
63810', 'yes'),
(770, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"wi
dget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"3898
";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"
2456";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"co
unt";s:4:"2344";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";
s:5:"count";s:4:"1930";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"
posts";s:5:"count";s:4:"1856";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"
slug";s:7:"sidebar";s:5:"count";s:4:"1583";}s:7:"twitter";a:3:{s:4:"name";s:7:"t
witter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"1329";}s:6:"google";a:3:{s:4:"
name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"1325";}s:8:"comments
";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"1310
";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count"
;s:4:"1260";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"co
unt";s:4:"1225";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";
s:5:"count";s:4:"1121";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slu
g";s:9:"shortcode";s:5:"count";s:4:"1000";}s:8:"facebook";a:3:{s:4:"name";s:8:"F
acebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"982";}s:5:"links";a:3:{s:4:"
name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"974";}s:3:"seo";a:3:{s
:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"950";}s:9:"wordpress";
a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"844"
;}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"coun
t";s:3:"821";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";
s:5:"count";s:3:"780";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";
s:5:"count";s:3:"722";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:
7:"widgets";s:5:"count";s:3:"686";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4
:"slug";s:6:"jquery";s:5:"count";s:3:"681";}s:5:"pages";a:3:{s:4:"name";s:5:"pag
es";s:4:"slug";s:5:"pages";s:5:"count";s:3:"678";}s:5:"email";a:3:{s:4:"name";s:
5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"623";}s:4:"ajax";a:3:{s:4:"nam
e";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"615";}s:5:"media";a:3:{s:4:
"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"595";}s:10:"javascrip
t";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:
3:"572";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"cou
nt";s:3:"570";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:
10:"buddypress";s:5:"count";s:3:"541";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4
:"slug";s:4:"feed";s:5:"count";s:3:"539";}s:7:"content";a:3:{s:4:"name";s:7:"con
tent";s:4:"slug";s:7:"content";s:5:"count";s:3:"530";}s:5:"photo";a:3:{s:4:"name
";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"522";}s:4:"link";a:3:{s:4:
"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"506";}s:6:"photos";a:3:
{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"505";}s:5:"log
in";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";s:3:"471";}s:

4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"458";
}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:
"453";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s
:5:"count";s:3:"452";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7
:"youtube";s:5:"count";s:3:"436";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:
4:"slug";s:7:"comment";s:5:"count";s:3:"432";}}', 'yes'),
(774, 'wpcf7', 'a:1:{s:7:"version";s:5:"3.7.2";}', 'yes'),
(776, 'yacf_email_to', '[email protected]', 'yes'),
(777, 'yacf_send_confirm', 'yes', 'yes'),
(778, 'yacf_confirm_subject', '[blogname] - send confirmation', 'yes'),
(779, 'yacf_confirm_message', 'Bienvenido [name]. Hemos recibido tu e-mail y te
responderemos lo antes posible. exito de parte de Grupo-INNOVA', 'yes'),
(793, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1394684976',
'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`
) VALUES
(794, '_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_expli
cit";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:51:"\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_ba
se_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";
a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base
";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:
0;a:5:{s:4:"data";s:25:"http://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:"descript
ion";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml
_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBui
ldDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Mar 2014 13:42:19 +0000";s:7:"att
ribs";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:"g
enerator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.9-alpha-27445
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:45:"\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:"chil
d";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.9 Bet
a 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:55:"http://wordpress.o
rg/news/2014/03/wordpress-3-9-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:8:"comments";a:1:{i:0;a:
5:{s:4:"data";s:64:"http://wordpress.org/news/2014/03/wordpress-3-9-beta-1/#comm
ents";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8
:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Mar 20
14 13:42:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expl
icit";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:33:"http://wordpress.org/news/?p=3083";s:7:"a
ttribs";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:"I&#8217;m excited to announce that the first beta of Wor
dPress 3.9 is now available for testing. WordPress 3.9 is due out next month &#8

212; but in order to hit that goal, we need your help testing all of the goodies
we&#8217;ve added: We updated TinyMCE, the software powering the visual editor,
to the latest version. [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:1
7:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elem
ents/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s: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:6065:"<p>I&#8217;m excited to announce that the <strong
>first beta of WordPress 3.9</strong> is now available for testing.</p>\n<p>Word
Press 3.9 is due out next month &#8212; but in order to hit that goal, <strong>w
e need your help</strong> testing all of the goodies we&#8217;ve added:</p>\n<ul
>\n<li>We updated TinyMCE, the software powering the visual editor, to the lates
t version. Be on the lookout for cleaner markup. Also try the new paste handling
&#8212; if you paste in a block of text from Microsoft Word, for example, it wi
ll no longer come out terrible. (The &#8220;Paste from Word&#8221; button you pr
obably never noticed has been removed.) It&#8217;s possible some plugins that ad
ded stuff to the visual editor (like a new toolbar button) no longer work, so we
&#8217;d like to hear about them (<a href="https://core.trac.wordpress.org/ticke
t/24067">#24067</a>). (And be sure to <a href="http://wordpress.org/support/">op
en a support thread</a> for the plugin author.)</li>\n<li>We&#8217;ve added <str
ong>widget management to live previews</strong> (the customizer). Please test ed
iting, adding, and rearranging widgets! (<a href="https://core.trac.wordpress.or
g/ticket/27112">#27112</a>) We&#8217;ve also added the ability to upload, crop,
and manage header images, without needing to leave the preview. (<a href="https:
//core.trac.wordpress.org/ticket/21785">#21785</a>)</li>\n<li>We brought 3.8&#82
42;s beautiful new theme browsing experience to the <strong>theme installer</str
ong>. Checkit out! (<a title="View ticket" href="https://core.trac.wordpress.org/
ticket/27055">#27055</a>)</li>\n<li><strong>Galleries</strong> now receive alivepr
eview in the editor. Upload some photos and insert a gallery to see this in acti
on. (<a href="https://core.trac.wordpress.org/ticket/26959">#26959</a>)</li>\n<l
i>You can now <strong>drag-and-drop</strong> images directly onto the editor to
upload them. It can be a bit finicky, so try it and help us work out the kinks.
(<a href="https://core.trac.wordpress.org/ticket/19845">#19845</a>)</li>\n<li>So
me things got improved around <strong>editing images</strong>. It&#8217;s a lot
easier to make changes to an image after you insert it into a post (<a class="cl
osed" title="View ticket" href="https://core.trac.wordpress.org/ticket/24409">#2
4409</a>) and you no longer get kicked to a new window when you need to crop or
rotate an image (<a href="https://core.trac.wordpress.org/ticket/21811">#21811</
a>).</li>\n<li>New <strong>audio/video playlists</strong>. Upload a few audio or
video files to test these. (<a href="https://core.trac.wordpress.org/ticket/266
31">#26631</a>)</li>\n</ul>\n<p><strong>If you think youve found a bug</strong>,
you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha
/Beta area</a> in the support forums. We&#8217;d love to hear from you! If youre
comfortable writing a reproducible bug report, <a href="https://make.wordpress.o
rg/core/reports/">file one on the WordPress Trac</a>. There, you can also find <
a href="http://core.trac.wordpress.org/tickets/major">a list of known bugs</a> a
nd <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=compone
nt&amp;milestone=3.9">everything weve fixed</a> so far.</p>\n<p><strong>This soft
ware is still in development,</strong> so we dont recommend you run it on a produ
ction site. Consider setting up a test site just to play with the new version. T
o test WordPress 3.9, try the <a href="http://wordpress.org/extend/plugins/wordp
ress-beta-tester/">WordPress Beta Tester</a> plugin (youll want bleeding edge nigh
tlies). Or you can <a href="http://wordpress.org/wordpress-3.9-beta1.zip">downloa
d the beta here</a> (zip).</p>\n<hr />\n<p><strong>DEVELOPERS!</strong> Hello! T
here&#8217;s lots for you, too.</p>\n<p><strong>Please test your plugins and the
mes!</strong> There&#8217;s a lot of great stuff under the hood in 3.9 and we ho
pe to blog a bit about them in the coming days. If you haven&#8217;t been readin
g the awesome <a href="http://make.wordpress.org/core/tag/week-in-core/">weekly
summaries</a>on the <a href="http://make.wordpress.org/core/">main core developme
nt blog</a>, that&#8217;s a great place to start. (You should definitely follow

that blog.) For now, here are some things to watch out for when testing:</p>\n<u
l>\n<li>The <strong>load process in multisite</strong> got rewritten. If you not
ice any issues with your network, see<a href="https://core.trac.wordpress.org/tic
ket/27003">#27003</a>.</li>\n<li>We now use the <strong>MySQL Improved (mysqli)
database extension</strong> if you&#8217;re running a recent version of PHP (<a
href="https://core.trac.wordpress.org/ticket/21663">#21663</a>). Please test you
r plugins and see that everything works well, and please make sure you&#8217;re
not calling <code>mysql_*</code> functions directly.</li>\n<li><strong>Autosave<
/strong> was refactored, so if you see any issues related to autosaving, heartbe
at, etc., let us know (<a href="https://core.trac.wordpress.org/ticket/25272">#2
5272</a>).</li>\n<li>Library updates, in particular Backbone 1.1 and Underscore
1.6 (<a href="https://core.trac.wordpress.org/ticket/26799">#26799</a>). Also Ma
sonry 3 (<a href="https://core.trac.wordpress.org/ticket/25351">#25351</a>), PHP
Mailer (<a href="https://core.trac.wordpress.org/ticket/25560">#25560</a>), Plup
load (<a href="https://core.trac.wordpress.org/ticket/25663">#25663</a>), and Ti
nyMCE (<a href="https://core.trac.wordpress.org/ticket/24067">#24067</a>).</li>\
n<li>TinyMCE 4.0 is a <em>major</em> update. Please see TinyMCE&#8217;s <a href=
"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x">upgrade guid
e</a> and our <a href="https://core.trac.wordpress.org/ticket/24067">implementat
ion ticket</a> for more. If you have any questions or problems, please <a href="
http://wordpress.org/support/forum/alphabeta">open a thread in the support forum
s</a>.</li>\n</ul>\n<p>Happy testing!</p>\n<p><em><em>Lots of improvements<br />
\nLittle things go a long way</em><br />\nPlease test beta one<br />\n</em></p>\
n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"x
ml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commen
tRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2014/03/wordpress
-3-9-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expl
icit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/"
;a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"x
ml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:
{s:4:"data";s:42:"\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:"xm
l_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data"
;s:35:"WordPress 3.8.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:50:"http://wordpress.org/news/2014/01/wordpress-3-8-1/";s:7:"at
tribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s
:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/
2014/01/wordpress-3-8-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:1
7:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:
4:"data";s:31:"Thu, 23 Jan 2014 20:37:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_bas
e";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:
1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";
s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:
4:"data";s:33:"http://wordpress.org/news/?p=3063";s:7:"attribs";a:1:{s:0:"";a:1:
{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit"
;b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"
After six weeks and more than 9.3 million downloads of WordPress 3.8, we&#8217;r
e pleased to announce WordPress 3.8.1 is now available. Version 3.8.1 is a maint
enance releases that addresses 31 bugs in 3.8, including various fixes and impro
vements for the new dashboard design and new themes admin screen. An issue with
taxonomy queries in WP_Query [&#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:12:"Andrew Nacin";
s: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:"encode
d";a:1:{i:0;a:5:{s:4:"data";s:3809:"<p>After six weeks and more than <a href="ht
tp://wordpress.org/download/counter/">9.3 million downloads</a> of WordPress 3.8

, we&#8217;re pleased to announce WordPress 3.8.1 is now available.</p>\n<p>Vers


ion 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including var
ious fixes and improvements for the new dashboard design and new themes admin sc
reen. An issue with taxonomy queries in WP_Query was resolved. And if you&#8217;
ve been frustrated by submit buttons that won&#8217;t do anything when you click
on them (or thought you were going crazy, like some of us), we&#8217;ve found a
nd fixed this &#8220;dead zone&#8221; on submit buttons.</p>\n<p>It also contain
s a fix for <strong>embedding tweets</strong> (by placing the URL to the tweet o
n its own line), which was broken due to a recent Twitter API change. (For more
on Embeds, see <a href="http://codex.wordpress.org/Embeds">the Codex</a>.)</p>\n
<p>For a full list of changes, consult the<a href="http://core.trac.wordpress.org
/query?milestone=3.8.1">list of tickets</a>and<a href="https://core.trac.wordpress
.org/log/branches/3.8?rev=27018&amp;stop_rev=26862">the changelog</a>. There&#82
17;s also a <a href="http://make.wordpress.org/core/2014/01/22/wordpress-3-8-1-r
elease-candidate/">detailed summary</a> for developers on the development blog.<
/p>\n<p>If you are one of the millions already running WordPress 3.8, we will st
art rolling out automatic background updates for WordPress 3.8.1 in the next few
hours. For sites <a href="http://wordpress.org/plugins/background-update-tester
/">that support them</a>, of course.</p>\n<p><a href="http://wordpress.org/downl
oad/">Download WordPress 3.8.1</a>or venture over to<strong>Dashboard Updates</str
ong>and simply click &#8220;Update Now.&#8221;</p>\n<p>Thanks to all of these fin
e individuals for contributing to 3.8.1:</p>\n<p><a href="http://profiles.wordpr
ess.org/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/collins
internet">Allan Collins</a>, <a href="http://profiles.wordpress.org/nacin">Andre
w Nacin</a>, <a href="http://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a h
ref="http://profiles.wordpress.org/aubreypwd">Aubrey Portwood</a>, <a href="http
://profiles.wordpress.org/empireoflight">Ben Dunkle</a>, <a href="http://profile
s.wordpress.org/cojennin">Connor Jennings</a>, <a href="http://profiles.wordpres
s.org/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/ocean90">Domi
nik Schilling</a>, <a href="http://profiles.wordpress.org/fboender">fboender</a>
, <a href="http://profiles.wordpress.org/avryl">Janneke Van Dorpe</a>, <a href="
http://profiles.wordpress.org/janrenn">janrenn</a>, <a href="http://profiles.wor
dpress.org/joedolson">Joe Dolson</a>, <a href="http://profiles.wordpress.org/joh
nbillion">John Blackbourn</a>, <a href="#">Jos Pino</a>, <a href="http://profiles
.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="http://profiles.wor
dpress.org/matveb">Matias Ventura</a>, <a href="http://profiles.wordpress.org/ma
ttheu">Matthew Haines-Young</a>, <a href="http://profiles.wordpress.org/iammattt
homas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/melchoyce">Mel Ch
oyce</a>, <a href="http://profiles.wordpress.org/batmoo">Mohammad Jangda</a>, <a
href="http://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="htt
p://profiles.wordpress.org/nivijah">nivijah</a>, <a href="http://profiles.wordpr
ess.org/wonderboymusic">Scott Taylor</a>, <a href="http://profiles.wordpress.org
/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/und
ergroundnetwork">undergroundnetwork</a>, and <a href="http://profiles.wordpress.
org/yurivictor">Yuri Victor</a>.</p>\n<p><em>WordPress three eight one<br />\nWe
heard you didn&#8217;t like bugs<br />\nSo we took them out</em></p>\n";s:7:"at
tribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s
:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:
{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2014/01/wordpress-3-8-1/fee
d/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"
xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comm
ents";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:""
;s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:4
2:"\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:"chil
d";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress 3.8 Park
er";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"x
ml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://wordpress.org

/news/2013/12/parker/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_
explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:
50:"http://wordpress.org/news/2013/12/parker/#comments";s:7:"attribs";a:0:{}s:8:
"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubD
ate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 17:00:06 +0000";s:7:"attrib
s";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"
";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s
:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2765";s:7:"attr
ibs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:1
7:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:
5:{s:4:"data";s:354:"Version 3.8 of WordPress, named Parker in honor of Charlie Pa
rker, bebop innovator, is available for download or update in your WordPress das
hboard. We hope you&#8217;ll think this is the most beautiful update yet. Introd
ucing a modern new design WordPress has gotten a facelift. 3.8 brings a fresh ne
w look to the entire admin dashboard. [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://pu
rl.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:18740:"<p>Version 3.8 of WordPress, nam
ed Parker in honor of <a href="http://en.wikipedia.org/wiki/Charlie_Parker">Charli
e Parker</a>, bebop innovator, is available <a href="http://wordpress.org/downlo
ad/">for download</a> or update in your WordPress dashboard. We hope you&#8217;l
l think this is the most beautiful update yet.</p>\n<div id="v-6wORgoGb-1" class
="video-player"><embed id="v-6wORgoGb-1-video" src="http://s0.videopress.com/pla
yer.swf?v=1.03&amp;guid=6wORgoGb&amp;isDynamicSeeking=true" type="application/xshockwave-flash" width="692" height="388" wmode="direct" seamlesstabbing="true"
allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></d
iv>\n<h2 class="aligncenter">Introducing a modern new design</h2>\n<p><img class
="wp-image-2951 aligncenter" alt="overview" src="http://i0.wp.com/wpdotorg.files
.wordpress.com/2013/12/overview.jpg?resize=623%2C193" data-recalc-dims="1" /></p
>\n<p>WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire
admin dashboard. Gone are overbearing gradients and dozens of shades of grey br
ing on a bigger, bolder, more colorful design!</p>\n<p><img class="aligncenter
wp-image-2856" style="margin-left: 0;margin-right: 0" alt="about-modern-wordpres
s" src="http://i2.wp.com/wpdotorg.files.wordpress.com/2013/12/design.png?resize=
623%2C151" data-recalc-dims="1" /></p>\n<h3>Modern aesthetic</h3>\n<p>The new Wo
rdPress dashboard has a fresh, uncluttered design that embraces clarity and simp
licity.</p>\n<h3>Clean typography</h3>\n<p>The Open Sans typeface provides simpl
e, friendly text that is optimized for both desktop and mobile viewing. Its even
open source, just like WordPress.</p>\n<h3>Refined contrast</h3>\n<p>We think be
autiful design should never sacrifice legibility. With superior contrast and lar
ge, comfortable type, the new design is easy to read and a pleasure to navigate.
</p>\n<hr />\n<h2 class="aligncenter">WordPress on every device</h2>\n<p><img cl
ass="alignright wp-image-2984" alt="responsive" src="http://i2.wp.com/wpdotorg.
files.wordpress.com/2013/12/responsive.jpg?resize=255%2C255" data-recalc-dims="1
" />We all access the internet in different ways. Smartphone, tablet, notebook,
desktop no matter what you use, WordPress will adapt and youll feel right at home
.</p>\n<h3>High definition at high speed</h3>\n<p>WordPress is sharper than ever
with new vector-based icons that scale to your screen. By ditching pixels, page
s load significantly faster, too.</p>\n<hr />\n<h2 class="aligncenter">Admin col
or schemes to match your personality</h2>\n<p><img class="aligncenter wp-image2954" alt="colors" src="http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/co
lors.jpg?resize=623%2C339" data-recalc-dims="1" /></p>\n<p>WordPress just got a
colorful new update. Weve included eight new admin color schemes so you can pick
the one that suits you best.</p>\n<p>Color schemes can be previewed and changed
from your Profile page.</p>\n<hr />\n<h2 class="aligncenter">Refined theme manag
ement</h2>\n<p><img class="alignright wp-image-2967" alt="themes" src="http://i
0.wp.com/wpdotorg.files.wordpress.com/2013/12/themes.jpg?resize=360%2C344" data-

recalc-dims="1" />The new themes screen lets you survey your themes at a glance.
Or want more information? Click to discover more. Then sit back and use your ke
yboards navigation arrows to flip through every theme youve got.</p>\n<h3>Smoother
widget experience</h3>\n<p>Drag-drag-drag. Scroll-scroll-scroll. Widget managem
ent can be complicated. With the new design, weve worked to streamline the widget
sscreen.</p>\n<p>Have a large monitor? Multiple widget areas stack side-by-side t
o use the available space. Using a tablet? Just tap a widget to add it.</p>\n<hr
/>\n<h2 class="aligncenter">Twenty Fourteen, a sleek new magazine theme</h2>\n<
p><img class="aligncenter size-large wp-image-2789" alt="The new Twenty Fourteen
theme displayed on a laptop. tablet and phone" src="http://i0.wp.com/wpdotorg.f
iles.wordpress.com/2013/12/twentyfourteen.jpg?resize=692%2C275" data-recalc-dims
="1" /></p>\n<h3>Turn your blog into a magazine</h3>\n<p>Create a beautiful maga
zine-style site with WordPress and Twenty Fourteen. Choose a grid or a slider to
display featured content on your homepage. Customize your site with three widge
t areas or change your layout with two page templates.</p>\n<p>With a striking d
esign that does not compromise our trademark simplicity, Twenty Fourteen is our
most intrepid default theme yet.</p>\n<hr />\n<h2>Beginning of a new era</h2>\n<
p>This release was led by Matt Mullenweg. This is our second release using the n
ew plugin-first development process, with a much shorter timeframe than in the p
ast. We think its been going great. You can check out the features currently in p
roduction on the <a title="Make WordPress Core" href="http://make.wordpress.org/
core/" target="_blank">make/core blog</a>.</p>\n<p>There are 188 contributors wi
th props in this release:</p>\n<p><a href="http://profiles.wordpress.org/aaronho
lbrook">Aaron Holbrook</a>, <a href="http://profiles.wordpress.org/jorbin">Aaron
Jorbin</a>, <a href="http://profiles.wordpress.org/adamsilverstein">adamsilvers
tein</a>, <a href="http://profiles.wordpress.org/admiralthrawn">admiralthrawn</a
>, <a href="http://profiles.wordpress.org/ahoereth">Alexander Hoereth</a>, <a hr
ef="http://profiles.wordpress.org/collinsinternet">Allan Collins</a>, <a href="h
ttp://profiles.wordpress.org/sabreuse">Amy Hendrix (sabreuse)</a>, <a href="http
://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="http://profiles.word
press.org/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/aralbal
d">Andrey Kabakchiev</a>, <a href="http://profiles.wordpress.org/apeatling">Andy
Peatling</a>, <a href="http://profiles.wordpress.org/ankitgadertcampcom">Ankit
Gade</a>, <a href="http://profiles.wordpress.org/atimmer">Anton Timmermans</a>,
<a href="http://profiles.wordpress.org/fliespl">Arkadiusz Rzadkowolski</a>, <a h
ref="http://profiles.wordpress.org/aubreypwd">Aubrey Portwood</a>, <a href="http
://profiles.wordpress.org/bassgang">bassgang</a>, <a href="http://profiles.wordp
ress.org/empireoflight">Ben Dunkle</a>, <a href="http://profiles.wordpress.org/b
ananastalktome">Billy (bananastalktome)</a>, <a href="http://profiles.wordpress.
org/binarymoon">binarymoon</a>, <a href="http://profiles.wordpress.org/bradyverc
her">Brady Vercher</a>, <a href="http://profiles.wordpress.org/kraftbj">Brandon
Kraft</a>, <a href="http://profiles.wordpress.org/rzen">Brian Richards</a>, <a h
ref="http://profiles.wordpress.org/bpetty">Bryan Petty</a>, <a href="http://prof
iles.wordpress.org/calin">Calin Don</a>, <a href="http://profiles.wordpress.org/
carldanley">Carl Danley</a>, <a href="http://profiles.wordpress.org/sixhours">Ca
roline Moore</a>, <a href="http://profiles.wordpress.org/caspie">Caspie</a>, <a
href="http://profiles.wordpress.org/chrisbliss18">Chris Jean</a>, <a href="http:
//profiles.wordpress.org/iblamefish">Clinton Montague</a>, <a href="http://profi
les.wordpress.org/cojennin">cojennin</a>, <a href="http://profiles.wordpress.org
/corphi">Corphi</a>, <a href="http://profiles.wordpress.org/dbernar1">Dan Bernar
dic</a>, <a href="http://profiles.wordpress.org/danieldudzic">Daniel Dudzic</a>,
<a href="http://profiles.wordpress.org/koop">Daryl Koopersmith</a>, <a href="ht
tp://profiles.wordpress.org/datafeedrcom">datafeedr</a>, <a href="http://profile
s.wordpress.org/lessbloat">Dave Martin</a>, <a href="http://profiles.wordpress.o
rg/drw158">Dave Whitley</a>, <a href="http://profiles.wordpress.org/dd32">Dion H
ulse</a>, <a href="http://profiles.wordpress.org/ocean90">Dominik Schilling</a>,
<a href="http://profiles.wordpress.org/dougwollison">Doug Wollison</a>, <a href
="http://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="http://p
rofiles.wordpress.org/dziudek">dziudek</a>, <a href="http://profiles.wordpress.o
rg/ericlewis">Eric Andrew Lewis</a>, <a href="http://profiles.wordpress.org/eric

mann">Eric Mann</a>, <a href="http://profiles.wordpress.org/ethitter">Erick Hitt


er</a>, <a href="http://profiles.wordpress.org/evansolomon">Evan Solomon</a>, <a
href="http://profiles.wordpress.org/faison">Faison</a>, <a href="http://profile
s.wordpress.org/fboender">fboender</a>, <a href="http://profiles.wordpress.org/f
rank-klein">Frank Klein</a>, <a href="http://profiles.wordpress.org/garyj">Gary
Jones</a>, <a href="http://profiles.wordpress.org/pento">Gary Pendergast</a>, <a
href="http://profiles.wordpress.org/soulseekah">Gennady Kovshenin</a>, <a href=
"http://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="h
ttp://profiles.wordpress.org/gnarf37">gnarf37</a>, <a href="http://profiles.word
press.org/tivnet">Gregory Karpinsky</a>, <a href="http://profiles.wordpress.org/
hanni">hanni</a>, <a href="http://profiles.wordpress.org/helen">Helen Hou-Sandi<
/a>, <a href="http://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="http
://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="http://p
rofiles.wordpress.org/isaackeyet">Isaac Keyet</a>, <a href="http://profiles.word
press.org/jdgrimes">J.D. Grimes</a>, <a href="http://profiles.wordpress.org/jack
lenox">Jack Lenox</a>, <a href="http://profiles.wordpress.org/janhenckens">janhe
nckens</a>, <a href="http://profiles.wordpress.org/avryl">Janneke Van Dorpe</a>,
<a href="http://profiles.wordpress.org/janrenn">janrenn</a>, <a href="http://pr
ofiles.wordpress.org/jblz">Jeff Bowen</a>, <a href="http://profiles.wordpress.or
g/jeffr0">Jeff Chandler</a>, <a href="http://profiles.wordpress.org/jenmylo">Jen
Mylo</a>, <a href="http://profiles.wordpress.org/buffler">Jeremy Buller</a>, <a
href="http://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="http:
//profiles.wordpress.org/jeherve">Jeremy Herve</a>, <a href="http://profiles.wor
dpress.org/jpry">Jeremy Pry</a>, <a href="http://profiles.wordpress.org/jayjdk">
Jesper Johansen (jayjdk)</a>, <a href="http://profiles.wordpress.org/jhned">jhne
d</a>, <a href="http://profiles.wordpress.org/jim912">jim912</a>, <a href="http:
//profiles.wordpress.org/jartes">Joan Artes</a>, <a href="http://profiles.wordpr
ess.org/joedolson">Joe Dolson</a>, <a href="http://profiles.wordpress.org/joen">
Joen Asmussen</a>, <a href="http://profiles.wordpress.org/johnbillion">John Blac
kbourn</a>, <a href="http://profiles.wordpress.org/johnafish">John Fish</a>, <a
href="http://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a h
ref="http://profiles.wordpress.org/duck_">Jon Cave</a>, <a href="http://profiles
.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="http://profiles.wordpres
s.org/joshuaabenazer">Joshua Abenazer</a>, <a href="http://profiles.wordpress.or
g/nukaga">Junko Nukaga</a>, <a href="http://profiles.wordpress.org/devesine">Jus
tin de Vesine</a>, <a href="http://profiles.wordpress.org/justinsainton">Justin
Sainton</a>, <a href="http://profiles.wordpress.org/kadamwhite">K. Adam White</a
>, <a href="http://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href
="http://profiles.wordpress.org/codebykat">Kat Hagan</a>, <a href="http://profil
es.wordpress.org/littlethingsstudio">Kate Whitley</a>, <a href="http://profiles.
wordpress.org/ryelle">Kelly Dwan</a>, <a href="http://profiles.wordpress.org/kpd
esign">Kim Parsell</a>, <a href="http://profiles.wordpress.org/kwight">Kirk Wigh
t</a>, <a href="http://profiles.wordpress.org/koki4a">Konstantin Dankov</a>, <a
href="http://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href
="http://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="http
://profiles.wordpress.org/drozdz">Krzysiek Drozdz</a>, <a href="http://profiles.
wordpress.org/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpres
s.org/leewillis77">Lee Willis</a>, <a href="http://profiles.wordpress.org/lite3"
>lite3</a>, <a href="http://profiles.wordpress.org/lucp">Luc Princen</a>, <a hre
f="http://profiles.wordpress.org/latz">Lutz Schroer</a>, <a href="http://profile
s.wordpress.org/mako09">Mako</a>, <a href="http://profiles.wordpress.org/markjaq
uith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/markmcwilliams">M
ark McWilliams</a>, <a href="http://profiles.wordpress.org/markoheijnen">Marko H
eijnen</a>, <a href="http://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a
href="http://profiles.wordpress.org/iammattthomas">Matt Thomas</a>, <a href="htt
p://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="http://profiles.w
ordpress.org/mdbitz">Matthew Denton</a>, <a href="http://profiles.wordpress.org/
mattheu">Matthew Haines-Young</a>, <a href="http://profiles.wordpress.org/matveb
">Matas Ventura</a>, <a href="http://profiles.wordpress.org/megane9988">megane998
8</a>, <a href="http://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href

="http://profiles.wordpress.org/micahwave">micahwave</a>, <a href="http://profil


es.wordpress.org/cainm">Michael Cain</a>, <a href="http://profiles.wordpress.org
/mitchoyoshitaka">Michael Erlewine</a>, <a href="http://profiles.wordpress.org/m
ichelwppi">Michel - xiligroup dev</a>, <a href="http://profiles.wordpress.org/ch
ellycat">Michelle Langston</a>, <a href="http://profiles.wordpress.org/gradyetc"
>Mike Burns</a>, <a href="http://profiles.wordpress.org/mikehansenme">Mike Hanse
n</a>, <a href="http://profiles.wordpress.org/mikelittle">Mike Little</a>, <a hr
ef="http://profiles.wordpress.org/dh-shredder">Mike Schroder</a>, <a href="http:
//profiles.wordpress.org/dimadin">Milan Dinic</a>, <a href="http://profiles.word
press.org/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/mo
rganestes">Morgan Estes</a>, <a href="http://profiles.wordpress.org/mt8biz">moto
hachi</a>, <a href="http://profiles.wordpress.org/Nao">Naoko Takano</a>, <a hre
f="http://profiles.wordpress.org/neil_pie">Neil Pie</a>, <a href="http://profile
s.wordpress.org/nickdaugherty">Nick Daugherty</a>, <a href="http://profiles.word
press.org/celloexpressions">Nick Halsey</a>, <a href="http://profiles.wordpress.
org/nbachiyski">Nikolay Bachiyski</a>, <a href="http://profiles.wordpress.org/ni
nio">ninio</a>, <a href="http://profiles.wordpress.org/ninnypants">ninnypants</a
>, <a href="http://profiles.wordpress.org/nivijah">nivijah</a>, <a href="http://
profiles.wordpress.org/nofearinc">nofearinc</a>, <a href="http://profiles.wordpr
ess.org/nvwd">Nowell VanHoesen</a>, <a href="http://profiles.wordpress.org/odyss
eygate">odyssey</a>, <a href="http://profiles.wordpress.org/originalexe">Origina
lEXE</a>, <a href="http://profiles.wordpress.org/swissspidy">Pascal Birchler</a>
, <a href="http://profiles.wordpress.org/pauldewouters">Paul de Wouters</a>, <a
href="http://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="http://pr
ofiles.wordpress.org/westi">Peter Westwood</a>, <a href="http://profiles.wordpre
ss.org/senlin">Piet</a>, <a href="http://profiles.wordpress.org/ptahdunbar">Ptah
Dunbar</a>, <a href="http://profiles.wordpress.org/raamdev">Raam Dev</a>, <a hr
ef="http://profiles.wordpress.org/bamadesigner">Rachel Carden</a>, <a href="http
://profiles.wordpress.org/rachelbaker">rachelbaker</a>, <a href="http://profiles
.wordpress.org/radices">Radices</a>, <a href="http://profiles.wordpress.org/maur
yaratan">Ram Ratan Maurya</a>, <a href="http://profiles.wordpress.org/defries">R
emkus de Vries</a>, <a href="http://profiles.wordpress.org/ounziw">Rescuework Su
pport</a>, <a href="http://profiles.wordpress.org/rickalee">Ricky Lee Whittemore
</a>, <a href="http://profiles.wordpress.org/rdall">Robert Dall</a>, <a href="ht
tp://profiles.wordpress.org/wet">Robert Wetzlmayr, PHP-Programmierer</a>, <a hre
f="http://profiles.wordpress.org/rodrigosprimo">Rodrigo Primo</a>, <a href="http
://profiles.wordpress.org/ryan">Ryan Boren</a>, <a href="http://profiles.wordpre
ss.org/otto42">Samuel Wood</a>, <a href="http://profiles.wordpress.org/sanchothe
fat">sanchothefat</a>, <a href="http://profiles.wordpress.org/sboisvert">sboisve
rt</a>, <a href="http://profiles.wordpress.org/scottbasgaard">Scott Basgaard</a>
, <a href="http://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href=
"http://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="http:/
/profiles.wordpress.org/scribu">scribu</a>, <a href="http://profiles.wordpress.o
rg/seanchayes">Sean Hayes</a>, <a href="http://profiles.wordpress.org/sergeybiry
ukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/shaunandrews">
Shaun Andrews</a>, <a href="http://profiles.wordpress.org/designsimply">Sheri Bi
gelow (designsimply)</a>, <a href="http://profiles.wordpress.org/shinichin">Shin
ichiN</a>, <a href="http://profiles.wordpress.org/simonwheatley">Simon Wheatley<
/a>, <a href="http://profiles.wordpress.org/siobhan">Siobhan</a>, <a href="http:
//profiles.wordpress.org/siobhyb">Siobhan Bamber (siobhyb)</a>, <a href="http://
profiles.wordpress.org/sirbrillig">sirbrillig</a>, <a href="http://profiles.word
press.org/solarissmoke">solarissmoke</a>, <a href="http://profiles.wordpress.org
/netweb">Stephen Edgar</a>, <a href="http://profiles.wordpress.org/stephenharris
">Stephen Harris</a>, <a href="http://profiles.wordpress.org/stevenkword">Steven
Word</a>, <a href="http://profiles.wordpress.org/iamtakashi">Takashi Irie</a>,
<a href="http://profiles.wordpress.org/miyauchi">Takayuki Miyauchi</a>, <a href=
"http://profiles.wordpress.org/tmtoy">Takuma Morikawa</a>, <a href="http://profi
les.wordpress.org/thomasguillot">Thomas Guillot</a>, <a href="http://profiles.wo
rdpress.org/tierra">tierra</a>, <a href="http://profiles.wordpress.org/tillkrues
s">Till Krss</a>, <a href="http://profiles.wordpress.org/tlamedia">TLA Media</a>,

<a href="http://profiles.wordpress.org/tobiasbg">TobiasBg</a>, <a href="http://


profiles.wordpress.org/tommcfarlin">tommcfarlin</a>, <a href="http://profiles.wo
rdpress.org/zodiac1978">Torsten Landsiedel</a>, <a href="http://profiles.wordpre
ss.org/taupecat">Tracy Rotton</a>, <a href="http://profiles.wordpress.org/trisha
salas">trishasalas</a>, <a href="http://profiles.wordpress.org/mbmufffin">Tyler
Smith</a>, <a href="http://profiles.wordpress.org/grapplerulrich">Ulrich</a>, <a
href="http://profiles.wordpress.org/undergroundnetwork">undergroundnetwork</a>,
<a href="http://profiles.wordpress.org/l10n">Vladimir</a>, <a href="http://prof
iles.wordpress.org/westonruter">Weston Ruter</a>, <a href="http://profiles.wordp
ress.org/yoavf">Yoav Farhi</a>, <a href="http://profiles.wordpress.org/yonasy">y
onasy</a>, <a href="http://profiles.wordpress.org/yurivictor">Yuri Victor</a>, a
nd <a href="http://profiles.wordpress.org/tollmanz">Zack Tollman</a>. Also thank
s to <a href="http://benmorrison.org/">Ben Morrison</a> and <a href="http://chri
stineswebb.com/">Christine Webb</a> for help with the video.</p>\n<p>Thanks for
choosing WordPress. See you soon for version 3.9!</p>\n";s:7:"attribs";a:0:{}s:8
:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"h
ttp://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"d
ata";s:46:"http://wordpress.org/news/2013/12/parker/feed/";s:7:"attribs";a:0:{}s
:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:
"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"
data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit"
;b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:45:"\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:"chil
d";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"3.8 RC2";s:7:"attr
ibs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0
:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://wordpress.org/news/2013/1
2/3-8-rc2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b
:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://
wordpress.org/news/2013/12/3-8-rc2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base"
;s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{
i:0;a:5:{s:4:"data";s:31:"Tue, 10 Dec 2013 01:08: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:"c
ategory";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xm
l_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_e
xplicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"h
ttp://wordpress.org/news/?p=2805";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLi
nk";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_la
ng";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:343:"Release candidat
e 2 of WordPress 3.8 is now available for download. This is the last pre-release
, and we expect it to be effectively identical to what&#8217;s officially releas
ed to the public on Thursday. This means if you are a plugin or theme developer,
start your engines! (If they&#8217;re not going already.) Lots of admin code [&
#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:"creat
or";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
:1180:"<p>Release candidate 2 of WordPress 3.8 is <a href="http://wordpress.org/
wordpress-3.8-RC2.zip">now available for download</a>. This is the last pre-rele
ase, and we expect it to be effectively identical to what&#8217;s officially rel
eased to the public on Thursday.</p>\n<p>This means if you are a plugin or theme
developer, start your engines! (If they&#8217;re not going already.) Lots of ad
min code has changed so it&#8217;s especially important to see if your plugin wo
rks well within the new admin design and layout, and update <a href="http://word
press.org/plugins/about/readme.txt">the &#8220;Tested up to:&#8221; part of your
plugin readme.txt</a>.</p>\n<p>If there is something in your plugin that you&#8

217;re unable to fix, or if you think you&#8217;ve found a bug, join us <a href=
"http://codex.wordpress.org/IRC">in #wordpress-dev in IRC</a>, especially if you
&#8217;re able to join during the dev chat on Wednesday, or post in the <a href=
"http://wordpress.org/support/forum/alphabeta">alpha/beta forum</a>. The develop
ers and designers who worked on this release are happy to help anyone update the
ir code before the 3.8 release.</p>\n<p>Happy hacking, everybody!</p>\n";s:7:"at
tribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s
:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:
{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/news/2013/12/3-8-rc2/feed/";s:7:
"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang
";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:
1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"x
ml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:45:"\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:"chil
d";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress 3.8 RC1
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/
news/2013/12/3-8-almost/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_ba
se_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data"
;s:54:"http://wordpress.org/news/2013/12/3-8-almost/#comments";s:7:"attribs";a:0
:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:
7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Dec 2013 09:54:48 +0000";s:7:
"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang
";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attri
bs";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:33:"http://wordpress.org/news/?p=2760";s:7:"attribs";a:1:{s:0:"";a:1
:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit
";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:
"We&#8217;re entering the quiet but busy part of a release, whittling down issue
s to bring you all of the new features you&#8217;re excited about with the stabi
lity you expect from WordPress. There are just a few days from the &#8220;code f
reeze&#8221; for our 3.8 release, which includes a number of exciting enhancemen
ts, so the focus [&#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:"Matt Mullenweg";s:7:"attri
bs";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:1873:"<p>We&#8217;re entering the quiet but busy part of a r
elease, whittling down issues to bring you all of the new features you&#8217;re
excited about with the stability you expect from WordPress. There are just a few
days from the &#8220;code freeze&#8221; for our 3.8 release, <a href="http://wo
rdpress.org/news/2013/11/wordpress-3-8-beta-1/">which includes a number of excit
ing enhancements</a>, so the focus is on identifying any major issues and resolv
ing them as soon as possible.</p>\n<p>If you&#8217;ve ever wondered about how to
contribute to WordPress, here&#8217;s a time you can: download this release can
didate and use it in as many ways as you can imagine. Try to break it, and if yo
u do, let us know how you did it so we can make sure it never happens again. If
you work for a web host, this is the release you should test as much as possible
and start getting your automatic upgrade systems and 1-click installers ready.<
/p>\n<p><a href="http://wordpress.org/wordpress-3.8-RC1.zip">Download WordPress
3.8 RC1</a>(zip) or use the <a href="http://wordpress.org/plugins/wordpress-betatester/">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edg
e nightlies&#8221;).</p>\n<p>If you think youve found a bug, you can post to the<a
href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a>in the su
pport forums. Or, if youre comfortable writing a reproducible bug report,<a href="

http://core.trac.wordpress.org/">file one on the WordPress Trac</a>. There, you


can also find<a href="http://core.trac.wordpress.org/report/5">a list of known bu
gs</a>and<a href="http://core.trac.wordpress.org/query?status=closed&amp;group=com
ponent&amp;milestone=3.8">everything weve fixed</a>so far.</p>\n<p><em>We&#8217;re
so close to the</em><br />\n<em>finish line, jump in and help</em><br />\n<em>g
ood karma is yours.</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:36:"http://wellformedweb.org/C
ommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpre
ss.org/news/2013/12/3-8-almost/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";
s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/
1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"at
tribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s
:0:"";}}}}}i:5;a:6:{s:4:"data";s:45:"\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17
:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:
"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.8 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:55:"http://wordpress.org/news/2013/11/wordpres
s-3-8-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http
://wordpress.org/news/2013/11/wordpress-3-8-beta-1/#comments";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7
:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 21 Nov 2013 05:21:56 +0000";s:7:"
attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang"
;s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attrib
s";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:33:"http://wordpress.org/news/?p=2754";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:307:"
The first beta of the 3.8 is now available, and the next dates to watch out for
are code freeze on December 5th and a final release on December 12th. 3.8 brings
together several of the features as plugins projects and while this isn&#8217;t
our first rodeo, expect this to be more beta than usual. [&#8230;]";s:7:"attrib
s";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"
";}}}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:"x
ml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/mod
ules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2236:"<p>The first
beta of the 3.8 is now available, and the next dates to watch out for are code f
reeze on December 5th and a final release on December 12th.</p>\n<p>3.8 brings t
ogether <a href="http://make.wordpress.org/core/features-as-plugins/">several of
the features as plugins projects</a> and while this isn&#8217;t our first rodeo
, expect this to be more beta than usual. The headline things to test out in thi
s release are:</p>\n<ul>\n<li>The new admin design, especially the responsive as
pect of it. Try it out on different devices and browsers, see how it goes, espec
ially the more complex pages like widgets or seldom-looked-at-places like Press
This. Color schemes, which you can change on your profile, have also been spruce
d up.</li>\n<li>The dashboard homepage has been refreshed, poke and prod it.</li
>\n<li>Choosing themes under Appearance is completely different, try to break it
however possible.</li>\n<li>There&#8217;s a new default theme, Twenty Fourteen.
</li>\n<li>Over 250 issues closed already.</li>\n</ul>\n<p>Given how many things
in the admin have changed it&#8217;s extra super duper important to test as man
y plugins and themes with admin pages against the new stuff. Also if you&#8217;r
e a developer consider how you can make your admin interface fit the MP6 aesthet
ic better.</p>\n<p>As always, if you think youve found a bug, you can post to the<
a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a>in the s

upport forums. Or, if youre comfortable writing a reproducible bug report,<a href=
"http://core.trac.wordpress.org/">file one on the WordPress Trac</a>. There, you
can also find<a href="http://core.trac.wordpress.org/report/5">a list of known b
ugs</a>and<a href="http://core.trac.wordpress.org/query?status=closed&amp;group=co
mponent&amp;milestone=3.8">everything weve fixed</a>so far.</p>\n<p><a href="http:
//wordpress.org/wordpress-3.8-beta-1.zip">Download WordPress 3.8 Beta 1</a>(zip)
or use the <a href="http://wordpress.org/plugins/wordpress-beta-tester/">WordPre
ss Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#822
1;).</p>\n<p><em>Alphabet soup of</em><br />\n<em>Plugins as features galore</em
><br />\n<em>The future is here</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:36:"http://wellfor
medweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"ht
tp://wordpress.org/news/2013/11/wordpress-3-8-beta-1/feed/";s:7:"attribs";a:0:{}
s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38
:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:
"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit
";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:45:"\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:"chil
d";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 3.7.1 M
aintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_exp
licit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"htt
p://wordpress.org/news/2013/10/wordpress-3-7-1/";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a
:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2013/10/wordpress-3-7-1/
#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 29 O
ct 2013 21:04: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:2:{i:0;a:5:{s:4:"data";s
:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit"
;b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0
:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:
4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2745";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:371:"WordPress 3.7.1 is now available! This maintenance rele
ase addresses 11 bugs in WordPress 3.7, including: Images with captions no longe
r appear broken in the visual editor. Allow some sites running on old or poorly
configured servers to continue to check for updates from WordPress.org. Avoid fa
tal errors with certain plugins that were incorrectly calling some [&#8230;]";s:
7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_la
ng";s:0:"";}}}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:"Andrew Nacin";s: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:1594:"<p>Wor
dPress 3.7.1 is now available! This maintenance release addresses 11 bugs in Wor
dPress 3.7, including:</p>\n<ul>\n<li>Images with captions no longer appear brok
en in the visual editor.</li>\n<li>Allow some sites running on old or poorly con
figured servers to continue to check for updates from WordPress.org.</li>\n<li>A
void fatal errors with certain plugins that were incorrectly calling some WordPr
ess functions too early.</li>\n<li>Fix hierarchical sorting in get_pages(), excl
usions in wp_list_categories(), and in_category() when called with empty values.
</li>\n<li>Fix a warning that may occur in certain setups while performing a sea
rch, and a few other notices.</li>\n</ul>\n<p>For a full list of changes, consul
t the <a href="http://core.trac.wordpress.org/query?milestone=3.7.1">list of tic
kets</a> and <a href="http://core.trac.wordpress.org/log/branches/3.7?stop_rev=2
5914&amp;rev=25986">the changelog</a>.</p>\n<p>If you are one of the <a href="ht
tp://wordpress.org/download/counter/">nearly two million</a> already running Wor

dPress 3.7, we will start rolling out the all-new <a href="http://wordpress.org/
news/2013/10/basie/">automatic background updates</a> for WordPress 3.7.1 in the
next few hours. For sites <a href="http://wordpress.org/plugins/background-upda
te-tester/">that support them</a>, of course.</p>\n<p><a href="http://wordpress.
org/download/">Download WordPress 3.7.1</a> or venture over to <strong>Dashboard
Updates</strong> and simply click &#8220;Update Now.&#8221;</p>\n<p><em>Just a
few fixes<br />\nYour new update attitude:<br />\nZero clicks given</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:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRs
s";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/10/wordpress-37-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:
8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base"
;s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"da
ta";s:42:"\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:"chil
d";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"WordPress 3.7 Basi
e";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/
news/2013/10/basie/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_ex
plicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:49
:"http://wordpress.org/news/2013/10/basie/#comments";s:7:"attribs";a:0:{}s:8:"xm
l_base";s:0:"";s:17:"xml_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, 24 Oct 2013 22:35:10 +0000";s:7:"attribs";
a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}
}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:
"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid
";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2736";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:357:"Version 3.7 of WordPress, named &#8220;Basie&#8221; in honor o
f Count Basie, is available for download or update in your WordPress dashboard.
This release features some of the most important architectural updates we&#8217;
ve made to date. Here are the big ones: Updates while you sleep: With WordPress
3.7, you don&#8217;t have to lift a finger 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:"h
ttp://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:1
4:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expl
icit";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:17229:"<p>Version 3.7 of WordPr
ess, named &#8220;Basie&#8221; in honor of <a href="http://en.wikipedia.org/wiki
/Count_basie">Count Basie</a>, is available <a href="http://wordpress.org/downlo
ad/">for download</a> or update in your WordPress dashboard. This release featur
es some of the most important architectural updates we&#8217;ve made to date. He
re are the big ones:</p>\n<ul>\n<li><strong>Updates while you sleep</strong>: Wi
th WordPress 3.7, you don&#8217;t have to lift a finger to apply maintenance and
security updates. Most sites are now able to automatically apply these updates
in the background. The update process also has been made even more reliable and
secure, with dozens of new checks and safeguards.</li>\n<li><strong>Stronger pas
sword recommendations</strong>: Your password is your site&#8217;s first line of
defense. It&#8217;s best to create passwords that are complex, long, and unique
. To that end, our password meter has been updated in WordPress 3.7 to recognize
common mistakes that can weaken your password: dates, names, keyboard patterns
(123456789), and even pop culture references.</li>\n<li><strong>Better global su
pport</strong>: Localized versions of WordPress will receive faster and more com
plete translations. WordPress 3.7 adds support for automatically installing the
right language files and keeping them up to date, a boon for the many millions w
ho use WordPress in a language other than English.</li>\n</ul>\n<p>For developer

s there are lots of options around how to control the new updates feature, inclu
ding allowing it to handle major upgrades as well as minor ones, more sophistica
ted date query support, and multisite improvements. As always, if you&#8217;re h
ungry for more <a href="http://codex.wordpress.org/Version_3.7">dive into the Co
dex</a> or browse the <a href="http://core.trac.wordpress.org/query?status=close
d&amp;group=resolution&amp;milestone=3.7">over 400 closed tickets on Trac</a>.</
p>\n<h3>A New Wave</h3>\n<p>This release was led by Andrew Nacin, backed up by D
ion Hulse and Jon Cave. This is our first release using the new plugin-first dev
elopment process, with a much shorter timeframe than in the past. (3.6 was relea
sed in August.) The 3.8 release, due in December, will continue this plugin-led
development cycle that gives much more autonomy to plugin leads and allows us to
decouple feature development from a release. You can follow this grand experime
nt, and what we&#8217;re learning from it, <a href="http://make.wordpress.org/co
re/">on the make/core blog</a>. There are 211 contributors with props in this re
lease:</p>\n<p><a href="http://profiles.wordpress.org/technosailor">Aaron Brazel
l</a>,<a href="http://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>
,<a href="http://profiles.wordpress.org/aaronholbrook">Aaron Holbrook</a>,<a href=
"http://profiles.wordpress.org/jorbin">Aaron Jorbin</a>,<a href="http://profiles.
wordpress.org/adamsilverstein">adamsilverstein</a>,<a href="http://profiles.wordp
ress.org/ahoereth">Alexander Hoereth</a>,<a href="http://profiles.wordpress.org/v
iper007bond">Alex Mills (Viper007Bond)</a>,<a href="http://profiles.wordpress.org
/sabreuse">Amy Hendrix (sabreuse)</a>,<a href="http://profiles.wordpress.org/andg
">andg</a>, <a href="http://profiles.wordpress.org/nacin">Andrew Nacin</a>,<a hre
f="http://profiles.wordpress.org/norcross">Andrew Norcross</a>,<a href="http://pr
ofiles.wordpress.org/azaozz">Andrew Ozz</a>,<a href="http://profiles.wordpress.or
g/andrewspittle">Andrew Spittle</a>,<a href="http://profiles.wordpress.org/askapa
che">askapache</a>,<a href="http://profiles.wordpress.org/atimmer">atimmer</a>,<a
href="http://profiles.wordpress.org/barry">Barry</a>,<a href="http://profiles.wor
dpress.org/beaulebens">Beau Lebens</a>,<a href="http://profiles.wordpress.org/ben
moody">ben.moody</a>,<a href="http://profiles.wordpress.org/bhengh">Ben Miller</a
>,<a href="http://profiles.wordpress.org/neoxx">Bernhard Riedl</a>,<a href="http:/
/profiles.wordpress.org/bftrick">BFTrick</a>, <a href="http://profiles.wordpress
.org/bananastalktome">Billy (bananastalktome)</a>,<a href="http://profiles.wordpr
ess.org/bmb">bmb</a>,<a href="http://profiles.wordpress.org/kraftbj">Brandon Kraf
t</a>,<a href="http://profiles.wordpress.org/brianhogg">brianhogg</a>,<a href="htt
p://profiles.wordpress.org/rzen">Brian Richards</a>,<a href="http://profiles.word
press.org/bpetty">Bryan Petty</a>,<a href="http://profiles.wordpress.org/carldanl
ey">Carl Danley</a>,<a href="http://profiles.wordpress.org/charlesclarkson">Charl
esClarkson</a>,<a href="http://profiles.wordpress.org/chipbennett">Chip Bennett</
a>,<a href="http://profiles.wordpress.org/chouby">Chouby</a>,<a href="http://profi
les.wordpress.org/c3mdigital">Chris Olbekson</a>, <a href="http://profiles.wordp
ress.org/chrisrudzki">Chris Rudzki</a>,<a href="http://profiles.wordpress.org/aeg
0125">coderaaron</a>,<a href="http://profiles.wordpress.org/coenjacobs">Coen Jaco
bs</a>,<a href="http://profiles.wordpress.org/crrobi01">Colin Robinson</a>,<a href
="http://profiles.wordpress.org/andreasnrb">cyonite</a>,<a href="http://profiles.
wordpress.org/daankortenbach">Daan Kortenbach</a>,<a href="http://profiles.wordpr
ess.org/danielbachhuber">Daniel Bachhuber</a>,<a href="http://profiles.wordpress.
org/convissor">Daniel Convissor</a>,<a href="http://profiles.wordpress.org/dartis
s">dartiss</a>,<a href="http://profiles.wordpress.org/koop">Daryl Koopersmith</a>
, <a href="http://profiles.wordpress.org/csixty4">Dave Ross</a>,<a href="http://p
rofiles.wordpress.org/davidjlaietta">David Laietta</a>,<a href="http://profiles.w
ordpress.org/dd32">Dion Hulse</a>,<a href="http://profiles.wordpress.org/dllh">dl
lh</a>,<a href="http://profiles.wordpress.org/ocean90">Dominik Schilling (ocean90
)</a>,<a href="http://profiles.wordpress.org/dpash">dpash</a>,<a href="http://prof
iles.wordpress.org/drewapicture">Drew Jaynes</a>,<a href="http://profiles.wordpre
ss.org/drprotocols">DrProtocols</a>,<a href="http://profiles.wordpress.org/dustyf
">Dustin Filippini</a>,<a href="http://profiles.wordpress.org/dzver">dzver</a>,<a
href="http://profiles.wordpress.org/cais">Edward Caissie</a>,<a href="http://prof
iles.wordpress.org/enej">enej</a>, <a href="http://profiles.wordpress.org/ericle
wis">Eric Andrew Lewis</a>,<a href="http://profiles.wordpress.org/ericmann">Eric

Mann</a>,<a href="http://profiles.wordpress.org/evansolomon">Evan Solomon</a>,<a h


ref="http://profiles.wordpress.org/faishal">faishal</a>,<a href="http://profiles.
wordpress.org/faison">Faison</a>,<a href="http://profiles.wordpress.org/foofy">Fo
ofy</a>,<a href="http://profiles.wordpress.org/fjarrett">Frankie Jarrett</a>,<a hr
ef="http://profiles.wordpress.org/frank-klein">Frank Klein</a>,<a href="http://pr
ofiles.wordpress.org/garyc40">Gary Cao</a>,<a href="http://profiles.wordpress.org
/pento">Gary Pendergast</a>,<a href="http://profiles.wordpress.org/gayadesign">Ga
ya Kessler</a>, <a href="http://profiles.wordpress.org/georgestephanis">George S
tephanis</a>,<a href="http://profiles.wordpress.org/gizburdt">Gizburdt</a>,<a href
="http://profiles.wordpress.org/goldenapples">goldenapples</a>,<a href="http://pr
ofiles.wordpress.org/gradyetc">gradyetc</a>,<a href="http://profiles.wordpress.or
g/gcorne">Gregory Cornelius</a>,<a href="http://profiles.wordpress.org/webord">Gu
stavo Bordoni</a>,<a href="http://profiles.wordpress.org/hakre">hakre</a>,<a href=
"http://profiles.wordpress.org/helen">Helen Hou-Sandi</a>,<a href="http://profile
s.wordpress.org/iandunn">Ian Dunn</a>,<a href="http://profiles.wordpress.org/ipst
enu">Ipstenu (Mika Epstein)</a>,<a href="http://profiles.wordpress.org/creativein
fusion">itinerant</a>, <a href="http://profiles.wordpress.org/jdgrimes">J.D. Gri
mes</a>,<a href="http://profiles.wordpress.org/jakubtyrcha">jakub.tyrcha</a>,<a hr
ef="http://profiles.wordpress.org/jamescollins">James Collins</a>,<a href="http:/
/profiles.wordpress.org/jenmylo">Jen Mylo</a>,<a href="http://profiles.wordpress.
org/buffler">Jeremy Buller</a>,<a href="http://profiles.wordpress.org/jeremyfelt"
>Jeremy Felt</a>,<a href="http://profiles.wordpress.org/jayjdk">Jesper Johansen (
jayjdk)</a>,<a href="http://profiles.wordpress.org/joehoyle">Joe Hoyle</a>,<a href
="http://profiles.wordpress.org/jkudish">Joey Kudish</a>,<a href="http://profiles
.wordpress.org/johnnyb">John Beales</a>, <a href="http://profiles.wordpress.org/
johnbillion">John Blackbourn (johnbillion)</a>,<a href="http://profiles.wordpress
.org/johnafish">John Fish</a>,<a href="http://profiles.wordpress.org/johnjamesjac
oby">John James Jacoby</a>,<a href="http://profiles.wordpress.org/johnpbloch">Joh
n P. Bloch</a>,<a href="http://profiles.wordpress.org/jond3r">Jonas Bolinder (jon
d3r)</a>,<a href="http://profiles.wordpress.org/jchristopher">Jonathan Christophe
r</a>,<a href="http://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>,<a h
ref="http://profiles.wordpress.org/duck_">Jon Cave</a>, <a href="http://profiles
.wordpress.org/jonlynch">Jon Lynch</a>,<a href="http://profiles.wordpress.org/joo
stdevalk">Joost de Valk</a>,<a href="http://profiles.wordpress.org/josephscott">J
oseph Scott</a>,<a href="http://profiles.wordpress.org/betzster">Josh Betz</a>,<a
href="http://profiles.wordpress.org/devesine">Justin de Vesine</a>,<a href="http:
//profiles.wordpress.org/justinsainton">Justin Sainton</a>,<a href="http://profil
es.wordpress.org/kadamwhite">K.Adam White</a>,<a href="http://profiles.wordpress.
org/trepmal">Kailey (trepmal)</a>,<a href="http://profiles.wordpress.org/ketwaroo
">Ketwaroo</a>,<a href="http://profiles.wordpress.org/kevinb">kevinB</a>,<a href="
http://profiles.wordpress.org/kpdesign">Kim Parsell</a>,<a href="http://profiles.
wordpress.org/kitchin">kitchin</a>, <a href="http://profiles.wordpress.org/kovsh
enin">Konstantin Kovshenin</a>,<a href="http://profiles.wordpress.org/obenland">K
onstantin Obenland</a>,<a href="http://profiles.wordpress.org/koopersmith">kooper
smith</a>,<a href="http://profiles.wordpress.org/kurtpayne">Kurt Payne</a>,<a href
="http://profiles.wordpress.org/lancewillett">Lance Willett</a>,<a href="http://p
rofiles.wordpress.org/leewillis77">Lee Willis (leewillis77)</a>,<a href="http://p
rofiles.wordpress.org/lessbloat">lessbloat</a>,<a href="http://profiles.wordpress
.org/layotte">Lew Ayotte</a>,<a href="http://profiles.wordpress.org/lgedeon">Luke
Gedeon</a>, <a href="http://profiles.wordpress.org/iworks">Marcin Pietrzak</a>,<
a href="http://profiles.wordpress.org/cimmo">Marco Cimmino</a>,<a href="http://pr
ofiles.wordpress.org/marco_teethgrinder">Marco Galasso</a>,<a href="http://profil
es.wordpress.org/markjaquith">Mark Jaquith</a>,<a href="http://profiles.wordpress
.org/markmcwilliams">Mark McWilliams</a>,<a href="http://profiles.wordpress.org/m
arkoheijnen">Marko Heijnen</a>,<a href="http://profiles.wordpress.org/melchoyce">
Mel Choyce</a>,<a href="http://profiles.wordpress.org/tw2113">Michael Beckwith</a
>,<a href="http://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="
http://profiles.wordpress.org/mikeschinkel">Mike Schinkel</a>,<a href="http://pro
files.wordpress.org/dh-shredder">Mike Schroder</a>,<a href="http://profiles.wordp
ress.org/dimadin">Milan Dinic</a>,<a href="http://profiles.wordpress.org/mitchoyo

shitaka">mitcho (Michael Yoshitaka Erlewine)</a>,<a href="http://profiles.wordpre


ss.org/usermrpapa">Mr Papa</a>,<a href="http://profiles.wordpress.org/Nao">Naoko
Takano</a>,<a href="http://profiles.wordpress.org/naomicbush">Naomi</a>,<a href="h
ttp://profiles.wordpress.org/alex-ye">Nashwan Doaqan</a>,<a href="http://profiles
.wordpress.org/natejacobs">NateJacobs</a>,<a href="http://profiles.wordpress.org/
nathanrice">nathanrice</a>, <a href="http://profiles.wordpress.org/niallkennedy"
>Niall Kennedy</a>,<a href="http://profiles.wordpress.org/nickdaugherty">Nick Dau
gherty</a>,<a href="http://profiles.wordpress.org/celloexpressions">Nick Halsey</
a>,<a href="http://profiles.wordpress.org/nickmomrik">Nick Momrik</a>,<a href="htt
p://profiles.wordpress.org/nikv">Nikhil Vimal (NikV)</a>,<a href="http://profiles
.wordpress.org/nbachiyski">Nikolay Bachiyski</a>,<a href="http://profiles.wordpre
ss.org/noahsilverstein">noahsilverstein</a>,<a href="http://profiles.wordpress.or
g/nofearinc">nofearinc</a>,<a href="http://profiles.wordpress.org/nukaga">nukaga<
/a>,<a href="http://profiles.wordpress.org/nullvariable">nullvariable</a>,<a href=
"http://profiles.wordpress.org/butuzov">Oleg Butuzov</a>, <a href="http://profil
es.wordpress.org/paolal">Paolo Belcastro</a>,<a href="http://profiles.wordpress.o
rg/xparham">Parham</a>,<a href="http://profiles.wordpress.org/pbiron">Paul Biron<
/a>,<a href="http://profiles.wordpress.org/pauldewouters">Paul de Wouters</a>,<a h
ref="http://profiles.wordpress.org/pavelevap">pavelevap</a>,<a href="http://profi
les.wordpress.org/peterjaap">peterjaap</a>,<a href="http://profiles.wordpress.org
/westi">Peter Westwood</a>,<a href="http://profiles.wordpress.org/philiparthurmoo
re">Philip Arthur Moore</a>,<a href="http://profiles.wordpress.org/mordauk">Pippi
n Williamson</a>,<a href="http://profiles.wordpress.org/plocha">plocha</a>,<a href
="http://profiles.wordpress.org/pollett">Pollett</a>, <a href="http://profiles.w
ordpress.org/ptahdunbar">Ptah Dunbar</a>,<a href="http://profiles.wordpress.org/r
amiy">Rami Yushuvaev</a>,<a href="http://profiles.wordpress.org/rasheed">Rasheed
Bydousi</a>,<a href="http://profiles.wordpress.org/raybernard">RayBernard</a>,<a h
ref="http://profiles.wordpress.org/rboren">rboren</a>,<a href="http://profiles.wo
rdpress.org/greuben">Reuben Gunday</a>,<a href="http://profiles.wordpress.org/rfa
ir404">rfair404</a>,<a href="http://profiles.wordpress.org/iamfriendly">Richard T
ape</a>,<a href="http://profiles.wordpress.org/r3df">Rick Radko</a>,<a href="http:
//profiles.wordpress.org/miqrogroove">Robert Chapin</a>,<a href="http://profiles.
wordpress.org/rdall">Robert Dall</a>, <a href="http://profiles.wordpress.org/rod
rigosprimo">Rodrigo Primo</a>,<a href="http://profiles.wordpress.org/wpmuguru">Ro
n Rennick</a>,<a href="http://profiles.wordpress.org/rpattillo">rpattillo</a>,<a h
ref="http://profiles.wordpress.org/ryan">Ryan Boren</a>,<a href="http://profiles.
wordpress.org/rmccue">Ryan McCue</a>,<a href="http://profiles.wordpress.org/hotch
kissconsulting">Sam Hotchkiss</a>,<a href="http://profiles.wordpress.org/coffee2c
ode">Scott Reilly</a>,<a href="http://profiles.wordpress.org/scottsweb">scottsweb
</a>,<a href="http://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>,<a hr
ef="http://profiles.wordpress.org/scribu">scribu</a>,<a href="http://profiles.wor
dpress.org/scruffian">scruffian</a>, <a href="http://profiles.wordpress.org/tenp
ura">Seisuke Kuraishi (tenpura)</a>,<a href="http://profiles.wordpress.org/sergey
biryukov">Sergey Biryukov</a>,<a href="http://profiles.wordpress.org/shinichin">S
hinichiN</a>,<a href="http://profiles.wordpress.org/pross">Simon Prosser</a>,<a hr
ef="http://profiles.wordpress.org/simonwheatley">Simon Wheatley</a>,<a href="http
://profiles.wordpress.org/siobhan">Siobhan</a>,<a href="http://profiles.wordpress
.org/siobhyb">Siobhan Bamber (siobhyb)</a>,<a href="http://profiles.wordpress.org
/sirzooro">sirzooro</a>,<a href="http://profiles.wordpress.org/solarissmoke">sola
rissmoke</a>, <a href="http://profiles.wordpress.org/sillybean">Stephanie Leary<
/a>,<a href="http://profiles.wordpress.org/netweb">Stephen Edgar (@netweb)</a>,<a
href="http://profiles.wordpress.org/stephenharris">Stephen Harris</a>,<a href="ht
tp://profiles.wordpress.org/strangerstudios">strangerstudios</a>,<a href="http://
profiles.wordpress.org/sweetie089">sweetie089</a>,<a href="http://profiles.wordpr
ess.org/swissspidy">swissspidy</a>,<a href="http://profiles.wordpress.org/miyauch
i">Takayuki Miyauchi</a>,<a href="http://profiles.wordpress.org/tmtoy">Takuma Mor
ikawa</a>,<a href="http://profiles.wordpress.org/tlovett1">Taylor Lovett</a>, <a
href="http://profiles.wordpress.org/tivnet">tivnet</a>,<a href="http://profiles.w
ordpress.org/tobiasbg">TobiasBg</a>,<a href="http://profiles.wordpress.org/tomaug
er">Tom Auger</a>,<a href="http://profiles.wordpress.org/toscho">toscho</a>,<a hre

f="http://profiles.wordpress.org/wpsmith">Travis Smith</a>,<a href="http://profil


es.wordpress.org/sorich87">Ulrich Sossou</a>,<a href="http://profiles.wordpress.o
rg/vericgar">vericgar</a>,<a href="http://profiles.wordpress.org/vinod-dalvi">Vin
od Dalvi</a>,<a href="http://profiles.wordpress.org/westonruter">Weston Ruter</a>
,<a href="http://profiles.wordpress.org/wikicms">wikicms</a>,<a href="http://profi
les.wordpress.org/willnorris">Will Norris</a>,<a href="http://profiles.wordpress.
org/wojtekszkutnik">Wojtek Szkutnik</a>,<a href="http://profiles.wordpress.org/wy
cks">wycks</a>, <a href="http://profiles.wordpress.org/yoavf">Yoav Farhi</a>, an
d<a href="http://profiles.wordpress.org/yurivictor">Yuri Victor</a>.</p>\n<p>Enjo
y what may be one of your last few manual updates. See you soon for version 3.8!
</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s
:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"c
ommentRss";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/news/2013/10/basi
e/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;
s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:
"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s
:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data
";s:45:"\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:"xm
l_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data"
;s:33:"WordPress 3.7 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0
:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5
:{s:4:"data";s:68:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candi
date-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wor
dpress.org/news/2013/10/wordpress-3-7-release-candidate-2/#comments";s:7:"attrib
s";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 23 Oct 2013 00:05:30 +0000
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_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:33:"http://wordpress.org/news/?p=2729";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_ex
plicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";
s:417:"The second release candidate of WordPress 3.7 is now available for testin
g! Those of you already testing WordPress 3.7 will be updated automatically to R
C2. (Nice.) If you&#8217;d like to start testing, there&#8217;s no time like the
present! Try theWordPress Beta Testerplugin (youll want bleeding edge nightlies) ordo
wnload the release candidate here(zip).Please post to theAlpha/Beta [&#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:12:"Andrew Nacin";s: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:1183:"<p>The s
econd release candidate of WordPress 3.7 is now available for testing!</p>\n<p>T
hose of you already testing WordPress 3.7 will be updated automatically to RC2.
(<em>Nice.</em>) If you&#8217;d like to start testing, there&#8217;s no time lik
e the present! Try the<a href="http://wordpress.org/extend/plugins/wordpress-beta
-tester/">WordPress Beta Tester</a>plugin (youll want bleeding edge nightlies) or<a h
ref="http://wordpress.org/wordpress-3.7-RC2.zip">download the release candidate
here</a>(zip).Please post to the<a href="http://wordpress.org/support/forum/alphabe
ta/">Alpha/Beta area in the support forums</a>if you think you&#8217;ve found a b
ug, and if any known issues are raised, youll be able to<a href="http://core.trac.
wordpress.org/report/5">find them here</a>.</p>\n<p>Developers,please test your p
lugins and themes against WordPress 3.7. If there is a compatibility issue, let
us know as soon as possible so we can deal with it before the final release.</p>

\n<p>For more on WordPress 3.7, check out the<a href="http://wordpress.org/news/2


013/10/wordpress-3-7-release-candidate/">announcement post for Release Candidate
1</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit
";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{
s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2013/
10/wordpress-3-7-release-candidate-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s
:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.or
g/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s
:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_l
ang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:45:"\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17
:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:
"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Upcoming WordCamps";s:7:"attribs";a:0:{}s
:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"l
ink";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/10/upcoming-w
ordcamps-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http:/
/wordpress.org/news/2013/10/upcoming-wordcamps-4/#comments";s:7:"attribs";a:0:{}
s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"
pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 22 Oct 2013 19:25:26 +0000";s:7:"at
tribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s
:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:
0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:
1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:
"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"da
ta";s:33:"http://wordpress.org/news/?p=2723";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:368:"WordC
amps are casual, locally-organized conferences that celebrate everything related
to WordPress, andare a great opportunity to meet other WordPress users and profe
ssionals in your community. This has been a great year for WordCamps &#8212; the
re have been 56 so far in more than 20 countries, and there another 15 on the ca
lendar before the year&#8217;s [&#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:8:"Jen Mylo";s:7
:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lan
g";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:3584:"<p><a href="http://central.wordcamp.org/">WordC
amps</a> are casual, locally-organized conferences that celebrate everything rel
ated to WordPress, andare a great opportunity to meet other WordPress users and p
rofessionals in your community. This has been a great year for WordCamps &#8212;
there have been 56 so far in more than 20 countries, and there another 15 on th
e calendar before the year&#8217;s over. If there&#8217;s one near you, check it
out! In addition to getting to know your local WordPress community, most WordCa
mps attract some traveling visitors a well, giving you the chance to meet contri
butors to the WordPress open source project and <a href="http://make.wordpress.o
rg/">get involved</a> yourself.</p>\n<p>Here are the WordCamps on the schedule f
or the rest of this year.</p>\n<p>October 25-27: <strong><a href="http://2013.bo
ston.wordcamp.org/">WordCamp Boston</a></strong>, Boston, MA, USA<br />\nOctober
25-26: <strong><a href="http://2013.malaga.wordcamp.org/">WordCamp Malaga</a></
strong>, Spain<br />\nOctober 26: <strong><a href="http://2013.nepal.wordcamp.or
g/">WordCamp Nepal</a></strong>,Kathmandu, Nepal<br />\nOctober 26: <strong><a hr
ef="http://2013.sofia.wordcamp.org/">WordCamp Sofia</a></strong>, Bulgaria<br />
\nNovember 7: <strong><a href="http://2013.capetown.wordcamp.org/">WordCamp Cape
Town</a></strong>, South Africa<br />\nNovember 9:<strong><a href="http://2013.p
orto.wordcamp.org/">WordCamp Porto</a></strong>, Portugal<br />\nNovember 9-10:<s
trong><a href="http://2013.kenya.wordcamp.org/">WordCamp Kenya</a></strong>, Nai
robi, Kenya<br />\nNovember 15:<strong><a href="http://2013.edmonton.wordcamp.org

/">WordCamp Edmonton</a></strong>, AB, Canada<br />\nNovember 16-17:<strong><a hr


ef="http://2013.orlando.wordcamp.org/">WordCamp Orlando</a></strong>, FL, USA<br
/>\nNovember 16:<strong><a href="http://2013.denver.wordcamp.org/">WordCamp Denv
er</a></strong>, CO, USA<br />\nNovember 23-24:<strong><a href="http://2013.londo
n.wordcamp.org/">WordCamp London</a></strong>, UK<br />\nNovember 23-24:<strong><
a href="http://2013.raleigh.wordcamp.org/">WordCamp Raleigh</a></strong>, NC, US
A<br />\nNovember 23:<strong><a href="http://2013.saopaulo.wordcamp.org/">WordCam
p So Paulo</a></strong>, Brazil<br />\nDecember 14:<strong><a href="http://2013.ve
gas.wordcamp.org/">WordCamp Las Vegas</a></strong>, NV, USA<br />\nDecember 14-1
5:<strong><a href="http://2013.sevilla.wordcamp.org/">WordCamp Sevilla</a></stron
g>, Spain</p>\n<p>No WordCamps on this list in your area? Not to worry! There ar
e thriving <a href="http://wordpress.meetup.com/">WordPress meetups</a> all over
the world where you can meet like-minded people, and we maintain a library of <
a href="http://wordpress.tv/category/wordcamptv/">WordCamp videos</a> at <a href
="http://wordpress.tv/">WordPress.tv</a>.</p>\n<h3>Get Involved</h3>\n<ul>\n<li>
If you&#8217;re interested in organizing a WordCamp in your area, check out our
<a href="http://plan.wordcamp.org/">WordCamp planning</a> site.</li>\n<li>If you
&#8217;re interested in <a href="http://make.wordpress.org/community/meetup-inte
rest-form/">starting a WordPress meetup</a> in your area, let us know and we can
set up a group on meetup.com for you.</li>\n<li>And speaking of WordCamp videos
, we&#8217;ve recently enabled volunteer-generated subtitles/closed captioning o
f the videos on WordPress.tv to make them more accessible. Interested in helping
? Check out the <a href="http://wordpress.tv/using-amara-org-to-caption-or-subti
tle-a-wordpress-tv-video/">WordPress.tv subtitling instructions</a>.</li>\n</ul>
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"
xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"comme
ntRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2013/10/upcoming
-wordcamps-4/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_exp
licit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/
";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"
xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:
"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:
7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://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/rs
s/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:
6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:
"nginx";s:4:"date";s:29:"Wed, 12 Mar 2014 16:27:54 GMT";s:12:"content-type";s:23
:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept
-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"l
ast-modified";s:29:"Tue, 11 Mar 2014 13:42:19 GMT";s:4:"x-nc";s:11:"HIT lax 249"
;}s:5:"build";s:14:"20130911083210";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`
) VALUES
(795, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '139468497
6', 'no'),
(796, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1394641776', 'no'
),
(797, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1394684980',
'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`
) VALUES
(798, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', '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_expli
cit";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:"dat
a";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_b
ase_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_expli
cit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4
7:"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:"dat
a";s:62:"Ping-O-Matic: Grow Your Traffic, Build Your Blog: A Free Ebook";s:7:"at
tribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s
:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://blog.pingomatic.com/?p=
103";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:
"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://blog.pingom
atic.com/2014/03/12/growth-traffic-ebook/";s:7:"attribs";a:0:{}s:8:"xml_base";s:
0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1
:{i:0;a:5:{s:4:"data";s:1532:"<p>Are you looking for advice on how to grow your
audience and attract new readers?Do you want to capitalize on your social network
s and build a strategic online presence?Are you interested in honing your persona
l brand?</p>\n<p>For those of you interested in blog and website growth, the fol
ks at <em>The Daily Post </em>published a free ebook: <a href="http://dailypost.
wordpress.com/postaday/ebook-grow-traffic/" target="_blank"><em>Grow Your Traffi
c, Build Your Blog</em></a>.</p>\n<p>While the ebook is targeted to people with
blogs and websites hosted on WordPress.com, it&#8217;s packed with lots of gener
al information on growth and traffic &#8212; and is a great resource for people
writing and publishing on any kind of site.</p>\n<p>You can <a href="http://dail
ypost.wordpress.com/postaday/ebook-grow-traffic/" target="_blank">download it fr
om the ebook page</a> in pdf, mobi, and epub formats.</p>\n<p><a href="http://da
ilypost.wordpress.com/postaday/ebook-grow-traffic/"><img class="aligncenter size
-large wp-image-104" alt="traffic-featured-image" src="http://pingomatic.files.w
ordpress.com/2014/03/traffic-featured-image.gif?w=600&h=380" /></a></p><br /> <
a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pingomatic.word
press.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comme
nts/pingomatic.wordpress.com/103/" /></a> <img alt="" border="0" src="http://sta
ts.wordpress.com/b.gif?host=blog.pingomatic.com&blog=68432&post=103&subd=pingoma
tic&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0
:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;
a:5:{s:4:"data";s:31:"Wed, 12 Mar 2014 16:00: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:"htt
p://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:20:
"Cheri Lucas Rowlands";s: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:76:"WordPress.tv: Troy Dean: 101 Ways to El
evate Yourself And Demand Higher Fees";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:""
;s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s
:4:"data";s:28:"http://wordpress.tv/?p=32885";s:7:"attribs";a:0:{}s:8:"xml_base"
;s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0
;a:5:{s:4:"data";s:95:"http://wordpress.tv/2014/03/12/troy-dean-101-ways-to-elev
ate-yourself-and-demand-higher-fees-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"
";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i
:0;a:5:{s:4:"data";s:709:"<div id="v-r0utatEu-1" class="video-player">\n</div><b
r /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wor
dpress.com/32885/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/co

mments/wptv.wordpress.com/32885/" /></a> <img alt="" border="0" src="http://stat


s.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=32885&subd=wptv&ref=&f
eed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/12/troydean-101-ways-to-elevate-yourself-and-demand-higher-fees-2/"><img alt="Troy Dean
: 101 Ways to Elevate Yourself And Demand Higher Fees" src="http://videos.videop
ress.com/r0utatEu/video-4ab4922e33_scruberthumbnail_0.jpg" width="160" height="1
20" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expli
cit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"We
d, 12 Mar 2014 14:38:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"x
ml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"WordPress.tv";s:7:"attr
ibs";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:"dat
a";s:73:"WPTavern: WordPress Beta Testers, Start Your Engines: 3.9 Beta 1 Releas
ed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"
xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com
/?p=18729";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:186:"http://wpta
vern.com/wordpress-beta-testers-start-your-engines-3-9-beta-1-released?utm_sourc
e=rss&utm_medium=rss&utm_campaign=wordpress-beta-testers-start-your-engines-3-9beta-1-released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explic
it";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:46
14:"<div id="attachment_17801" class="wp-caption aligncenter"><a href="http://wp
tavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg" rel="prettyphoto[18729
]"><img src="http://wptavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg"
alt="photo credit: Huasonic - cc" width="1024" height="441" class="size-full wpimage-17801" /></a><p class="wp-caption-text">photo credit: <a href="http://www.
flickr.com/photos/huasonic/3008912290/">Huasonic</a> &#8211; <a href="http://cre
ativecommons.org/licenses/by-nc/2.0/">cc</a></p></div>\n<p>If it&#8217;s true th
at the best gifts come in small packages, then WordPress 3.9 is set to be a stel
lar release. It&#8217;s fully of tiny improvements that improve the publishing e
xperience, especially when it comes to editing content. You can now check it out
first-hand, since 3.9 Beta 1 was released today. The official release is <a hre
f="http://make.wordpress.org/core/version-3-9-project-schedule/" target="_blank"
>scheduled</a> to drop during the week of April 14th. Andrew Nacin <a href="http
://wordpress.org/news/2014/03/wordpress-3-9-beta-1/" target="_blank">announced</
a> the beta with the customary haiku, which nicely sums up what you&#8217;ll fin
d in 3.9:</p>\n<blockquote><p>Lots of improvements<br />\nLittle things go a lon
g way<br />\nPlease test beta one</p></blockquote>\n<p>There are some exciting n
ew features coming in 3.9, but a good portion of core development has also been
dedicated to iterating on features introduced in previous releases. Nacin summar
ized a few of the major new items that need testing:</p>\n<ul>\n<li>Updated to T
inyMCE 4.0</li>\n<li>Widget customizer now rolled into core for live previews wh
ile managing widgets</li>\n<li>WP 3.8&#8242;s theme browsing experience extended
to the theme installer</li>\n<li>Live preview for galleries in the editor &#821
1; no more placeholder</li>\n<li>Drag-and-drop images directly onto the editor t
o upload</li>\n<li>Multiple improvements to image editing</li>\n<li>New audio/vi
deo playlists</li>\n</ul>\n<p>Nacin asked WordPress users what they&#8217;re mos
t excited about for WordPress 3.9 and here are a few responses from the communit
y:</p>\n<blockquote class="twitter-tweet" width="550"><p><a href="https://twitte
r.com/nacin">@nacin</a> it''s small, but i love the improvements to editing imag
es and no more new windows. sometimes it''s the little things.</p>\n<p>&mdash; D
avid Bisset (@dimensionmedia) <a href="https://twitter.com/dimensionmedia/status
es/443468910806204416">March 11, 2014</a></p></blockquote>\n<p></p>\n<blockquote
class="twitter-tweet" width="550"><p><a href="https://twitter.com/nacin">@nacin
</a> Bringing external js libraries up to their current release versions? <a hre
f="https://twitter.com/search?q=%23butimjustweird&src=hash">#butimjustweird</a><
/p>\n<p>&mdash; George Stephanis (@daljo628) <a href="https://twitter.com/daljo6

28/statuses/443468595360956417">March 11, 2014</a></p></blockquote>\n<p></p>\n<b


lockquote class="twitter-tweet" width="550"><p><a href="https://twitter.com/naci
n">@nacin</a> the ability to position cropped images. It''s a small but very use
ful. I''m sure others will point out the major features ;)</p>\n<p>&mdash; Syed
Balkhi (@syedbalkhi) <a href="https://twitter.com/syedbalkhi/statuses/4434696068
42556416">March 11, 2014</a></p></blockquote>\n<p></p>\n<h3>How to Test a WordPr
ess Beta Release</h3>\n<p>All of these enhancements need to be tested, as some a
re still a little rough around the edges. <strong>You don&#8217;t have to be an
expert developer to get on board to test the upcoming 3.9 release.</strong> All
you need is a test environment. Install the <a href="http://wordpress.org/extend
/plugins/wordpress-beta-tester/" target="_blank">WordPress Beta Tester</a> plugi
n and select &#8220;bleeding edge nightlies.&#8221; Alternatively, you can <a hr
ef="http://wordpress.org/wordpress-3.9-beta1.zip" target="_blank">simply downloa
d the zip file for the beta</a>.</p>\n<p>If you think you&#8217;ve found a bug,
feel free to post it on the<a href="http://wordpress.org/support/forum/alphabeta
" target="_blank"> Alpha/Beta forum</a>. That is the easiest entry point for tes
ting the beta and being part of making it better. If you&#8217;re able to <a hre
f="http://make.wordpress.org/core/handbook/reporting-bugs/" target="_blank">subm
it a bug</a> on <a href="https://make.wordpress.org/core/reports/" target="_blan
k">WordPress core trac</a>, that&#8217;s even better. For more details on the sp
ecific issues to test, make sure to check out the <a href="http://wordpress.org/
news/2014/03/wordpress-3-9-beta-1/" target="_blank">3.9 Beta 1 announcement post
</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 M
ar 2014 20:08: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: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:76:
"WPTavern: BuddyPress Theme Development: Get Started Building Your Own Themes";s
:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_l
ang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=1
8709";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8
:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:194:"http://wptavern.
com/buddypress-theme-development-get-started-building-your-own-themes?utm_source
=rss&utm_medium=rss&utm_campaign=buddypress-theme-development-get-started-buildi
ng-your-own-themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_exp
licit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s
:4339:"<p><a href="http://wptavern.com/wp-content/uploads/2013/10/bpthemedev.jpg
" rel="prettyphoto[18709]"><img src="http://wptavern.com/wp-content/uploads/2013
/10/bpthemedev.jpg" alt="bpthemedev" width="300" height="394" class="alignright
size-full wp-image-10216" /></a>The <a href="http://www.amazon.co.uk/BuddyPressTheme-Development-Tammie-Lister-ebook/dp/B00G395ORG/ref=sr_1_2?ie=UTF8&qid=13824
56253&sr=8-2&keywords=tammie+lister" target="_blank">BuddyPress Theme Developmen
t</a> book hit the shelves late last year and I had the chance to review it for
our readers. This book is a much-needed resource for the BuddyPress community an
d could not have come at a better time.</p>\n<p>BuddyPress theming has evolved o
ver the years but it has always had a steep learning curve. Part of the reason f
or this is that theming practices have been in flux as BuddyPress has improved.
Contributors to the codex have worked hard to make sure the basics are in place
but more in-depth tutorials tend to be scattered all over the web.</p>\n<p>Now t
hat <a href="http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quicklook-at-1-7-theme-compatibility/" target="_blank">theme compatibility</a> is in
place to allow BP to work with any WordPress theme, <a href="http://logicalbinar
y.com/" target="_blank">Tammie Lister</a> decided that it was the right time to
make a comprehensive guide. Lister is a long-time BuddyPress contributor who now
works as a Theme Wrangler for Automattic. If you&#8217;re looking for an expert
who will hold your feet to the fire when it comes to WordPress theming standard

s, Lister has you covered.</p>\n<h3>An Introduction to Basic WordPress Theming</


h3>\n<p>One thing I appreciate about the book is that it does not assume the rea
der to already be an expert at WordPress theming. Lister takes a holistic approa
ch and introduces the differences between social networking and building a commu
nity. While BuddyPress provides social networking features, building a community
involves more than just activating the plugin and hoping people will use the si
te. Understanding the differences will help to shape the design process.</p>\n<p
>She starts with the basics and provides a step-by-step guide for setting BuddyP
ress up on your server. She introduces theming by walking you through creating a
child theme. You&#8217;ll learn all the basics, such as how to use your browser
to inspect elements on the page in order to get the right selectors for making
CSS changes.</p>\n<p>The book then moves into a basic introduction to WordPress
theming before delving deeper into <a href="http://codex.buddypress.org/themes/t
heme-compatibility-1-7/template-hierarchy/" target="_blank">BuddyPress template
hierarchy</a>. If you&#8217;re familiar with WordPress <a href="http://codex.wor
dpress.org/Template_Hierarchy" target="_blank">template hierarchy</a> then Buddy
Press will come naturally, as it works the same way.</p>\n<h3>A Hands-On Guide t
o Creating BuddyPress Themes</h3>\n<p>With the theming basics under your belt, t
he next section puts you well on your way to building your own BuddyPress featur
e templates. This is necessary if you want to radically change the look of your
community to customize it beyond the stock BuddyPress UI. Here&#8217;s where the
hands-on fun begins. Lister walks the reader through building a sample responsi
ve BuddyPress theme with unique elements, custom fonts, navigation menus, custom
BuddyPress templates and more.</p>\n<p>If you&#8217;re a developer who has just
taken on a BuddyPress project for the first time and you&#8217;re new to BP the
me development, this manual is a must-have. I highly recommend the process Liste
r users for getting novice theme developers up to speed on the basics. You&#8217
;ll go from installing BuddyPress to creating your very own theme in a short amo
unt of time. Experienced BuddyPress developers will also appreciate the book as
a reference for the proper way to customize themes. BuddyPress Theme Development
is available from <a href="http://www.amazon.co.uk/BuddyPress-Theme-Development
-Tammie-Lister-ebook/dp/B00G395ORG/ref=sr_1_2?ie=UTF8&qid=1382456253&sr=8-2&keyw
ords=tammie+lister" target="_blank">Amazon</a>. You an also purchase it directly
from <a href="http://www.packtpub.com/buddypress-theme-development/book" target
="_blank">Packt Publishing</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, 11 Mar 2014 17:07:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_b
ase";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://p
url.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sara
h Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n
\n
\n
\n
\n
\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_
base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title
";a:1:{i:0;a:5:{s:4:"data";s:30:"Dev Blog: WordPress 3.9 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3083";s:7
:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lan
g";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/
2014/03/wordpress-3-9-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"x
ml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s
:4:"data";s:6056:"<p>I&#8217;m excited to announce that the <strong>first beta o
f WordPress 3.9</strong> is now available for testing.</p>\n<p>WordPress 3.9 is
due out next month &#8212; but in order to hit that goal, <strong>we need your h
elp</strong> testing all of the goodies we&#8217;ve added:</p>\n<ul>\n<li>We upd
ated TinyMCE, the software powering the visual editor, to the latest version. Be
on the lookout for cleaner markup. Also try the new paste handling &#8212; if y
ou paste in a block of text from Microsoft Word, for example, it will no longer
come out terrible. (The &#8220;Paste from Word&#8221; button you probably never
noticed has been removed.) It&#8217;s possible some plugins that added stuff to
the visual editor (like a new toolbar button) no longer work, so we&#8217;d like

to hear about them (<a href="https://core.trac.wordpress.org/ticket/24067">#240


67</a>). (And be sure to <a href="http://wordpress.org/support/">open a support
thread</a> for the plugin author.)</li>\n<li>We&#8217;ve added <strong>widget ma
nagement to live previews</strong> (the customizer). Please test editing, adding
, and rearranging widgets! (<a href="https://core.trac.wordpress.org/ticket/2711
2">#27112</a>) We&#8217;ve also added the ability to upload, crop, and manage he
ader images, without needing to leave the preview. (<a href="https://core.trac.w
ordpress.org/ticket/21785">#21785</a>)</li>\n<li>We brought 3.8&#8242;s beautifu
l new theme browsing experience to the <strong>theme installer</strong>. Checkit
out! (<a title="View ticket" href="https://core.trac.wordpress.org/ticket/27055"
>#27055</a>)</li>\n<li><strong>Galleries</strong> now receive alivepreview in the
editor. Upload some photos and insert a gallery to see this in action. (<a href=
"https://core.trac.wordpress.org/ticket/26959">#26959</a>)</li>\n<li>You can now
<strong>drag-and-drop</strong> images directly onto the editor to upload them.
It can be a bit finicky, so try it and help us work out the kinks. (<a href="htt
ps://core.trac.wordpress.org/ticket/19845">#19845</a>)</li>\n<li>Some things got
improved around <strong>editing images</strong>. It&#8217;s a lot easier to mak
e changes to an image after you insert it into a post (<a class="closed" title="
View ticket" href="https://core.trac.wordpress.org/ticket/24409">#24409</a>) and
you no longer get kicked to a new window when you need to crop or rotate an ima
ge (<a href="https://core.trac.wordpress.org/ticket/21811">#21811</a>).</li>\n<l
i>New <strong>audio/video playlists</strong>. Upload a few audio or video files
to test these. (<a href="https://core.trac.wordpress.org/ticket/26631">#26631</a
>)</li>\n</ul>\n<p><strong>If you think youve found a bug</strong>, you can post
to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a
> in the support forums. We&#8217;d love to hear from you! If youre comfortable w
riting a reproducible bug report, <a href="https://make.wordpress.org/core/repor
ts/">file one on the WordPress Trac</a>. There, you can also find <a href="http:
//core.trac.wordpress.org/tickets/major">a list of known bugs</a> and <a href="h
ttp://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.9"
>everything weve fixed</a> so far.</p>\n<p><strong>This software is still in deve
lopment,</strong> so we dont recommend you run it on a production site. Consider
setting up a test site just to play with the new version. To test WordPress 3.9,
try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">Wo
rdPress Beta Tester</a> plugin (youll want bleeding edge nightlies). Or you can <a
href="http://wordpress.org/wordpress-3.9-beta1.zip">download the beta here</a> (
zip).</p>\n<hr />\n<p><strong>DEVELOPERS!</strong> Hello! There&#8217;s lots for
you, too.</p>\n<p><strong>Please test your plugins and themes!</strong> There&#
8217;s a lot of great stuff under the hood in 3.9 and we hope to blog a bit abou
t them in the coming days. If you haven&#8217;t been reading the awesome <a href
="http://make.wordpress.org/core/tag/week-in-core/">weekly summaries</a>on the <a
href="http://make.wordpress.org/core/">main core development blog</a>, that&#82
17;s a great place to start. (You should definitely follow that blog.) For now,
here are some things to watch out for when testing:</p>\n<ul>\n<li>The <strong>l
oad process in multisite</strong> got rewritten. If you notice any issues with y
our network, see<a href="https://core.trac.wordpress.org/ticket/27003">#27003</a>
.</li>\n<li>We now use the <strong>MySQL Improved (mysqli) database extension</s
trong> if you&#8217;re running a recent version of PHP (<a href="https://core.tr
ac.wordpress.org/ticket/21663">#21663</a>). Please test your plugins and see tha
t everything works well, and please make sure you&#8217;re not calling <code>mys
ql_*</code> functions directly.</li>\n<li><strong>Autosave</strong> was refactor
ed, so if you see any issues related to autosaving, heartbeat, etc., let us know
(<a href="https://core.trac.wordpress.org/ticket/25272">#25272</a>).</li>\n<li>
Library updates, in particular Backbone 1.1 and Underscore 1.6 (<a href="https:/
/core.trac.wordpress.org/ticket/26799">#26799</a>). Also Masonry 3 (<a href="htt
ps://core.trac.wordpress.org/ticket/25351">#25351</a>), PHPMailer (<a href="http
s://core.trac.wordpress.org/ticket/25560">#25560</a>), Plupload (<a href="https:
//core.trac.wordpress.org/ticket/25663">#25663</a>), and TinyMCE (<a href="https
://core.trac.wordpress.org/ticket/24067">#24067</a>).</li>\n<li>TinyMCE 4.0 is a
<em>major</em> update. Please see TinyMCE&#8217;s <a href="http://www.tinymce.c

om/wiki.php/Tutorial:Migration_guide_from_3.x">upgrade guide</a> and our <a href


="https://core.trac.wordpress.org/ticket/24067">implementation ticket</a> for mo
re. If you have any questions or problems, please <a href="http://wordpress.org/
support/forum/alphabeta">open a thread in the support forums</a>.</li>\n</ul>\n<
p>Happy testing!</p>\n<p><em><em>Lots of improvements<br />\nLittle things go a
long way</em><br />\nPlease test beta one<br />\n</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, 11 Mar 2014 13:42:19 +0000";s:7:"at
tribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s
:0:"";}}}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:"Andrew Nacin";s: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:48:"WPTavern: First WordCamp Dayton
A Flying Success";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expl
icit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http
://wptavern.com/?p=18649";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_ba
se_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:1
40:"http://wptavern.com/first-wordcamp-dayton-a-flying-success?utm_source=rss&ut
m_medium=rss&utm_campaign=first-wordcamp-dayton-a-flying-success";s:7:"attribs";
a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}
}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7012:"<p>During this past weekend
, I attended the first ever <a href="http://2014.dayton.wordcamp.org/" title="ht
tp://2014.dayton.wordcamp.org/">WordCamp Dayton, Ohio</a>. Organized by Nathan D
river and a number of volunteers, the event was held on the campus of <a href="h
ttp://www.wright.edu/maps/facility/rike-hall" title="http://www.wright.edu/maps/
facility/rike-hall">Wright State University within Rike Hall</a>. Other WordCamp
s I&#8217;ve attended on college campuses have gone well and this event was no e
xception.</p>\n<h3>WordCamp Dayton Started As A Meetup</h3>\n<p>When I asked Dri
ver how WordCamp Dayton started, he told me it began with their local meetup. Af
ter visiting WordCamps throughout the state of Ohio, he discovered many of the a
ttendees were from Southwest Ohio and wanted an event closer to home. He created
a meetup around the Dayton area to gauge interest. &#8220;<em>After a couple of
months of debating we went for it and had our first MeetUp in October 2012&#824
3;.</em> After managing the meetup for a couple of months, Driver noticed intere
st grew along with memberships which is when he decided to begin the process of
creating a WordCamp.</p>\n<blockquote class="twitter-tweet" width="550"><p>It be
gins. <a href="https://twitter.com/search?q=%23wcdayton&src=hash">#wcdayton</a>
opening remarks <a href="http://t.co/zHSUxnC1HG">pic.twitter.com/zHSUxnC1HG</a><
/p>\n<p>&mdash; Dustin Filippini (@dustyf) <a href="https://twitter.com/dustyf/s
tatuses/442306845726633985">March 8, 2014</a></p></blockquote>\n<p></p>\n<p>Word
Camp Dayton was a two-day event with Friday featuring a beginners workshop. I wa
s told around <strong>65</strong> people participated in the workshop where they
were introduced to WordPress and learned about eCommerce as well as SEO. Saturd
ay was dedicated to three different tracks of sessions covering publishers and u
sers, power users, and developers.</p>\n<h3>New Event Filled With New Users</h3>
\n<p>When Driver asked the audience how many of them were new to WordPress almos
t two-thirds of the room raised their hands. When he asked the audience if it wa
s their first WordCamp, almost the same amount of hands were raised. Considering
this was the first event of its kind in the area and so many people were new to
WordPress, it&#8217;s impressive to see how many of them discovered and attende
d the event.</p>\n<blockquote class="twitter-tweet" width="550"><p>Deep dive int
o WordPress <a href="https://twitter.com/daytonwp">@daytonwp</a> with <a href="h
ttps://twitter.com/MarcBenzak">@MarcBenzak</a> <a href="https://twitter.com/sear
ch?q=%23wcdayton&src=hash">#wcdayton</a> <a href="http://t.co/7nQEN4Si0S">pic.tw
itter.com/7nQEN4Si0S</a></p>\n<p>&mdash; Chris Celek (@ChrisCelek) <a href="http
s://twitter.com/ChrisCelek/statuses/442317759977115649">March 8, 2014</a></p></b
lockquote>\n<p></p>\n<h3>Cory Miller Delivers Inspirational Keynote</h3>\n<p>Cor
y Miller of <a title="http://ithemes.com/" href="http://ithemes.com/">iThemes.co

m</a> gave his <a title="http://www.slideshare.net/mobile/corymiller303/wordcamp


-dayton-keynote" href="http://www.slideshare.net/mobile/corymiller303/wordcamp-d
ayton-keynote">keynote presentation</a> after lunch and it was filled with inspi
rational messages. During the keynote, I looked around the room and saw a lot of
people nodding their head in agreement. It was one of the most talked about ses
sions of the day. Here are a few examples:</p>\n<blockquote class="twitter-tweet
" width="550"><p>"Dream big enough for two lifetimes" &#8211; Amazing motivation
al presentation by <a href="https://twitter.com/corymiller303">@corymiller303</a
> at <a href="https://twitter.com/search?q=%23wcdayton&src=hash">#wcdayton</a> &
#8211; "Click Publish!" :-)</p>\n<p>&mdash; Joseph Herbrandson (@JHerbrandson) <
a href="https://twitter.com/JHerbrandson/statuses/442369179900203008">March 8, 2
014</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet" width="550"
><p>"You only fail if you don''t try and learn." <a href="https://twitter.com/cor
ymiller303">@CoryMiller303</a> <a href="https://twitter.com/search?q=%23wcdayton
&src=hash">#wcdayton</a></p>\n<p>&mdash; Daniel J. Lewis (@theRamenNoodle) <a hr
ef="https://twitter.com/theRamenNoodle/statuses/442367810446958593">March 8, 201
4</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet" width="550"><
p>The tragedy of life is what dies inside a man while he lives. Tracking with <a
href="https://twitter.com/corymiller303">@corymiller303</a> <a href="https://tw
itter.com/search?q=%23wcdayton&src=hash">#wcdayton</a> <a href="http://t.co/zGuK
dTFwgk">pic.twitter.com/zGuKdTFwgk</a></p>\n<p>&mdash; Mark Stevenson (@hsleader
777) <a href="https://twitter.com/hsleader777/statuses/442367711377907713">March
8, 2014</a></p></blockquote>\n<p></p>\n<h3>Advice For New Organizers</h3>\n<p>O
rganizing a WordCamp is not an easy task. It takes drive, dedication, and a team
of great volunteers. Driver told me one of the most challenging aspects of orga
nizing the event was &#8220;<em>Finding the right individuals to have on the tea
m and working with their schedule</em>&#8220;. While WordCamp is labeled a confe
rence, it&#8217;s not the typical event people may be familiar with. As Driver t
old me, &#8220;<em>It&#8217;s not about sitting in a room and listening to a spe
aker and moving on to the next one. It&#8217;s about providing a community envir
onment.</em>&#8221;</p>\n<p>I asked Driver what advice would he give to those or
ganizing their first WordCamp:</p>\n<blockquote><p>Take your time. Contact every
one. Above all, have fun. As soon as you get the green light from <a href="http:
//central.wordcamp.org/" title="http://central.wordcamp.org/">WordCamp Central</
a> go for it. Work through the tasks you think will be the most difficult first.
Keep that momentum and keep going back to the reason why you wanted to have a W
ordCamp in your area. It&#8217;s not about you, it&#8217;s about the community.
</p></blockquote>\n<h3>First Time Event Is A Flying Success</h3>\n<p>First time
WordCamps usually have hiccups. While we did have a schedule change and had to s
witch rooms once to account for the number of people showing up to certain sessi
ons, the rest of the event was perfect. The catered food was delicious, there wa
s plenty of time for networking, and the location was just right. I commend and
thank Nathan Driver along with all of his volunteers for helping make the first
WordCamp Dayton such a success. I hope it becomes an annual tradition.</p>\n<p>L
ast but not least, WordCamp Dayton reminded me that although WordPress is softwa
re, it&#8217;s the people behind it that make all the difference.</p>\n<blockquo
te class="twitter-tweet" width="550"><p><a href="https://twitter.com/search?q=%2
3wcdayton&src=hash">#wcdayton</a> WordCamps are reminders that while WordPress i
s software, its the people surrounding it that make all the difference.</p>\n<p>&
mdash; Jeff (@jeffr0) <a href="https://twitter.com/jeffr0/statuses/4425416392280
71937">March 9, 2014</a></p></blockquote>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml
_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate"
;a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Mar 2014 01:30: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:"d
ata";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_ba
se_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:72:"WordPress.tv: Amaury Balmer: In

dustrialiser son ou ses projets WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:


0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:
5:{s:4:"data";s:28:"http://wordpress.tv/?p=31977";s:7:"attribs";a:0:{}s:8:"xml_b
ase";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:
{i:0;a:5:{s:4:"data";s:89:"http://wordpress.tv/2014/03/10/amaury-balmer-industri
aliser-son-ou-ses-projets-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:673:"<div id="v-RNF5R6Jq-1" class="video-player">\n</div><br
/> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordp
ress.com/31977/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comm
ents/wptv.wordpress.com/31977/" /></a> <img alt="" border="0" src="http://stats.
wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31977&subd=wptv&ref=&fee
d=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/10/amaurybalmer-industrialiser-son-ou-ses-projets-wordpress/"><img alt="Amaury Balmer Wor
dCamp Paris 2014. mp4" src="http://videos.videopress.com/RNF5R6Jq/video-0a5ff006
5f_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}
s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"
pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Mar 2014 22:30:53 +0000";s:7:"at
tribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s
:0:"";}}}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:"WordPress.tv";s: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:73:"WPTavern: Dazzling: A Free Flat
Design WordPress Theme Based on Bootstrap";s:7:"attribs";a:0:{}s:8:"xml_base";s
:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a
:5:{s:4:"data";s:28:"http://wptavern.com/?p=18664";s:7:"attribs";a:0:{}s:8:"xml_
base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1
:{i:0;a:5:{s:4:"data";s:188:"http://wptavern.com/dazzling-a-free-flat-design-wor
dpress-theme-based-on-bootstrap?utm_source=rss&utm_medium=rss&utm_campaign=dazzl
ing-a-free-flat-design-wordpress-theme-based-on-bootstrap";s:7:"attribs";a:0:{}s
:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"
description";a:1:{i:0;a:5:{s:4:"data";s:2213:"<p>Dazzling is a new free theme th
at landed in the <a href="http://wordpress.org/themes/" target="_blank">WordPres
s Themes Directory</a> last week. It&#8217;s based on Bootstrap 3, which makes i
t responsive and mobile friendly. The theme features an optional full-screen fea
tured slider, which works well for customizing business or creative websites.</p
>\n<p>If you&#8217;re a fan of flat design with <a href="http://wptavern.com/exp
loring-wordpress-theme-designers-love-affair-with-mint-green" target="_blank">mi
nt green</a> accent colors, the Dazzling theme has you covered.</p>\n<p><a href=
"http://wptavern.com/wp-content/uploads/2014/03/dazzling.png" rel="prettyphoto[1
8664]"><img src="http://wptavern.com/wp-content/uploads/2014/03/dazzling.png" al
t="dazzling" width="880" height="660" class="aligncenter size-full wp-image-1866
6" /></a></p>\n<p>After just one week in the directory, Dazzling has been downlo
aded nearly 3,000 times, a strong start which indicates that it&#8217;s likely t
o become a favorite among free WordPress themes.</p>\n<h3>Dazzling Features:</h3
>\n<p>This theme comes packaged with its own options panel for customizing the d
esign, including the ability to edit the footer copyright information, set up th
e slider, customize typography and more.</p>\n<ul>\n<li>Logo upload support</li>
\n<li>Customizable call-to-action section</li>\n<li>Color customization for ever
y aspect of the theme</li>\n<li>Retina ready</li>\n<li>Support for Font Awesome
icons</li>\n<li>Popular posts widget</li>\n<li>Translation ready</li>\n<li>Infin
ite Scroll (powered by Jetpack)</li>\n<li>Multiple widget areas</li>\n</ul>\n<p>
Dazzling also includes extra optimization for many popular plugins such as Conta
ct Form 7, WordPress SEO, Jetpack and more to follow in subsequent theme updates
.</p>\n<p>Check out the <a href="http://colorlib.com/dazzling/" target="_blank">
live demo</a> to see Dazzling in action.</p>\n<p>Extensive <a href="http://color
lib.com/wp/support/dazzling/" target="_blank">documentation</a> for the theme is
available on the author&#8217;s website. Download <a href="http://wordpress.org

/themes/dazzling" target="_blank">Dazzling</a> for free via the theme administra


tion panel in the WordPress admin.</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, 10 Mar 2014 21:46:40 +0000";s:7:"attribs";a:0:{}s:8:"xm
l_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"S
arah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit"
;b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n
\n
\n
\n
\n
\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_
base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title
";a:1:{i:0;a:5:{s:4:"data";s:54:"WPTavern: Sofia, Bulgaria To Host WordCamp Euro
pe 2014";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;
s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptaver
n.com/?p=18627";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explici
t";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:150:"http:/
/wptavern.com/sofia-bulgaria-to-host-wordcamp-europe-2014?utm_source=rss&utm_med
ium=rss&utm_campaign=sofia-bulgaria-to-host-wordcamp-europe-2014";s:7:"attribs";
a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}
}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1998:"<p><a href="http://wptavern
.com/wp-content/uploads/2014/03/npc.jpg" rel="prettyphoto[18627]"><img src="http
://wptavern.com/wp-content/uploads/2014/03/npc.jpg" alt="npc" width="789" height
="379" class="aligncenter size-full wp-image-18647" /></a></p>\n<p>The dates and
location for WordCamp Europe 2014 are now set. The event will be held in Sofia,
Bulgaria on September 2729. Sofia&#8217;s <a href="http://www.ndk.bg/" target="_
blank">National Palace of Culture</a> will host WordPress fans from around the w
orld. This beautiful venue is one of the largest convention centers in Southeast
ern Europe, with eight floors and three underground levels.</p>\n<p>In 2013, mor
e than 700 attendees converged upon Leiden, the Netherlands for the <a href="htt
p://2013.europe.wordcamp.org/" target="_blank">event</a>, which, by all accounts
, was a smashing success. This massive undertaking was made possible by the effo
rts of a dedicated 50-person volunteer team.</p>\n<p>The first WordCamp Europe i
nspired the European WordPress community and caused them to come together in a n
ew ways. Jenny Beaumont, an attendee we <a href="http://wptavern.com/wordcamp-pa
ris-2014-uniting-the-french-wordpress-community" target="_blank">interviewed</a>
, remarked about how the event was transformative for the French WordPress commu
nity:</p>\n<blockquote><p>I really feel that something special happened at WordC
amp Europe back in October, something that inspired a momentum that were all stil
l riding on today. People are coming together, opening up and crossing divides.<
/p></blockquote>\n<p>If you want to keep your finger on the pulse of the Europea
n WordPress community, mark your calendar to attend WordCamp Europe 2014. The <a
href="http://2014.europe.wordcamp.org/" target="_blank">event website</a> has a
form where you can subscribe to be notified of updates by email. Follow <a href
="https://twitter.com/WCEurope" target="_blank">WordCamp Europe on Twitter</a> f
or all the latest news related to the event.</p>";s:7:"attribs";a:0:{}s:8:"xml_b
ase";s:0:"";s:17:"xml_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, 10 Mar 2014 19:09:17 +0000";s:7:"attribs";a:0
:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s
:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"dat
a";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: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:75:"WPTavern: How to Subscribe to WordPress
.org Plugin and Theme Support Forums";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";
s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:
4:"data";s:28:"http://wptavern.com/?p=18617";s:7:"attribs";a:0:{}s:8:"xml_base";
s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;
a:5:{s:4:"data";s:194:"http://wptavern.com/how-to-subscribe-to-wordpress-org-plu
gin-and-theme-support-forums?utm_source=rss&utm_medium=rss&utm_campaign=how-to-s
ubscribe-to-wordpress-org-plugin-and-theme-support-forums";s:7:"attribs";a:0:{}s

:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"
description";a:1:{i:0;a:5:{s:4:"data";s:4715:"<p><a href="http://wptavern.com/wp
-content/uploads/2014/03/rss1.jpg" rel="prettyphoto[18617]"><img src="http://wpt
avern.com/wp-content/uploads/2014/03/rss1.jpg" alt="rss" width="855" height="409
" class="aligncenter size-full wp-image-18641" /></a></p>\n<p>After the rush of
listing a theme or plugin on WordPress.org, the reality of providing support wil
l soon set in. The best way to stay in touch with your user base is to subscribe
to the support forums, since that&#8217;s the first place people generally go w
hen looking for answers. Subscription options vary, depending on if it&#8217;s a
plugin vs. a theme, so we&#8217;ll cover ways to keep yourself informed for eac
h.</p>\n<h3>How to Subscribe to Plugin Support Forums</h3>\n<p>Plugins are fairl
y easy, because there&#8217;s a ready-made option for plugin authors who prefer
email notifications for support forums. Scroll to the bottom of the support foru
m and you will find the option to subscribe via email.</p>\n<p><a href="http://w
ptavern.com/wp-content/uploads/2014/03/plugin-support.jpg" rel="prettyphoto[1861
7]"><img src="http://wptavern.com/wp-content/uploads/2014/03/plugin-support.jpg"
alt="plugin-support" width="774" height="175" class="aligncenter size-full wp-i
mage-18622" /></a></p>\n<p>Of course, if you feel like your inbox is a dead end,
you might make use of the RSS feed. Each plugin on WordPress.org has its own un
ique RSS feed. Plugin authors who have multiple works can subscribe to all of th
eir plugins at once using this feed:</p>\n<pre>http://wordpress.org/support/rss/
view/plugin-committer/yourusername</pre>\n<p>Given that RSS is the only option f
or subscribing to theme support forums, I&#8217;ll describe a few ways to utiliz
e RSS below.</p>\n<h3>How to Subscribe to Theme Support Forums</h3>\n<p>Currentl
y there is no option for subscribing to WordPress.org theme support forums by em
ail. I checked with Samuel Wood (aka &#8220;Otto&#8221;), who works on the site,
to find out if it&#8217;s something they will add. He said that it&#8217;s on t
he road map for the future.</p>\n<p>In the meantime, RSS is your only option, bu
t it actually opens up many possibilities. RSS allows you to funnel data to your
self in different ways. If you want updates by email, you can easily sign up usi
ng a service like <a href="https://ifttt.com/" target="_blank">IFTTT</a> or <a h
ref="http://wptavern.com/ http://blogtrottr.com/">Blogtrottr</a>.</p>\n<p><a hre
f="http://wptavern.com/wp-content/uploads/2014/03/ifttt.png" rel="prettyphoto[18
617]"><img src="http://wptavern.com/wp-content/uploads/2014/03/ifttt.png" alt="i
fttt" width="775" height="296" class="aligncenter size-full wp-image-18624" /></
a></p>\n<p>If you want to be super militant about responding to support requests
, you could set up an <a href="https://ifttt.com/" target="_blank">IFTTT</a> to
route the RSS feed to SMS.</p>\n<p>Another option is set up an IFTTT recipe to c
hannel RSS updates to an email that is specific for adding tasks to Evernote, Wu
nderlist, Asana, Remember The Milk or your favorite to-do app. Since both plugin
s and themes have RSS feeds, there many ways to put those feeds to work for you.
Bypassing your inbox entirely may help you to be more organized and efficient i
n providing support for your plugins and themes.</p>\n<h3>Why It&#8217;s Importa
nt to Stay on Top of Support</h3>\n<div id="attachment_18634" class="wp-caption
alignright"><a href="http://wptavern.com/wp-content/uploads/2014/03/origin_49009
13730.png" rel="prettyphoto[18617]"><img src="http://wptavern.com/wp-content/upl
oads/2014/03/origin_4900913730-300x300.png" alt="photo credit: Open Kitchen Espaa
- cc" width="300" height="300" class="size-medium wp-image-18634" /></a><p clas
s="wp-caption-text">photo credit: <a href="http://www.flickr.com/photos/open-kit
chen/4900913730/">Open Kitchen Espaa</a> &#8211; <a href="http://creativecommons.
org/licenses/by-sa/2.0/">cc</a></p></div>\n<p>Even if you don&#8217;t have the t
ime to commit to jump in on the forums as often as you&#8217;d like, notices rou
ted to your inbox or to-do app will log those issues in the back of your mind. Y
ou&#8217;ll become more aware of areas where you might be able to improve plugin
or theme documentation. The next time you get a rainy Saturday, you&#8217;ll al
ready be poised to tackle potential issues that need updating in your themes and
plugins.</p>\n<p>Chances are that the reason you put your extension on WordPres
s.org was so that other people can use what you made. Staying on top of support
will ultimately serve to make your users happier. This can potentially increase
your ratings, generate better reviews and boost confidence for new users who are

checking out your extension for the first time.</p>";s:7:"attribs";a:0:{}s:8:"x


ml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDat
e";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Mar 2014 17:42:23 +0000";s:7:"attribs"
;a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";
}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:
"data";s:13:"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:78:"WPTavern: A Look Behind PropsPr
ess: A Site Dedicated to WordPress Contributors";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{
i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18345";s:7:"attribs";a:0:{}s:8:
"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link
";a:1:{i:0;a:5:{s:4:"data";s:198:"http://wptavern.com/a-look-behind-propspress-a
-site-dedicated-to-wordpress-contributors?utm_source=rss&utm_medium=rss&utm_camp
aign=a-look-behind-propspress-a-site-dedicated-to-wordpress-contributors";s:7:"a
ttribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";
s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6919:"<div id="attachment
_18610" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/u
ploads/2014/03/thanks.jpg" rel="prettyphoto[18345]"><img src="http://wptavern.co
m/wp-content/uploads/2014/03/thanks.jpg" alt="photo credit: marc falardeau - cc"
width="905" height="412" class="size-full wp-image-18610" /></a><p class="wp-ca
ption-text">photo credit: <a href="http://www.flickr.com/photos/49889874@N05/527
8676260/">marc falardeau</a> &#8211; <a href="http://creativecommons.org/license
s/by/2.0/">cc</a></p></div>\n<p><a href="http://propspress.com/" target="_blank"
>PropsPress</a> is an inspirational WordPress site that publishes posts, recogni
zing code contributed to the WordPress core. The site uses <a href="https://iftt
t.com/" target="_blank">IFTTT</a> to monitor the changesets from the wordpress.o
rg trac system and re-publishes the commit messages with &#8220;props&#8221; to
recognize the folks who worked on the code.</p>\n<p><a href="http://wptavern.com
/wp-content/uploads/2014/03/props.jpg" rel="prettyphoto[18345]"><img src="http:/
/wptavern.com/wp-content/uploads/2014/03/props.jpg" alt="props" width="492" heig
ht="146" class="aligncenter size-full wp-image-18543" /></a></p>\n<p>WordPress d
eveloper <a href="https://twitter.com/k_payne" target="_blank">Kurt Payne</a> cr
eated the site with a desire to illustrate how WordPress is built through the co
mbined efforts of many people. &#8220;PropsPress was a fun pet project I started
a long time ago when I first got involved in WordPress contributions,&#8221; he
said. &#8220;I thought it would be fun to have a central place to have a call-o
ut whenever a piece of code was contributed.&#8221;</p>\n<h3>Why PropsPress?</h3
>\n<p>When Payne first set up PropsPress, he wanted to highlight contributions i
n order to inspire more people to get involved in core contributions:</p>\n<bloc
kquote><p>When I first started contributing (July 2011 or so), the core group fe
lt pretty small and it was difficult to get people contributing. I perceived a
problem of too much work (too many trac tickets, too many things needed testing)
, and too little knowledge (too few core members had the right knowledge of how
to use trac / WordPress).</p></blockquote>\n<p>Since that time, however, WordPre
ss has added <a href="http://make.wordpress.org/core/2013/12/31/commit-announcem
ents-for-3-9/" target="_blank">several new committers</a> and has made great str
ides in making contribution more accessible vai the <a href="http://make.wordpre
ss.org/core/handbook/" target="_blank">Core Contributors Handbook</a>.</p>\n<p><
strong>&#8220;Overall, WordPress is a much friendlier place for contributors,&#8
221;</strong> Payne said, which he attributed to the recent <a href="http://wpta
vern.com/wordpress-core-trac-gets-a-design-refresh-new-features-and-enhancements
" target="_blank">trac re-organization and refresh</a>, as well as the addition
of new group leads to help facilitate communication and representation.</p>\n<p>
Meanwhile, PropsPress has been quietly <a href="https://twitter.com/propspress"
target="_blank">tweeting</a> out props and publishing commit messages. &#8220;I
was hoping to augment what WordPress was already doing with &#8216;recent rockst
ars&#8217; but on a more regular basis,&#8221; Payne said. &#8220;I didn&#8217;t

know where it would go, so I kinda let it bake.&#8221;</p>\n<h3>A New Direction


for PropsPress</h3>\n<p>Payne is unsure as to whether PropsPress actually moved
the needle to inspire more contributions to WordPress but he&#8217;s looking to
use the website as a way to give back to the community. He&#8217;s got a few id
eas to add stats tracking for all forms of WordPress contribution:</p>\n<blockqu
ote><p>Codex contributions, support in irc / forums, ticket contributions (garde
ning, testing), translations, monetary donations, etc. This is all in addition t
o the code contributions. I think these would be fantastic to track.</p></block
quote>\n<p>Ideally, Payne would like to be able to show a range of individual st
ats, including:</p>\n<ul>\n<li>Number of submitted patches</li>\n<li>Number of a
ccepted contributions</li>\n<li>Number of ticket touches</li>\n<li>Pie chart of
JS / PHP / HTML</li>\n<li>Pie chart of unit tests vs. core code</li>\n</ul>\n<p>
Payne says the idea is more for recognition and encouragement than for competiti
on. He has reservations about adding too much gamification. &#8220;<span class="
pullquote alignleft">It can be dangerous to gamify it too much because then it c
an become less about the altruism and more about the game.</span>&#8221;</p>\n<p
>He hopes to backfill PropsPress to put each post in a tag for the users who are
props&#8217;d so that the props would be queryable using WordPress taxonomies.
Another interesting addition that he&#8217;d like to bring is a per-release tota
l of &#8220;core committer code&#8221; vs &#8220;props code&#8221; in a stacked
graph. &#8220;The hope is that the props code, in aggregate, is trending up!&#82
21; he said.</p>\n<p>One fun idea he has is to see WordPress identify &#8220;com
mit-anniversaries&#8221; and celebrate them, too.</p>\n<blockquote><p>This is ea
sy to automate and is already celebrated on Twitter manually. Imagine if you wok
e up to &#8217;1 year ago, your code was pulled into WordPress 3.6. Thank you!&#
8217; with a link to the ticket. That&#8217;s something you can retweet and that
&#8217;s something that people can get excited about.</p></blockquote>\n<p>Some
of these ideas have been included in past WordPress <a href="http://make.wordpre
ss.org/core/2012/12/28/contributor-stats/" target="_blank">community discussions
</a> on WordPress stats, though it may not be possible to easily access this inf
ormation at this point in time.</p>\n<p>Payne said that he would love to work on
this project again but he needs help. &#8220;As you can tell, I have big vision
and little time. Some suggestions from the leaders in the community would help
set the direction.&#8221;</p>\n<h3>The Value of Knowing Where Contributions Come
From</h3>\n<p>Payne believes that changes to PropsPress can help provide more i
nformation on where WordPress contributions come from, with the ultimate goal of
improving the contribution experience. He poses a few examples:</p>\n<blockquot
e><p>What if WP knew that 90% of its code came from 10 people, and the other 10%
came from 100 people &#8230; that&#8217;s good to know. Or what if I told you
that 80% of contributors were one-time contributors only? That&#8217;s a totall
y made up number, but that type of metric is actionable. You can go find those o
ne time contributors and do deep dives into their contribution experiences to fi
nd out why they aren&#8217;t contributing again.</p></blockquote>\n<p>Payne is o
pen to ideas and suggestions from the community to improve <a href="http://props
press.com/" target="_blank">PropsPress</a>. What do you think about the concept
of the site? Does it serve a valuable purpose?</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, 07 Mar 2014 23:50:12 +0000";s:7:"attribs";a
:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}
}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"d
ata";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_ba
se_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:54:"WPTavern: Visualize WordPress P
roject Stats With Ohloh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_bas
e_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28
:"http://wptavern.com/?p=18560";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"
xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"dat
a";s:152:"http://wptavern.com/visualize-wordpress-project-stats-with-ohloh?utm_s

ource=rss&utm_medium=rss&utm_campaign=visualize-wordpress-project-stats-with-ohl
oh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"
xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6489:"<p><a hre
f="http://wptavern.com/wp-content/uploads/2014/03/wordpress-stats.jpg" rel="pret
typhoto[18560]"><img src="http://wptavern.com/wp-content/uploads/2014/03/wordpre
ss-stats.jpg" alt="wordpress-stats" width="796" height="369" class="alignright s
ize-full wp-image-18589" /></a></p>\n<p><a href="http://www.ohloh.net/" target="
_blank">Ohloh</a> is an excellent resource for tracking open source projects and
their contributions. The site allows you to search 10 billion lines of code and
provides some fascinating data sets for OS projects, including <a href="http://
www.ohloh.net/p/wordpress" target="_blank">WordPress</a> and many of its popular
plugins.</p>\n<p>Ohloh&#8217;s analysis of &#8220;WordPress in a Nutshell&#8221
; is based on the stats it was able to mine from the code and some in-house esti
mates. It provides an interesting perspective on the project:</p>\n<ul>\n<li>Wor
dPress has had <a href="http://www.ohloh.net/p/wordpress/commits/summary" target
="_blank">25,085 commits</a> made by <a href="http://www.ohloh.net/p/wordpress/c
ontributors/summary" target="_blank">52 contributors</a> representing <a href="h
ttp://www.ohloh.net/p/wordpress/analyses/latest/languages_summary" target="_blan
k">248,090 lines of code</a></li>\n<li>WordPress is mostly written in PHP with a
n average number of source code comments (as compared to other PHP projects in O
hloh)</li>\n<li>WordPress has a well established, mature codebase, maintained by
a large development team with <a href="http://www.ohloh.net/p/wordpress/factoid
s#FactoidActivityStable" target="_blank">stable Y-O-Y commits</a></li>\n<li>Word
Press took an estimated <a href="http://www.ohloh.net/p/wordpress/estimated_cost
" target="_blank">64 years of effort</a> (COCOMO model) starting with its <a hre
f="http://www.ohloh.net/p/wordpress/commits?sort=oldest" target="_blank">first c
ommit</a> in April, 2003, ending with its most recent commit about 4 hours ago</
li>\n</ul>\n<p>In addition to the historical data provided about commits to the
project, the assessment of the trends in recent activity is quite valuable to th
ose working within the WordPress ecosystem.</p>\n<h3>Communicating &#8220;Free,
Yet Priceless&#8221; Is Not Easy</h3>\n<p>If you&#8217;ve built a business aroun
d providing WordPress development services, the insight provided here can help y
ou articulate your confidence in the stability of the project for clients who ar
e new to OS software. The notion of using software that is free to download may
be off-putting to business owners who are used to judging value by dollars and t
ime invested.</p>\n<p>Ohlo&#8217;s <a href="http://www.ohloh.net/p/wordpress/est
imated_cost" target="_blank">estimated cost</a> of WordPress is $3,488,557 with
63 person-years of effort, using the <a href="http://en.wikipedia.org/wiki/COCOM
O" target="_blank">Constructive Cost Model (COCOMO)</a>. While software cost est
imation isn&#8217;t an exact science, especially for distributed open-source pro
jects, a basic understanding of the COCOMO calculations provides an interesting
perspective on WordPress&#8217; value. It also reveals the power of like-minded
contributors working together toward a common goal.</p>\n<p>When you take into a
ccount the combined personnel attributes required to engineer and maintain a pro
ject of this size, there are few corporate entities that would have the budget t
o produce a project like WordPress in-house for their own development needs. Tha
t&#8217;s the beauty of open source software. Developers are happy to contribute
to projects they believe in, and you can bank on people believing in the philos
ophy behind WordPress.</p>\n<h3>Visualize WordPress Lines of Code By Language</h
3>\n<p>The <a href="http://www.ohloh.net/p/wordpress/analyses/latest/languages_s
ummary" target="_blank">languages summary</a> of the code base is of particular
interest during a time when the WordPress community has been enthusiastically em
bracing <a href="http://wptavern.com/wp-think-tank-panel-will-discuss-the-future
-of-wordpress-on-feb-25th" target="_blank">dialogues</a> about its future. Ohloh
offers a visual representation of WordPress lines of code by language:</p>\n<di
v id="attachment_18577" class="wp-caption aligncenter"><a href="http://wptavern.
com/wp-content/uploads/2014/03/wordpress-code-by-language.jpg" rel="prettyphoto[
18560]"><img src="http://wptavern.com/wp-content/uploads/2014/03/wordpress-codeby-language.jpg" alt="WordPress lines of code by Language" width="954" height="6
88" class="size-full wp-image-18577" /></a><p class="wp-caption-text">WordPress

lines of code by Language</p></div>\n<p>It&#8217;s interesting to note that CSS


and Javascript seem to parallel each other in terms of moderate growth over the
years. PHP is still the fastest growing language in the code base, although Word
Press co-founder Matt Mullenweg predicts that Javascript will someday make up th
e better part of its code. When speaking at <a href="http://2013.europe.wordcamp
.org/" target="_blank">WordCamp Europe 2013</a>, Mullenweg&#8217;s <a href="http
s://twitter.com/TacoVerdo/status/386810803640209408" target="_blank">advice</a>
to attendees was: &#8220;If you&#8217;re a developer today, learn as much JavaSc
ript as possible.&#8221;</p>\n<p>Ohloh&#8217;s graphs make it easy to visualize
composite languages used in WordPress code and lets you toggle by year in order
to further explore the data and follow the resulting trends.</p>\n<p><a href="ht
tp://wptavern.com/wp-content/uploads/2014/03/commits-per-month.jpg" rel="prettyp
hoto[18560]"><img src="http://wptavern.com/wp-content/uploads/2014/03/commits-pe
r-month-300x152.jpg" alt="commits-per-month" width="300" height="152" class="ali
gnright size-medium wp-image-18587" /></a>Even with Ohloh&#8217;s limited access
to the project&#8217;s public data, it&#8217;s fascinating to see how it has be
en able to provide visuals for stats such as <a href="http://www.ohloh.net/p/wor
dpress/commits/summary" target="_blank">commits per month</a> and <a href="http:
//www.ohloh.net/p/wordpress/contributors/summary" target="_blank">contributors p
er month</a>.</p>\n<p>It would be awesome if some day WordPress.org could displa
y more stats related to its code and contributions, which would undoubtedly prov
ide some more meaningful data on other aspects of the project as a whole. In the
meantime, <a href="http://www.ohloh.net/">Ohloh</a> is an excellent resource to
bookmark for an interesting perspective on what&#8217;s happening with the Word
Press code base.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_e
xplicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31
:"Fri, 07 Mar 2014 22:34:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:1
7:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elem
ents/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:
"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang
";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n
\n
\n
\n
\n
\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b
:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{
s:4:"data";s:28:"bbPress: 2014 bbPress Survey";s:7:"attribs";a:0:{}s:8:"xml_base
";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:
0;a:5:{s:4:"data";s:28:"http://bbpress.org/?p=143424";s:7:"attribs";a:0:{}s:8:"x
ml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";
a:1:{i:0;a:5:{s:4:"data";s:52:"http://bbpress.org/blog/2014/03/2014-bbpress-surv
ey/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:
"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1324:"<p>It wa
s late in 2010 that we started laying the foundation for bbPress 2.0, the reimag
ining of bbPress as a WordPress plugin. Since then, we&#8217;ve revolutionized t
heme integration with theme-compatibility, added depth to topics with threaded r
eplies, enabled users to stay connected with forum subscriptions, and added nume
rous other requested features (some that weren&#8217;t even in bbPress originall
y!)</p>\n<p>bbPress has always had a passionate community, and we want to keep e
veryone included in how we plan for the future of the platform. In general, we p
rioritize features and releases by the what we see requested in Trac and the For
ums, the wants/needs/desires of myself, Matt, &amp; Stephen, and we keep an eye
on the direction WordPress goes too.</p>\n<p>Just like we did with <a href="http
://buddypress.org/2014/01/2014-buddypress-survey/">BuddyPress</a>, Merci Me put
together a similar survey with questions that will help the core team build a be
tter bbPress. We want to create forum software that enjoy using, and your opinio
ns and feedback will definitely help with that.</p>\n<p>You will find the survey
embedded below.</p>\n<div class="pd-embed" type="type"></div>\n<p></p>\n<p>Than
ks for taking some time out of your day to help us. We&#8217;ll post the results
of this survey in the next few weeks!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s
:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:
0;a:5:{s:4:"data";s:31:"Fri, 07 Mar 2014 19:24: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:"h

ttp://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:1
7:"John James Jacoby";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_e
xplicit";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:54:"WPTavern: What Is The Future Of Comment
s In WordPress?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explic
it";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http:/
/wptavern.com/?p=18466";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base
_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:150
:"http://wptavern.com/what-is-the-future-of-comments-in-wordpress?utm_source=rss
&utm_medium=rss&utm_campaign=what-is-the-future-of-comments-in-wordpress";s:7:"a
ttribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";
s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8291:"<p>I&#8217;ve had a
special place in my heart for comments in WordPress ever since I started using
the platform. I hold comments in high regard because they often provide more ins
ight into the topic being discussed. Comments are a validation someone&#8217;s r
eading my content and I look forward to reading every one of them.</p>\n<p>WordP
ress comments haven&#8217;t changed much in the past few years. Brian Krogsgard
over at Postat.us has <a title="http://www.poststat.us/wordpress-comments/" href
="http://www.poststat.us/wordpress-comments/">published a list of ideas he has</
a> to improve the way comments function in WordPress. His ideas are solid and I
agree with them, especially the idea to remove what one of his clients considere
d to be <em>computer code</em> from the bottom of the comment form.</p>\n<div id
="attachment_18508" class="wp-caption aligncenter"><a href="http://wptavern.com/
wp-content/uploads/2014/03/CommentComputerCode.png" rel="prettyphoto[18466]"><im
g class="size-large wp-image-18508" alt="So Called Computer Code" src="http://wp
tavern.com/wp-content/uploads/2014/03/CommentComputerCode-500x131.png" width="50
0" height="131" /></a><p class="wp-caption-text">So Called Computer Code</p></di
v>\n<p>This code should be removed as suggested by Brian but I&#8217;d extend th
e idea to replace the text with WYSIWYG buttons people are familiar with to styl
e text. They&#8217;re called Quicktags and WordPress supports them out of the bo
x via the <a title="http://codex.wordpress.org/Quicktags_API" href="http://codex
.wordpress.org/Quicktags_API">Quicktags API</a>. Quicktags provide the same type
of buttons you&#8217;d see when writing a post in the Text editor of WordPress.
Bonus points to theme authors who style the tags to match the rest of the theme
.</p>\n<h3>Comments Of The Third Party Kind</h3>\n<p>The first thing I do after
I read an article is read the comments if they&#8217;re available. Unfortunately
, it&#8217;s becoming increasingly rare to see popular sites powered by WordPres
s using the native comment system. Most of the comment forms I see look like thi
s.</p>\n<div id="attachment_18509" class="wp-caption aligncenter"><a href="http:
//wptavern.com/wp-content/uploads/2014/03/CommentsByDisqus.png" rel="prettyphoto
[18466]"><img class="size-large wp-image-18509" alt="Comments by disqus" src="ht
tp://wptavern.com/wp-content/uploads/2014/03/CommentsByDisqus-500x420.png" width
="500" height="420" /></a><p class="wp-caption-text">Comments by disqus</p></div
>\n<p>Personally, I don&#8217;t like seeing two columns of related content under
neath the current conversation. I find it confusing to figure out where a conver
sation ends. The bottom line is more and more sites are turning to third party c
omment systems because of the features they have out of the box.</p>\n<h3>Automa
ttic Tried With IntenseDebate</h3>\n<div id="attachment_18513" class="wp-caption
aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/03/IntenseDeb
ateCommentForm.png" rel="prettyphoto[18466]"><img class="size-large wp-image-185
13" alt="IntenseDebate Comment Form" src="http://wptavern.com/wp-content/uploads
/2014/03/IntenseDebateCommentForm-500x343.png" width="500" height="343" /></a><p
class="wp-caption-text">IntenseDebate Comment Form</p></div>\n<p><a title="http
://blog.intensedebate.com/2008/09/23/automattic-acquires-intensedebate/" href="h
ttp://blog.intensedebate.com/2008/09/23/automattic-acquires-intensedebate/">Acqu
ired in September of 2008</a> by Automattic, <a title="http://www.intensedebate.
com/" href="http://www.intensedebate.com/">IntenseDebate</a> was one of many com
menting services launched that year including <a href="http://disqus.com/">Disqu

s</a>, <a href="http://sezwho.com/">SezWho</a>, and <a href="http://js-kit.com/"


>JS-Kit</a>. IntenseDebate had some cool features for comments at the time such
as threaded comments and reply by email. Fast forward six years later and Intens
eDebate is now on hiatus. This was confirmed by Matt Mullenweg when we interview
ed him on <a title="http://wptavern.com/wpweekly-episode-130-catching-up-with-ma
tt-mullenweg" href="http://wptavern.com/wpweekly-episode-130-catching-up-with-ma
tt-mullenweg">episode 130 of WordPress Weekly</a>.</p>\n<p>When I asked him abou
t the status of IntenseDebate, he replied &#8220;<em>IntenseDebate is currently
on hold. It&#8217;s not actively being worked on inside Automattic. But there ha
s been a lot of work on the Jetpack comment features such as subscriptions and i
nteractions with social networks.</em>&#8221;</p>\n<p>He also mentioned WordPres
s hasn&#8217;t done a lot of things to improve areas that are user facing such a
s comments. The last major improvement to comments was the addition of threaded
comments in <a title="http://wordpress.org/news/2008/12/coltrane/" href="http://
wordpress.org/news/2008/12/coltrane/">WordPress 2.7 &#8216;Coltrane&#8217;</a>.
He explained, &#8220;<em>It&#8217;s very difficult to iterate comments as it&#82
17;s hard to get those changes to be compatible with every WordPress theme in th
e world.</em>&#8221; He mentioned the possible use of API&#8217;s and ended his
answer with &#8220;<em>the most interesting things happening with comments are s
ervices and Automattic&#8217;s work with Jetpack Comments.</em>&#8221;</p>\n<h3>
Jetpack Powered Comments</h3>\n<p>I think its quite telling that WordPress.com do
esnt use IntenseDebate. Instead, it uses a custom comment system that supports us
ing credentials from four major social media services. <strong>WordPress.com, Tw
itter, Facebook, and Google+</strong>. If you use Jetpack, you can use the same
comment system by activating the <a title="http://jetpack.me/support/comments/"
href="http://jetpack.me/support/comments/">Jetpack Comments</a> module.</p>\n<di
v id="attachment_18512" class="wp-caption aligncenter"><a href="http://wptavern.
com/wp-content/uploads/2014/03/JetpackCommentForm.png" rel="prettyphoto[18466]">
<img class="size-large wp-image-18512" alt="Jetpack Comment Form" src="http://wp
tavern.com/wp-content/uploads/2014/03/JetpackCommentForm-500x289.png" width="500
" height="289" /></a><p class="wp-caption-text">Jetpack Comment Form</p></div>\n
<p>The biggest problem I have with Jetpack Comments is it&#8217;s not easily ext
endable using various comment plugins. Or, not many plugins are compatible with
Jetpack Comments. At least with IntenseDebate, there is a <a title="http://inten
sedebate.com/plugins" href="http://intensedebate.com/plugins">library of plugins
</a> to add features on top of what the service already offers. Since Jetpack Co
mments is tied to a plugin, it&#8217;s not platform agnostic like IntenseDebate.
</p>\n<h3>The Future Of Comments In WordPress Is Unclear</h3>\n<p>Between Jetpac
k comments and IntenseDebate, it&#8217;s unclear what the future holds for the n
ative comment system in WordPress. There have been multiple discussions around t
he topic of removing comments from core and putting them into a plugin but the i
dea hasn&#8217;t gained traction.</p>\n<p>My hope is that native WordPress comme
nts will continue to improve to the point where using a third party is counter-p
roductive. I want to see WordPress make it as easy as possible to contribute to
conversations on the web. When Matt Mullenweg <a title="http://ma.tt/2008/09/int
ense-debate-goes-automattic/" href="http://ma.tt/2008/09/intense-debate-goes-aut
omattic/">published the announcement</a> of acquiring IntenseDebate on his blog
in 2008, he said the following:</p>\n<blockquote><p>Long-term, I think that comm
ents are the most crucial interaction point for blogs, and an area that deserves
a lot of investment and innovation.</p></blockquote>\n<p>I hope he still feels
that way about comments and will strive to improve that area of WordPress sooner
, rather than later.</p>\n<h3>Further Reading</h3>\n<p>I encourage everyone to r
ead <a title="http://wptavern.com/dear-automattic-you-are-losing-the-debate" hre
f="http://wptavern.com/dear-automattic-you-are-losing-the-debate">this blog post
</a> from July 2, 2013 where Erlend Sogge Heggen wrote a post on how Automattic
is losing the debate. It&#8217;s a detailed article that talks about IntenseDeba
te, Automattic, and commenting in WordPress in general. Also worth reading is th
e discussion that followed in the comments.</p>";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_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, 07 Mar 2014 14:00:20 +0000";s:7:"attribs";a:0:

{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:
32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data
";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_
explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n
\n
\n
\n
\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:
17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:
5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"WPTavern: BuddyPress and bbPress Websit
es Are Now Open Source: Contributions Welcome";s:7:"attribs";a:0:{}s:8:"xml_base
";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:
0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18506";s:7:"attribs";a:0:{}s:8:"x
ml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";
a:1:{i:0;a:5:{s:4:"data";s:210:"http://wptavern.com/buddypress-and-bbpress-websi
tes-are-now-open-source-contributions-welcome?utm_source=rss&utm_medium=rss&utm_
campaign=buddypress-and-bbpress-websites-are-now-open-source-contributions-welco
me";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"
xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2188:"<p><a hre
f="http://wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers.png" rel
="prettyphoto[18506]"><img src="http://wptavern.com/wp-content/uploads/2014/02/b
uddypress-wallpapers-300x225.png" alt="buddypress-wallpapers" width="300" height
="225" class="alignright size-medium wp-image-16152" /></a>The code that powers
the <a href="http://buddypress.org/" target="_blank">BuddyPress.org</a> and <a h
ref="http://bbpress.org/" target="_blank">bbPress.org</a> websites is now open s
ource. John James Jacoby, the lead developer for the projects, announced that al
l of the custom code used on these sites is now available in the <a href="https:
//meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-cont
ent" target="_blank">Meta Subversion repository</a>.</p>\n<p>If you browse the r
epository, you&#8217;ll notice that the trunk has a BuddyPress.org directory but
no bbPress directory. In Jacoby&#8217;s <a href="http://bbpress.org/blog/2014/0
3/open-sourcing-bbpress-org/" target="_blank">announcement</a> on bbPress.org, h
e explained that the bbPress website is actually part of BuddyPress.org&#8217;s
WordPress installation and they share some of the same code.</p>\n<p>Open sourci
ng the code for these sites makes it possible for the community to take a more a
ctive role in contributing to improvements. Jacoby hopes that contributors will
be enthusiastic about working together to bring new design, features, and direct
ion to the websites:</p>\n<blockquote><p>Youre now able to checkout, review, and
patch the code that makes BuddyPress.org happily hum along. This is exciting for
a few obvious reasons (like security, and really putting our open source philos
ophies where our code is) but the one Im most excited about is it takes enhanceme
nts to the site out of our hands, and potentially puts them into yours.</p></blo
ckquote>\n<p>His post was essentially an open invitation to the bbPress and Budd
yPress communities. Now it&#8217;s possible for anyone to jump in and contribute
using the same workflow that you&#8217;ve used for contributing to bbPress and
BuddyPress software in the past. What would you like to change or add to the pro
ject sites?</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explic
it";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri
, 07 Mar 2014 08:57:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xm
l_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"attr
ibs";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:"dat
a";s:23:"Matt: SXSW Anti-Parties";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17
:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"d
ata";s:21:"http://ma.tt/?p=43656";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17
:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"d
ata";s:39:"http://ma.tt/2014/03/sxsw-anti-parties/";s:7:"attribs";a:0:{}s:8:"xml
_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"descrip
tion";a:1:{i:0;a:5:{s:4:"data";s:207:"<p>I have a few quotes and thoughts in the
WSJD article <a href="http://online.wsj.com/news/articles/SB1000142405270230473

2804579423482598869054">At Lavish SXSW Festival, Some Avoid Marketing Circus</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, 07 Mar 2
014 06:47:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_exp
licit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:
{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}
i: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:45:
"WP Blackberry: Calling All Mobile Developers!";s:7:"attribs";a:0:{}s:8:"xml_bas
e";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i
:0;a:5:{s:4:"data";s:38:"http://blackberry.wordpress.org/?p=729";s:7:"attribs";a
:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}
s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://blackberry.wordpress.org/2014/0
3/06/were-hiring/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expl
icit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:
1231:"<p>Are you passionate about mobile development? Do you want to work on pro
jects that actively improve the mobile experiences of millions of users around t
he world?</p>\n<p><a href="http://automattic.com" target="_blank">Automattic</a>
, the company that contributes to mobile projects like WordPress for BlackBerry,
is hiring. If you have strong programming skills, a background in mobile develo
pment, and a passion for working on and enhancing the user experience on small-s
creen portable devices, check out our <a href="http://automattic.com/work-with-u
s/mobile-developer/" target="_blank">Mobile Developer</a> job description.</p>\n
<p>Be sure to check out the <a href="http://make.wordpress.org/mobile/handbook/"
target="_blank">Mobile Handbook</a>, visit the <a href="http://make.wordpress.o
rg/mobile/tag/blackberry/" target="_blank">development blog for WordPress apps</
a>, and take a look at the <a href="https://github.com/wordpress-mobile/WordPres
s-BlackBerry-Legacy" target="_blank">GitHub repository for the WordPress for Leg
acy BlackBerry</a> app, too.</p><img alt="" border="0" src="http://stats.wordpre
ss.com/b.gif?host=blackberry.wordpress.org&blog=8247031&post=729&subd=wpblackber
ry&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:
"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a
:5:{s:4:"data";s:31:"Fri, 07 Mar 2014 02:53:42 +0000";s:7:"attribs";a:0:{}s:8:"x
ml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http
://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:20:"
Cheri Lucas Rowlands";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_e
xplicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n
\n
\n
\n
\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:
17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:
5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: WordPress 4.0 Targeted To Fix
Multisite New User Password Security Issues";s:7:"attribs";a:0:{}s:8:"xml_base"
;s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0
;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18488";s:7:"attribs";a:0:{}s:8:"xm
l_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a
:1:{i:0;a:5:{s:4:"data";s:210:"http://wptavern.com/wordpress-4-0-targeted-to-fix
-multisite-new-user-password-security-issues?utm_source=rss&utm_medium=rss&utm_c
ampaign=wordpress-4-0-targeted-to-fix-multisite-new-user-password-security-issue
s";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"x
ml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3005:"<p>WordPre
ss core contributors are aiming to address an issue with multisite new user emai
ls in the upcoming 4.0 release. Two weeks ago, Daniel Bachhuber opened a <a href
="https://core.trac.wordpress.org/ticket/27192" target="_blank">ticket</a> propo
sing that WordPress instruct users to change their passwords when sending new ac
count emails.</p>\n<p>When a user is added to a multisite network and has activa
ted his account, WordPress sends out an email that includes the new password:</p
>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/multisite-new-user
.jpg" rel="prettyphoto[18488]"><img src="http://wptavern.com/wp-content/uploads/
2014/03/multisite-new-user.jpg" alt="multisite-new-user" width="645" height="441

" class="aligncenter size-full wp-image-18491" /></a></p>\n<p>Several text chang


es were proposed for the email to urge users to change their passwords after log
ging in. After a brief discussion during yesterday&#8217;s core development mee
ting, Andrew Nacin moved the issue to the <a href="http://make.wordpress.org/cor
e/components/users/login-registration/" target="_blank">Login and Registration</
a> component.</p>\n<p>&#8220;We&#8217;re going to skip this entirely for 3.9,&#8
221; Nacin said. He highlighted the reasons why the incremental improvements in
the proposed patches don&#8217;t solve the issue, given that they:</p>\n<ul>\n<l
i>Only apply to multisite (emails are sent in plain text for new user registrati
ons in single-site too)</li>\n<li>Only apply for the fallback email template (th
ese are editable in multisite)\n<li>Don&#8217;t do anything in the dashboard to
nag the user</li>\n</ul>\n<p>Nacin proposed that the core team tackle the issue
for WordPress 4.0 in a way that will clearly improve the user experience. He als
o suggested that this issue might be combined with work on another <a href="http
s://core.trac.wordpress.org/ticket/24633" target="_blank">enhancement</a> that w
ould allow admins to generate and send new passwords for users.</p>\n<p>This is
a much larger task than simply changing the email text. &#8220;It&#8217;ll proba
bly require a group of contributors to storyboard out exactly how all of this sh
ould work in an ideal situation, and then we can go about coding it,&#8221; Naci
n said in response to the ticket. Aaron Jorbin <a href="http://irclogs.wordpress
.org/chanlog.php?channel=wordpress-dev&day=2014-03-05&sort=asc#m805112" target="
_blank">proposed</a> putting together a &#8220;Password Process&#8221; group to
&#8220;identify some more concrete changes that we can make in 4.0 (including el
iminating sending passwords via email).&#8221;</p>\n<p>If the team can find some
momentum, this issue will be getting attention in WordPress 4.0. If anyone is i
nterested to contribute to this effort, join in on the next dev meeting and make
sure to watch the <a href="https://core.trac.wordpress.org/ticket/27192" target
="_blank">related</a> <a href="https://core.trac.wordpress.org/ticket/24633" tar
get="_blank">tickets </a>for notifications.</p>";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_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, 06 Mar 2014 23:35:44 +0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:
32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data
";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_
explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:74:"WPTavern: How to Set Default CSS Backgr
ound Properties in WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s
:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4
:"data";s:28:"http://wptavern.com/?p=18114";s:7:"attribs";a:0:{}s:8:"xml_base";s
:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a
:5:{s:4:"data";s:192:"http://wptavern.com/how-to-set-default-css-background-prop
erties-in-wordpress-themes?utm_source=rss&utm_medium=rss&utm_campaign=how-to-set
-default-css-background-properties-in-wordpress-themes";s:7:"attribs";a:0:{}s:8:
"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"des
cription";a:1:{i:0;a:5:{s:4:"data";s:2796:"<p>Here&#8217;s a handy trick for Wor
dPress theme developers. As of WordPress 3.8, theme authors have the ability to
<a href="https://core.trac.wordpress.org/changeset/26352" target="_blank">custom
ize defaults</a> when adding custom background support. For example, you can set
a default for any of the following <a href="http://www.w3schools.com/css/css_ba
ckground.asp" target="_blank">CSS background properties</a>:</p>\n<ul>\n<li>back
ground-color</li>\n<li>background-image</li>\n<li>background-repeat</li>\n<li>ba
ckground-attachment</li>\n<li>background-position</li>\n</ul>\n<p>Oftentimes use
rs want their sites to look similar to the demo, but they may be unaware of how
to adjust the background properties to achieve that. It&#8217;s nice to have som
e defaults in place so that the theme looks similar to the demo right out of the
box, without any adjustments.</p>\n<p>Depending on the background image that yo
u select, it can be advantageous to set its defaults to the most sensible displa
y for that image. For example, if your default background is an image that&#8217

;s meant to tile, you want it displayed like that after the user activates the t
heme.</p>\n<p>Adding custom background support to the customizer is done through
your theme&#8217;s <em>functions.php</em> file:</p>\n<pre class="brush: php; li
ght: true; title: ; notranslate">add_theme_support( ''custom-background'' );</pr
e>\n<p>From here you can further customize the background properties by adding d
efault arguments. Usually themes add custom background support to a setup functi
on with other customizer options. Here&#8217;s a quick example of setting a defa
ult background to no-repeat, centered position with fixed attachment.</p>\n<pre
class="brush: php; title: ; notranslate">function yourtheme_setup() {\n add_them
e_support(\n
''custom-background'',\n
array(\n
''default-color'' =&gt; ''2d2d2d'',\n
''default-image'' =&gt;
get_template_directory_uri() . ''/images/background.jpg'',\n
''default-repeat''
=&gt; ''no-repeat'',\n
''default-positi
on-x'' =&gt; ''center'',\n
''default-attachment'' =&gt; ''f
ixed'',\n\n
)\n
);\n}\nadd_action( ''after_setup_theme'', ''your
theme_setup'' );\n</pre>\n<p>Here&#8217;s what that looks like in the customizer
by default after the user installs the new theme:</p>\n<p><a href="http://wptav
ern.com/wp-content/uploads/2014/03/background-customizer.jpg" rel="prettyphoto[1
8114]"><img src="http://wptavern.com/wp-content/uploads/2014/03/background-custo
mizer.jpg" alt="background-customizer" width="874" height="584" class="aligncent
er size-full wp-image-18475" /></a></p>\n<p>Of course, the user can still adjust
these properties through the customizer to suit their own custom background ima
ges. The defaults simply ensure that the packaged background image looks nice wh
en the theme is activated for the first time.</p>";s:7:"attribs";a:0:{}s:8:"xml_
base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";
a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Mar 2014 21:27: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:"da
ta";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_bas
e_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:34:"bbPress: Open Sourcing bbPress.
org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:
"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://bbpress.org
/?p=143352";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b
:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://bbpr
ess.org/blog/2014/03/open-sourcing-bbpress-org/";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"descriptio
n";a:1:{i:0;a:5:{s:4:"data";s:1054:"<p>Pssst&#8230; want to know a secret? Every
day when you&#8217;re accessing bbPress.org, you&#8217;re actually looking at c
ode that&#8217;s part of BuddyPress.org&#8217;s WordPress installation. (Pretty
neat, eh?) Because of this, a recent announcement over at the BuddyPress.org blo
g also applieshere, that after some clean-up and simplification, we&#8217;ve<a hre
f="http://buddypress.org/2014/03/open-sourcing-buddypress-org/">open sourced the
custom code</a> that&#8217;s running on bbPress.org.</p>\n<p>This means you&#82
17;re free to help shape the design, features, and direction that both BuddyPres
s.org and bbPress.org take in the future. It&#8217;s really exciting (for me) si
nce what&#8217;s been running here for the past few yearsis largely madefrombits of
my (increasingly fragmented) imagination to provide a clean slate &amp;solid fou
ndation for everyone tobuild on top of.</p>\n<p>I&#8217;m really excited to see w
hat the future of both BuddyPress.org and bbPress.org look like, now that you&#8
217;re able to help us out!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:
"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:
"data";s:31:"Thu, 06 Mar 2014 18:07:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base"
;s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.
org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"John Jam
es Jacoby";s: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:40:"BuddyPress: Open Sourcing BuddyPress.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:31:"http://buddypress.org/?p=179
382";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:
"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://buddypress.
org/2014/03/open-sourcing-buddypress-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:1868:"<p>When we first launched BuddyPress.org, the Budd
yPress software hadn&#8217;t even been officially launched yet. By the time it h
ad, requests for what software the website was running on were already coming in
to the forums. It wasn&#8217;t just BuddyPress people were asking for, it was th
e theme powering the site, the extra little plugins we were running to trick it
out, and just general curiosity about what we were doing to make things go.</p>\
n<p>In October of 2012, the core teams started the <a href="http://make.wordpres
s.org/meta/">Meta Blog</a>whichleadus towards releasing bits of WordPress.org code
for peer review over on the <a href="https://meta.trac.wordpress.org">Meta Trac<
/a>. Since then, we&#8217;ve simplified BuddyPress.org&#8217;s codebase to make
reviewing it and extending it really easy, and we are excited to announce today
that <a href="https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org
/public_html/wp-content">all of the custom code is now publicly available</a>in t
he Meta Subversion repository.</p>\n<p>You&#8217;re now able to checkout, review
, and patch the code that makes BuddyPress.org happily hum along. This is exciti
ng for a few obvious reasons (like security, and really putting our open source
philosophies where our code is) but the one I&#8217;m most excited about is it t
akes enhancements to the site out of our hands, and potentially puts them into y
ours.</p>\n<p>Building software that powers millions of websites is one job (a h
eck of a fun one, too) and building and maintaining your ownsupport site is actua
lly quite another (like a self portrait; it&#8217;s a fun challenge.)Now, anyone
can help improve not just BuddyPress, but also the site that supports it &#8212;
that&#8217;s huge &#8212; and we can&#8217;t wait to see how BuddyPress.org evo
lves now that it&#8217;s in your hands!</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, 06 Mar 2014 17:53:22 +0000";s:7:"attribs";a:0:{}s:
8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"
http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:
17:"John James Jacoby";s: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:45:"Dougal Campbell: mysql vs mysqli in Wor
dPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s
:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.g
unters.org/?p=76608";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_ex
plicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"ht
tp://dougal.gunters.org/blog/2014/03/06/mysql-vs-mysqli-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:2812:"<p>I recently ran across
an issue that I was previously unaware of, so other developers could run into it
as well. I was having problems with a plugin, which started misbehaving. The pl
ugin had previously worked fine (it generates a sidebar widget), and I wasn&#821
7;t actively working on my site, so I wasn&#8217;t really sure when it had quit
working.</p>\n<p>In the course of debugging the problem, I discovered that the p
lugin was throwing warnings in my PHP error log regarding the <code>mysql_real_e
scape_string()</code> function. As a quick fix, I simply replaced all of those c
alls with WordPress&#8217; <code>esc_sql()</code> function. Voila, problem fixed
.</p>\n<p>Curious, I took a peek into <code>wp-db.php</code>, and found this blo
ck of code:</p>\n<pre><code>\n/* Use ext/mysqli if it exists and:\n * - USE_EXT
_MYSQL is defined as false, or\n * - We are a development version of WordPress,
or\n * - We are running PHP 5.5 or greater, or\n * - ext/mysql is not loaded.

\n */\nif ( function_exists( ''mysqli_connect'' ) ) {\n


if ( defined( ''U
SE_EXT_MYSQL'' ) ) {\n
$this-&gt;use_mysqli = ! USE_EXT_MYSQL;\n
} elseif ( version_compare( phpversion(), ''5.5'', ''&gt;='' ) || ! funct
ion_exists( ''mysql_connect'' ) ) {\n
$this-&gt;use_mysqli = true
;\n
} elseif ( false !== strpos( $GLOBALS[''wp_version''], ''-'' ) ) {\n
$this-&gt;use_mysqli = true;\n
}\n}</code></pre>\n<p>Note
the bit about using a development version of WordPress. In my case, I&#8217;m ru
nning out of svn trunk, and my server has the <code>mysqli</code> extension inst
alled, so <code>wpdb</code> chose to use it. That&#8217;s fine.</p>\n<p>But this
exposes the fact that some plugins use functions like <code>mysql_real_escape_s
tring()</code> &#8220;in the raw&#8221;, so to speak, which depends on using PHP
&#8217;s <code>mysql</code> extension, and not <code>mysqli</code>. WordPress pr
ovides convenience functions like <code><a href="http://codex.wordpress.org/Func
tion_Reference/esc_sql">esc_sql</a>()</code> and <code><a href="http://codex.wor
dpress.org/Class_Reference/wpdb#Protect_Queries_Against_SQL_Injection_Attacks">$
wpdb-&gt;prepare()</a></code> to help abstract details like this away and protec
t developers against environmental differences between servers.</p>\n<p>Hopefull
y this will save somebody else out there some debugging time.</p>\n<p>Original A
rticle: <a rel="nofollow" href="http://dougal.gunters.org/blog/2014/03/06/mysqlvs-mysqli-wordpress/">mysql vs mysqli in WordPress</a>\n<a rel="nofollow" href="
http://dougal.gunters.org">Dougal Campbell&#039;s geek ramblings - WordPress, we
b development, and world domination.</a></p><div class="yarpp-related-rss yarpprelated-none">\n<img src="http://yarpp.org/pixels/5db43ee24c4f1e1d0e45d08cc91b01
30" alt="YARPP" />\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:"Thu, 06 Mar 2014 17:30: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/d
c/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Dougal Campbe
ll";s: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_exp
licit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i
:0;a:5:{s:4:"data";s:51:"WPTavern: Official Gravatar Mobile App In The Works";s:
7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_la
ng";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18
451";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:
"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:146:"http://wptavern.c
om/official-gravatar-mobile-app-in-the-works?utm_source=rss&utm_medium=rss&utm_c
ampaign=official-gravatar-mobile-app-in-the-works";s:7:"attribs";a:0:{}s:8:"xml_
base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"descript
ion";a:1:{i:0;a:5:{s:4:"data";s:1612:"<p><a href="http://wptavern.com/wp-content
/uploads/2014/03/GravatarLogo.png" rel="prettyphoto[18451]"><img class="alignrig
ht size-full wp-image-18453" alt="Gravatar Logo 2" src="http://wptavern.com/wp-c
ontent/uploads/2014/03/GravatarLogo.png" width="239" height="63" /></a>Toni Schn
eider, <a title="http://ma.tt/2014/01/toni-automattic-ceo/" href="http://ma.tt/2
014/01/toni-automattic-ceo/">who recently switched positions</a> with Matt Mulle
nweg inside Automattic has <a title="http://blog.gravatar.com/2014/03/05/a-quest
ion-for-gravatar-users/" href="http://blog.gravatar.com/2014/03/05/a-question-fo
r-gravatar-users/">asked on the Gravatar blog</a>, <em>Which platform should a G
ravatar app be released for first?</em>. The choices are iOS, Android, or other.
At the time of writing, Android was leading the poll with <strong>80 votes</str
ong> while iOS is in second with <strong>67 votes</strong>.</p>\n<p>Details on t
he mobile app are nonexistent. When asked what a Gravatar mobile app would entai
l, Schneider replied: &#8220;<em>No details, yet. Stay tuned.</em>&#8221; A quic
k Google search shows at least one existing Gravatar app called <a title="http:/
/igravatar.carlos.io/" href="http://igravatar.carlos.io/">iGravatar</a>. With iG
ravatar, users can manage their Gravatar account from their mobile device.</p>\n
<p>What the official app will do is anyone&#8217;s guess and is ripe for specula
tion. With that said, I want to hear from you in the comments on what functional
ity do you think will be part of the official Gravatar app? Or, what would you <

strong>like </strong>to see in the Gravatar app?</p>";s:7:"attribs";a:0:{}s:8:"x


ml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDat
e";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Mar 2014 06:00:24 +0000";s:7:"attribs"
;a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";
}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:
"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_
base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:73:"WordPress.tv: Danielle Gurin: Cre
r une cyberentreprise avec WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";
s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:
4:"data";s:28:"http://wordpress.tv/?p=22728";s:7:"attribs";a:0:{}s:8:"xml_base";
s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;
a:5:{s:4:"data";s:88:"http://wordpress.tv/2014/03/05/danielle-guerin-creer-une-c
yberentreprise-avec-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:677:"<div id="v-h2Uk2egH-1" class="video-player">\n</div><br /> <a
rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.c
om/22728/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/w
ptv.wordpress.com/22728/" /></a> <img alt="" border="0" src="http://stats.wordpr
ess.com/b.gif?host=wordpress.tv&blog=5089392&post=22728&subd=wptv&ref=&feed=1" w
idth="1" height="1" /><div><a href="http://wordpress.tv/2014/03/05/danielle-guer
in-creer-une-cyberentreprise-avec-wordpress/"><img alt="WordCamp Montreal 2013 D
anielle Guerin .mov" src="http://videos.videopress.com/h2Uk2egH/video-fc65c65368
_std.original.jpg" width="160" height="120" /></a></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:"pu
bDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Mar 2014 04:15:34 +0000";s:7:"attr
ibs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0
:"";}}}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:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"x
ml_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:69:"WPTavern: SellWP Is A Managed S
olution For Selling WordPress 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:4:"guid";a:1:{i:0;a:5:{
s:4:"data";s:28:"http://wptavern.com/?p=18395";s:7:"attribs";a:0:{}s:8:"xml_base
";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:
0;a:5:{s:4:"data";s:182:"http://wptavern.com/sellwp-is-a-managed-solution-for-se
lling-wordpress-products?utm_source=rss&utm_medium=rss&utm_campaign=sellwp-is-amanaged-solution-for-selling-wordpress-products";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"descriptio
n";a:1:{i:0;a:5:{s:4:"data";s:4939:"<p><a title="https://www.sellwp.co/" href="h
ttps://www.sellwp.co/">SellWP</a> is a brand new service created by John Turner,
who is also the developer of <a title="http://www.seedprod.com/" href="http://w
ww.seedprod.com/">SeedProd</a>. The goal of the service is to eliminate the stre
ss and hassles of selling WordPress products allowing the developer to concentra
te on the product itself. Some of the most difficult aspects of running a busine
ss such as licensing, memberships, refunds, secure download links, and refunds a
re handled through SellWP.</p>\n<div id="attachment_18428" class="wp-caption ali
gncenter"><a href="http://wptavern.com/wp-content/uploads/2014/03/SellWPFeatures
.png" rel="prettyphoto[18395]"><img class="size-large wp-image-18428" alt="Just
A Few Of The Features SellWP Offers Sellers" src="http://wptavern.com/wp-content
/uploads/2014/03/SellWPFeatures-500x273.png" width="500" height="273" /></a><p c
lass="wp-caption-text">Just A Few Of The Features SellWP Offers Sellers</p></div
>\n<h3>SellWP Is Not A Marketplace, But A Managed Solution For Selling Products<
/h3>\n<p>While I initially thought it would be a marketplace to sell themes and
plugins, Turner informed me it&#8217;s not a marketplace at all. &#8220;<em>The
user markets the theme or plugin on their site and when the customer clicks buy

now, it takes them to the hosted solution. The customer and license is then mana
ged through SellWP.</em>&#8221; While marketplaces can take anywhere between 2050% of a sale, SellWP only takes <strong>1.9% + 15</strong> per charge in additio
n to the Stripe Fee.</p>\n<div id="attachment_18436" class="wp-caption aligncent
er"><a href="http://wptavern.com/wp-content/uploads/2014/03/SellWPDashboard.png"
rel="prettyphoto[18395]"><img class="size-large wp-image-18436" alt="SellWP Das
hboard" src="http://wptavern.com/wp-content/uploads/2014/03/SellWPDashboard-500x
251.png" width="500" height="251" /></a><p class="wp-caption-text">SellWP Dashbo
ard</p></div>\n<p>By outsourcing the product management side of the business, yo
u&#8217;re counting on the fact the site will be available 24 hours a day, seven
days a week. If SellWP experiences downtime, it could result in lost sales. The
site is hosted through <a title="http://fortrabbit.com/" href="http://fortrabbi
t.com/">Fortrabbit</a>, a service dedicated to providing developers great PHP ho
sting environments. SellWP is transparent about the fact that their uptime is de
pendent upon the uptime of Fortrabbit.</p>\n<h3>SellWP Takes Most Of The Worry O
ut Of Selling Products</h3>\n<p>Sellers don&#8217;t have to worry about being lo
cked into the service since they can obtain CSV files containing customers, orde
rs, licenses, products and coupons. The service also creates daily, weekly, and
monthly backups hosted at an offsite location. SellWP takes care of SSL certific
ates by using CloudFlare&#8217;s flexible SSL certificate. This certificate is u
sed to secure the seller&#8217;s shopping cart and membership areas. Back fillin
g of customer data is not currently supported but will be available in an upcomi
ng update.</p>\n<div id="attachment_18437" class="wp-caption aligncenter"><a hre
f="http://wptavern.com/wp-content/uploads/2014/03/SellWPCouponManager.png" rel="
prettyphoto[18395]"><img class="size-large wp-image-18437" alt="SellWP Coupon Ma
nager" src="http://wptavern.com/wp-content/uploads/2014/03/SellWPCouponManager-5
00x140.png" width="500" height="140" /></a><p class="wp-caption-text">SellWP Cou
pon Manager</p></div>\n<p>Turner compares SellWP to VaultPress in that both are
managed solutions to a problem:</p>\n<blockquote><p>If you want WordPress backup
s you can use BackupBuddy, a self managed solution, or VaultPress a managed solu
tion. SellWP is a managed solution for selling WordPress products.</p></blockquo
te>\n<p>I asked Turner if he will only allow GPLv2 or compatible licensed produc
ts to be sold through the site. His response: &#8220;<em>Yes, I believe in the G
PL and intend to enforce it in the system. The terms are actually from WordPress&
#8217; boiler plate terms but this will be added once I get some time.</em>&#822
1;</p>\n<p>If you want to see what the service looks like behind the scenes, wat
ch the following video.</p>\n<p></p>\n<h3>Try It Free Until April 1st</h3>\n<p>S
ellWP is another service in a long line of managed solutions for WordPress. I th
ink what the service has to offer will appeal to a lot of developers, especially
those who don&#8217;t already have an established system in place to sell their
products. The service is free to try til <strong>April 1st, 2014</strong>. Once
the beta ends, sellers will be charged the standard fees per transaction.</p>\n
<p><strong>Does SellWP look like something you would use? Will existing sellers
outsource this area of their business to a third party? Place any feedback you h
ave in the comments as John Turner will be monitoring them to answer any questio
ns you have.</strong></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_b
ase_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data"
;s:31:"Thu, 06 Mar 2014 04:15:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"
";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc
/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler"
;s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml
_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n
\n
\n
\n
\n
\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_exp
licit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i
:0;a:5:{s:4:"data";s:75:"WPTavern: Introducing Ex Astris: A Free WordPress Child
Theme For Stargazer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_e
xplicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"h
ttp://wptavern.com/?p=18397";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml
_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";
s:192:"http://wptavern.com/introducing-ex-astris-a-free-wordpress-child-theme-fo

r-stargazer?utm_source=rss&utm_medium=rss&utm_campaign=introducing-ex-astris-a-f
ree-wordpress-child-theme-for-stargazer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:
"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{
i:0;a:5:{s:4:"data";s:3352:"<p>Last December, Jeff Chandler and I <a href="http:
//wptavern.com/wptavern-gets-responsive-with-new-design" target="_blank">updated
WP Tavern</a> with a new design based on Theme Hybrid&#8217;s <a href="http://t
hemehybrid.com/themes/stargazer" target="_blank">Stargazer</a> theme. Stargazer
takes a <a href="http://wptavern.com/stargazer-a-free-design-specific-parent-the
me-for-wordpress" target="_blank">new approach to parent/child themes</a> in tha
t it houses the majority of both the design and functionality within the parent
theme. The challenge is to make design changes in the child theme, without break
ing the purpose of the parent theme.</p>\n<p>During the process of learning more
about Stargazer, I created a child theme, which has now been approved for the W
ordPress Themes Directory. <a href="https://wordpress.org/themes/ex-astris" targ
et="_blank">Ex Astris</a> was designed with bloggers in mind, since blogging is
what made me fall in love with WordPress in the first place.</p>\n<p><a href="ht
tp://wptavern.com/wp-content/uploads/2014/03/ex-astris.png" rel="prettyphoto[183
97]"><img src="http://wptavern.com/wp-content/uploads/2014/03/ex-astris.png" alt
="ex-astris" width="1600" height="1198" class="aligncenter size-full wp-image-18
402" /></a></p>\n<p>You can customize the theme with your own header and backgro
und, if desired, but the example shown here does not utilize a custom header. Th
e theme supports all of the site layouts found in the Stargazer parent theme and
can also render them on a per-post basis:</p>\n<ul>\n<li>1 Column Wide</li>\n<l
i>1 Column Narrow</li>\n<li>2 Columns: Content / Sidebar</li>\n<li>2 Columns: Si
debar / Content</li>\n</ul>\n<p>Ex Astris is packaged with editor styles to help
match the visual editor&#8217;s preview to the fonts and styles used within the
theme. It supports all post formats and is translation-ready. By nature of bein
g a child theme, it automatically includes all the features found in the Stargaz
er parent theme, ie. sticky posts, breadcrumbs, threaded comments, etc.</p>\n<p>
Check out a <a href="http://untame.net/ex-astris/" target="_blank">live demo</a>
of Ex Astris to see it in action.</p>\n<p>Originally, the theme was called Intr
epid, but when I submitted it to WordPress.org, I found that there was already a
theme with that name. <strong><em>Sidenote:</em></strong> Always check <a href=
"http://themes.svn.wordpress.org/" target="_blank">themes.svn.wordpress.org</a>
before selecting a theme name if you intend to submit to the directory. Given th
at the directory now contains 2,366 themes, a name with two words in it is less
likely to be taken.</p>\n<p>This was my first time going through the WordPress T
heme Review process and I found that it&#8217;s actually fairly quick and easy f
or child themes. I&#8217;ve learned quite a bit along the way, thanks to the <a
href="http://make.wordpress.org/themes/" target="_blank">Theme Review Team</a> a
nd <a href="http://themehybrid.com/" target="_blank">Justin Tadlock</a>, all of
whom are passionate about helping developers create themes that adhere to WordPr
ess best practices.</p>\n<p>Download <a href="https://wordpress.org/themes/ex-as
tris" target="_blank">Ex Astris</a> from WordPress.org and feel free to drop me
a note on <a href="https://github.com/pollyplummer/ex-astris" target="_blank">gi
thub</a> if you find any bugs.</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, 06 Mar 2014 00:12:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://pu
rl.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:73:"WPTavern: Widget Customizer Officially Merged I
nto Core for WordPress 3.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
:28:"http://wptavern.com/?p=18381";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:1
7:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"
data";s:190:"http://wptavern.com/widget-customizer-officially-merged-into-core-f

or-wordpress-3-9?utm_source=rss&utm_medium=rss&utm_campaign=widget-customizer-of
ficially-merged-into-core-for-wordpress-3-9";s:7:"attribs";a:0:{}s:8:"xml_base";
s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a
:1:{i:0;a:5:{s:4:"data";s:2236:"<p><a href="http://wptavern.com/wp-content/uploa
ds/2014/01/widget-actions.png" rel="prettyphoto[18381]"><img src="http://wptaver
n.com/wp-content/uploads/2014/01/widget-actions-300x225.png" alt="widget-actions
" width="300" height="225" class="alignright size-medium wp-image-15709" /></a>I
n early February we <a href="http://wptavern.com/widget-customizer-approved-forwordpress-3-9" target="_blank">reported</a> that the Widget Customizer plugin ha
d received the green light to be merged into the WordPress core for 3.9. At that
time Andrew Nacin opened a <a href="https://core.trac.wordpress.org/ticket/2711
2" target="_blank">ticket</a> to help precipitate any necessary improvements and
guide the details of how the files should be merged.</p>\n<p>After three weeks
of polishing, the Widget Customizer feature was <a href="https://core.trac.wordp
ress.org/changeset/27419" target="_blank">officially merged</a> into core today.
Props go out to Weston Ruter and his team of dedicated developers who helped ma
ke this feature a reality.</p>\n<p>For those adventurous souls who have been tes
ting the feature using the <a href="https://wordpress.org/plugins/widget-customi
zer/" target="_blank">Widget Customizer</a> plugin, you can now remove it and st
art testing it within the trunk.</p>\n<h3>No Changes Required From Theme Develop
ers</h3>\n<p>Theme developers will not need to <a href="http://wptavern.com/widg
et-customizer-proposed-for-wordpress-3-9" target="_blank">add theme support for
the customizer</a> to indicate a widget&#8217;s support for live previews, as th
is was <a href="https://core.trac.wordpress.org/ticket/27112#comment:10" target=
"_blank">stripped from the version</a> of the plugin that was merged. Instead, t
he team opted to generalize this functionality so that any feature utilizing the
customizer controls can do partial preview updates. Widgets still get live prev
iews, but the window will refresh in an unobtrustve way as you make changes. Now
that the widget customizer will soon be a native part of the WordPress publishi
ng experience, WordPress users should be sure to <a href="http://wptavern.com/wi
dget-customizer-approved-for-wordpress-3-9" target="_blank">read up</a> on all t
he capabilities it will add.</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, 05 Mar 2014 21:45:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base
";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl
.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah G
ooding";s: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_exp
licit";b:0;s:8:"xml_lang";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:"Gravatar: A question for Gravatar users";s:7:"attribs";
a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}
}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://blog.gravatar.com/?p=496";s:7:
"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://blog.gravatar.com/20
14/03/05/a-question-for-gravatar-users/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:
"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{
i:0;a:5:{s:4:"data";s:622:"<p>We are working on a Gravatar mobile app and would
like to ask our users:</p>\n<a name="pd_a_7853939"></a>\n<div class="PDS_Poll" i
d="PDI_container7853939"></div>\n<div id="PD_superContainer"></div>\n<a href="ht
tp://polldaddy.com/poll/7853939">Take Our Poll</a><br /> <a rel="nofollow" href
="http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/496/"><img al
t="" border="0" src="http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.
com/496/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?ho
st=blog.gravatar.com&blog=1886259&post=496&subd=gravatar&ref=&feed=1" width="1"
height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit
";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed,
05 Mar 2014 20:25: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:14:"Toni Schneider";s:7:"attri

bs";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:"dat
a";s:68:"WPTavern: How to Set Multiple Default Categories for WordPress Posts";s
:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_l
ang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=1
8342";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8
:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:162:"http://wptavern.
com/how-to-set-a-default-category-for-wordpress-posts?utm_source=rss&utm_medium=
rss&utm_campaign=how-to-set-a-default-category-for-wordpress-posts";s:7:"attribs
";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:""
;}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3187:"<p><a href="http://wptave
rn.com/wp-content/uploads/2014/03/categories.jpg" rel="prettyphoto[18342]"><img
src="http://wptavern.com/wp-content/uploads/2014/03/categories.jpg" alt="04.21.2
011" width="900" height="418" class="aligncenter size-full wp-image-18362" /></a
></p>\n<p>The &#8220;Uncategorized&#8221; category is a generic bin where WordPr
ess posts go when you forget to assign a category. It&#8217;s rather irksome to
discover that you&#8217;ve published a post as &#8220;Uncategorized,&#8221; sinc
e it doesn&#8217;t do much to connect your readers with more useful information
on your blog.</p>\n<p>One easy solution to this problem is to edit the &#8220;Un
categorized&#8221; category slug in the admin at <strong>Posts > Categories</str
ong>. This is a decent option if you haven&#8217;t yet created any content. Anot
her option is to set the default category at <strong>Settings > Writing</strong>
. But what if you want to use multiple categories?</p>\n<p><a href="http://wordp
ress.org/plugins/default-category/" target="_blank">WordPress Default Category</
a> is a simple plugin that lets you select category defaults for new posts. It a
llows you to select multiple categories to assign to uncategorized posts. With y
our selections in place, forgetting to categorize your post isn&#8217;t such a b
ig deal because you can default it to be placed in one of your more general cate
gories, such as &#8220;News&#8221; and &#8220;Tutorial&#8221;.</p>\n<p>Check out
a live demo:</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/de
fault-category.gif" rel="prettyphoto[18342]"><img src="http://wptavern.com/wp-co
ntent/uploads/2014/03/default-category.gif" alt="default-category" width="997" h
eight="297" class="aligncenter size-full wp-image-18350" /></a></p>\n<h3>Multisi
te Compatible</h3>\n<p>This plugin was actually created for a multisite environm
ent, though it works just fine on single WordPress installs as well. When networ
k activated, it allows site administrators to select default categories for thei
r own sites.</p>\n<p>The WordPress Default Category plugin was created by <a hre
f="http://makea.kalawe.com/" target="_blank">Jason Kalawe</a>. When I asked him
why he made the plugin, he said that it was originally part of a custom project.
&#8220;This plug-in is an offshoot of a much larger custom plugin that auto-ass
igns categories based on the users&#8217; location in the world,&#8221; he said.
Although he can&#8217;t share the original plugin due to its use of proprietary
data, he thought the basic version would be useful to others using WordPress.</
p>\n<p>Setting up a default category can help to enforce editorial standards for
posts so that none get lost in the generic bin of uncategorized content. It can
also be useful as a quick reference for content editors who aren&#8217;t regula
r contributors to a site.</p>\n<p>I tested the plugin and it works exactly as ad
vertised. <a href="http://wordpress.org/plugins/default-category/" target="_blan
k">WordPress Default Category</a> is available for free from WordPress.org. This
is one of those rare plugins that is potentially useful to the vast majority of
WordPress websites that make use of categories.</p>";s:7:"attribs";a:0:{}s:8:"x
ml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDat
e";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Mar 2014 18:47: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: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:77:"WordPress.tv: Jeremy Scott: Man
aging Client Expectations From Start To Finish";s:7:"attribs";a:0:{}s:8:"xml_bas
e";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i
:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31565";s:7:"attribs";a:0:{}s:8:"
xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link"
;a:1:{i:0;a:5:{s:4:"data";s:94:"http://wordpress.tv/2014/03/05/jeremy-scott-mana
ging-client-expectations-from-start-to-finish/";s:7:"attribs";a:0:{}s:8:"xml_bas
e";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description
";a:1:{i:0;a:5:{s:4:"data";s:703:"<div id="v-p1XM6lQz-1" class="video-player">\n
</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/
wptv.wordpress.com/31565/"><img alt="" border="0" src="http://feeds.wordpress.co
m/1.0/comments/wptv.wordpress.com/31565/" /></a> <img alt="" border="0" src="htt
p://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31565&subd=wpt
v&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/
05/jeremy-scott-managing-client-expectations-from-start-to-finish/"><img alt="Je
remy Scott: Managing Client Expectations From Start To Finish" src="http://video
s.videopress.com/p1XM6lQz/video-5871c07bb0_std.original.jpg" width="160" height=
"120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_exp
licit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"
Wed, 05 Mar 2014 14:13:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:
"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elemen
ts/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"at
tribs";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:72:"WordPress.tv: Alex Vasquez: Frameworks vs Parent-child vs Start
er Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordp
ress.tv/?p=32191";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expli
cit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http:
//wordpress.tv/2014/03/05/alex-vasquez-frameworks-vs-parent-child-vs-starter-the
mes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8
:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:693:"<div id=
"v-TmnCQOiw-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http
://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/32191/"><img alt="" bor
der="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/32191/"
/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpre
ss.tv&blog=5089392&post=32191&subd=wptv&ref=&feed=1" width="1" height="1" /><div
><a href="http://wordpress.tv/2014/03/05/alex-vasquez-frameworks-vs-parent-child
-vs-starter-themes/"><img alt="Alex Vasquez: Frameworks vs Parent-child vs Start
er Themes" src="http://videos.videopress.com/TmnCQOiw/video-74d96b667e_std.origi
nal.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_bas
e";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1
:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Mar 2014 13:59:01 +0000";s:7:"attribs";a:0:{
}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:3
2:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data"
;s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_ex
plicit";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:76:"WPTavern: UserPress: A New Wiki Plugin
for WordPress, BuddyPress and bbPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:""
;s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s
:4:"data";s:28:"http://wptavern.com/?p=18117";s:7:"attribs";a:0:{}s:8:"xml_base"
;s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0
;a:5:{s:4:"data";s:192:"http://wptavern.com/userpress-a-new-wiki-plugin-for-word
press-buddypress-and-bbpress?utm_source=rss&utm_medium=rss&utm_campaign=userpres
s-a-new-wiki-plugin-for-wordpress-buddypress-and-bbpress";s:7:"attribs";a:0:{}s:

8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"d
escription";a:1:{i:0;a:5:{s:4:"data";s:4553:"<p><a href="http://wptavern.com/wpcontent/uploads/2014/03/wiki.jpg" rel="prettyphoto[18117]"><img src="http://wpta
vern.com/wp-content/uploads/2014/03/wiki.jpg" alt="wiki" width="1024" height="56
1" class="aligncenter size-full wp-image-18333" /></a></p>\n<p>UserPress is a ne
w free plugin that aims to be the ultimate wiki solution for WordPress. It provi
des a comprehensive set of user-friendly features that will transform your site
into a collaborative hub for creating wiki content.</p>\n<p>Richard Smith, the p
lugin&#8217;s author, created <a href="http://www.userpress.org/" target="_blank
">UserPress</a> to provide functionality that he believes is often missing from
existing wiki plugins. &#8220;Over the years, I have been frustrated by the lack
of a proper wiki plugin for WordPress,&#8221; he said. &#8220;So I decided to b
uild one.&#8221;</p>\n<h3>Front-end Editing for Wiki Content</h3>\n<p>UserPress
allows wiki users to create and edit content on the frontend of the site. Wiki p
articipation privileges are based on user capabilities and can be manually set f
or each wiki.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/us
erpress.jpg" rel="prettyphoto[18117]"><img src="http://wptavern.com/wp-content/u
ploads/2014/03/userpress.jpg" alt="userpress" width="1420" height="896" class="a
ligncenter size-full wp-image-18295" /></a></p>\n<p>When creating new content, u
sers will see a list of similar existing pages, which helps to prevent collabora
tors from overlapping on content. If a user accesses a non-existent wiki page, t
he plugin will prompt him to create a new page.</p>\n<p>UserPress includes multi
ple options for sorting and managing wiki articles, including recently added, re
cently edited, recently discussed and alphabetical order. The plugin also offers
an array of wiki-related widgets: search, new wikis, popular wikis, recent wiki
s, categories and tags, a tag cloud, and a subscription button.</p>\n<h3>Wiki Ve
rsion Control and Moderation</h3>\n<p>One of UserPress&#8217; more useful featur
es is the built-in basic version control. The plugin allows users to compare cha
nges to documents (diff) and gives the option for editors to attach a note with
each revision.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/r
evisions.png" rel="prettyphoto[18117]"><img src="http://wptavern.com/wp-content/
uploads/2014/03/revisions.png" alt="revisions" width="1430" height="1076" class=
"aligncenter size-full wp-image-18311" /></a></p>\n<p>UserPress allows wiki part
icipants to moderate content using a set of customizable flags. For example, one
might flag an article for poor attribution, readability or spam.</p>\n<h3>Subsc
ription for bbPress and BuddyPress</h3>\n<p>The subscription feature allows user
s to monitor articles to keep track of comments and updates. However, subscripti
on is only available for users on sites where bbPress and/or BuddyPress are acti
vated. It fits in seamlessly with the user profile menu.</p>\n<div id="attachmen
t_18315" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/
uploads/2014/03/subscription-management.png" rel="prettyphoto[18117]"><img src="
http://wptavern.com/wp-content/uploads/2014/03/subscription-management.png" alt=
"Subscription management" width="1191" height="699" class="size-full wp-image-18
315" /></a><p class="wp-caption-text">Subscription management</p></div>\n<p>Memb
ers can navigate to the subscriptions panel to find out what&#8217;s new and to
manage current active subscriptions.</p>\n<h3>Default Wiki Theme</h3>\n<p>The de
sign for the default wiki theme is based on Zurb&#8217;s <a href="http://foundat
ion.zurb.com/" target="_blank">Foundation Framework</a>. UserPress includes a re
sponsive default theme (UserTheme) that is automatically installed and activated o
nce the plugin has been activated. However, the plugin will work with any WordPr
ess theme. The automatic activation of the theme upon installation of the plugin
helps users to discover that there is a theme available, but it might be distur
bing if the administrator is not expecting it.</p>\n<p>If you&#8217;re looking f
or a wiki plugin that works well on its own and integrates nicely with bbPress a
nd BuddyPress, UserPress is a solid option. Its feature set is geared towards ma
king collaboration more efficient and productive for wiki participants. Download
the plugin from <a href="http://wordpress.org/plugins/userpress/" target="_blan
k">WordPress.org</a> or grab the latest from the <a href="http://www.userpress.o
rg/" target="_blank">UserPress homepage</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_b
ase";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a

:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Mar 2014 04:02: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:"dat
a";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base
_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n
\n
\n
\n
\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:
17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:
5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"WPTavern: CampusPress Launches Managed
WordPress Hosting For Multisite Networks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0
:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5
:{s:4:"data";s:28:"http://wptavern.com/?p=18224";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{
i:0;a:5:{s:4:"data";s:202:"http://wptavern.com/campuspress-launches-managed-word
press-hosting-for-multisite-networks?utm_source=rss&utm_medium=rss&utm_campaign=
campuspress-launches-managed-wordpress-hosting-for-multisite-networks";s:7:"attr
ibs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0
:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7068:"<p><a href="http://wpt
avern.com/wp-content/uploads/2014/03/campuspress.jpg" rel="prettyphoto[18224]"><
img src="http://wptavern.com/wp-content/uploads/2014/03/campuspress.jpg" alt="ca
mpuspress" width="1600" height="699" class="aligncenter size-full wp-image-18261
" /></a></p>\n<p>Managed WordPress hosts are popping up all over the web. The pl
atform is now so widely used that mammoth hosting providers such as <a href="htt
p://wptavern.com/godaddy-launches-managed-wordpress-hosting-service" target="_bl
ank">GoDaddy</a> and <a href="http://wptavern.com/mediatemple-launches-wordpress
-managed-hosting-package" target="_blank">MediaTemple</a> have added specialized
hosting packages dedicated to WordPress customers. WordPress hosting providers
that cater to a specific niche are the latest trend.</p>\n<p><a href="http://cam
puspress.com/" target="_blank">CampusPress </a>is a newly branded managed host t
hat specializes in WordPress multisite networks for educational organzations. It
&#8217;s actually an offshoot of <a href="http://edublogs.org/" target="_blank">
Edublogs</a>, the largest educational blogging host that has been providing mult
isite hosting since 2005. Due to the high demand for more CMS features, the Edub
logs team decided to differentiate the services with CampusPress focused on prov
iding multisite network hosting for schools and universities.</p>\n<p>I spoke wi
th Edublogs Director of Operations, Ronnie Burt, to discuss the reasons for laun
ching CampusPress as a separate entity into the managed hosting market. He said
that many of the existing Edublogs customers wanted to use the service for more
than blogs but were hesitant due to &#8220;blogs&#8221; within the name. &#8220;
Since WordPress is all grown up and used for way more than blogging,&#8221; he s
aid. &#8220;We&#8217;re re-branding our Edublogs Campus service and really impro
ving the network infrastructure and features to better support all types of site
s.&#8221;</p>\n<h3>How Multisite Hosting Works at CampusPress</h3>\n<p><a href="
http://wptavern.com/wp-content/uploads/2014/03/osu.jpg" rel="prettyphoto[18224]"
><img src="http://wptavern.com/wp-content/uploads/2014/03/osu.jpg" alt="osu" wid
th="400" height="279" class="alignright size-full wp-image-18266" /></a>In addit
ion to providing a hosting environment optimized for multisite networks, CampusP
ress accounts also include many built-in features specific to white labeling and
managing a multisite network for education. A few examples include:</p>\n<ul>\n
<li>Domain mapping</li>\n<li>Class and student management tools</li>\n<li>Conten
t filtering and moderation</li>\n<li>Native apps for iOS and Android</li>\n<li>L
DAP, Google Apps, Shibboleth and LTI authentication options</li>\n</ul>\n<p>I as
ked Burt if CampusPress is one giant network that manages all the multisite inst
allations. &#8220;It isn&#8217;t technically networks within a network,&#8221; h
e said. &#8220;Each school has their own totally separate multisite install. We
use SVN to manage WordPress core and our default plugins and themes across all o
f the networks.&#8221; CampusPress also provides a custom SVN folder for custome
rs to submit and manage custom themes.</p>\n<p>The multisite hosting is truly ma
naged in that the maintenance is handled professionally behind the scenes and cu
stomers do not have any server-level access such as FTP or the database. &#8220;
This is how we can guarantee reliability and security,&#8221; Burt said. &#8220;

While traditional managed hosting providers may have automated scans and a black
list of plugins, we manually review line by line each line of code of every plug
in and theme added to our networks.&#8221;</p>\n<h3>The Challenge of Keeping Pac
e With WordPress</h3>\n<p>Burt says that one of the biggest challenges of hostin
g multisite networks is performing upgrades. &#8220;Universities and schools oft
en also have their own change management and branding policies and regulations,&
#8221; he said. &#8220;They tend to not like upgrades or major changes in the mi
ddle of the school year, and they all seam to require different things when it c
omes to testing, timelines, and rolling out new plugins/tools.&#8221;</p>\n<p>Fo
r example, WordPress 3.8 introduced major changes to WordPress and many organiza
tions didn&#8217;t want to have to re-educate their users in the middle of the s
chool year. &#8220;This is especially a challenge when they get on different ver
sions of WordPress core,&#8221; Burt explained. &#8220;It seems like as soon as
we finally get everyone happily upgraded, another version will roll out and we&#
8217;ll start the process all over again. We&#8217;d upgrade them all at the sam
e time if they&#8217;d let us.&#8221;</p>\n<h3>CampusPress Expands Beyond Educat
ional Blogs</h3>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/the
review.jpg" rel="prettyphoto[18224]"><img src="http://wptavern.com/wp-content/up
loads/2014/03/thereview-300x245.jpg" alt="thereview" width="300" height="245" cl
ass="alignleft size-medium wp-image-18269" /></a>With the new CampusPress brandi
ng in place, Burt and his team are able to expand beyond providing educational b
logs. One of the largest categories includes news/magazine sites like, such as t
he <a href="http://blogs.du.edu/magazine/" target="_blank">University of Denver
Magazine</a>. The other category they serve is faculty/department websites in ne
ed of CMS capabilities, such as the <a href="http://polisci.uoregon.edu/" target
="_blank">University of Oregon Political Science Department</a> and <a href="htt
p://mediarelations.cornell.edu/" target="_blank">Cornell&#8217;s Media Relations
Office</a>.</p>\n<p>A few interesting examples of multisite networks already ho
sted with CampusPress include:</p>\n<ul>\n<li><a href="http://blogs.cornell.edu/
gateshall/" target="_blank">Bill and Melinda Gates Hall</a></li>\n<li><a href="h
ttp://emergency.cornell.edu/" target="_blank">Cornell&#8217;s Emergency Site</a>
</li>\n<li><a href="http://udreview.com/" target="_blank">University of Delaware
Student Newspaper</a></li>\n<li><a href="http://blogs.sjsu.edu/wsq" target="_bl
ank">San Jose State&#8217;s Alumni Magazine</a></li>\n<li><a href="http://physic
s.uoregon.edu/" target="_blank">University of Oregon Department Sites</a></li>\n
<li><a href="https://u.osu.edu/ohiostatedrumline/" target="_blank">Ohio State&#8
217;s Drumline</a></li>\n</ul>\n<p>WordPress use is on the rise in the education
sector. &#8220;The buzz around WordPress at the conferences we attend and the
<a href="http://lists.automattic.com/mailman/listinfo/wp-edu" target="_blank">WP
in Education mailing list</a> suggests a growth that parallels WordPress in bus
iness and other arenas,&#8221; Burt said. With the re-branded <a href="http://ca
mpuspress.com/" target="_blank">CampusPress</a> website launched this week, Edub
logs is officially entering the managed WordPress hosting market. The company jo
ins <a href="http://wptavern.com/cart66-launches-wordpress-managed-hosting-for-e
-commerce" target="_blank">Cart66</a> as one of the first managed WordPress host
s catering to a specific niche.</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, 04 Mar 2014 22:32:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_b
ase";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://p
url.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sara
h Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n
\n
\n
\n
\n
\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_
base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title
";a:1:{i:0;a:5:{s:4:"data";s:64:"WPTavern: MediaTemple Launches WordPress Manage
d Hosting Package";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expl
icit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http
://wptavern.com/?p=18219";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_ba
se_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:1
72:"http://wptavern.com/mediatemple-launches-wordpress-managed-hosting-package?u

tm_source=rss&utm_medium=rss&utm_campaign=mediatemple-launches-wordpress-managed
-hosting-package";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expli
cit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9
192:"<p><div id="attachment_18278" class="wp-caption aligncenter"><a href="http:
//wptavern.com/wp-content/uploads/2014/03/MediaTempleFeaturedImage2.png" rel="pr
ettyphoto[18219]"><img src="http://wptavern.com/wp-content/uploads/2014/03/Media
TempleFeaturedImage2-500x179.png" alt="Media Temple Featured Image" width="500"
height="179" class="size-large wp-image-18278" /></a><p class="wp-caption-text">
photo credit: <a href="http://www.flickr.com/photos/stars6/4381851322/">Leonardo
Rizzi</a> &#8211; <a href="http://creativecommons.org/licenses/by-sa/2.0/">cc</
a></p></div><br />\nMediaTemple <a title="http://mediatemple.net/blog/news/welco
me-to-the-future-of-managed-wordpress-hosting/" href="http://mediatemple.net/blo
g/news/welcome-to-the-future-of-managed-wordpress-hosting/">has announced</a> th
ey have a new managed WordPress hosting package available dubbed <a title="http:
//mediatemple.net/webhosting/wordpress/" href="http://mediatemple.net/webhosting
/wordpress/">Premium WordPress Hosting</a>. The package has a cost of $29 per mo
nth which places it near the top of my price comparison chart. I created this ch
art a few months ago when GoDaddy announced their managed WordPress hosting pack
age.</p>\n<ul>\n<li>GoDaddy <strong>$6.99</strong> / month</li>\n<li>Siteground
<strong>$9.95</strong> / month</li>\n<li>Flywheel <strong>$15.00</strong> / mont
h</li>\n<li>DreamPress <strong>$19.95</strong> / month</li>\n<li>Page.ly <strong
>$24.00</strong> / month</li>\n<li>Pressable <strong>$25.00</strong> / month</li
>\n<li>Synthesis <strong>$27.00</strong> / month</li>\n<li>WP Engine <strong>$29
.00</strong> / month</li>\n<li>MediaTemple <strong>3 WordPress Installs For $29.
00</strong> / month</li>\n</ul>\n<p>MediaTemple is owned by GoDaddy but <a title
="http://mediatemple.net/blog/2013/10/15/faqs-about-the-godaddy-acquisition/#mer
ging" href="http://mediatemple.net/blog/2013/10/15/faqs-about-the-godaddy-acquis
ition/#merging">both companies operate independently</a> of each other. While I
initially thought it was a bad idea for both GoDaddy and MediaTemple to offer ma
naged WordPress hosting since they are in a way, the same company, I&#8217;ve co
me to the understanding that each one serves a different customer base.</p>\n<h3
>What MediaTemple Offers</h3>\n<p>As is customary with other managed hosting pro
viders, MediaTemple offers a staging environment to work on sites before they go
live. Other notable features include:</p>\n<ul>\n<li>Easy-to-use site templatin
g</li>\n<li>Automatic updates</li>\n<li>Mobile Optimized</li>\n<li>Automatic sec
urity</li>\n<li>Automatic backups</li>\n<li>Next-gen cloud infrastructure</li>\n
</ul>\n<p>Perhaps one of the most important features offered is email, something
<a href="http://wpengine.com/support/email-recommendations-from-wp-engine/" tit
le="http://wpengine.com/support/email-recommendations-from-wp-engine/">not offer
ed by WP Engine</a>.</p>\n<h3>MediaTemple Launches Invite Only WordPress Theme M
arket</h3>\n<p>The market only contains one theme created by their creative dire
ctory but the company plans on adding more from talented designers in the future
. I asked MediaTemple if there was any additional information they could give me
regarding their theme marketplace. Their response:</p>\n<blockquote><p>As it is
now, the market place is invite only with specific designers and organizations bu
ilding custom themes for (mt) Premium WordPress Hosting customers. The theme mar
ket place is an area of this product were really excited about. We have very stro
ng partnerships in the creative and development worlds, so this model is likely
to change/grow with opportunities and there will definitely be one-off scenarios
here. Essentially, the sky is the limit with the market place.</p></blockquote>
\n<p>Customers are limited to three WordPress installations per account. If you
need more, you&#8217;ll need to pay $9/month for each additional site. WordPress
Multisite is currently <strong>not</strong> supported.</p>\n<p>MediaTemple stat
es they are aiming to push out WordPress updates within 48 hours of their releas
e. Other leading WordPress managed hosting providers can sometimes take up to a
week or more to test major versions of WordPress before applying the updates to
their customer&#8217;s sites. However, security and or maintenance releases are
usually applied the same day. The automatic updates only apply to WordPress, not
plugins and themes.</p>\n<p>When asked whether customers can initiate updates f
or WordPress, MediaTemple responded: &#8220;<em>Only (mt) can initiate WordPress

updates for sites running on Premium WordPress Hosting</em>&#8220;. As we&#8217


;ve <a title="http://wptavern.com/wordpress-host-wp-engine-will-not-support-auto
matic-background-updates" href="http://wptavern.com/wordpress-host-wp-engine-wil
l-not-support-automatic-background-updates">mentioned on WPTavern before</a>, th
is has become standard procedure.</p>\n<p><a href="http://wptavern.com/wp-conten
t/uploads/2014/03/NoPluginsAllowed.png" rel="prettyphoto[18219]"><img class="ali
gnright size-thumbnail wp-image-18241" alt="Plugins Not Allowed" src="http://wpt
avern.com/wp-content/uploads/2014/03/NoPluginsAllowed-150x150.png" width="150" h
eight="150" /></a>Speaking of plugins, they have their own <a title="https://kb.
mediatemple.net/questions/2075/Which+plugins+are+not+allowed+with+my+Premium+Wor
dPress+service%3F#wp" href="https://kb.mediatemple.net/questions/2075/Which+plug
ins+are+not+allowed+with+my+Premium+WordPress+service%3F#wp">list of plugins not
allowed</a> to be used on their managed hosting infrastructure. It&#8217;s impo
rtant for customers to read through the list in case you&#8217;ve purchased a co
mmercial version of any of the plugins listed. For example, <a title="http://ith
emes.com/purchase/backupbuddy/" href="http://ithemes.com/purchase/backupbuddy/">
BackupBuddy</a> is not allowed because it duplicates existing functionality prov
ided by MediaTemple.</p>\n<h3></h3>\n<h3>Are Managed WordPress Hosting Companies
The Unseen Competition For WordPress.com?</h3>\n<p>While putting this post toge
ther, I thought about how many companies within the past three years have create
d specially crafted hosting environments to cater to customers using WordPress.
Most of the WordPress managed hosting services I know of are extensions of estab
lished companies.</p>\n<div id="attachment_18234" class="wp-caption aligncenter"
><a href="http://wptavern.com/wp-content/uploads/2014/03/WPorgvsWPcom.png" rel="
prettyphoto[18219]"><img class="size-large wp-image-18234" alt="WordPress.com Ve
rsus WordPress.org " src="http://wptavern.com/wp-content/uploads/2014/03/WPorgvs
WPcom-500x239.png" width="500" height="239" /></a><p class="wp-caption-text">Wor
dPress.com Versus WordPress.org</p></div>\n<p>I look at managed WordPress hostin
g as providing the luxuries of WordPress.com but also allowing customers most of
the freedoms associated with self-hosting WordPress. Customers can upload plugi
ns, change themes, edit their themes, and perform tasks that are locked down on
WordPress.com or require you to pay an upgrade fee. Plus, they have a team of pe
ople ready to help at a moments notice which places them a step above most share
d webhosting services.</p>\n<h3>Tough To Compete Against Free</h3>\n<p><a href="
http://wptavern.com/wp-content/uploads/2009/06/dollarsign.png" rel="prettyphoto[
18219]"><img class="alignright size-full wp-image-1666" alt="dollarsign" src="ht
tp://wptavern.com/wp-content/uploads/2009/06/dollarsign.png" width="102" height=
"103" /></a>I think the one aspect preventing more WordPress.com users from purc
hasing a managed hosting account is the price. <strong>$29 per month</strong>, i
s <strong>$348 per year</strong>. That&#8217;s a lot of money for someone to spe
nd if they just want to publish their thoughts to the web. If you want most of t
he freedoms self-hosting WordPress provides without having to pay a large sum of
money, <a title="http://www.godaddy.com/hosting/wordpress-hosting.aspx?ci=86979
" href="http://www.godaddy.com/hosting/wordpress-hosting.aspx?ci=86979">GoDaddy
is a nice option</a>.</p>\n<p>The price of free is hard to compete against which
is why I think WordPress.com has nothing to worry about. They cater to customer
s who just need a quick and easy way to publish content online. I see managed Wo
rdPress hosting companies as the next step for users when they outgrow the const
raints of WordPress.com or the total price of upgrades is more than the annual c
ost of a managed hosting account.</p>\n<h3>Ask MediaTemple Anything</h3>\n<p>The
company is hosting a live <a title="https://plus.google.com/u/0/b/1142805926608
20418185/events/c00ghkimi9a4gehbujli904sv6c" href="https://plus.google.com/u/0/b
/114280592660820418185/events/c00ghkimi9a4gehbujli904sv6c">Google+ Hangout</a> o
n <strong>March 5th, 2014 at 9AM Pacific or Noon Eastern</strong> to answer any
questions brought forth by the audience. No question appears to be off-limits.</
p>\n<p><strong>Are you happy to see MediaTemple enter the WordPress managed host
ing space? Is their anything in particular you&#8217;d like to know about their
offering before you&#8217;d consider doing business with them?</strong></p>";s:7
:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lan
g";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Mar 2014 21:37:

24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0
;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"crea
tor";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_
base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s
:4:"data";s:13:"\n
\n
\n
\n
\n
\n
\n";s:7:"attribs
";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:""
;s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"WPTaver
n: WordPress.com Featured On Jeopardy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:""
;s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s
:4:"data";s:28:"http://wptavern.com/?p=18214";s:7:"attribs";a:0:{}s:8:"xml_base"
;s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0
;a:5:{s:4:"data";s:132:"http://wptavern.com/wordpress-com-featured-on-jeopardy?u
tm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-featured-on-jeopardy";s:
7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_la
ng";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:947:"<p>Jeopardy, an
American television game show, recently had a category dedicated to dot-com. Amo
ng the five answers within the category was WordPress.com. <em><strong>WordPress
.com bills itself as a better way to keep one of these Internet diaries.</strong><
/em></p>\n<blockquote class="twitter-tweet" width="550"><p><a href="https://twit
ter.com/search?q=%23WordPress&src=hash">#WordPress</a> on Jeopardy, category Dot
Com. <a href="http://t.co/xXVyKTRvzF">pic.twitter.com/xXVyKTRvzF</a></p>\n<p>&mda
sh; Dougal Campbell (@dougal) <a href="https://twitter.com/dougal/statuses/44064
7290055708672">March 4, 2014</a></p></blockquote>\n<p></p>\n<p>The correct respo
nse is: <strong>What is a blog?</strong></p>\n<p>If you&#8217;d like to play a v
ersion of Jeopardy dedicated to WordPress, check out <a title="http://www.wpgame
show.com/" href="http://www.wpgameshow.com/">WPGameshow.com</a> created by the o
rganizers of WordCamp Detroit, 2011.</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, 04 Mar 2014 18:01: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:"htt
p://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:
"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explici
t";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:65:"WordPress.tv: Pippin Williamson: Sane Plugin Up
dates and Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_exp
licit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"htt
p://wordpress.tv/?p=31993";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_b
ase_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:
82:"http://wordpress.tv/2014/03/04/pippin-williamson-sane-plugin-updates-and-rel
eases/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s
:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:679:"<div i
d="v-0Vhc4SV3-1" class="video-player">\n</div><br /> <a rel="nofollow" href="ht
tp://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31993/"><img alt="" b
order="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31993/
" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordp
ress.tv&blog=5089392&post=31993&subd=wptv&ref=&feed=1" width="1" height="1" /><d
iv><a href="http://wordpress.tv/2014/03/04/pippin-williamson-sane-plugin-updates
-and-releases/"><img alt="Pippin Williamson: Sane Plugin Updates and Releases" s
rc="http://videos.videopress.com/0Vhc4SV3/video-947c6c3e6a_std.original.jpg" wid
th="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:
17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s
:4:"data";s:31:"Tue, 04 Mar 2014 16:45:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://pu
rl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordP
ress.tv";s: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:58:"WordPress.tv: Brad Williams: Writing Secure Wor


dPress Code";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";
b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wor
dpress.tv/?p=31991";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_exp
licit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"htt
p://wordpress.tv/2014/03/04/brad-williams-writing-secure-wordpress-code-2/";s:7:
"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang
";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:667:"<div id="v-pZeenjy
1-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.w
ordpress.com/1.0/gocomments/wptv.wordpress.com/31991/"><img alt="" border="0" sr
c="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31991/" /></a> <im
g alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog
=5089392&post=31991&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="
http://wordpress.tv/2014/03/04/brad-williams-writing-secure-wordpress-code-2/"><
img alt="Brad Williams: Writing Secure WordPress Code" src="http://videos.videop
ress.com/pZeenjy1/video-bc87c0b916_std.original.jpg" width="160" height="120" />
</a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b
:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04
Mar 2014 16:18:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_bas
e_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"WordPress.tv";s: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:"dat
a";s:28:"Matt: No Smartphone for Lent";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:""
;s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s
:4:"data";s:21:"http://ma.tt/?p=43507";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:""
;s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s
:4:"data";s:44:"http://ma.tt/2014/03/no-smartphone-for-lent/";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:1
1:"description";a:1:{i:0;a:5:{s:4:"data";s:2782:"<p><img class="alignright sizethumbnail wp-image-43508" src="http://i0.wp.com/s.ma.tt/files/2014/03/nophone.pn
g?resize=195%2C195" alt="nophone" />Every year <a href="http://en.wikipedia.org/
wiki/Lent">for Lent</a> I try to give something up that I would otherwise find u
nimaginable or consider myself particularly dependent on. Last year I gave up me
at, which isn&#8217;t that unusual but you have to remember I&#8217;m from Texas
. <img src="http://i0.wp.com/s.ma.tt/blog/wp-includes/images/smilies/icon_wink.g
if?w=604" alt=";)" class="wp-smiley" /> </p>\n<p>This year as I surveyed my life
there was one thing I kept coming back to as being completely dependent on: my
smartphone(s). It&#8217;s only been a few years since the iPhone came out, but i
t&#8217;s inconceivable to imagine my life today without my calendar, email, Fou
rsquare, Path, Chrome, Tripit, <a href="http://simplenote.com/">Simplenote</a>,
WordPress, Tweetbot, Sonos, Uber, Spotify and my iTunes library, and most import
antly Google Maps. (On my second screen: SmartThings, Nest, Lociktron, Lutron, 1
Password, Calm, Authy, NextDraft, Withings, Circa&#8230;) These apps and everyth
ing they represent weave into every aspect of my life, I&#8217;m sure I&#8217;m
one of those people who looks at their phone <a href="http://www.tomshardware.co
m/news/Smartphones-Phones-Handsets-User-Cell,20645.html">at least 150 times a da
y</a>. My smartphone is my camera, my flashlight, my connection to the world, an
d my crutch.</p>\n<div id="43509" class="wp-caption aligncenter"><img class="wpimage-43509 size-full" src="http://i2.wp.com/s.ma.tt/files/2014/03/Bh0zrQfCcAAa5
2G.jpg-large.jpeg?resize=604%2C604" alt="" /><p class="wp-caption-text">A small
selection of what a phone replaces, <a href="http://www.reddit.com/r/pics/commen
ts/1cbken/1993_vs_2013/">from Reddit</a>.</p></div>\n<p>And now it&#8217;s what
I&#8217;m giving up for Lent in 2014, from March 5th until April 17th. (Yes, tha
t includes SxSW.) For safety and business reasons I&#8217;m going to have a make
s-phone-calls-only phone, and might hop in a friend&#8217;s Uber, but the idea i
s there will not be a device on me 24/7 that I&#8217;m tethered to, constantly l
ooking at, and lost and hopeless without. You obviously can&#8217;t turn back th

e clock on progress, so I don&#8217;t expect this to be a permanent thing, but I


&#8217;m curious what I miss the most, how it affects my ability to focus throug
hout the day, and how it changes my relationships with other people, especially
the lack of messaging.</p>\n<p>I am in the market for a cool feature phone thoug
h, maybe a small one like Zoolander had or a slidey one like in the Matrix. Any
suggestions?</p>\n<p>I&#8217;ll leave you with the &#8220;I forgot my phone&#822
1; video from last year:</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:""
;s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5
:{s:4:"data";s:31:"Tue, 04 Mar 2014 02:10: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:14:"Ma
tt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit"
;b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n
\n
\n
\n
\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_
base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title
";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: DW Timeline: A Free WordPress Theme W
ith a Unique Layout";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_ex
plicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"ht
tp://wptavern.com/?p=18162";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_
base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s
:174:"http://wptavern.com/dw-timeline-a-free-wordpress-theme-with-a-unique-layou
t?utm_source=rss&utm_medium=rss&utm_campaign=dw-timeline-a-free-wordpress-themewith-a-unique-layout";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_e
xplicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data"
;s:4343:"<p>DW Timeline is a beautiful free theme created by the folks at <a hre
f="http://www.designwall.com/" target="_blank">DesignWall</a>. It is based on th
e <a href="http://roots.io/" target="_blank">Roots</a> framework and features a
unique timeline display for posts, inspired by Facebook&#8217;s timeline layout.
DW Timeline was designed to showcase your blog or portfolio site.</p>\n<h3>Cust
omizable Header</h3>\n<p>The homepage design supports a large customizable heade
r image:</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/dw-time
line-homepage.jpg" rel="prettyphoto[18162]"><img src="http://wptavern.com/wp-con
tent/uploads/2014/03/dw-timeline-homepage.jpg" alt="dw-timeline-homepage" width=
"880" height="500" class="aligncenter size-full wp-image-18181" /></a></p>\n<p>A
fter you upload your own header image, DW Timeline has a few extra options built
into WordPress&#8217; native customizer that will help you to achieve an effect
similar to what you see in the demo. The theme lets you define two colors for t
he header mask, as well as a background color for the site title.</p>\n<p><a hre
f="http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-header-customize.j
pg" rel="prettyphoto[18162]"><img src="http://wptavern.com/wp-content/uploads/20
14/03/dw-timeline-header-customize.jpg" alt="dw-timeline-header-customize" width
="880" height="500" class="aligncenter size-full wp-image-18182" /></a></p>\n<h3
>Timeline Layout for Posts</h3>\n<p>Posts are arranged in a timeline format with
pagination controls on the right side of the page. Clicking these will scroll y
ou further down to the next set of posts. The number of pages is controlled by t
he number of posts you select in the Settings > Reading panel.</p>\n<p><a href="
http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-timeline.jpg" rel="pr
ettyphoto[18162]"><img src="http://wptavern.com/wp-content/uploads/2014/03/dw-ti
meline-timeline.jpg" alt="dw-timeline-timeline" width="880" height="500" class="
aligncenter size-full wp-image-18184" /></a></p>\n<h3>Single Post Design</h3>\n<
p>Featured images are shown as the header on individual posts. If the image is n
ot large enough, it will be stretched. Therefore, if you&#8217;re using this the
me, you&#8217;ll want to select featured images that are large enough to make th
is work nicely.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/
dw-timeline-post.jpg" rel="prettyphoto[18162]"><img src="http://wptavern.com/wpcontent/uploads/2014/03/dw-timeline-post.jpg" alt="dw-timeline-post" width="880"
height="500" class="aligncenter size-full wp-image-18193" /></a></p>\n<p>In add
ition to its unique homepage design, the DW Timeline theme has some nice details
baked in that make your site responsive and readable:</p>\n<ul>\n<li>Post grid
option by Meta-box</li>\n<li>Customize panel for: Header image and background, c

all to action button</li>\n<li>Support for 6 post formats: Standard, Gallery, Vi


deo, Image, Quote and Status</li>\n<li>Clean code using <a href="http://scribu.n
et/wordpress/theme-wrappers.html" target="_blank">Theme Wrappers</a></li>\n<li><
a href="http://html5boilerplate.com/" target="_blank">HTML5 Boilerplate</a></li>
\n<li><a href="https://www.readability.com/developers/guidelines" target="_blank
">Micro-format</a></li>\n<li><a href="http://www.456bereastreet.com/archive/2010
10/how_to_make_wordpress_urls_root_relative/" target="_blank">Relative URL</a></
li>\n<li>Multilingual ready</li>\n</ul>\n<p>Of course, it&#8217;s not easy to kn
ow what this theme looks like until you try out the <a href="http://demo.designw
all.com/dw-timeline/" target="_blank">live demo</a> and test the timeline/pagina
tion controls.</p>\n<p>A <a href="http://www.designwall.com/blog/dw-timeline-pro
-wordpress-theme/" target="_blank">Pro version</a> of the theme is available fro
m DesignWall, which includes a more intuitive treatment of navigation on mobile
devices, a front-end posting form and an alternative <a href="http://wptavern.co
m/exploring-wordpress-theme-designers-love-affair-with-mint-green" target="_blan
k">mint green</a> flat design.</p>\n<p>If you want to make a big splash on your
hompage and arrange your posts in a timeline format, this theme might be just th
e ticket. <a href="http://wordpress.org/themes/dw-timeline" target="_blank">DW T
imeline</a> is available for free from WordPress.org.</p>";s:7:"attribs";a:0:{}s
:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"p
ubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Mar 2014 00:47:48 +0000";s:7:"att
ribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:
0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:
{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:
"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n
\n
\n
\n
\n
\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s
:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:""
;a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:88:"WPTavern: WordPress Plugin Remi
nds You To Check Search Engine Visibility After Migration";s:7:"attribs";a:0:{}s
:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"g
uid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18165";s:7:"attribs";
a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}
}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:220:"http://wptavern.com/wordpress-plugin
-reminds-you-to-check-search-engine-visibility-after-migration?utm_source=rss&ut
m_medium=rss&utm_campaign=wordpress-plugin-reminds-you-to-check-search-engine-vi
sibility-after-migration";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_ba
se_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"d
ata";s:2183:"<p>Sometimes, after moving a site from a development environment in
to a live production environment, users and developers can forget to uncheck the
<em>Discourage Search Engines From Indexing Your Site</em> box located within the
<a title="http://codex.wordpress.org/Settings_Reading_Screen" href="http://code
x.wordpress.org/Settings_Reading_Screen">Reading Settings</a>. It&#8217;s a terr
ible feeling to realize months after a site has gone live, that search engines f
ailed to index the site because you forgot to change a setting. This is easily p
reventable using the <a title="http://wordpress.org/plugins/check-search-enginevisibility-on-migration/" href="http://wordpress.org/plugins/check-search-engine
-visibility-on-migration/">Check Search Engine Visibility on Migration</a> plugi
n.</p>\n<div id="attachment_18169" class="wp-caption aligncenter"><a href="http:
//wptavern.com/wp-content/uploads/2014/03/CheckSearchEngine1.png" rel="prettypho
to[18165]"><img class="size-large wp-image-18169" alt="Warning Seen If You Forge
t To Enable Search Engines" src="http://wptavern.com/wp-content/uploads/2014/03/
CheckSearchEngine1-500x137.png" width="500" height="137" /></a><p class="wp-capt
ion-text">Warning Seen If You Forget To Enable Search Engines</p></div>\n<p>Deve
loped by <a href="http://profiles.wordpress.org/rhyswynne/">Rhys Wynne</a>, this
fairly new plugin prevents users from forgetting to turn on search engines afte
r migrating their site or changing the blog URL. When the warning is displayed,
it won&#8217;t go away until you visit the Check/Set domain visibility settings
page. There are other plugins that have similar functionality but this plugin fo
rces the user to check the search engine visibility settings with no alternative
way to dismiss the warning box.</p>\n<p>As long as you don&#8217;t forget to ac

tivate this plugin on the live site, it will remind you to double-check the sear
ch engine settings when it detects the URL has changed.</p>\n<p><strong>Have you
ever transferred a website from a development server to a production environmen
t and forgot to enable search engines? If so, how long did it take before you di
scovered the error?</strong></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17
:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4
:"data";s:31:"Mon, 03 Mar 2014 22:50:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base
";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl
.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Ch
andler";s: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_exp
licit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i
:0;a:5:{s:4:"data";s:86:"WPTavern: BuddyPress to Adopt Features-As-Plugins Model
to Develop New Media Component";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:
"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"da
ta";s:28:"http://wptavern.com/?p=18119";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"
";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{
s:4:"data";s:216:"http://wptavern.com/buddypress-to-adopt-features-as-plugins-mo
del-to-develop-new-media-component?utm_source=rss&utm_medium=rss&utm_campaign=bu
ddypress-to-adopt-features-as-plugins-model-to-develop-new-media-component";s:7:
"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang
";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4515:"<p><a href="http:
//wptavern.com/wp-content/uploads/2014/01/bp-2014.jpg" rel="prettyphoto[18119]">
<img src="http://wptavern.com/wp-content/uploads/2014/01/bp-2014.jpg" alt="bp-20
14" width="1023" height="472" class="aligncenter size-full wp-image-14181" /></a
></p>\n<p>The BuddyPress 2014 Survey results are in and are now <a href="http://
mercime.github.io/buddyPress-2014-survey-results/index.html" target="_blank">pos
ted on github</a> with graphs to visually represent the data collected from 338
developers in 52 countries. The survey provided an opportunity for participants
to post feature requests as well as identify important areas for improvement.</p
>\n<p>When prioritizing new development for 2014, the team will be looking at th
e top 10 categories of BuddyPress feature requests discovered through the survey
:</p>\n<ul>\n<li>Group enhancements</li>\n<li>New Media component</li>\n<li>Acti
vity Stream improvements</li>\n<li>A BuddyPress theme</li>\n<li>Membership add-o
ns</li>\n<li>xProfiles additions</li>\n<li>Improved Documentation</li>\n<li>Easy
configuration of Profile/Group navigations</li>\n<li>Performance improvements</
li>\n<li>More Privacy options</li>\n</ul>\n<p>When <a href="http://buddypress.or
g/2014/03/2014-buddypress-survey-results/" target="_blank">reporting</a> the sur
vey results, <a href="http://buddypress.org/community/members/mercime/profile/"
target="_blank">@mercime</a> confirmed that BuddyPress will be adopting the Word
Press <a href="http://wptavern.com/wordpress-core-development-goes-to-warp-speed
-with-features-as-plugins-model" target="_blank">features-as-plugins</a> model i
n order to get more people involved in the frontend and backend requirements.</p
>\n<h3>BuddyPress Media Component and Attachment API</h3>\n<p>The first new feat
ure to be developed as a plugin will be the Media Component. BuddyPress core dev
eloper Mathieu Viet, better known as <a href="http://buddypress.org/community/me
mbers/imath/" target="_blank">@imath</a>, has begun work on the <a href="https:/
/buddypress.trac.wordpress.org/ticket/5429" target="_blank">enhancement</a> and
plans to set it up on the <a href="https://github.com/buddypress" target="_blank
">BuddyPress github account</a> soon.</p>\n<div id="attachment_18147" class="wpcaption alignright"><a href="http://wptavern.com/wp-content/uploads/2014/03/medi
a.png" rel="prettyphoto[18119]"><img src="http://wptavern.com/wp-content/uploads
/2014/03/media-300x270.png" alt="Example user attachment page" width="300" heigh
t="270" class="size-medium wp-image-18147" /></a><p class="wp-caption-text">Exam
ple user attachment page</p></div>\n<p><strong>&#8220;The idea is also to build
a BuddyPress attachment API so that plugins can use it for their components,&#82
21;</strong> Viet said during a recent BuddyPress development <a href="https://i
rclogs.wordpress.org/chanlog.php?channel=buddypress-dev&day=2014-02-26&sort=asc"
target="_blank">meeting</a>. Further down the road, the media component may be

used to manage all attachments for other components, i.e. avatars for profiles a
nd groups, files for messages, albums for members, etc. In this case attachments
would refer to uploads that have BP metadata attached.</p>\n<p>Both John James
Jacoby and Boone Gorges agreed that @imath&#8217;s implementation ideas for the
component are quite promising and worth moving forward. &#8220;The basic idea is
awesome and could be pretty transformative for BuddyPress,&#8221; Gorges commen
ted.</p>\n<p>Gorges suggested that this feature would be an ideal candidate for
developing a core component as a plugin for the purpose of increasing collaborat
ion. &#8220;Then we could get it in people&#8217;s hands, get them testing in di
fferent environments, and we could iterate quickly,&#8221; Gorges said. &#8220;I
f it looks like it&#8217;ll be a fairly long dev period, we can even do like MP6
and release it as a wordpress.org plugin to get lots of testers.&#8221;</p>\n<p
>The WordPress core has greatly benefited from using the <a href="http://make.wo
rdpress.org/core/features-as-plugins/" target="_blank">features-as-plugins</a> d
evelopment model, which helped four major features land in the 3.8 release. We&#
8217;ll be tracking BuddyPress feature plugins as they emerge throughout 2014. T
he development survey indicated that 65 respondents from 31 countries are eager
to contribute to BuddyPress in some way. Hopefully, the core team will be able t
o successfully use the features-as-plugins model to make it easier for new teste
rs and contributors to get involved.</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, 03 Mar 2014 20:36:38 +0000";s:7:"attribs";a:0:{}s:8:"
xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"htt
p://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_explici
t";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:50:"Matt: Philosophical Conversation with Reid Hoff
man";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:
"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=43
505";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:
"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2014/
03/convo-with-reid/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_ex
plicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";
s:399:"<p><span class="embed-youtube"></span></p>\n<p>The chat I had the other w
eek with Reid Hoffman is now online. Reid is such a thoughtful guy it&#8217;s my
favorite interview in a while. We cover a lot of ground, including expanding Wo
rdPress&#8217; (and Automattic&#8217;s) mission from &#8220;Democratize publishi
ng&#8221; to &#8220;Democratize publishing and development.&#8221; Give it a wat
ch!</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, 03 Mar
2014 18:01:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_e
xplicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:
1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:
0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}
}}i: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:81:
"WPTavern: Jetpack To Release Update To Fix Publishing Bug With After The Deadli
ne";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"
xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com
/?p=18126";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:206:"http://wpta
vern.com/jetpack-to-release-update-to-fix-publishing-bug-with-after-the-deadline
?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-to-release-update-to-fix-pub
lishing-bug-with-after-the-deadline";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s
:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;
a:5:{s:4:"data";s:2853:"<p>Last week, <a title="http://wptavern.com/jetpack-2-9introduces-multisite-support-and-related-posts-module" href="http://wptavern.com

/jetpack-2-9-introduces-multisite-support-and-related-posts-module">we announced
</a> the release of Jetpack 2.9 which introduced a related posts module and mult
isite support. Unfortunately, the release also contained a bug that prevented po
sts from being published if the <a title="http://jetpack.me/support/spelling-and
-grammar/" href="http://jetpack.me/support/spelling-and-grammar/">Spelling and G
rammar</a> module was enabled. More specifically, if you have the module configu
red to automatically proofread posts and pages before they are published and you
&#8217;re using the Text editor, the screen will become stuck after the publish
button is pressed, preventing the post from being published.</p>\n<div id="attac
hment_18131" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-cont
ent/uploads/2014/03/PatchToFixAtDIssueWithJepack29.png" rel="prettyphoto[18126]"
><img class="size-large wp-image-18131" alt="Patched Code To Fix The AtD Bug Wit
h Jetpack 2.9" src="http://wptavern.com/wp-content/uploads/2014/03/PatchToFixAtD
IssueWithJepack29-500x243.png" width="500" height="243" /></a><p class="wp-capti
on-text">Patched Code To Fix The AtD Bug With Jetpack 2.9</p></div>\n<p>Users ha
ve already <a title="http://wordpress.org/support/topic/29-blocking-posts?replie
s=15" href="http://wordpress.org/support/topic/29-blocking-posts?replies=15">fil
ed multiple reports</a> of the issue. The Jetpack team has already <a title="htt
ps://github.com/Automattic/jetpack/commit/7cdc9e10580631ca640ed872fcda2f666eb39b
cd" href="https://github.com/Automattic/jetpack/commit/7cdc9e10580631ca640ed872f
cda2f666eb39bcd">applied a patch</a> to fix the problem. George Stephanis, who i
s part of the Jetpack development team told me the problem &#8220;<em>stems from
a change that accounted for WordPress 3.9&#8242;s <a title="http://wptavern.com
/wordpress-developers-take-note-tinymce-4-0-merged-into-core" href="http://wptav
ern.com/wordpress-developers-take-note-tinymce-4-0-merged-into-core">pending bum
p to TinyMCE 4.0</a> and missed a conditional statement.</em>&#8221;</p>\n<p>Hap
piness engineer Brandon Kraft, <a title="http://wordpress.org/support/topic/unab
le-to-postnew-posts-with-29?replies=2" href="http://wordpress.org/support/topic/
unable-to-postnew-posts-with-29?replies=2">mentioned in a support post</a> the f
ix might be released later today if internal testing goes well.</p>\n<blockquote
><p>We are looking to release a fix later today. In the meantime, for most peopl
e, switching to the Visual view before publishing works.</p></blockquote>\n<p>Un
til the update is released, I recommend disabling the spell checking module or u
se the visual editor before publishing the post as suggested by Brandon Kraft.</
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, 03 Mar 2014
17:06:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explic
it";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:
7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:
8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43
;a:6:{s:4:"data";s:13:"\n
\n
\n
\n
\n
\n
\n";s:7:
"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang
";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:88:
"WordPress.tv: Jonathan D. Johnson: The Big Red Button: Stress Free WordPress De
ployments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordp
ress.tv/?p=31989";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expli
cit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:103:"http
://wordpress.tv/2014/03/03/jonathan-d-johnson-the-big-red-button-stress-free-wor
dpress-deployments/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_ex
plicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";
s:723:"<div id="v-nB0MVrto-1" class="video-player">\n</div><br /> <a rel="nofol
low" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31989/">
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpre
ss.com/31989/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.g
if?host=wordpress.tv&blog=5089392&post=31989&subd=wptv&ref=&feed=1" width="1" he
ight="1" /><div><a href="http://wordpress.tv/2014/03/03/jonathan-d-johnson-the-b
ig-red-button-stress-free-wordpress-deployments/"><img alt="Jonathan D. Johnson:
The Big Red Button: Stress Free WordPress Deployments" src="http://videos.video
press.com/nB0MVrto/video-09507b2df8_std.original.jpg" width="160" height="120" /

></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";
b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03
Mar 2014 16:11:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_ba
se_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"WordPress.tv";s: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:"dat
a";s:79:"WordPress.tv: Paul Clark: Cowboy Meet Ninja How To Never Crash A Site A
gain";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8
:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.
tv/?p=31913";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";
b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://wor
dpress.tv/2014/03/03/paul-clark-cowboy-meet-ninja-how-to-never-crash-a-site-agai
n/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"
xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:703:"<div id="v
-qr6dbVZg-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http:/
/feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31913/"><img alt="" borde
r="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31913/" />
</a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress
.tv&blog=5089392&post=31913&subd=wptv&ref=&feed=1" width="1" height="1" /><div><
a href="http://wordpress.tv/2014/03/03/paul-clark-cowboy-meet-ninja-how-to-never
-crash-a-site-again/"><img alt="Paul Clark: Cowboy Meet Ninja How To Never Crash
A Site Again" src="http://videos.videopress.com/qr6dbVZg/video-3d8dd23b8c_std.o
riginal.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml
_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate"
;a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014 14:22: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:"d
ata";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_bas
e_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:73:"WordPress.tv: Dan Beil: Stop Bu
ilding Themes And Start Building Solutions";s:7:"attribs";a:0:{}s:8:"xml_base";s
:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a
:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31911";s:7:"attribs";a:0:{}s:8:"xml_
base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1
:{i:0;a:5:{s:4:"data";s:90:"http://wordpress.tv/2014/03/03/dan-beil-stop-buildin
g-themes-and-start-building-solutions/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"
";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i
:0;a:5:{s:4:"data";s:695:"<div id="v-pg9sRJVZ-1" class="video-player">\n</div><b
r /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wor
dpress.com/31911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/co
mments/wptv.wordpress.com/31911/" /></a> <img alt="" border="0" src="http://stat
s.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31911&subd=wptv&ref=&f
eed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/03/dan-b
eil-stop-building-themes-and-start-building-solutions/"><img alt="Dan Beil: Stop
Building Themes And Start Building Solutions" src="http://videos.videopress.com
/pg9sRJVZ/video-2592bf9c69_std.original.jpg" width="160" height="120" /></a></di
v>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"
xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014
14:11:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explic
it";b:0;s:8:"xml_lang";s:0:"";}}}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:"WordPress.tv";s: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:42:

"BuddyPress: 2014 BuddyPress Survey Results";s:7:"attribs";a:0:{}s:8:"xml_base";


s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;
a:5:{s:4:"data";s:31:"http://buddypress.org/?p=179110";s:7:"attribs";a:0:{}s:8:"
xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link"
;a:1:{i:0;a:5:{s:4:"data";s:61:"http://buddypress.org/2014/03/2014-buddypress-su
rvey-results/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit
";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8536
:"<p>This report presents the results from the 2014 BuddyPress Survey held from
Jan. 7 Feb. 10, 2014. Three hundred thirty-eight developers from fifty-two count
ries completed the survey. Thank you all.</p>\n<p><img alt="52 country flags of
survey respondents" src="http://mercime.files.wordpress.com/2014/03/countries.gi
f" /></p>\n<h3>Goal of Survey</h3>\n<p>Guide the direction of BuddyPress plugin
development in 2014</p>\n<p><strong>Objectives:</strong></p>\n<p>1. Discover cur
rent and actual BuddyPress usage.<br />\n2. Provide users the opportunity to pos
t their feature requests.<br />\n3. Identify key areas for improvement.<br />\n4
. Prioritize areas of BuddyPress development.<br />\n5. Set benchmarks to stream
line development processes.<br />\n6. Identify volunteers who are interested in
contributing to BuddyPress development.</p>\n<p><span id="more-179110"></span></
p>\n<h3>Background</h3>\n<p>The concept of an all-out BuddyPress survey began wi
th <a href="http://buddypress.org/community/members/djpaul/" rel="nofollow">@djp
aul</a>s suggestion during an IRC devchat to embed a mini-survey in the plugins ad
min Whats new panel a week before BP 1.9 was released last December. The idea was t
o engage users in BP development for version 2.0. </p>\n<p>Skype discussions a c
ouple of days later brought about the decision that while the mini-survey was fe
asible, it would be much better to conduct a full-blown survey. It would be simi
lar to the <a title="2013" href="http://buddypress.org/2013/09/2013-buddypress-co
dex-survey-results/">2013 Codex Survey</a> but with an expanded scope to help gui
de BP development in 2014. After some testing and reviews, the <a href="http://b
uddypress.org/2014/01/2014-buddypress-survey/" title="BuddyPress 2014 Survey Lau
nched">survey was launched in the second week of January</a>.</p>\n<h3>Survey Me
thod/Design</h3>\n<p>I prepared the sample survey questions based on users posts
at the BP Forums and the tickets at BP Trac during the Christmas holidays for re
view of the core team. The final 32 questions were re-categorized into four sect
ions: a) You and BuddyPress, b) Themes and Plugins, c) Components and Participat
ion, and d) Opinions and Requests.</p>\n<p>The online survey was created using <
a>Polldaddy.com</a>. A variety of survey question types were employed to gather
the data required: multiple choices, check boxes, a matrix, and openended comment
s. The last type would also provide a veritable mine of information from respons
es in stand-alone questions and from Other options in multiple choices. </p>\n<h3>
Key Findings</h3>\n<ol>\n<ol>\n<li><strong>bbPress (2.x)</strong> is the top for
ums solution for BuddyPress sites<br />\n<img alt="bbPress is the forum solution
for most BP sites" src="http://mercime.files.wordpress.com/2014/03/forums-bbpre
ss.gif" /></li>\n<li>More than 50% of BuddyPress sites are on the <strong>latest
versions of WordPress and BuddyPress</strong>.</li>\n<li>Sixty-two percent of r
espondents have built 1 to 5 sites each and more than half of those sites are on
<strong>Shared Hosting plans</strong>.</li>\n<li>Theme Compatibility introduced
in BP 1.7 has <strong>expanded the available theme choices</strong> for BuddyPr
ess sites. Per survey, themes used for BuddyPress sites are now almost evenly di
vided between: a) Free WP themes with or without BP support, b) Commercial WP th
emes with or without BP support, and c) Own custom themes using BP theme compat
or custom themes overriding template parts with BP theme compat disabled.\n<p><i
mg alt="BuddyPress themes" src="http://mercime.files.wordpress.com/2014/03/theme
s1.gif" /></li>\n<li>The top features wanted in a BuddyPress theme are:<br />\n&
bull; Compatibility with the latest BP version<br />\n&bull; Responsive<br />\n&
bull; Light and Fresh Design\n</li>\n<li>The top 12 BP-specific plugins and plug
ins with BP support activated are:<br />\n<img src="http://mercime.files.wordpre
ss.com/2014/03/plugins-used.png" alt="Activated plugins in BP sites" width="300"
height="auto" class="alignright" /><br />\n&bull; bbPress<br />\n&bull; BuddyPr
ess Activity Plus<br />\n&bull; rtMedia<br />\n&bull; BuddyPress Group Email Sub
scription<br />\n&bull; Invite Anyone<br />\n&bull; Buddypress Docs<br />\n&bull

; BuddyPress Activity Privacy<br />\n&bull; Buddypress Xprofile Custom Fields Ty


pe<br />\n&bull; BP Labs<br />\n&bull; BuddyPress Custom Profile Menu<br />\n&bu
ll; BuddyPress Pending Activations<br />\n&bull; s2member\n</li>\n<li>The majori
ty of users are satisfied with all BuddyPress components except for Site Trackin
g which can only be activated for multisite installations.\n<p><img alt="chart o
f rated BuddyPress components" src="http://mercime.files.wordpress.com/2014/03/c
omponents.gif" /></li>\n<li><strong>Sixty-five respondents</strong> from 31 coun
tries submitted their email addresses to get involved with BP development. Thank
you! We will be contacting you soon.\n<p><img alt="country flags of volunteers"
src="http://mercime.files.wordpress.com/2014/03/volunteers.gif" /></li>\n<li>Si
xty-seven percent of respondents evaluated other social networking software befo
re choosing BuddyPress.\n<p><img alt="social network software evaluated" src="ht
tp://mercime.files.wordpress.com/2014/03/sn-evaluated1.gif" /></li>\n<li>The top
10 categories of BP features requested are:<br />\n<img src="http://mercime.fil
es.wordpress.com/2014/03/features.png" alt="Top BP Feature Requests" width="300"
height="auto" class="alignright" /><br />\n&bull; Group enhancements<br />\n&bu
ll; new Media component<br />\n&bull; Activity Stream improvements<br />\n&bull;
a BuddyPress theme<br />\n&bull; Membership add-ons<br />\n&bull; xProfiles add
itions<br />\n&bull; improved Documentation<br />\n&bull; easy configuration of
Profile/Group navigations<br />\n&bull; Performance improvements<br />\n&bull; m
ore Privacy options\n</li>\n</ol>\n<h3>Acknowledgements</h3>\n<p>&bull; Survey P
reparation: <a href="http://buddypress.org/community/members/johnjamesjacoby/" r
el="nofollow">@johnjamesjacoby</a>, <a href="http://buddypress.org/community/mem
bers/boonebgorges/" rel="nofollow">@boonebgorges</a>, <a href="http://buddypress
.org/community/members/djpaul/" rel="nofollow">@djpaul</a>, <a href="http://budd
ypress.org/community/members/r-a-y/" rel="nofollow">@r-a-y</a>, <a href="http://
buddypress.org/community/members/imath/" rel="nofollow">@imath</a>, and <a href=
"http://buddypress.org/community/members/hnla/" rel="nofollow">@hnla</a><br />\n
&bull; Online Survey Solution: <a href="http://polldaddy.com">Polldaddy.com</a>
and <a href="http://automattic.com" title="Automattic">Automattic</a> for the c
orporate account<br />\n&bull; Survey Report: <a href="http://d3js.org/" title="
d3js">d3.js</a>, <a href="http://www.chartjs.org/" title="chartjs.org">Chart.js<
/a>,<a href="https://github.com/" title="github.com"> Github.com</a>, and <a hre
f="http://buddypress.org/community/members/johnjamesjacoby/" rel="nofollow">@joh
njamesjacoby</a> for helping me get the report site up and running in gh-pages<b
r />\n&bull; Last but not least, many thanks once again to the survey participan
ts who completed this survey <img src="http://buddypress.org/wp-includes/images/
smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<h3>Moving Forward</
h3>\n<p>The core team who has been updated regularly since this survey began, ha
s already started discussions on the feature requests along with working on exis
ting Trac tickets and creating new ones based on your responses to this survey.
In addition, adopting the WordPress features-as-plugin process, some new BP feat
ures will be developed as plugins first to get more people involved in the front
end and backend requirements. </p>\n<p>You can keep abreast of latest developmen
ts by subscribing to <a href="http://bpdevel.wordpress.com" title="BuddyPress De
velopment blog">http://bpdevel.wordpress.com</a> and joining <a href="http://cod
ex.buddypress.org/participate-and-contribute/#irc-chats">BP devchats at irc.free
node.net</a>.</p>\n<p>Finally, please visit the mobile-friendly <a title="BuddyP
ress 2014 Survey Results page" href="http://mercime.github.io/buddyPress-2014-su
rvey-results/index.html">BuddyPress 2014 Survey Results page</a> to see the grap
hs and visualizations prepared from your responses to the survey. Cheers.</p>\n<
p><a title="BuddyPress 2014 Survey Results page" href="http://mercime.github.io/
buddyPress-2014-survey-results/index.html"><img alt="social network software eva
luated" src="http://mercime.files.wordpress.com/2014/03/survey-results.gif" /></
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, 03 Mar
2014 12:30:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_ex
plicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1
:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"@mercime";s:7:"attribs";a:0:{}s:8:
"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:62:"Lorelle
on WP: WordPress Workshop for Writers in Salem, Oregon";s:7:"attribs";a:0:{}s:8
:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"gui
d";a:1:{i:0;a:5:{s:4:"data";s:37:"http://lorelle.wordpress.com/?p=11191";s:7:"at
tribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s
:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://lorelle.wordpress.com/2
014/03/02/wordpress-workshop-for-writers-in-salem-oregon/";s:7:"attribs";a:0:{}s
:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"
description";a:1:{i:0;a:5:{s:4:"data";s:502:"Are you a writer? Author? Thinking
about it? Live in the Salem, Oregon, or nearby areas? I&#8217;ll be leading a wo
rkshop in Salem, Oregon, specifically designed for writers and authors using Wor
dPress. The event is part of the great work the Salem Chapter of the Willamette
Writer&#8217;s Group, a regional group of writers and authors [&#8230;]<img alt=
"" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&b
log=72&post=11191&subd=lorelle&ref=&feed=1" width="1" height="1" />";s:7:"attrib
s";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 02 Mar 2014 21:31:11 +0000
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_lang";s:0:"";}}}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:"Lorelle VanFossen";s: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:"ch
ild";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"WordPress.tv: M
ike Schroder: Bring WordPress To Life With The Heartbeat API";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4
:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31909";s:7:"attrib
s";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"
";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://wordpress.tv/2014/03/02/mik
e-schroder-bring-wordpress-to-life-with-the-heartbeat-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:699:"<div id="v-A7GdxyuY-1" class="vide
o-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0
/gocomments/wptv.wordpress.com/31909/"><img alt="" border="0" src="http://feeds.
wordpress.com/1.0/comments/wptv.wordpress.com/31909/" /></a> <img alt="" border=
"0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31
909&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress
.tv/2014/03/02/mike-schroder-bring-wordpress-to-life-with-the-heartbeat-api/"><i
mg alt="Mike Schroder: Bring WordPress To Life With The Heartbeat API" src="http
://videos.videopress.com/A7GdxyuY/video-5e7353b8ff_std.original.jpg" width="160"
height="120" /></a></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:"Sun, 02 Mar 2014 13:42: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/d
c/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv"
;s: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_exp
licit";b:0;s:8:"xml_lang";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:"WordPress.tv: Scott Bolinger: Creating Mobile Apps Word
Press: Tips, Tricks And More!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"x
ml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data
";s:28:"http://wordpress.tv/?p=31907";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";
s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:
4:"data";s:98:"http://wordpress.tv/2014/03/02/scott-bolinger-creating-mobile-app
s-wordpress-tips-tricks-and-more/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:1
7:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:
5:{s:4:"data";s:714:"<div id="v-0RHTTXUO-1" class="video-player">\n</div><br />

<a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpres


s.com/31907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comment
s/wptv.wordpress.com/31907/" /></a> <img alt="" border="0" src="http://stats.wor
dpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31907&subd=wptv&ref=&feed=1
" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/02/scott-boli
nger-creating-mobile-apps-wordpress-tips-tricks-and-more/"><img alt="Scott Bolin
ger: Creating Mobile Apps WordPress: Tips, Tricks And More!" src="http://videos.
videopress.com/0RHTTXUO/video-2913e125c7_std.original.jpg" width="160" height="1
20" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expli
cit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Su
n, 02 Mar 2014 13:28:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"x
ml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"WordPress.tv";s:7:"attr
ibs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0
:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx"
;s:4:"date";s:29:"Wed, 12 Mar 2014 16:27:57 GMT";s:12:"content-type";s:8:"text/x
ml";s:14:"content-length";s:6:"190438";s:10:"connection";s:5:"close";s:4:"vary";
s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Wed, 12 Mar 2014 16:15:15 GMT"
;s:4:"x-nc";s:11:"HIT lax 250";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:1
4:"20130911083210";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`
) VALUES
(799, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '139468498
0', 'no'),
(800, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1394641780', 'no'
),
(801, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1394684981',
'no'),
(802, '_transient_feed_b9388c83948825c1edaef0d856b7b109', 'a:4:{s:5:"child";a:1:
{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s
:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explic
it";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:72:"\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:"a
ttribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";
s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"W
ordPress Plugins View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s
:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4
:"data";s:44:"http://wordpress.org/plugins/browse/popular/";s:7:"attribs";a:0:{}
s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:
"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins View: Most Popula
r";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"x
ml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attri
bs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 12 Mar 2014 16:05:20 +000
0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"x
ml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.
org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b
:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";
a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s
:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Contact F
orm 7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:
8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress
.org/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"
";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:

5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xm


l_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a
:1:{i:0;a:5:{s:4:"data";s:34:"2141@http://wordpress.org/plugins/";s:7:"attribs";
a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xm
l_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:
4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attr
ibs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0
:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{
s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:1
7:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\
n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_lang";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:"WordPress SEO by Yoast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"x
ml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data
";s:53:"http://wordpress.org/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0
:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:
7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:
"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang
";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"8321@http://wordpress.org/p
lugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xm
l_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"descri
ption";a:1:{i:0;a:5:{s:4:"data";s:131:"Improve your WordPress SEO: Write better
content and have a fully optimized WordPress site using the WordPress SEO plugin
by Yoast.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b
:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"cr
eator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xm
l_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{
s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data"
;s:24:"Jetpack by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:
"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"da
ta";s:48:"http://wordpress.org/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}
s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"
pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"at
tribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s
:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"23862@http://wordpress.org/plu
gins/";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:"descript
ion";a:1:{i:0;a:5:{s:4:"data";s:104:"Supercharge your WordPress site with powerf
ul features previously only available to WordPress.com users.";s:7:"attribs";a:0
:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s
:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"dat
a";s:9:"Tim Moore";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expl
icit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";
a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s
:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WooCommer
ce - excelling eCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_ba
se_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:5
2:"http://wordpress.org/plugins/woocommerce/#post-29860";s:7:"attribs";a:0:{}s:8
:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pub
Date";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Sep 2011 08:13:36 +0000";s:7:"attri
bs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:
"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"29860@http://wordpress.org/plugin
s/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_bas

e";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description
";a:1:{i:0;a:5:{s:4:"data";s:97:"WooCommerce is a powerful, extendable eCommerce
plugin that helps you sell anything. Beautifully.";s:7:"attribs";a:0:{}s:8:"xml
_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http:/
/purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Woo
Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s
:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0
:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a
:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"NextGEN Gallery";s:7:"attribs";a:
0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s
:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/plugins/nextgen-ga
llery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_expli
cit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mo
n, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"x
ml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data
";s:34:"1169@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:
"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s
:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:120:"The mo
st popular WordPress gallery plugin and one of the most popular plugins of all t
ime with over 9 million downloads.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:
17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/ele
ments/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"att
ribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:
0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0
:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a
:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"All in One SEO Pack";s:7:"attribs
";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:""
;}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/plugins/all-in
-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_bas
e_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s
:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";
s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:
4:"data";s:33:"753@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:
{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit"
;b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:126:"
All in One SEO Pack is a WordPress SEO plugin to automatically optimize your Wor
dPress blog for Search Engines such as Google.";s:7:"attribs";a:0:{}s:8:"xml_bas
e";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://pur
l.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdos
e";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"x
ml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0
:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a
:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"WordPress Importer";s:7:"attribs"
;a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";
}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/plugins/wordpre
ss-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_bas
e_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s
:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";
s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:
4:"data";s:35:"18101@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:
1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explici
t";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101
:"Import posts, pages, comments, custom fields, categories, tags and more from a
WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_bas

e_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/"
;a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs"
;a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";
}}}}}i:7;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0
:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a
:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"WPtouch Mobile Plugin";s:7:"attri
bs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:
"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/plugins/wpto
uch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explici
t";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu,
01 May 2008 04:58: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";
s:34:"5468@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"i
sPermaLink";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:"Create a
slick mobile WordPress website with just a few clicks.";s:7:"attribs";a:0:{}s:8:
"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"ht
tp://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17
:"BraveNewCode Inc.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_ex
plicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";
a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s
:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Google XM
L Sitemaps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b
:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://word
press.org/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"x
ml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDat
e";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs"
;a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";
}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"132@http://wordpress.org/plugins/";s
:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:
0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1
:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap whi
ch will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:
"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"ht
tp://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:
"Arnee";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s
:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0
:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a
:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Akismet";s:7:"attribs";a:0:{}s:8:"
xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link"
;a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/plugins/akismet/#post-15";s
:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_l
ang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:1
1:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b
:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"15@http://w
ordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"fa
lse";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";
}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments
against the Akismet web service to see if they look like spam or not.";s:7:"att
ribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:
0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:
{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17
:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\
n
\n
\n
\n

\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data"
;s:18:"Better WP Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_b
ase_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:
59:"http://wordpress.org/plugins/better-wp-security/#post-21738";s:7:"attribs";a
:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}
s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Oct 2010 22:06:05 +0000";s:
7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_la
ng";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"21738@http://wordpress.or
g/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:
"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"des
cription";a:1:{i:0;a:5:{s:4:"data";s:107:"The easiest, most effective way to sec
ure WordPress. Improve the security of any WordPress site in seconds.";s:7:"attr
ibs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0
:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{
s:4:"data";s:13:"Chris Wiegman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"
xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";
a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s
:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Google An
alytics for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_
explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"
http://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316";s:7:"att
ribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:
0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0
000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:
"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2316@http://wordpr
ess.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";
}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:1
1:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Track your WordPress site easily
and with lots of metadata: views per author &#38; category, automatic tracking
of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:1
7:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elem
ents/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:
"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang
";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0
:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a
:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Contact Form";s:7:"attribs";a:0:{
}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:
"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/plugins/contact-formplugin/#post-26890";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_exp
licit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"
Thu, 26 May 2011 07:34:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:
"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"da
ta";s:35:"26890@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:
11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:
0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"Add
Contact Form to your WordPress website.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:
"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/d
c/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"bestwebsoft";
s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_
lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0
:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a
:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Google Analytics Dashboard for WP

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/
plugins/google-analytics-dashboard-for-wp/#post-50539";s:7:"attribs";a:0:{}s:8:"
xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDa
te";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 10 Mar 2013 17:07:11 +0000";s:7:"attribs
";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:""
;}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"50539@http://wordpress.org/plugins/
";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base"
;s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";
a:1:{i:0;a:5:{s:4:"data";s:148:"Displays Google Analytics Reports and Real-Time
Statistics in your Dashboard. Automatically inserts the tracking code in every p
age of your website.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_e
xplicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:
1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Alin Marcu";s:7:"attribs";a:0:{}
s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:
14;a:6:{s:4:"data";s:30:"\n
\n
\n
\n
\n
\n
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xm
l_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data"
;s:11:"WP-PageNavi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_exp
licit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"htt
p://wordpress.org/plugins/wp-pagenavi/#post-363";s:7:"attribs";a:0:{}s:8:"xml_ba
se";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:
1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:17:57 +0000";s:7:"attribs";a:0:
{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4
:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"363@http://wordpress.org/plugins/";s:7:"a
ttribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";
s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0
;a:5:{s:4:"data";s:49:"Adds a more advanced paging navigation interface.";s:7:"a
ttribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";
s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:
5:{s:4:"data";s:11:"Lester Chan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:
"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/200
5/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:45:"http://wordpress.org/plugins/rss/view/popular";s:3:"rel"
;s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"
xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"h
eaders";a:10:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 12 Mar 2014 16:28:0
0 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:
"close";s:4:"vary";s:15:"Accept-Encoding";s:7:"expires";s:29:"Wed, 12 Mar 2014 1
6:40:20 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified
";s:31:"Wed, 12 Mar 2014 16:05:20 +0000";s:4:"x-nc";s:11:"HIT lax 249";}s:5:"bui
ld";s:14:"20130911083210";}', 'no'),
(803, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '139468498
1', 'no'),
(804, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1394641781', 'no'
),
(805, '_transient_timeout_plugin_slugs', '1395500101', 'no'),
(806, '_transient_plugin_slugs', 'a:5:{i:0;s:19:"akismet/akismet.php";i:1;s:31:"
canto-clients/canto-clients.php";i:2;s:36:"contact-form-7/wp-contact-form-7.php"
;i:3;s:9:"hello.php";i:4;s:24:"client_download/main.php";}', 'no'),
(807, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1394684982',
'no'),
(808, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widge
t"><ul><li><a class=''rsswidget'' href=''http://wordpress.org/news/2014/03/wordp
ress-3-9-beta-1/'' title=''Im excited to announce that the first beta of WordPres
s 3.9 is now available for testing. WordPress 3.9 is due out next month but in o
rder to hit that goal, we need your help testing all of the goodies weve added: W
e updated TinyMCE, the software powering the visual editor, to the latest versio
n. []''>WordPress 3.9 Beta 1</a> <span class="rss-date">11 marzo, 2014</span><div

class=''rssSummary''>Im excited to announce that the first beta of WordPress 3.9


is now available for testing. WordPress 3.9 is due out next month but in order
to hit that goal, we need your help testing all of the goodies weve added: We upd
ated TinyMCE, the software powering the visual editor, to the latest version. []<
/div></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href
=''http://blog.pingomatic.com/2014/03/12/growth-traffic-ebook/'' title=''Are you
looking for advice on how to grow your audience and attract new readers?Do you w
ant to capitalize on your social networks and build a strategic online presence?A
re you interested in honing your personal brand? For those of you interested in
blog and website growth, the folks at The Daily Post published a free ebook: Gro
w Your Traffic, Build Your Blog. While the ebook is targeted to people with blog
s and websites hosted on WordPress.com, its packed with lots of general informati
on on growth and traffic and is a great resource for people writing and publishi
ng on any kind of site. You can download it from the ebook page in pdf, mobi, an
d epub formats.
''>Ping-O-Matic: Grow Your Traffic, Build Your Blog: A Free E
book</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2014/03/12/tr
oy-dean-101-ways-to-elevate-yourself-and-demand-higher-fees-2/'' title=''
''>
WordPress.tv: Troy Dean: 101 Ways to Elevate Yourself And Demand Higher Fees</a>
</li><li><a class=''rsswidget'' href=''http://wptavern.com/wordpress-beta-tester
s-start-your-engines-3-9-beta-1-released?utm_source=rss&#038;utm_medium=rss&#038
;utm_campaign=wordpress-beta-testers-start-your-engines-3-9-beta-1-released'' ti
tle=''photo credit: Huasonic cc If its true that the best gifts come in small pac
kages, then WordPress 3.9 is set to be a stellar release. Its fully of tiny impro
vements that improve the publishing experience, especially when it comes to edit
ing content. You can now check it out first-hand, since 3.9 Beta 1 was released
today. The official release is scheduled to drop during the week of April 14th.
Andrew Nacin announced the beta with the customary haiku, which nicely sums up w
hat youll find in 3.9: Lots of improvements Little things go a long way Please te
st beta one There are some exciting new features coming in 3.9, but a good porti
on of core development has also been dedicated to iterating on features introduc
ed in previous releases. Nacin summarized a few of the major new items that need
testing: Updated to TinyMCE 4.0 Widget customizer now rolled into core for liv
e previews while managing widgets WP 3.8s theme browsing experience extended to t
he theme installer Live preview for galleries in the editor no more placeholder
Drag-and-drop images directly onto the editor to upload Multiple improvements to
image editing New audio/video playlists Nacin asked WordPress users what theyre
most excited about for WordPress 3.9 and here are a few responses from the comm
unity: @nacin it&#039;s small, but i love the improvements to editing images and
no more new windows. sometimes it&#039;s the little things. David Bisset (@dime
nsionmedia) March 11, 2014 @nacin Bringing external js libraries up to their cu
rrent release versions? #butimjustweird George Stephanis (@daljo628) March 11, 2
014 @nacin the ability to position cropped images. It&#039;s a small but very u
seful. I&#039;m sure others will point out the major features ;) Syed Balkhi (@s
yedbalkhi) March 11, 2014 How to Test a WordPress Beta Release All of these enh
ancements need to be tested, as some are still a little rough around the edges.
You dont have to be an expert developer to get on board to test the upcoming 3.9
release. All you need is a test environment. Install the WordPress Beta Tester p
lugin and select bleeding edge nightlies. Alternatively, you can simply download t
he zip file for the beta. If you think youve found a bug, feel free to post it on
the Alpha/Beta forum. That is the easiest entry point for testing the beta and
being part of making it better. If youre able to submit a bug on WordPress core t
rac, thats even better. For more details on the specific issues to test, make sur
e to check out the 3.9 Beta 1 announcement post.''>WPTavern: WordPress Beta Test
ers, Start Your Engines: 3.9 Beta 1 Released</a></li></ul></div><div class="rsswidget"><ul><li class=''dashboard-news-plugin''><span>Plugin popular:</span> <a
href=''http://wordpress.org/plugins/google-analytics-dashboard-for-wp/'' class='
'dashboard-news-plugin-link''>Google Analytics Dashboard for WP</a></h5>&nbsp;<s
pan>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=google-analy
tics-dashboard-for-wp&amp;_wpnonce=b73d8b5a45&amp;TB_iframe=true&amp;width=600&a
mp;height=800'' class=''thickbox'' title=''Google Analytics Dashboard for WP''>I

nstalar</a>)</span></li></ul></div>', 'no'),
(821, '_site_transient_timeout_theme_roots', '1395415494', 'yes'),
(822, '_site_transient_theme_roots', 'a:5:{s:4:"argo";s:7:"/themes";s:10:"the-ch
urch";s:7:"/themes";s:14:"twentyfourteen";s:7:"/themes";s:14:"twentythirteen";s:
7:"/themes";s:12:"twentytwelve";s:7:"/themes";}', 'yes'),
(823, '_site_transient_update_plugins', 'O:8:"stdClass":4:{s:12:"last_checked";i
:1395413700;s:7:"checked";a:5:{s:19:"akismet/akismet.php";s:5:"2.6.0";s:31:"cant
o-clients/canto-clients.php";s:3:"1.0";s:36:"contact-form-7/wp-contact-form-7.ph
p";s:5:"3.7.2";s:9:"hello.php";s:3:"1.6";s:24:"client_download/main.php";s:3:"1.
0";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'yes'),
(848, '_transient_is_multi_author', '0', 'yes');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_postmeta`
-CREATE TABLE IF NOT EXISTS `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=693 ;
--- Volcado de datos para la tabla `wp_postmeta`
-INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUE
S
(4, 23, '_wp_attached_file', '2013/04/3439224997_9dba6c2c57_z.png'),
(5, 23, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:372;s:
4:"file";s:35:"2013/04/3439224997_9dba6c2c57_z.png";s:5:"sizes";a:4:{s:9:"thumbn
ail";a:4:{s:4:"file";s:35:"3439224997_9dba6c2c57_z-150x150.png";s:5:"width";i:15
0;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"fil
e";s:35:"3439224997_9dba6c2c57_z-300x174.png";s:5:"width";i:300;s:6:"height";i:1
74;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:35:"343
9224997_9dba6c2c57_z-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime
-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:35:"34392249
97_9dba6c2c57_z-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type
";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:
"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"co
pyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s
:5:"title";s:0:"";}}'),
(6, 24, '_wp_attached_file', '2013/04/demo1.png'),
(7, 24, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1110;s:6:"height";i:544;s
:4:"file";s:17:"2013/04/demo1.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:17:"demo1-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:"demo1-300x147.png";s:5:"wi
dth";i:300;s:6:"height";i:147;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{
s:4:"file";s:18:"demo1-1024x501.png";s:5:"width";i:1024;s:6:"height";i:501;s:9:"
mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:17:"demo1-195x1
95.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:
18:"brick_thumb_double";a:4:{s:4:"file";s:17:"demo1-390x195.png";s:5:"width";i:3
90;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{
s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";

s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:
"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8, 25, '_wp_attached_file', '2013/04/demo2.png'),
(9, 25, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1110;s:6:"height";i:544;s
:4:"file";s:17:"2013/04/demo2.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:17:"demo2-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:"demo2-300x147.png";s:5:"wi
dth";i:300;s:6:"height";i:147;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{
s:4:"file";s:18:"demo2-1024x501.png";s:5:"width";i:1024;s:6:"height";i:501;s:9:"
mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:17:"demo2-195x1
95.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:
18:"brick_thumb_double";a:4:{s:4:"file";s:17:"demo2-390x195.png";s:5:"width";i:3
90;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{
s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";
s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:
"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10, 26, '_wp_attached_file', '2013/04/demo3.png'),
(11, 26, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1110;s:6:"height";i:544;
s:4:"file";s:17:"2013/04/demo3.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:17:"demo3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-typ
e";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"demo3-300x147.png";s:5:"w
idth";i:300;s:6:"height";i:147;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:
{s:4:"file";s:18:"demo3-1024x501.png";s:5:"width";i:1024;s:6:"height";i:501;s:9:
"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:17:"demo3-195x
195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s
:18:"brick_thumb_double";a:4:{s:4:"file";s:17:"demo3-390x195.png";s:5:"width";i:
390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:""
;s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3
:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12, 27, '_wp_attached_file', '2013/04/demo4.png'),
(13, 27, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1110;s:6:"height";i:544;
s:4:"file";s:17:"2013/04/demo4.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:17:"demo4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-typ
e";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"demo4-300x147.png";s:5:"w
idth";i:300;s:6:"height";i:147;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:
{s:4:"file";s:18:"demo4-1024x501.png";s:5:"width";i:1024;s:6:"height";i:501;s:9:
"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:17:"demo4-195x
195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s
:18:"brick_thumb_double";a:4:{s:4:"file";s:17:"demo4-390x195.png";s:5:"width";i:
390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:""
;s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3
:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(14, 33, '_wp_attached_file', '2013/04/White-Modern-Sleeper-Sofa-Beds-in-ModernLiving-Room-Designs-by-Roche-Bobois.png'),
(15, 33, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:700;s:6:"height";i:700;s
:4:"file";s:88:"2013/04/White-Modern-Sleeper-Sofa-Beds-in-Modern-Living-Room-Des
igns-by-Roche-Bobois.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:88:
"White-Modern-Sleeper-Sofa-Beds-in-Modern-Living-Room-Designs-by-Roche-Bobois-15
0x150.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:88:"White-Modern-Sleeper-Sofa-Beds-in-Modern-Liv
ing-Room-Designs-by-Roche-Bobois-300x300.png";s:5:"width";i:300;s:6:"height";i:3
00;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:88:"Whi
te-Modern-Sleeper-Sofa-Beds-in-Modern-Living-Room-Designs-by-Roche-Bobois-195x19
5.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:1
8:"brick_thumb_double";a:4:{s:4:"file";s:88:"White-Modern-Sleeper-Sofa-Beds-in-M
odern-Living-Room-Designs-by-Roche-Bobois-390x195.png";s:5:"width";i:390;s:6:"he
ight";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"
file";s:88:"White-Modern-Sleeper-Sofa-Beds-in-Modern-Living-Room-Designs-by-Roch

e-Bobois-700x544.png";s:5:"width";i:700;s:6:"height";i:544;s:9:"mime-type";s:9:"
image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:
"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright
";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"tit
le";s:0:"";}}'),
(16, 34, '_wp_attached_file', '2013/04/small-kids-rooms-space-saving-design3.png
'),
(17, 34, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:857;
s:4:"file";s:49:"2013/04/small-kids-rooms-space-saving-design3.png";s:5:"sizes";
a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"small-kids-rooms-space-saving-design3
-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/pn
g";}s:6:"medium";a:4:{s:4:"file";s:49:"small-kids-rooms-space-saving-design3-300
x214.png";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:9:"image/png";}
s:5:"large";a:4:{s:4:"file";s:50:"small-kids-rooms-space-saving-design3-1024x731
.png";s:5:"width";i:1024;s:6:"height";i:731;s:9:"mime-type";s:9:"image/png";}s:1
1:"brick_thumb";a:4:{s:4:"file";s:49:"small-kids-rooms-space-saving-design3-195x
195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s
:18:"brick_thumb_double";a:4:{s:4:"file";s:49:"small-kids-rooms-space-saving-des
ign3-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"imag
e/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:50:"small-kids-rooms-space-sa
ving-design3-1110x544.png";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type"
;s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"
";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"cop
yright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:
5:"title";s:0:"";}}'),
(18, 35, '_wp_attached_file', '2013/04/Modern-Minimalist-Living-Room-Designs-byMobilFresno-2.png'),
(19, 35, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1461;s:6:"height";i:718;
s:4:"file";s:66:"2013/04/Modern-Minimalist-Living-Room-Designs-by-MobilFresno-2.
png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:66:"Modern-Minimalist-Li
ving-Room-Designs-by-MobilFresno-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:66:"ModernMinimalist-Living-Room-Designs-by-MobilFresno-2-300x147.png";s:5:"width";i:300;s
:6:"height";i:147;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s
:67:"Modern-Minimalist-Living-Room-Designs-by-MobilFresno-2-1024x503.png";s:5:"w
idth";i:1024;s:6:"height";i:503;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thu
mb";a:4:{s:4:"file";s:66:"Modern-Minimalist-Living-Room-Designs-by-MobilFresno-2
-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/pn
g";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:66:"Modern-Minimalist-Living-Roo
m-Designs-by-MobilFresno-2-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9
:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:67:"Mod
ern-Minimalist-Living-Room-Designs-by-MobilFresno-2-1110x544.png";s:5:"width";i:
1110;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10
:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"
";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:
3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(20, 36, '_wp_attached_file', '2013/04/modern-living-room-furniture-design-withplasma-tv1.png'),
(21, 36, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:770;
s:4:"file";s:63:"2013/04/modern-living-room-furniture-design-with-plasma-tv1.png
";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:63:"modern-living-room-furn
iture-design-with-plasma-tv1-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:63:"modern-living
-room-furniture-design-with-plasma-tv1-300x192.png";s:5:"width";i:300;s:6:"heigh
t";i:192;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:64:"mode
rn-living-room-furniture-design-with-plasma-tv1-1024x657.png";s:5:"width";i:1024
;s:6:"height";i:657;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4
:"file";s:63:"modern-living-room-furniture-design-with-plasma-tv1-195x195.png";s
:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick
_thumb_double";a:4:{s:4:"file";s:63:"modern-living-room-furniture-design-with-pl

asma-tv1-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"
image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:64:"modern-living-room-fu
rniture-design-with-plasma-tv1-1110x544.png";s:5:"width";i:1110;s:6:"height";i:5
44;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;
s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_times
tamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shu
tter_speed";i:0;s:5:"title";s:0:"";}}'),
(22, 37, '_wp_attached_file', '2013/04/modern-kitchen-cabinets-mia-arancio.png')
,
(23, 37, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s
:4:"file";s:47:"2013/04/modern-kitchen-cabinets-mia-arancio.png";s:5:"sizes";a:4
:{s:9:"thumbnail";a:4:{s:4:"file";s:47:"modern-kitchen-cabinets-mia-arancio-150x
150.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:47:"modern-kitchen-cabinets-mia-arancio-300x200.pn
g";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:11:"b
rick_thumb";a:4:{s:4:"file";s:47:"modern-kitchen-cabinets-mia-arancio-195x195.pn
g";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"b
rick_thumb_double";a:4:{s:4:"file";s:47:"modern-kitchen-cabinets-mia-arancio-390
x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}
}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0
:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:1
2:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}
}'),
(24, 38, '_wp_attached_file', '2013/04/modern-bedroom-with-plants.png'),
(25, 38, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:917;
s:4:"file";s:38:"2013/04/modern-bedroom-with-plants.png";s:5:"sizes";a:6:{s:9:"t
humbnail";a:4:{s:4:"file";s:38:"modern-bedroom-with-plants-150x150.png";s:5:"wid
th";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{
s:4:"file";s:38:"modern-bedroom-with-plants-300x214.png";s:5:"width";i:300;s:6:"
height";i:214;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:39:
"modern-bedroom-with-plants-1024x733.png";s:5:"width";i:1024;s:6:"height";i:733;
s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:38:"modern
-bedroom-with-plants-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime
-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:38:"modern-b
edroom-with-plants-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-t
ype";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:39:"modern-bedr
oom-with-plants-1110x544.png";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-ty
pe";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:
0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"
copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0
;s:5:"title";s:0:"";}}'),
(26, 39, '_wp_attached_file', '2013/04/living-room-furniture-side-table.png'),
(27, 39, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1181;s:6:"height";i:788;
s:4:"file";s:44:"2013/04/living-room-furniture-side-table.png";s:5:"sizes";a:6:{
s:9:"thumbnail";a:4:{s:4:"file";s:44:"living-room-furniture-side-table-150x150.p
ng";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"m
edium";a:4:{s:4:"file";s:44:"living-room-furniture-side-table-300x200.png";s:5:"
width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4
:{s:4:"file";s:45:"living-room-furniture-side-table-1024x683.png";s:5:"width";i:
1024;s:6:"height";i:683;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:
{s:4:"file";s:44:"living-room-furniture-side-table-195x195.png";s:5:"width";i:19
5;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";
a:4:{s:4:"file";s:44:"living-room-furniture-side-table-390x195.png";s:5:"width";
i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio_galler
y";a:4:{s:4:"file";s:45:"living-room-furniture-side-table-1110x544.png";s:5:"wid
th";i:1110;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta
";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption"
;s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";
i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(28, 40, '_wp_attached_file', '2013/04/living-room-designs-3.png'),

(29, 40, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:800;


s:4:"file";s:33:"2013/04/living-room-designs-3.png";s:5:"sizes";a:6:{s:9:"thumbn
ail";a:4:{s:4:"file";s:33:"living-room-designs-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:33:"living-room-designs-3-300x187.png";s:5:"width";i:300;s:6:"height";i:187;s
:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:34:"living-room-de
signs-3-1024x640.png";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:9:
"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:33:"living-room-designs-3-195x
195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s
:18:"brick_thumb_double";a:4:{s:4:"file";s:33:"living-room-designs-3-390x195.png
";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"po
rtfolio_gallery";a:4:{s:4:"file";s:34:"living-room-designs-3-1110x544.png";s:5:"
width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"image_m
eta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"capti
on";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_lengt
h";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(30, 41, '_wp_attached_file', '2013/04/living-room-designs-2.png'),
(31, 41, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:800;
s:4:"file";s:33:"2013/04/living-room-designs-2.png";s:5:"sizes";a:6:{s:9:"thumbn
ail";a:4:{s:4:"file";s:33:"living-room-designs-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:33:"living-room-designs-2-300x187.png";s:5:"width";i:300;s:6:"height";i:187;s
:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:34:"living-room-de
signs-2-1024x640.png";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:9:
"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:33:"living-room-designs-2-195x
195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s
:18:"brick_thumb_double";a:4:{s:4:"file";s:33:"living-room-designs-2-390x195.png
";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"po
rtfolio_gallery";a:4:{s:4:"file";s:34:"living-room-designs-2-1110x544.png";s:5:"
width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"image_m
eta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"capti
on";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_lengt
h";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(32, 42, '_wp_attached_file', '2013/04/g1.png'),
(33, 42, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:610;s:6:"height";i:420;s
:4:"file";s:14:"2013/04/g1.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file"
;s:14:"g1-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:14:"g1-300x206.png";s:5:"width";i:30
0;s:6:"height";i:206;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:
4:"file";s:14:"g1-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-ty
pe";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:14:"g1-390x195.
png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}}s:10
:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s
:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"fo
cal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(34, 43, '_wp_attached_file', '2013/04/conceptual-modern-living-room-inspiration
.png'),
(35, 43, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;
s:4:"file";s:53:"2013/04/conceptual-modern-living-room-inspiration.png";s:5:"siz
es";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:53:"conceptual-modern-living-room-ins
piration-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:53:"conceptual-modern-living-room-ins
piration-300x225.png";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:9:"
image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:53:"conceptual-modern-living-ro
om-inspiration-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type"
;s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:53:"conceptual-mod
ern-living-room-inspiration-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:
9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:54:"co
nceptual-modern-living-room-inspiration-1024x544.png";s:5:"width";i:1024;s:6:"he
ight";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"apert

ure";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"crea
ted_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;
s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(36, 44, '_wp_attached_file', '2013/04/4307002317_7d4aceaa7d_o.png'),
(37, 44, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:753;s:6:"height";i:500;s
:4:"file";s:35:"2013/04/4307002317_7d4aceaa7d_o.png";s:5:"sizes";a:4:{s:9:"thumb
nail";a:4:{s:4:"file";s:35:"4307002317_7d4aceaa7d_o-150x150.png";s:5:"width";i:1
50;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"fi
le";s:35:"4307002317_7d4aceaa7d_o-300x199.png";s:5:"width";i:300;s:6:"height";i:
199;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:35:"43
07002317_7d4aceaa7d_o-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mim
e-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:35:"4307002
317_7d4aceaa7d_o-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-typ
e";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0
:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"c
opyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;
s:5:"title";s:0:"";}}'),
(38, 45, '_wp_attached_file', '2013/04/Classic-Living-Room-Furniture-Design-2.pn
g'),
(39, 45, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:909;
s:4:"file";s:50:"2013/04/Classic-Living-Room-Furniture-Design-2.png";s:5:"sizes"
;a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:50:"Classic-Living-Room-Furniture-Design
-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:50:"Classic-Living-Room-Furniture-Design-2300x272.png";s:5:"width";i:300;s:6:"height";i:272;s:9:"mime-type";s:9:"image/png
";}s:11:"brick_thumb";a:4:{s:4:"file";s:50:"Classic-Living-Room-Furniture-Design
-2-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/
png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:50:"Classic-Living-Room-Furnit
ure-Design-2-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s
:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:51:"Classic-Living-Ro
om-Furniture-Design-2-1000x544.png";s:5:"width";i:1000;s:6:"height";i:544;s:9:"m
ime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"cred
it";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0
;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_spee
d";i:0;s:5:"title";s:0:"";}}'),
(40, 46, '_wp_attached_file', '2013/04/4262840878_625d33482b_o.png'),
(41, 46, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1175;s:6:"height";i:568;
s:4:"file";s:35:"2013/04/4262840878_625d33482b_o.png";s:5:"sizes";a:6:{s:9:"thum
bnail";a:4:{s:4:"file";s:35:"4262840878_625d33482b_o-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:"f
ile";s:35:"4262840878_625d33482b_o-300x145.png";s:5:"width";i:300;s:6:"height";i
:145;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:36:"42628408
78_625d33482b_o-1024x495.png";s:5:"width";i:1024;s:6:"height";i:495;s:9:"mime-ty
pe";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:35:"4262840878_625d334
82b_o-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"ima
ge/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:35:"4262840878_625d33482b_o
-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/pn
g";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:36:"4262840878_625d33482b_o-1110x
544.png";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}
}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0
:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:1
2:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}
}'),
(42, 47, '_wp_attached_file', '2013/04/bedroom-with-bay-window.png'),
(43, 47, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:980;s:6:"height";i:551;s
:4:"file";s:35:"2013/04/bedroom-with-bay-window.png";s:5:"sizes";a:5:{s:9:"thumb
nail";a:4:{s:4:"file";s:35:"bedroom-with-bay-window-150x150.png";s:5:"width";i:1
50;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"fi
le";s:35:"bedroom-with-bay-window-300x168.png";s:5:"width";i:300;s:6:"height";i:
168;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:35:"be

droom-with-bay-window-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mim
e-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:35:"bedroom
-with-bay-window-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-typ
e";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:35:"bedroom-withbay-window-980x544.png";s:5:"width";i:980;s:6:"height";i:544;s:9:"mime-type";s:9
:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:
6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyrig
ht";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"t
itle";s:0:"";}}'),
(44, 48, '_wp_attached_file', '2013/04/4262839182_7f855dd533_o.png'),
(45, 48, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:734;
s:4:"file";s:35:"2013/04/4262839182_7f855dd533_o.png";s:5:"sizes";a:5:{s:9:"thum
bnail";a:4:{s:4:"file";s:35:"4262839182_7f855dd533_o-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:"f
ile";s:35:"4262839182_7f855dd533_o-300x215.png";s:5:"width";i:300;s:6:"height";i
:215;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:35:"4
262839182_7f855dd533_o-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mi
me-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:35:"426283
9182_7f855dd533_o-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-ty
pe";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:36:"4262839182_7
f855dd533_o-1024x544.png";s:5:"width";i:1024;s:6:"height";i:544;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(46, 49, '_wp_attached_file', '2013/04/3439224997_9dba6c2c57_z1.png'),
(47, 49, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:372;s
:4:"file";s:36:"2013/04/3439224997_9dba6c2c57_z1.png";s:5:"sizes";a:4:{s:9:"thum
bnail";a:4:{s:4:"file";s:36:"3439224997_9dba6c2c57_z1-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:36:"3439224997_9dba6c2c57_z1-300x174.png";s:5:"width";i:300;s:6:"height"
;i:174;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:36:
"3439224997_9dba6c2c57_z1-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:
"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:36:"343
9224997_9dba6c2c57_z1-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mim
e-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit
";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s
:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed"
;i:0;s:5:"title";s:0:"";}}'),
(48, 50, '_wp_attached_file', '2013/04/7rolfbenz.jpg'),
(49, 50, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1513;s:6:"height";i:1148
;s:4:"file";s:21:"2013/04/7rolfbenz.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s
:4:"file";s:21:"7rolfbenz-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:"7rolfbenz-300x
227.jpg";s:5:"width";i:300;s:6:"height";i:227;s:9:"mime-type";s:10:"image/jpeg";
}s:5:"large";a:4:{s:4:"file";s:22:"7rolfbenz-1024x776.jpg";s:5:"width";i:1024;s:
6:"height";i:776;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:
"file";s:21:"7rolfbenz-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mi
me-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:21:"7rol
fbenz-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"im
age/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:22:"7rolfbenz-1110x544.jpg
";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:10:"image/jpeg";}}s:10
:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s
:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"fo
cal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(50, 79, '_wp_attached_file', '2013/04/demo5.png'),
(51, 79, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1110;s:6:"height";i:544;
s:4:"file";s:17:"2013/04/demo5.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:17:"demo5-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-typ
e";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"demo5-300x147.png";s:5:"w

idth";i:300;s:6:"height";i:147;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:
{s:4:"file";s:18:"demo5-1024x501.png";s:5:"width";i:1024;s:6:"height";i:501;s:9:
"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:17:"demo5-195x
195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s
:18:"brick_thumb_double";a:4:{s:4:"file";s:17:"demo5-390x195.png";s:5:"width";i:
390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:
{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:""
;s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3
:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(52, 99, '_wp_attached_file', '2013/04/team1.png'),
(53, 99, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195;s
:4:"file";s:17:"2013/04/team1.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:17:"team1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type
";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:
"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"co
pyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s
:5:"title";s:0:"";}}'),
(54, 101, '_wp_attached_file', '2013/04/ava2.jpg'),
(55, 101, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:120;s:6:"height";i:120;
s:4:"file";s:16:"2013/04/ava2.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8
:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:1
7:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"is
o";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(56, 103, '_wp_attached_file', '2013/04/ava3.jpg'),
(57, 103, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:120;s:6:"height";i:120;
s:4:"file";s:16:"2013/04/ava3.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8
:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:1
7:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"is
o";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(58, 105, '_wp_attached_file', '2013/04/team4.png'),
(59, 105, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195;
s:4:"file";s:17:"2013/04/team4.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:17:"team4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-typ
e";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0
:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"c
opyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;
s:5:"title";s:0:"";}}'),
(60, 106, '_wp_attached_file', '2013/04/team2.png'),
(61, 106, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195;
s:4:"file";s:17:"2013/04/team2.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:17:"team2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-typ
e";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0
:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"c
opyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;
s:5:"title";s:0:"";}}'),
(62, 108, '_wp_attached_file', '2013/04/team3.png'),
(63, 108, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195;
s:4:"file";s:17:"2013/04/team3.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:17:"team3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-typ
e";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0
:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"c
opyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;
s:5:"title";s:0:"";}}'),
(64, 111, '_wp_attached_file', '2013/04/ava1.jpg'),
(65, 111, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:120;s:6:"height";i:120;
s:4:"file";s:16:"2013/04/ava1.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8
:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:1
7:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"is
o";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(66, 113, '_wp_attached_file', '2013/04/ava21.jpg'),

(67, 113, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:120;s:6:"height";i:120;


s:4:"file";s:17:"2013/04/ava21.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:
8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"i
so";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(68, 115, '_wp_attached_file', '2013/04/ava31.jpg'),
(69, 115, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:120;s:6:"height";i:120;
s:4:"file";s:17:"2013/04/ava31.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:
8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:
17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"i
so";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(70, 129, '_wp_attached_file', '2013/04/6-house-in-athens-by-314-architecture-st
udio.png'),
(71, 129, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:680
;s:4:"file";s:56:"2013/04/6-house-in-athens-by-314-architecture-studio.png";s:5:
"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:56:"6-house-in-athens-by-314-arch
itecture-studio-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:56:"6-house-in-athens-by-314-a
rchitecture-studio-300x204.png";s:5:"width";i:300;s:6:"height";i:204;s:9:"mime-t
ype";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:56:"6-house-in-athens
-by-314-architecture-studio-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:
9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:56:"6
-house-in-athens-by-314-architecture-studio-390x195.png";s:5:"width";i:390;s:6:"
height";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4
:"file";s:57:"6-house-in-athens-by-314-architecture-studio-1000x544.png";s:5:"wi
dth";i:1000;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"image_met
a";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption
";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length"
;i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(72, 137, '_wp_attached_file', '2013/04/6953270297_8d9647b409_o.png'),
(73, 137, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:665
;s:4:"file";s:35:"2013/04/6953270297_8d9647b409_o.png";s:5:"sizes";a:5:{s:9:"thu
mbnail";a:4:{s:4:"file";s:35:"6953270297_8d9647b409_o-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:35:"6953270297_8d9647b409_o-300x199.png";s:5:"width";i:300;s:6:"height";
i:199;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:35:"
6953270297_8d9647b409_o-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"m
ime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:35:"69532
70297_8d9647b409_o-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-t
ype";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:36:"6953270297_
8d9647b409_o-1000x544.png";s:5:"width";i:1000;s:6:"height";i:544;s:9:"mime-type"
;s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"
";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"cop
yright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:
5:"title";s:0:"";}}'),
(74, 143, '_wp_attached_file', '2013/04/bobby-nguyen-elle-vietnam-06.png'),
(75, 143, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:700
;s:4:"file";s:40:"2013/04/bobby-nguyen-elle-vietnam-06.png";s:5:"sizes";a:5:{s:9
:"thumbnail";a:4:{s:4:"file";s:40:"bobby-nguyen-elle-vietnam-06-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:40:"bobby-nguyen-elle-vietnam-06-300x210.png";s:5:"width";i:30
0;s:6:"height";i:210;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:
4:"file";s:40:"bobby-nguyen-elle-vietnam-06-195x195.png";s:5:"width";i:195;s:6:"
height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:
4:"file";s:40:"bobby-nguyen-elle-vietnam-06-390x195.png";s:5:"width";i:390;s:6:"
height";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4
:"file";s:41:"bobby-nguyen-elle-vietnam-06-1000x544.png";s:5:"width";i:1000;s:6:
"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"ap
erture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"c
reated_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i

:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(76, 152, '_wp_attached_file', '2013/04/facilites-kh_1341346052.png'),
(77, 152, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1440;s:6:"height";i:900
;s:4:"file";s:35:"2013/04/facilites-kh_1341346052.png";s:5:"sizes";a:6:{s:9:"thu
mbnail";a:4:{s:4:"file";s:35:"facilites-kh_1341346052-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:35:"facilites-kh_1341346052-300x187.png";s:5:"width";i:300;s:6:"height";
i:187;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:36:"facilit
es-kh_1341346052-1024x640.png";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-t
ype";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:35:"facilites-kh_1341
346052-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"im
age/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:35:"facilites-kh_134134605
2-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/p
ng";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:36:"facilites-kh_1341346052-1110
x544.png";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";
}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:
0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:
12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";
}}'),
(78, 153, '_wp_attached_file', '2013/04/facilites-kh_13413460521.png'),
(79, 153, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1440;s:6:"height";i:900
;s:4:"file";s:36:"2013/04/facilites-kh_13413460521.png";s:5:"sizes";a:6:{s:9:"th
umbnail";a:4:{s:4:"file";s:36:"facilites-kh_13413460521-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:36:"facilites-kh_13413460521-300x187.png";s:5:"width";i:300;s:6:"heigh
t";i:187;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:37:"faci
lites-kh_13413460521-1024x640.png";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mi
me-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:36:"facilites-kh_
13413460521-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:
9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:36:"facilites-kh_1341
3460521-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"i
mage/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:37:"facilites-kh_134134605
21-1110x544.png";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:9:"imag
e/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"cam
era";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:
0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";
s:0:"";}}'),
(80, 159, '_wp_attached_file', '2013/04/iStock_000004532828Medium.png'),
(81, 159, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:682
;s:4:"file";s:37:"2013/04/iStock_000004532828Medium.png";s:5:"sizes";a:5:{s:9:"t
humbnail";a:4:{s:4:"file";s:37:"iStock_000004532828Medium-150x150.png";s:5:"widt
h";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s
:4:"file";s:37:"iStock_000004532828Medium-300x204.png";s:5:"width";i:300;s:6:"he
ight";i:204;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";
s:37:"iStock_000004532828Medium-195x195.png";s:5:"width";i:195;s:6:"height";i:19
5;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:3
7:"iStock_000004532828Medium-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s
:9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:38:"i
Stock_000004532828Medium-1000x544.png";s:5:"width";i:1000;s:6:"height";i:544;s:9
:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"c
redit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";
i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_s
peed";i:0;s:5:"title";s:0:"";}}'),
(82, 169, '_wp_attached_file', '2013/04/iStock_000004532828Medium1.png'),
(83, 169, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:682
;s:4:"file";s:38:"2013/04/iStock_000004532828Medium1.png";s:5:"sizes";a:5:{s:9:"
thumbnail";a:4:{s:4:"file";s:38:"iStock_000004532828Medium1-150x150.png";s:5:"wi
dth";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:
{s:4:"file";s:38:"iStock_000004532828Medium1-300x204.png";s:5:"width";i:300;s:6:
"height";i:204;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"fil

e";s:38:"iStock_000004532828Medium1-195x195.png";s:5:"width";i:195;s:6:"height";
i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file"
;s:38:"iStock_000004532828Medium1-390x195.png";s:5:"width";i:390;s:6:"height";i:
195;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:
39:"iStock_000004532828Medium1-1000x544.png";s:5:"width";i:1000;s:6:"height";i:5
44;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;
s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_times
tamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shu
tter_speed";i:0;s:5:"title";s:0:"";}}'),
(84, 170, '_wp_attached_file', '2013/04/6-house-in-athens-by-314-architecture-st
udio1.png'),
(85, 170, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:680
;s:4:"file";s:57:"2013/04/6-house-in-athens-by-314-architecture-studio1.png";s:5
:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"6-house-in-athens-by-314-arc
hitecture-studio1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-ty
pe";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:57:"6-house-in-athens-by-314
-architecture-studio1-300x204.png";s:5:"width";i:300;s:6:"height";i:204;s:9:"mim
e-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:57:"6-house-in-ath
ens-by-314-architecture-studio1-195x195.png";s:5:"width";i:195;s:6:"height";i:19
5;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:5
7:"6-house-in-athens-by-314-architecture-studio1-390x195.png";s:5:"width";i:390;
s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4
:{s:4:"file";s:58:"6-house-in-athens-by-314-architecture-studio1-1000x544.png";s
:5:"width";i:1000;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"ima
ge_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"c
aption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_l
ength";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(86, 171, '_wp_attached_file', '2013/04/6953270297_8d9647b409_o1.png'),
(87, 171, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:665
;s:4:"file";s:36:"2013/04/6953270297_8d9647b409_o1.png";s:5:"sizes";a:5:{s:9:"th
umbnail";a:4:{s:4:"file";s:36:"6953270297_8d9647b409_o1-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:36:"6953270297_8d9647b409_o1-300x199.png";s:5:"width";i:300;s:6:"heigh
t";i:199;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:3
6:"6953270297_8d9647b409_o1-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:
9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:36:"6
953270297_8d9647b409_o1-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"m
ime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:37:"695327
0297_8d9647b409_o1-1000x544.png";s:5:"width";i:1000;s:6:"height";i:544;s:9:"mime
-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit"
;s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:
9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";
i:0;s:5:"title";s:0:"";}}'),
(88, 172, '_wp_attached_file', '2013/04/bobby-nguyen-elle-vietnam-061.png'),
(89, 172, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:700
;s:4:"file";s:41:"2013/04/bobby-nguyen-elle-vietnam-061.png";s:5:"sizes";a:5:{s:
9:"thumbnail";a:4:{s:4:"file";s:41:"bobby-nguyen-elle-vietnam-061-150x150.png";s
:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium
";a:4:{s:4:"file";s:41:"bobby-nguyen-elle-vietnam-061-300x210.png";s:5:"width";i
:300;s:6:"height";i:210;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:
{s:4:"file";s:41:"bobby-nguyen-elle-vietnam-061-195x195.png";s:5:"width";i:195;s
:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4
:{s:4:"file";s:41:"bobby-nguyen-elle-vietnam-061-390x195.png";s:5:"width";i:390;
s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4
:{s:4:"file";s:42:"bobby-nguyen-elle-vietnam-061-1000x544.png";s:5:"width";i:100
0;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s
:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s
:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"
iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(90, 173, '_wp_attached_file', '2013/04/facilites-kh_13413460522.png'),

(91, 173, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1440;s:6:"height";i:900


;s:4:"file";s:36:"2013/04/facilites-kh_13413460522.png";s:5:"sizes";a:6:{s:9:"th
umbnail";a:4:{s:4:"file";s:36:"facilites-kh_13413460522-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:36:"facilites-kh_13413460522-300x187.png";s:5:"width";i:300;s:6:"heigh
t";i:187;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:37:"faci
lites-kh_13413460522-1024x640.png";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mi
me-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:36:"facilites-kh_
13413460522-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:
9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:36:"facilites-kh_1341
3460522-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"i
mage/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:37:"facilites-kh_134134605
22-1110x544.png";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:9:"imag
e/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"cam
era";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:
0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";
s:0:"";}}'),
(92, 174, '_wp_attached_file', '2013/04/iStock_000004532828Medium2.png'),
(93, 174, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:682
;s:4:"file";s:38:"2013/04/iStock_000004532828Medium2.png";s:5:"sizes";a:5:{s:9:"
thumbnail";a:4:{s:4:"file";s:38:"iStock_000004532828Medium2-150x150.png";s:5:"wi
dth";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:
{s:4:"file";s:38:"iStock_000004532828Medium2-300x204.png";s:5:"width";i:300;s:6:
"height";i:204;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"fil
e";s:38:"iStock_000004532828Medium2-195x195.png";s:5:"width";i:195;s:6:"height";
i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file"
;s:38:"iStock_000004532828Medium2-390x195.png";s:5:"width";i:390;s:6:"height";i:
195;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:
39:"iStock_000004532828Medium2-1000x544.png";s:5:"width";i:1000;s:6:"height";i:5
44;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;
s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_times
tamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shu
tter_speed";i:0;s:5:"title";s:0:"";}}'),
(94, 175, '_wp_attached_file', '2013/04/iStock_000005105610Large.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUE
S
(95, 175, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:665
;s:4:"file";s:36:"2013/04/iStock_000005105610Large.png";s:5:"sizes";a:5:{s:9:"th
umbnail";a:4:{s:4:"file";s:36:"iStock_000005105610Large-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:36:"iStock_000005105610Large-300x199.png";s:5:"width";i:300;s:6:"heigh
t";i:199;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:3
6:"iStock_000005105610Large-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:
9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:36:"i
Stock_000005105610Large-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"m
ime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:37:"iStock
_000005105610Large-1000x544.png";s:5:"width";i:1000;s:6:"height";i:544;s:9:"mime
-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit"
;s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:
9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";
i:0;s:5:"title";s:0:"";}}'),
(96, 176, '_wp_attached_file', '2013/04/iStock_Hands-in-middle-business-team-Med
ium.png'),
(97, 176, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:666
;s:4:"file";s:55:"2013/04/iStock_Hands-in-middle-business-team-Medium.png";s:5:"
sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:55:"iStock_Hands-in-middle-busines
s-team-Medium-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:55:"iStock_Hands-in-middle-busin
ess-team-Medium-300x199.png";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type
";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:55:"iStock_Hands-in-midd

le-business-team-Medium-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"m
ime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:55:"iStoc
k_Hands-in-middle-business-team-Medium-390x195.png";s:5:"width";i:390;s:6:"heigh
t";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"fil
e";s:56:"iStock_Hands-in-middle-business-team-Medium-1000x544.png";s:5:"width";i
:1000;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:1
0:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:
"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s
:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(98, 208, '_wp_attached_file', '2013/04/minimalist.jpg'),
(99, 208, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1900;s:6:"height";i:981
;s:4:"file";s:22:"2013/04/minimalist.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{
s:4:"file";s:22:"minimalist-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:"minimalist-3
00x154.jpg";s:5:"width";i:300;s:6:"height";i:154;s:9:"mime-type";s:10:"image/jpe
g";}s:5:"large";a:4:{s:4:"file";s:23:"minimalist-1024x528.jpg";s:5:"width";i:102
4;s:6:"height";i:528;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{
s:4:"file";s:22:"minimalist-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:
9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:22:
"minimalist-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:
10:"image/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:23:"minimalist-1110x
544.jpg";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:10:"image/jpeg"
;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s
:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s
:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:""
;}}'),
(100, 227, '_wp_attached_file', '2013/04/blog1.png'),
(101, 227, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:17:"2013/04/blog1.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"
file";s:17:"blog1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-ty
pe";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:
0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"
copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0
;s:5:"title";s:0:"";}}'),
(102, 228, '_wp_attached_file', '2013/04/pf16.png'),
(103, 228, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:16:"2013/04/pf16.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:16:"pf16-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type
";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:
"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"co
pyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s
:5:"title";s:0:"";}}'),
(104, 229, '_wp_attached_file', '2013/04/pf12.png'),
(105, 229, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:16:"2013/04/pf12.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:16:"pf12-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type
";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:
"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"co
pyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s
:5:"title";s:0:"";}}'),
(106, 230, '_wp_attached_file', '2013/04/pf11.png'),
(107, 230, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:16:"2013/04/pf11.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:16:"pf11-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type
";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:
"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"co
pyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s
:5:"title";s:0:"";}}'),
(108, 231, '_wp_attached_file', '2013/04/pf10.png'),
(109, 231, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195

;s:4:"file";s:16:"2013/04/pf10.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:16:"pf10-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type
";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:
"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"co
pyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s
:5:"title";s:0:"";}}'),
(110, 232, '_wp_attached_file', '2013/04/pf9.png'),
(111, 232, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:15:"2013/04/pf9.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:15:"pf9-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(112, 233, '_wp_attached_file', '2013/04/pf8.png'),
(113, 233, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:15:"2013/04/pf8.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:15:"pf8-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(114, 234, '_wp_attached_file', '2013/04/pf7.png'),
(115, 234, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:15:"2013/04/pf7.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:15:"pf7-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(116, 235, '_wp_attached_file', '2013/04/pf6.png'),
(117, 235, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:15:"2013/04/pf6.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:15:"pf6-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(118, 236, '_wp_attached_file', '2013/04/pf5.png'),
(119, 236, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:15:"2013/04/pf5.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:15:"pf5-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(120, 237, '_wp_attached_file', '2013/04/pf4.png'),
(121, 237, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:15:"2013/04/pf4.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:15:"pf4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(122, 238, '_wp_attached_file', '2013/04/pf3.png'),
(123, 238, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:15:"2013/04/pf3.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:15:"pf3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy

right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(124, 6, '_edit_last', '1'),
(125, 6, 'page_custom_title', 'Documentacion'),
(126, 6, 'page_custom_description', 'esto es un ejemplo'),
(127, 6, '_wp_page_template', 'default'),
(128, 6, 'enable_divider', 'true'),
(129, 6, 'div_image', 'http://themestrong.com/demo/argo_wp/wp-content/themes/arg
o/assets/img/fur.jpg'),
(130, 21, '_edit_last', '1'),
(131, 21, '_thumbnail_id', '23'),
(132, 83, '_edit_last', '1'),
(133, 83, '_wp_page_template', 'default'),
(134, 83, 'page_custom_title', 'NOSOTROS'),
(135, 83, 'page_custom_description', '"LOS HACEMOS MAS RAPIDO" , "LO HACEMOS MEJ
OR"'),
(136, 83, 'enable_divider', 'true'),
(137, 83, 'div_image', 'http://themestrong.com/demo/argo_wp/wp-content/themes/ar
go/assets/img/fur.jpg'),
(139, 121, '_wp_page_template', 'default'),
(141, 121, '_edit_last', '1'),
(145, 213, '_edit_last', '1'),
(146, 213, '_wp_page_template', 'default'),
(147, 213, 'page_custom_title', 'Contactanos'),
(148, 213, 'page_custom_description', 'Te respondoremos lo mas pronto posible'),
(149, 213, 'enable_divider', 'false'),
(150, 213, 'div_image', 'http://themestrong.com/demo/argo_wp/wp-content/themes/a
rgo/assets/img/fur.jpg'),
(151, 240, '_wp_attached_file', '2013/04/pf2.png'),
(152, 240, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:15:"2013/04/pf2.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:15:"pf2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(153, 241, '_wp_attached_file', '2013/04/pf1.png'),
(154, 241, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:15:"2013/04/pf1.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"fi
le";s:15:"pf1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(155, 251, '_wp_attached_file', '2013/04/slide1_1.png'),
(156, 251, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:570;s:6:"height";i:344
;s:4:"file";s:20:"2013/04/slide1_1.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:
4:"file";s:20:"slide1_1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"m
ime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:20:"slide1_1-300x181.p
ng";s:5:"width";i:300;s:6:"height";i:181;s:9:"mime-type";s:9:"image/png";}s:11:"
brick_thumb";a:4:{s:4:"file";s:20:"slide1_1-195x195.png";s:5:"width";i:195;s:6:"
height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:
4:"file";s:20:"slide1_1-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"m
ime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"cred
it";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0
;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_spee
d";i:0;s:5:"title";s:0:"";}}'),
(157, 252, '_wp_attached_file', '2013/04/slide3_2.png'),
(158, 252, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:404;s:6:"height";i:244
;s:4:"file";s:20:"2013/04/slide3_2.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:

4:"file";s:20:"slide3_2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"m
ime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:20:"slide3_2-300x181.p
ng";s:5:"width";i:300;s:6:"height";i:181;s:9:"mime-type";s:9:"image/png";}s:11:"
brick_thumb";a:4:{s:4:"file";s:20:"slide3_2-195x195.png";s:5:"width";i:195;s:6:"
height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:
4:"file";s:20:"slide3_2-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"m
ime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"cred
it";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0
;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_spee
d";i:0;s:5:"title";s:0:"";}}'),
(159, 253, '_wp_attached_file', '2013/04/slide3_1.png'),
(160, 253, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:423;s:6:"height";i:416
;s:4:"file";s:20:"2013/04/slide3_1.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:
4:"file";s:20:"slide3_1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"m
ime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:20:"slide3_1-300x295.p
ng";s:5:"width";i:300;s:6:"height";i:295;s:9:"mime-type";s:9:"image/png";}s:11:"
brick_thumb";a:4:{s:4:"file";s:20:"slide3_1-195x195.png";s:5:"width";i:195;s:6:"
height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:
4:"file";s:20:"slide3_1-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"m
ime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"cred
it";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0
;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_spee
d";i:0;s:5:"title";s:0:"";}}'),
(161, 254, '_wp_attached_file', '2013/04/slide2_3.png'),
(162, 254, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:321;s:6:"height";i:568
;s:4:"file";s:20:"2013/04/slide2_3.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:
4:"file";s:20:"slide2_3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"m
ime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:20:"slide2_3-169x300.p
ng";s:5:"width";i:169;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:11:"
brick_thumb";a:4:{s:4:"file";s:20:"slide2_3-195x195.png";s:5:"width";i:195;s:6:"
height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:
4:"file";s:20:"slide2_3-321x195.png";s:5:"width";i:321;s:6:"height";i:195;s:9:"m
ime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:20:"slide2
_3-321x544.png";s:5:"width";i:321;s:6:"height";i:544;s:9:"mime-type";s:9:"image/
png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camer
a";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:
"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:
0:"";}}'),
(163, 255, '_wp_attached_file', '2013/04/slide2_2.png'),
(164, 255, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:394;s:6:"height";i:246
;s:4:"file";s:20:"2013/04/slide2_2.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:
4:"file";s:20:"slide2_2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"m
ime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:20:"slide2_2-300x187.p
ng";s:5:"width";i:300;s:6:"height";i:187;s:9:"mime-type";s:9:"image/png";}s:11:"
brick_thumb";a:4:{s:4:"file";s:20:"slide2_2-195x195.png";s:5:"width";i:195;s:6:"
height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:
4:"file";s:20:"slide2_2-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"m
ime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"cred
it";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0
;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_spee
d";i:0;s:5:"title";s:0:"";}}'),
(165, 256, '_wp_attached_file', '2013/04/slide2_1.png'),
(166, 256, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:414;s:6:"height";i:396
;s:4:"file";s:20:"2013/04/slide2_1.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:
4:"file";s:20:"slide2_1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"m
ime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:20:"slide2_1-300x286.p
ng";s:5:"width";i:300;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:11:"
brick_thumb";a:4:{s:4:"file";s:20:"slide2_1-195x195.png";s:5:"width";i:195;s:6:"
height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:
4:"file";s:20:"slide2_1-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"m

ime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"cred
it";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0
;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_spee
d";i:0;s:5:"title";s:0:"";}}'),
(167, 257, '_wp_attached_file', '2013/04/slide1_2.png'),
(168, 257, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:178
;s:4:"file";s:20:"2013/04/slide1_2.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:
4:"file";s:20:"slide1_2-100x150.png";s:5:"width";i:100;s:6:"height";i:150;s:9:"m
ime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"cred
it";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0
;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_spee
d";i:0;s:5:"title";s:0:"";}}'),
(169, 258, '_wp_attached_file', '2013/04/slide1_3.png'),
(170, 258, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:288;s:6:"height";i:288
;s:4:"file";s:20:"2013/04/slide1_3.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:
4:"file";s:20:"slide1_3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"m
ime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:20:"slide1_3-195
x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}
s:18:"brick_thumb_double";a:4:{s:4:"file";s:20:"slide1_3-288x195.png";s:5:"width
";i:288;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a
:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:
0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0
;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(171, 259, '_wp_attached_file', '2013/04/header-bg.jpg'),
(172, 259, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:10
31;s:4:"file";s:21:"2013/04/header-bg.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:
{s:4:"file";s:21:"header-bg-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:"header-bg-30
0x193.jpg";s:5:"width";i:300;s:6:"height";i:193;s:9:"mime-type";s:10:"image/jpeg
";}s:5:"large";a:4:{s:4:"file";s:22:"header-bg-1024x659.jpg";s:5:"width";i:1024;
s:6:"height";i:659;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:
4:"file";s:21:"header-bg-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"
mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:21:"he
ader-bg-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"
image/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:22:"header-bg-1110x544.j
pg";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:10:"image/jpeg";}}s:
10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:""
;s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"
focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}')
,
(173, 287, 'div_html', '<h1>Ingresa a nuestro portal de clientes</h1>\r\n
<p>\r\n
<button class="btn btn-large " type="bu
tton"><div class="http://www.grupo-innova.com/#ingresa"></div>Ingresar</button><
button class="btn btn-large btn-primary" type="button"><div class="nav-hover"></
div>Informacion</button>\r\n
</p>'),
(174, 287, '_edit_last', '1'),
(175, 287, 'page_custom_title', 'Servicios'),
(176, 287, 'page_custom_description', '"Esfuerzo y Calidad de Trabajo"'),
(177, 287, 'enable_divider', 'true'),
(178, 287, 'div_image', 'http://themestrong.com/demo/argo_wp/wp-content/themes/a
rgo/assets/img/fur.jpg'),
(179, 287, '_wp_page_template', 'default'),
(180, 30, '_edit_last', '1'),
(181, 30, '_thumbnail_id', '24'),
(183, 32, '_edit_last', '1'),
(184, 32, '_thumbnail_id', '44'),
(185, 53, '_edit_last', '1'),
(187, 55, '_edit_last', '1'),
(190, 57, '_edit_last', '1'),
(193, 65, '_edit_last', '1'),

(195, 67, '_edit_last', '1'),


(197, 69, '_edit_last', '1'),
(200, 70, '_edit_last', '1'),
(203, 72, '_edit_last', '1'),
(205, 75, '_edit_last', '1'),
(210, 136, '_edit_last', '1'),
(211, 136, '_thumbnail_id', '137'),
(213, 142, '_edit_last', '1'),
(222, 151, '_edit_last', '1'),
(224, 151, 'size', 'true'),
(228, 168, '_edit_last', '1'),
(231, 180, '_edit_last', '1'),
(232, 180, 'size', 'true'),
(238, 98, '_edit_last', '1'),
(240, 98, 'mem_avatar', 'http://www.grupo-innova.com/wp-content/uploads/2013/04/
shakinghands.jpg'),
(241, 98, 'mem_info', 'relaciones de confianza con nuestros clientes, basadas en
el compromiso, cumplimiento y honestidad. '),
(244, 100, '_edit_last', '1'),
(246, 100, 'mem_avatar', 'http://www.grupo-innova.com/wp-content/uploads/2013/04
/509ba35a66db9-Maintenance2.jpg'),
(247, 100, 'mem_info', 'servicio, soporte y asistencia cada uno de nuestros clie
ntes en la consecucin de sus objetivos.'),
(250, 102, '_edit_last', '1'),
(252, 102, 'mem_avatar', 'http://www.grupo-innova.com/wp-content/uploads/2013/03
/Column-Chart-icon.png'),
(253, 102, 'mem_info', 'gastos utilizando la tecnologa ms adecuada a su actividad
y disponiendo de un servicio de calidad garantizado'),
(256, 104, '_edit_last', '1'),
(258, 104, 'mem_avatar', 'http://www.grupo-innova.com/wp-content/uploads/2013/04
/implementar.jpg'),
(259, 104, 'mem_info', 'soluciones efectivas, eficientes e innovadoras en cada u
no de los proyectos emprendidos por la empresa.'),
(262, 110, '_edit_last', '1'),
(263, 110, 'mem_avatar', 'http://themestrong.com/demo/argo_wp/wp-content/uploads
/2013/04/ava1.jpg'),
(264, 110, 'quote', ' It is easy to navigate and has a clean, modern appearance.
Feedback was encouraged throughout the process, and emails were always answered
in a timely.'),
(265, 112, '_edit_last', '1'),
(266, 112, 'mem_avatar', 'http://themestrong.com/demo/argo_wp/wp-content/uploads
/2013/04/ava21.jpg'),
(267, 112, 'quote', '"ARGO did a great job with the layout of our website. It is
easy to navigate and has a clean, modern appearance. Feedback was encouraged th
roughout the process, and emails were always answered in a timely .\nWe are very
proud of our new website. It has much improved functionality and metrics. ARGO
worked to make sure that we were happy with the end product."'),
(268, 114, '_edit_last', '1'),
(269, 114, 'mem_avatar', 'http://themestrong.com/demo/argo_wp/wp-content/uploads
/2013/04/ava31.jpg'),
(270, 114, 'quote', '"Donec a est lobortis tellus suscipit varius sollicitudin a
lorem. Fusce lectus magna, faucibus a fringilla at, vestibulum sit amet diam"')
,
(277, 121, '_edit_lock', '1394464879:1'),
(283, 83, '_edit_lock', '1394543679:1'),
(284, 104, '_edit_lock', '1392651275:1'),
(285, 6, '_edit_lock', '1394549276:1'),
(290, 304, '_wp_attached_file', '2013/04/NETWORK.jpg'),
(291, 304, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:19:"2013/04/NETWORK.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4

:"file";s:19:"NETWORK-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mim
e-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:4;s:6:"cred
it";s:11:"Sean Gallup";s:6:"camera";s:14:"Canon EOS-1D X";s:7:"caption";s:60:"<<
enter caption here>> on March 4, 2013 in Hanover, Germany.";s:17:"created_timest
amp";i:1362409680;s:9:"copyright";s:17:"2013 Getty Images";s:12:"focal_length";s
:2:"43";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:32
:"CeBIT 2013 Technology Trade Fair";}}'),
(293, 100, '_edit_lock', '1392651370:1'),
(294, 98, '_edit_lock', '1392651770:1'),
(295, 306, '_wp_attached_file', '2013/04/images.jpg'),
(296, 306, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:165;s:6:"height";i:165
;s:4:"file";s:18:"2013/04/images.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:
"file";s:18:"images-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mimetype";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit
";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s
:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed"
;i:0;s:5:"title";s:0:"";}}'),
(297, 307, '_wp_attached_file', '2013/04/images1.jpg'),
(298, 307, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:19:"2013/04/images1.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4
:"file";s:19:"images1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mim
e-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"cred
it";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0
;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_spee
d";i:0;s:5:"title";s:0:"";}}'),
(299, 308, '_wp_attached_file', '2013/04/15141_3708.jpg'),
(300, 308, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:12
00;s:4:"file";s:22:"2013/04/15141_3708.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4
:{s:4:"file";s:22:"15141_3708-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:"15141_3708
-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/j
peg";}s:5:"large";a:4:{s:4:"file";s:23:"15141_3708-1024x768.jpg";s:5:"width";i:1
024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4
:{s:4:"file";s:22:"15141_3708-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;
s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:2
2:"15141_3708-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";
s:10:"image/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:23:"15141_3708-111
0x544.jpg";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:10:"image/jpe
g";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera"
;s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:""
;s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:
"";}}'),
(301, 309, '_wp_attached_file', '2013/04/15141_37081.jpg'),
(302, 309, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:23:"2013/04/15141_37081.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:
{s:4:"file";s:23:"15141_37081-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;
s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s
:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timest
amp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shut
ter_speed";i:0;s:5:"title";s:0:"";}}'),
(303, 310, '_wp_attached_file', '2013/04/509ba35a66db9-Maintenance2.jpg'),
(304, 310, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:38:"2013/04/509ba35a66db9-Maintenance2.jpg";s:5:"sizes";a:1:{s:9:"
thumbnail";a:4:{s:4:"file";s:38:"509ba35a66db9-Maintenance2-150x150.jpg";s:5:"wi
dth";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_me
ta";a:10:{s:8:"aperture";d:2.79999999999999982236431605997495353221893310546875;
s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS 5D Mark III";s:7:"caption";s:0:
"";s:17:"created_timestamp";i:1352201471;s:9:"copyright";s:0:"";s:12:"focal_leng
th";s:2:"50";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0
:"";}}'),

(305, 311, '_wp_attached_file', '2013/04/507d8420c1df6-Maintenance.jpg'),


(306, 311, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:37:"2013/04/507d8420c1df6-Maintenance.jpg";s:5:"sizes";a:1:{s:9:"t
humbnail";a:4:{s:4:"file";s:37:"507d8420c1df6-Maintenance-150x150.jpg";s:5:"widt
h";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta
";a:10:{s:8:"aperture";d:2.79999999999999982236431605997495353221893310546875;s:
6:"credit";s:0:"";s:6:"camera";s:8:"NIKON D3";s:7:"caption";s:0:"";s:17:"created
_timestamp";i:1289309179;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3
:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}'),
(307, 102, '_edit_lock', '1392652689:1'),
(308, 312, '_wp_attached_file', '2013/03/images.jpg'),
(309, 312, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:18:"2013/03/images.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:
"file";s:18:"images-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mimetype";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit
";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s
:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed"
;i:0;s:5:"title";s:0:"";}}'),
(310, 320, '_wp_attached_file', '2014/02/innova2.jpg'),
(311, 320, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:527;s:6:"height";i:556
;s:4:"file";s:19:"2014/02/innova2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4
:"file";s:19:"innova2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mim
e-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"innova2-284x300.jp
g";s:5:"width";i:284;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:
"brick_thumb";a:4:{s:4:"file";s:19:"innova2-195x195.jpg";s:5:"width";i:195;s:6:"
height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{
s:4:"file";s:19:"innova2-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"
mime-type";s:10:"image/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:19:"inn
ova2-527x544.jpg";s:5:"width";i:527;s:6:"height";i:544;s:9:"mime-type";s:10:"ima
ge/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:4:"alan";s:
6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1377814652;s:9
:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i
:0;s:5:"title";s:0:"";}}'),
(312, 321, '_wp_attached_file', '2014/02/innova2.png'),
(313, 321, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:527;s:6:"height";i:556
;s:4:"file";s:19:"2014/02/innova2.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4
:"file";s:19:"innova2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mim
e-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"innova2-284x300.png"
;s:5:"width";i:284;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:11:"bri
ck_thumb";a:4:{s:4:"file";s:19:"innova2-195x195.png";s:5:"width";i:195;s:6:"heig
ht";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_double";a:4:{s:4:"f
ile";s:19:"innova2-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-t
ype";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:19:"innova2-527
x544.png";s:5:"width";i:527;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}
}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0
:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:1
2:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}
}'),
(314, 322, '_wp_attached_file', '2014/02/LogoPNG3.png'),
(315, 322, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:385;s:6:"height";i:100
;s:4:"file";s:20:"2014/02/LogoPNG3.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:
4:"file";s:20:"LogoPNG3-150x100.png";s:5:"width";i:150;s:6:"height";i:100;s:9:"m
ime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"LogoPNG3-300x77.pn
g";s:5:"width";i:300;s:6:"height";i:77;s:9:"mime-type";s:9:"image/png";}s:11:"br
ick_thumb";a:4:{s:4:"file";s:20:"LogoPNG3-195x100.png";s:5:"width";i:195;s:6:"he
ight";i:100;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"apert
ure";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"crea
ted_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;
s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(316, 323, '_wp_attached_file', '2014/02/LogoPNG31.png'),

(317, 323, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:385;s:6:"height";i:100


;s:4:"file";s:21:"2014/02/LogoPNG31.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s
:4:"file";s:21:"LogoPNG31-150x100.png";s:5:"width";i:150;s:6:"height";i:100;s:9:
"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:20:"LogoPNG31-300x77
.png";s:5:"width";i:300;s:6:"height";i:77;s:9:"mime-type";s:9:"image/png";}s:11:
"brick_thumb";a:4:{s:4:"file";s:21:"LogoPNG31-195x100.png";s:5:"width";i:195;s:6
:"height";i:100;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"a
perture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"
created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";
i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(318, 324, '_wp_attached_file', '2014/02/LogoPNG4.png'),
(319, 324, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:173;s:6:"height";i:45;
s:4:"file";s:20:"2014/02/LogoPNG4.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4
:"file";s:19:"LogoPNG4-150x45.png";s:5:"width";i:150;s:6:"height";i:45;s:9:"mime
-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit"
;s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:
9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";
i:0;s:5:"title";s:0:"";}}'),
(320, 325, '_wp_attached_file', '2014/02/LogoPNG5.png'),
(321, 325, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:173;s:6:"height";i:45;
s:4:"file";s:20:"2014/02/LogoPNG5.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4
:"file";s:19:"LogoPNG5-150x45.png";s:5:"width";i:150;s:6:"height";i:45;s:9:"mime
-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit"
;s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:
9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";
i:0;s:5:"title";s:0:"";}}'),
(322, 326, '_menu_item_type', 'custom'),
(323, 326, '_menu_item_menu_item_parent', '0'),
(324, 326, '_menu_item_object_id', '326'),
(325, 326, '_menu_item_object', 'custom'),
(326, 326, '_menu_item_target', ''),
(327, 326, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(328, 326, '_menu_item_xfn', ''),
(329, 326, '_menu_item_url', 'http://www.grupo-innova.com/'),
(330, 326, '_menu_item_orphaned', '1392648661'),
(331, 327, '_menu_item_type', 'post_type'),
(332, 327, '_menu_item_menu_item_parent', '0'),
(333, 327, '_menu_item_object_id', '121'),
(334, 327, '_menu_item_object', 'page'),
(335, 327, '_menu_item_target', ''),
(336, 327, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(337, 327, '_menu_item_xfn', ''),
(338, 327, '_menu_item_url', ''),
(339, 327, '_menu_item_orphaned', '1392648662'),
(340, 328, '_menu_item_type', 'post_type'),
(341, 328, '_menu_item_menu_item_parent', '0'),
(342, 328, '_menu_item_object_id', '213'),
(343, 328, '_menu_item_object', 'page'),
(344, 328, '_menu_item_target', ''),
(345, 328, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(346, 328, '_menu_item_xfn', ''),
(347, 328, '_menu_item_url', ''),
(348, 328, '_menu_item_orphaned', '1392648662'),
(349, 329, '_menu_item_type', 'post_type'),
(350, 329, '_menu_item_menu_item_parent', '0'),
(351, 329, '_menu_item_object_id', '83'),
(352, 329, '_menu_item_object', 'page'),
(353, 329, '_menu_item_target', ''),
(354, 329, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(355, 329, '_menu_item_xfn', ''),

(356, 329, '_menu_item_url', ''),


(357, 329, '_menu_item_orphaned', '1392648662'),
(358, 330, '_menu_item_type', 'post_type'),
(359, 330, '_menu_item_menu_item_parent', '0'),
(360, 330, '_menu_item_object_id', '287'),
(361, 330, '_menu_item_object', 'page'),
(362, 330, '_menu_item_target', ''),
(363, 330, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(364, 330, '_menu_item_xfn', ''),
(365, 330, '_menu_item_url', ''),
(366, 330, '_menu_item_orphaned', '1392648663'),
(367, 331, '_menu_item_type', 'post_type'),
(368, 331, '_menu_item_menu_item_parent', '0'),
(369, 331, '_menu_item_object_id', '6'),
(370, 331, '_menu_item_object', 'page'),
(371, 331, '_menu_item_target', ''),
(372, 331, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(373, 331, '_menu_item_xfn', ''),
(374, 331, '_menu_item_url', ''),
(375, 331, '_menu_item_orphaned', '1392648663'),
(376, 338, '_wp_attached_file', '2013/04/implementar.jpg'),
(377, 338, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:23:"2013/04/implementar.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:
{s:4:"file";s:23:"implementar-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;
s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s
:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timest
amp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shut
ter_speed";i:0;s:5:"title";s:0:"";}}'),
(378, 339, '_wp_attached_file', '2013/04/shakinghands.jpg'),
(379, 339, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:24:"2013/04/shakinghands.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4
:{s:4:"file";s:24:"shakinghands-150x150.jpg";s:5:"width";i:150;s:6:"height";i:15
0;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0
;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_time
stamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"sh
utter_speed";i:0;s:5:"title";s:0:"";}}'),
(380, 340, '_wp_attached_file', '2013/03/Column-Chart-icon.png'),
(381, 340, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:29:"2013/03/Column-Chart-icon.png";s:5:"sizes";a:1:{s:9:"thumbnail
";a:4:{s:4:"file";s:29:"Column-Chart-icon-150x150.png";s:5:"width";i:150;s:6:"he
ight";i:150;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"apert
ure";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"crea
ted_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;
s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(382, 75, '_edit_lock', '1395415128:1'),
(383, 25, '_edit_lock', '1392654473:1'),
(385, 72, '_edit_lock', '1395415243:1'),
(386, 70, '_edit_lock', '1394549982:1'),
(388, 57, '_edit_lock', '1394202172:1'),
(402, 21, '_edit_lock', '1392655795:1'),
(405, 180, '_edit_lock', '1392751989:1'),
(456, 354, '_edit_last', '1'),
(457, 354, '_edit_lock', '1394123231:1'),
(460, 354, 'size', 'true'),
(463, 136, '_edit_lock', '1394113948:1'),
(465, 136, 'size', 'true'),
(468, 142, '_edit_lock', '1394113308:1'),
(470, 142, 'size', 'true'),
(471, 168, '_edit_lock', '1392752149:1'),
(473, 168, 'size', 'true'),

(483, 366, '_wp_attached_file', '2014/02/Telecom.gif'),


(484, 366, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1022;s:6:"height";i:77
5;s:4:"file";s:19:"2014/02/Telecom.gif";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:
4:"file";s:19:"Telecom-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mi
me-type";s:9:"image/gif";}s:6:"medium";a:4:{s:4:"file";s:19:"Telecom-300x227.gif
";s:5:"width";i:300;s:6:"height";i:227;s:9:"mime-type";s:9:"image/gif";}s:11:"br
ick_thumb";a:4:{s:4:"file";s:19:"Telecom-195x195.gif";s:5:"width";i:195;s:6:"hei
ght";i:195;s:9:"mime-type";s:9:"image/gif";}s:18:"brick_thumb_double";a:4:{s:4:"
file";s:19:"Telecom-390x195.gif";s:5:"width";i:390;s:6:"height";i:195;s:9:"mimetype";s:9:"image/gif";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:20:"Telecom-10
22x544.gif";s:5:"width";i:1022;s:6:"height";i:544;s:9:"mime-type";s:9:"image/gif
";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";
s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";
s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"
";}}'),
(485, 354, '_thumbnail_id', '366'),
(494, 376, '_wp_attached_file', '2013/04/outsourcing-TI-axionti.jpg'),
(495, 376, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:10
66;s:4:"file";s:34:"2013/04/outsourcing-TI-axionti.jpg";s:5:"sizes";a:6:{s:9:"th
umbnail";a:4:{s:4:"file";s:34:"outsourcing-TI-axionti-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:"outsourcing-TI-axionti-300x199.jpg";s:5:"width";i:300;s:6:"height"
;i:199;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"outs
ourcing-TI-axionti-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime
-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:34:"outsourcing-T
I-axionti-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10
:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:34:"outsourcing-TI-ax
ionti-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"im
age/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:35:"outsourcing-TI-axionti
-1110x544.jpg";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:10:"image
/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"cam
era";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:
0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";
s:0:"";}}'),
(496, 180, '_thumbnail_id', '376'),
(501, 380, '_wp_attached_file', '2013/04/13387405_xl.jpg'),
(502, 380, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3695;s:6:"height";i:26
49;s:4:"file";s:23:"2013/04/13387405_xl.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:
4:{s:4:"file";s:23:"13387405_xl-150x150.jpg";s:5:"width";i:150;s:6:"height";i:15
0;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"13387405
_xl-300x215.jpg";s:5:"width";i:300;s:6:"height";i:215;s:9:"mime-type";s:10:"imag
e/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"13387405_xl-1024x734.jpg";s:5:"width"
;i:1024;s:6:"height";i:734;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb"
;a:4:{s:4:"file";s:23:"13387405_xl-195x195.jpg";s:5:"width";i:195;s:6:"height";i
:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file
";s:23:"13387405_xl-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mimetype";s:10:"image/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:24:"13387405
_xl-1110x544.jpg";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:10:"im
age/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"
camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright"
;s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"titl
e";s:0:"";}}'),
(507, 383, '_wp_attached_file', '2013/04/28563_Lifestyle_Pictures_-_Datacenter_h
pr.jpg'),
(508, 383, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:6092;s:6:"height";i:40
50;s:4:"file";s:53:"2013/04/28563_Lifestyle_Pictures_-_Datacenter_hpr.jpg";s:5:"
sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:53:"28563_Lifestyle_Pictures_-_Dat
acenter_hpr-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:53:"28563_Lifestyle_Pictures_-_D
atacenter_hpr-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";

s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:54:"28563_Lifestyle_Pictures_-_
Datacenter_hpr-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-typ
e";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:53:"28563_Lifestyle_P
ictures_-_Datacenter_hpr-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"
mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:53:"28
563_Lifestyle_Pictures_-_Datacenter_hpr-390x195.jpg";s:5:"width";i:390;s:6:"heig
ht";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"
file";s:54:"28563_Lifestyle_Pictures_-_Datacenter_hpr-1110x544.jpg";s:5:"width";
i:1110;s:6:"height";i:544;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";
a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s
:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:
0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(509, 383, '_edit_lock', '1392752068:1'),
(510, 168, '_thumbnail_id', '383'),
(512, 151, '_edit_lock', '1394113452:1'),
(513, 385, '_wp_attached_file', '2013/04/507d8420c1df6-Maintenance1.jpg'),
(514, 385, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:195;s:6:"height";i:195
;s:4:"file";s:38:"2013/04/507d8420c1df6-Maintenance1.jpg";s:5:"sizes";a:1:{s:9:"
thumbnail";a:4:{s:4:"file";s:38:"507d8420c1df6-Maintenance1-150x150.jpg";s:5:"wi
dth";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_me
ta";a:10:{s:8:"aperture";d:2.79999999999999982236431605997495353221893310546875;
s:6:"credit";s:0:"";s:6:"camera";s:8:"NIKON D3";s:7:"caption";s:0:"";s:17:"creat
ed_timestamp";i:1289309179;s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s
:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";}}'),
(517, 387, '_wp_attached_file', '2013/04/sf1307quill1.jpg'),
(518, 387, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1075;s:6:"height";i:98
9;s:4:"file";s:24:"2013/04/sf1307quill1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:
4:{s:4:"file";s:24:"sf1307quill1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:1
50;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"sf1307q
uill1-300x276.jpg";s:5:"width";i:300;s:6:"height";i:276;s:9:"mime-type";s:10:"im
age/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"sf1307quill1-1024x942.jpg";s:5:"wid
th";i:1024;s:6:"height";i:942;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thu
mb";a:4:{s:4:"file";s:24:"sf1307quill1-195x195.jpg";s:5:"width";i:195;s:6:"heigh
t";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"
file";s:24:"sf1307quill1-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"
mime-type";s:10:"image/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:25:"sf1
307quill1-1075x544.jpg";s:5:"width";i:1075;s:6:"height";i:544;s:9:"mime-type";s:
10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(519, 151, '_thumbnail_id', '387'),
(523, 391, '_wp_attached_file', '2013/04/outFinanciero.jpg'),
(524, 391, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:80
0;s:4:"file";s:25:"2013/04/outFinanciero.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a
:4:{s:4:"file";s:25:"outFinanciero-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:25:"outFi
nanciero-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:
"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"outFinanciero-1024x682.jpg";s:5:
"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick
_thumb";a:4:{s:4:"file";s:25:"outFinanciero-195x195.jpg";s:5:"width";i:195;s:6:"
height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{
s:4:"file";s:25:"outFinanciero-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195
;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:2
6:"outFinanciero-1110x544.jpg";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-t
ype";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit"
;s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:
9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";
i:0;s:5:"title";s:0:"";}}'),
(525, 142, '_thumbnail_id', '391'),

(526, 114, '_edit_lock', '1393013324:1'),


(527, 394, '_wp_attached_file', '2014/02/1-24-A-Conversation-mode-p18.mp3'),
(528, 394, '_wp_attachment_metadata', 'a:22:{s:10:"dataformat";s:3:"mp3";s:8:"ch
annels";i:1;s:11:"sample_rate";i:44100;s:7:"bitrate";i:64000;s:11:"channelmode";
s:4:"mono";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_option
s";s:5:"CBR64";s:17:"compression_ratio";d:0.090702947845804987592188695089134853
3332347869873046875;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:392878;s:9:"mim
e_type";s:10:"audio/mpeg";s:6:"length";i:41;s:16:"length_formatted";s:4:"0:40";s
:5:"title";s:29:"1-24 A Conversation model p18";s:6:"artist";s:17:"PEARSON EDUCA
TION";s:5:"album";s:11:"Top Notch 1";s:4:"year";s:4:"2011";s:5:"genre";s:14:"Boo
ks & Spoken";s:7:"comment";s:88:"ISBN 0-13-247042-X \r\nCopyright (P) 2011 by Pe
arson Education, Inc. All rights reserved.\0";s:10:"encoded_by";s:15:"iTunes 9.1
.1.12";s:5:"image";a:1:{s:4:"mime";s:10:"image/jpeg";}}'),
(531, 398, '_edit_lock', '1393015450:1'),
(532, 401, '_edit_lock', '1393015479:1'),
(534, 400, '_edit_lock', '1394114295:1'),
(535, 397, '_edit_lock', '1394114294:1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUE
S
(536, 397, '_wp_trash_meta_status', 'publish'),
(537, 397, '_wp_trash_meta_time', '1394114433'),
(538, 401, '_wp_trash_meta_status', 'publish'),
(539, 401, '_wp_trash_meta_time', '1394114434'),
(540, 399, '_wp_trash_meta_status', 'publish'),
(541, 399, '_wp_trash_meta_time', '1394114434'),
(542, 398, '_wp_trash_meta_status', 'publish'),
(543, 398, '_wp_trash_meta_time', '1394114434'),
(544, 400, '_wp_trash_meta_status', 'publish'),
(545, 400, '_wp_trash_meta_time', '1394114434'),
(546, 213, '_edit_lock', '1394553966:1'),
(547, 287, '_edit_lock', '1394550412:1'),
(548, 69, '_edit_lock', '1394200697:1'),
(549, 67, '_edit_lock', '1394200783:1'),
(550, 65, '_edit_lock', '1394202027:1'),
(551, 55, '_edit_lock', '1394550117:1'),
(552, 53, '_edit_lock', '1394550146:1'),
(553, 32, '_wp_trash_meta_status', 'publish'),
(554, 32, '_wp_trash_meta_time', '1394125651'),
(555, 30, '_wp_trash_meta_status', 'publish'),
(556, 30, '_wp_trash_meta_time', '1394125651'),
(557, 21, '_wp_trash_meta_status', 'publish'),
(558, 21, '_wp_trash_meta_time', '1394125651'),
(559, 340, '_edit_lock', '1394127346:1'),
(560, 366, '_edit_lock', '1394127361:1'),
(561, 238, '_edit_lock', '1394127479:1'),
(562, 48, '_edit_lock', '1394127865:1'),
(565, 431, '_wp_attached_file', '2013/04/LogoPNG3.png'),
(566, 431, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:385;s:6:"height";i:100
;s:4:"file";s:20:"2013/04/LogoPNG3.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:
4:"file";s:20:"LogoPNG3-150x100.png";s:5:"width";i:150;s:6:"height";i:100;s:9:"m
ime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"LogoPNG3-300x77.pn
g";s:5:"width";i:300;s:6:"height";i:77;s:9:"mime-type";s:9:"image/png";}s:11:"br
ick_thumb";a:4:{s:4:"file";s:20:"LogoPNG3-195x100.png";s:5:"width";i:195;s:6:"he
ight";i:100;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"apert
ure";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"crea
ted_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;
s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(567, 432, '_wp_attached_file', '2013/04/LogoPNG2.png'),
(568, 432, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:269;s:6:"height";i:70;
s:4:"file";s:20:"2013/04/LogoPNG2.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4

:"file";s:19:"LogoPNG2-150x70.png";s:5:"width";i:150;s:6:"height";i:70;s:9:"mime
-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:19:"LogoPNG2-195x70
.png";s:5:"width";i:195;s:6:"height";i:70;s:9:"mime-type";s:9:"image/png";}}s:10
:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s
:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"fo
cal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(569, 433, '_wp_attached_file', '2013/04/LogoPNG.png'),
(570, 433, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2136;s:6:"height";i:55
4;s:4:"file";s:19:"2013/04/LogoPNG.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:
4:"file";s:19:"LogoPNG-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mi
me-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"LogoPNG-300x77.png"
;s:5:"width";i:300;s:6:"height";i:77;s:9:"mime-type";s:9:"image/png";}s:5:"large
";a:4:{s:4:"file";s:20:"LogoPNG-1024x265.png";s:5:"width";i:1024;s:6:"height";i:
265;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:19:"Lo
goPNG-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"ima
ge/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:19:"LogoPNG-390x195.png";s:
5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"portfo
lio_gallery";a:4:{s:4:"file";s:20:"LogoPNG-1110x544.png";s:5:"width";i:1110;s:6:
"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"ap
erture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"c
reated_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i
:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(571, 434, '_wp_attached_file', '2013/04/Tarjeta-de-Presentacion.jpg'),
(572, 434, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1801;s:6:"height";i:10
82;s:4:"file";s:35:"2013/04/Tarjeta-de-Presentacion.jpg";s:5:"sizes";a:6:{s:9:"t
humbnail";a:4:{s:4:"file";s:35:"Tarjeta-de-Presentacion-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:35:"Tarjeta-de-Presentacion-300x180.jpg";s:5:"width";i:300;s:6:"heig
ht";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"T
arjeta-de-Presentacion-1024x615.jpg";s:5:"width";i:1024;s:6:"height";i:615;s:9:"
mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:35:"Tarjeta-d
e-Presentacion-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type"
;s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:35:"Tarjeta-de-P
resentacion-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:
10:"image/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:36:"Tarjeta-de-Prese
ntacion-1110x544.jpg";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:10
:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:6:"Ala
n M";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"
copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0
;s:5:"title";s:0:"";}}'),
(573, 435, '_wp_attached_file', '2013/04/cableado_estructurado.jpg'),
(574, 435, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450
;s:4:"file";s:33:"2013/04/cableado_estructurado.jpg";s:5:"sizes";a:4:{s:9:"thumb
nail";a:4:{s:4:"file";s:33:"cableado_estructurado-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:"fi
le";s:33:"cableado_estructurado-300x225.jpg";s:5:"width";i:300;s:6:"height";i:22
5;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:33:"ca
bleado_estructurado-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mimetype";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:33:"cablead
o_estructurado-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type"
;s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:2.7999999999999998
2236431605997495353221893310546875;s:6:"credit";s:0:"";s:6:"camera";s:7:"DMC-FZ7
";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1142296793;s:9:"copyright";s:0
:"";s:12:"focal_length";s:1:"6";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0
.033333333333333";s:5:"title";s:0:"";}}'),
(576, 436, '_wp_attached_file', '2013/04/cableado_estructurado2.jpg'),
(577, 436, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1536;s:6:"height";i:10
24;s:4:"file";s:34:"2013/04/cableado_estructurado2.jpg";s:5:"sizes";a:6:{s:9:"th
umbnail";a:4:{s:4:"file";s:34:"cableado_estructurado2-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:"cableado_estructurado2-300x200.jpg";s:5:"width";i:300;s:6:"height"
;i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"cabl
eado_estructurado2-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime
-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:34:"cableado_estr
ucturado2-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10
:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:34:"cableado_estructu
rado2-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"im
age/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:35:"cableado_estructurado2
-1110x544.jpg";s:5:"width";i:1110;s:6:"height";i:544;s:9:"mime-type";s:10:"image
/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"cam
era";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:
0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";
s:0:"";}}'),
(578, 437, '_wp_attached_file', '2013/04/wi-fi-symbol-300.jpg'),
(579, 437, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:225
;s:4:"file";s:28:"2013/04/wi-fi-symbol-300.jpg";s:5:"sizes";a:3:{s:9:"thumbnail"
;a:4:{s:4:"file";s:28:"wi-fi-symbol-300-150x150.jpg";s:5:"width";i:150;s:6:"heig
ht";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";
s:28:"wi-fi-symbol-300-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mi
me-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:28:"wi-f
i-symbol-300-300x195.jpg";s:5:"width";i:300;s:6:"height";i:195;s:9:"mime-type";s
:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"
";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"cop
yright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:
5:"title";s:0:"";}}'),
(581, 438, '_wp_attached_file', '2013/04/12202263891484959566computer-wireless-s
ignal.svg_.hi_.png'),
(582, 438, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:454
;s:4:"file";s:65:"2013/04/12202263891484959566computer-wireless-signal.svg_.hi_.
png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:65:"12202263891484959566
computer-wireless-signal.svg_.hi_-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:65:"12202263
891484959566computer-wireless-signal.svg_.hi_-300x227.png";s:5:"width";i:300;s:6
:"height";i:227;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"fi
le";s:65:"12202263891484959566computer-wireless-signal.svg_.hi_-195x195.png";s:5
:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_t
humb_double";a:4:{s:4:"file";s:65:"12202263891484959566computer-wireless-signal.
svg_.hi_-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:9:"
image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:
"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright
";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"tit
le";s:0:"";}}'),
(583, 439, '_wp_attached_file', '2013/04/12202263891484959566computer-wireless-s
ignal.svg_.hi_1.png'),
(584, 439, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:454
;s:4:"file";s:66:"2013/04/12202263891484959566computer-wireless-signal.svg_.hi_1
.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:66:"1220226389148495956
6computer-wireless-signal.svg_.hi_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:66:"122022
63891484959566computer-wireless-signal.svg_.hi_1-300x227.png";s:5:"width";i:300;
s:6:"height";i:227;s:9:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:
"file";s:66:"12202263891484959566computer-wireless-signal.svg_.hi_1-195x195.png"
;s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"bri
ck_thumb_double";a:4:{s:4:"file";s:66:"12202263891484959566computer-wireless-sig
nal.svg_.hi_1-390x195.png";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";
s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:""
;s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copy
right";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5
:"title";s:0:"";}}'),
(585, 440, '_wp_attached_file', '2013/04/12065581871657764779ispyisail_Wireless_

WiFi_symbol.svg_.hi_.png'),
(586, 440, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:474;s:6:"height";i:599
;s:4:"file";s:71:"2013/04/12065581871657764779ispyisail_Wireless_WiFi_symbol.svg
_.hi_.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:71:"12065581871657
764779ispyisail_Wireless_WiFi_symbol.svg_.hi_-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:
71:"12065581871657764779ispyisail_Wireless_WiFi_symbol.svg_.hi_-237x300.png";s:5
:"width";i:237;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:11:"brick_t
humb";a:4:{s:4:"file";s:71:"12065581871657764779ispyisail_Wireless_WiFi_symbol.s
vg_.hi_-195x195.png";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"i
mage/png";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:71:"12065581871657764779i
spyisail_Wireless_WiFi_symbol.svg_.hi_-390x195.png";s:5:"width";i:390;s:6:"heigh
t";i:195;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio_gallery";a:4:{s:4:"fil
e";s:71:"12065581871657764779ispyisail_Wireless_WiFi_symbol.svg_.hi_-474x544.png
";s:5:"width";i:474;s:6:"height";i:544;s:9:"mime-type";s:9:"image/png";}}s:10:"i
mage_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:
"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal
_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(587, 72, '_thumbnail_id', '437'),
(588, 75, '_thumbnail_id', '435'),
(589, 441, '_wp_attached_file', '2013/04/tia_eia_568.jpg'),
(590, 441, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:449;s:6:"height";i:453
;s:4:"file";s:23:"2013/04/tia_eia_568.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:
{s:4:"file";s:23:"tia_eia_568-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:"tia_eia_56
8-297x300.jpg";s:5:"width";i:297;s:6:"height";i:300;s:9:"mime-type";s:10:"image/
jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:23:"tia_eia_568-195x195.jpg";s:5:"wi
dth";i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thu
mb_double";a:4:{s:4:"file";s:23:"tia_eia_568-390x195.jpg";s:5:"width";i:390;s:6:
"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"
aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:
"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(591, 442, '_wp_attached_file', '2013/04/normas_cableado.jpg'),
(592, 442, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:491;s:6:"height";i:360
;s:4:"file";s:27:"2013/04/normas_cableado.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";
a:4:{s:4:"file";s:27:"normas_cableado-150x150.jpg";s:5:"width";i:150;s:6:"height
";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"no
rmas_cableado-300x219.jpg";s:5:"width";i:300;s:6:"height";i:219;s:9:"mime-type";
s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:27:"normas_cableado-195x
195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";
}s:18:"brick_thumb_double";a:4:{s:4:"file";s:27:"normas_cableado-390x195.jpg";s:
5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"ima
ge_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"c
aption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_l
ength";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(593, 70, '_thumbnail_id', '442'),
(594, 443, '_wp_attached_file', '2013/04/configurar_servidores.jpg'),
(595, 443, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:450
;s:4:"file";s:33:"2013/04/configurar_servidores.jpg";s:5:"sizes";a:4:{s:9:"thumb
nail";a:4:{s:4:"file";s:33:"configurar_servidores-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:"fi
le";s:33:"configurar_servidores-300x168.jpg";s:5:"width";i:300;s:6:"height";i:16
8;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:33:"co
nfigurar_servidores-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mimetype";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:33:"configu
rar_servidores-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type"
;s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0
:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"c
opyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;

s:5:"title";s:0:"";}}'),
(596, 444, '_wp_attached_file', '2013/04/90.jpg'),
(597, 444, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:530;s:6:"height";i:377
;s:4:"file";s:14:"2013/04/90.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"fil
e";s:14:"90-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:
10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:14:"90-300x213.jpg";s:5:"width";
i:300;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a
:4:{s:4:"file";s:14:"90-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"m
ime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:14:"90390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jp
eg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera
";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:28:
"Studio Stence - David Stence";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutt
er_speed";i:0;s:5:"title";s:0:"";}}'),
(598, 445, '_wp_attached_file', '2013/04/server.jpg'),
(599, 445, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:375
;s:4:"file";s:18:"2013/04/server.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:
"file";s:18:"server-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mimetype";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"server-300x225.jpg";
s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"br
ick_thumb";a:4:{s:4:"file";s:18:"server-195x195.jpg";s:5:"width";i:195;s:6:"heig
ht";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:
"file";s:18:"server-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mimetype";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit
";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s
:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed"
;i:0;s:5:"title";s:0:"";}}'),
(600, 446, '_wp_attached_file', '2013/04/servidores.jpg'),
(601, 446, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:530;s:6:"height";i:377
;s:4:"file";s:22:"2013/04/servidores.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{
s:4:"file";s:22:"servidores-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:"servidores-3
00x213.jpg";s:5:"width";i:300;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpe
g";}s:11:"brick_thumb";a:4:{s:4:"file";s:22:"servidores-195x195.jpg";s:5:"width"
;i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_d
ouble";a:4:{s:4:"file";s:22:"servidores-390x195.jpg";s:5:"width";i:390;s:6:"heig
ht";i:195;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"apert
ure";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"crea
ted_timestamp";i:0;s:9:"copyright";s:28:"Studio Stence - David Stence";s:12:"foc
al_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(602, 69, '_thumbnail_id', '446'),
(603, 447, '_wp_attached_file', '2013/04/Business-Data.jpg'),
(604, 447, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:475;s:6:"height";i:317
;s:4:"file";s:25:"2013/04/Business-Data.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:
4:{s:4:"file";s:25:"Business-Data-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:25:"Busine
ss-Data-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"
image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:25:"Business-Data-195x195.jpg"
;s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"b
rick_thumb_double";a:4:{s:4:"file";s:25:"Business-Data-390x195.jpg";s:5:"width";
i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a
:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:
0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0
;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(605, 448, '_wp_attached_file', '2013/04/backup-costs-are-rising-raising-the-imp
etus-for-smarter-storage_1127_492901_0_14054213_500-500x288.jpg'),
(606, 448, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:288
;s:4:"file";s:110:"2013/04/backup-costs-are-rising-raising-the-impetus-for-smart
er-storage_1127_492901_0_14054213_500-500x288.jpg";s:5:"sizes";a:4:{s:9:"thumbna
il";a:4:{s:4:"file";s:110:"backup-costs-are-rising-raising-the-impetus-for-smart

er-storage_1127_492901_0_14054213_500-500x288-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:110:"backup-costs-are-rising-raising-the-impetus-for-smarter-storage_1127_4929
01_0_14054213_500-500x288-300x172.jpg";s:5:"width";i:300;s:6:"height";i:172;s:9:
"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:110:"backupcosts-are-rising-raising-the-impetus-for-smarter-storage_1127_492901_0_14054213_
500-500x288-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:
10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:110:"backup-costs-a
re-rising-raising-the-impetus-for-smarter-storage_1127_492901_0_14054213_500-500
x288-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"ima
ge/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"c
amera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";
s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title
";s:0:"";}}'),
(607, 67, '_thumbnail_id', '448'),
(608, 65, '_thumbnail_id', '311'),
(609, 449, '_wp_attached_file', '2013/04/cyber.jpg'),
(610, 449, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:19
44;s:4:"file";s:17:"2013/04/cyber.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4
:"file";s:17:"cyber-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mimetype";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"cyber-300x225.jpg";s
:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"larg
e";a:4:{s:4:"file";s:18:"cyber-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:7
68;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:17:"c
yber-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"ima
ge/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:17:"cyber-390x195.jpg";s:5
:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portf
olio_gallery";a:4:{s:4:"file";s:18:"cyber-1110x544.jpg";s:5:"width";i:1110;s:6:"
height";i:544;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"a
perture";d:3.5;s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon PowerShot SD450";s:7
:"caption";s:0:"";s:17:"created_timestamp";i:1148902701;s:9:"copyright";s:0:"";s
:12:"focal_length";s:5:"8.462";s:3:"iso";i:0;s:13:"shutter_speed";s:4:"0.01";s:5
:"title";s:0:"";}}'),
(611, 450, '_wp_attached_file', '2013/04/seguridad-informtica.jpg'),
(612, 450, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:375
;s:4:"file";s:34:"2013/04/seguridad-informtica.jpg";s:5:"sizes";a:4:{s:9:"thumbna
il";a:4:{s:4:"file";s:34:"seguridad-informtica-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:"seguridad-informtica-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:
"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:34:"segurida
d-informtica-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:
10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:34:"seguridad-infor
mtica-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"ima
ge/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"c
amera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";
s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title
";s:0:"";}}'),
(614, 451, '_wp_attached_file', '2013/04/FIRE.jpg'),
(615, 451, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:375
;s:4:"file";s:16:"2013/04/FIRE.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"f
ile";s:16:"FIRE-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type
";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"FIRE-300x225.jpg";s:5:"w
idth";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_th
umb";a:4:{s:4:"file";s:16:"FIRE-195x195.jpg";s:5:"width";i:195;s:6:"height";i:19
5;s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s
:16:"FIRE-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10
:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s
:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyri
ght";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"
title";s:0:"";}}'),

(616, 57, '_thumbnail_id', '451'),


(618, 55, '_thumbnail_id', '383'),
(619, 53, '_thumbnail_id', '391'),
(620, 454, '_edit_last', '1'),
(621, 454, '_edit_lock', '1394463659:1'),
(622, 456, '_wp_attached_file', '2014/02/network_audit-2.jpg'),
(623, 456, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:199
;s:4:"file";s:27:"2014/02/network_audit-2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";
a:4:{s:4:"file";s:27:"network_audit-2-150x150.jpg";s:5:"width";i:150;s:6:"height
";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:
27:"network_audit-2-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mimetype";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:27:"network
_audit-2-300x195.jpg";s:5:"width";i:300;s:6:"height";i:195;s:9:"mime-type";s:10:
"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:
6:"camera";s:0:"";s:7:"caption";s:78:"Closeup shot of hand IT Engineer is workin
g on a network server. Focus on hand";s:17:"created_timestamp";i:0;s:9:"copyrigh
t";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"ti
tle";s:21:"Hand of IT technician";}}'),
(624, 457, '_wp_attached_file', '2014/02/handonmouse.png'),
(625, 457, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:417;s:6:"height";i:381
;s:4:"file";s:23:"2014/02/handonmouse.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:
{s:4:"file";s:23:"handonmouse-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:"handonmouse300x274.png";s:5:"width";i:300;s:6:"height";i:274;s:9:"mime-type";s:9:"image/png
";}s:11:"brick_thumb";a:4:{s:4:"file";s:23:"handonmouse-195x195.png";s:5:"width"
;i:195;s:6:"height";i:195;s:9:"mime-type";s:9:"image/png";}s:18:"brick_thumb_dou
ble";a:4:{s:4:"file";s:23:"handonmouse-390x195.png";s:5:"width";i:390;s:6:"heigh
t";i:195;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture
";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created
_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:1
3:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(626, 458, '_wp_attached_file', '2014/02/Business-Transcription-Outsourcing-1-30
0x199.jpg'),
(627, 458, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:199
;s:4:"file";s:56:"2014/02/Business-Transcription-Outsourcing-1-300x199.jpg";s:5:
"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:56:"Business-Transcription-Outsou
rcing-1-300x199-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type
";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:56:"Business-Transcrip
tion-Outsourcing-1-300x199-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9
:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:56:"
Business-Transcription-Outsourcing-1-300x199-300x195.jpg";s:5:"width";i:300;s:6:
"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"
aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:
"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso"
;i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(628, 459, '_wp_attached_file', '2014/02/Calculator_hand.jpg'),
(629, 459, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:265;s:6:"height";i:190
;s:4:"file";s:27:"2014/02/Calculator_hand.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";
a:4:{s:4:"file";s:27:"Calculator_hand-150x150.jpg";s:5:"width";i:150;s:6:"height
";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:
27:"Calculator_hand-195x190.jpg";s:5:"width";i:195;s:6:"height";i:190;s:9:"mimetype";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit
";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s
:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed"
;i:0;s:5:"title";s:0:"";}}'),
(630, 462, '_wp_attached_file', '2014/02/xbl05tower_jpg_1777120f.jpg.pagespeed.i
c_.nxDvHO_y8d.jpg'),
(631, 462, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:635;s:6:"height";i:422
;s:4:"file";s:64:"2014/02/xbl05tower_jpg_1777120f.jpg.pagespeed.ic_.nxDvHO_y8d.j
pg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:64:"xbl05tower_jpg_177712

0f.jpg.pagespeed.ic_.nxDvHO_y8d-150x150.jpg";s:5:"width";i:150;s:6:"height";i:15
0;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:64:"xbl05tow
er_jpg_1777120f.jpg.pagespeed.ic_.nxDvHO_y8d-300x199.jpg";s:5:"width";i:300;s:6:
"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"f
ile";s:64:"xbl05tower_jpg_1777120f.jpg.pagespeed.ic_.nxDvHO_y8d-195x195.jpg";s:5
:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick
_thumb_double";a:4:{s:4:"file";s:64:"xbl05tower_jpg_1777120f.jpg.pagespeed.ic_.n
xDvHO_y8d-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:10
:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s
:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyri
ght";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"
title";s:0:"";}}'),
(633, 121, '_wp_trash_meta_status', 'publish'),
(634, 121, '_wp_trash_meta_time', '1394464887'),
(635, 467, '_edit_lock', '1394543656:1'),
(636, 469, '_edit_last', '1'),
(641, 469, '_edit_lock', '1394543764:1'),
(642, 467, '_edit_last', '1'),
(643, 467, 'page_custom_title', 'Portal de clientes'),
(644, 467, 'page_custom_description', 'Si estas afiliado a Grupo INNOVA, Por fav
or ingresa tu usuario y contrasea para revisar tu documentacin. '),
(645, 467, 'enable_divider', 'true'),
(646, 467, 'div_image', 'http://www.grupo-innova.com/wp-content/themes/argo/asse
ts/img/fur.jpg'),
(647, 469, '_wp_trash_meta_status', 'publish'),
(648, 469, '_wp_trash_meta_time', '1394543771'),
(649, 477, '_wp_attached_file', '2014/02/Files-in-Hand-1.jpg'),
(650, 477, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:285;s:6:"height";i:203
;s:4:"file";s:27:"2014/02/Files-in-Hand-1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";
a:4:{s:4:"file";s:27:"Files-in-Hand-1-150x150.jpg";s:5:"width";i:150;s:6:"height
";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:
27:"Files-in-Hand-1-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mimetype";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:27:"Files-i
n-Hand-1-285x195.jpg";s:5:"width";i:285;s:6:"height";i:195;s:9:"mime-type";s:10:
"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:
6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyrig
ht";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"t
itle";s:0:"";}}'),
(651, 478, '_wp_attached_file', '2014/02/Files-in-Hand-11.jpg'),
(652, 478, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:285;s:6:"height";i:203
;s:4:"file";s:28:"2014/02/Files-in-Hand-11.jpg";s:5:"sizes";a:3:{s:9:"thumbnail"
;a:4:{s:4:"file";s:28:"Files-in-Hand-11-150x150.jpg";s:5:"width";i:150;s:6:"heig
ht";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";
s:28:"Files-in-Hand-11-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mi
me-type";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:28:"File
s-in-Hand-11-285x195.jpg";s:5:"width";i:285;s:6:"height";i:195;s:9:"mime-type";s
:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"
";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"cop
yright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:
5:"title";s:0:"";}}'),
(653, 479, '_wp_attached_file', '2014/02/bigstock-Business-objects-on-background
-38768890-e1380016559557.jpg'),
(654, 479, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1480;s:6:"height";i:11
08;s:4:"file";s:75:"2014/02/bigstock-Business-objects-on-background-38768890-e13
80016559557.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:75:"bigstock
-Business-objects-on-background-38768890-e1380016559557-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:75:"bigstock-Business-objects-on-background-38768890-e1380016559557300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jp
eg";}s:5:"large";a:4:{s:4:"file";s:76:"bigstock-Business-objects-on-background-3

8768890-e1380016559557-1024x766.jpg";s:5:"width";i:1024;s:6:"height";i:766;s:9:"
mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:75:"bigstockBusiness-objects-on-background-38768890-e1380016559557-195x195.jpg";s:5:"width";
i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:18:"brick_thumb_do
uble";a:4:{s:4:"file";s:75:"bigstock-Business-objects-on-background-38768890-e13
80016559557-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type";s:
10:"image/jpeg";}s:17:"portfolio_gallery";a:4:{s:4:"file";s:76:"bigstock-Busines
s-objects-on-background-38768890-e1380016559557-1110x544.jpg";s:5:"width";i:1110
;s:6:"height";i:544;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{
s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";
s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:
"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(655, 480, '_wp_attached_file', '2014/02/xbl05tower_jpg_1777120f1.jpg.pagespeed.
ic_.nxDvHO_y8d1.jpg'),
(656, 480, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:635;s:6:"height";i:422
;s:4:"file";s:66:"2014/02/xbl05tower_jpg_1777120f1.jpg.pagespeed.ic_.nxDvHO_y8d1
.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:66:"xbl05tower_jpg_1777
120f1.jpg.pagespeed.ic_.nxDvHO_y8d1-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:66:"xbl0
5tower_jpg_1777120f1.jpg.pagespeed.ic_.nxDvHO_y8d1-300x199.jpg";s:5:"width";i:30
0;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{
s:4:"file";s:66:"xbl05tower_jpg_1777120f1.jpg.pagespeed.ic_.nxDvHO_y8d1-195x195.
jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:1
8:"brick_thumb_double";a:4:{s:4:"file";s:66:"xbl05tower_jpg_1777120f1.jpg.pagesp
eed.ic_.nxDvHO_y8d1-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mimetype";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit
";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s
:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed"
;i:0;s:5:"title";s:0:"";}}'),
(657, 481, '_wp_attached_file', '2014/02/Philippine-BPO.jpg'),
(658, 481, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:648;s:6:"height";i:434
;s:4:"file";s:26:"2014/02/Philippine-BPO.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a
:4:{s:4:"file";s:26:"Philippine-BPO-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:26:"Phil
ippine-BPO-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:1
0:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:26:"Philippine-BPO-195x195.
jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:1
8:"brick_thumb_double";a:4:{s:4:"file";s:26:"Philippine-BPO-390x195.jpg";s:5:"wi
dth";i:390;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_me
ta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"captio
n";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length
";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(659, 482, '_wp_attached_file', '2014/02/effective-outsourcing.jpg'),
(660, 482, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:507;s:6:"height";i:338
;s:4:"file";s:33:"2014/02/effective-outsourcing.jpg";s:5:"sizes";a:4:{s:9:"thumb
nail";a:4:{s:4:"file";s:33:"effective-outsourcing-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:"fi
le";s:33:"effective-outsourcing-300x200.jpg";s:5:"width";i:300;s:6:"height";i:20
0;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:33:"ef
fective-outsourcing-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mimetype";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:33:"effecti
ve-outsourcing-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type"
;s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:2
4:"Getty Images/iStockphoto";s:6:"camera";s:0:"";s:7:"caption";s:18:"Build new b
usiness";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length"
;i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:9:"157581762";}}'),
(661, 483, '_wp_attached_file', '2014/02/Social-Media-Outsourcing-April-2013-1.j
pg'),
(662, 483, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:624;s:6:"height";i:325
;s:4:"file";s:49:"2014/02/Social-Media-Outsourcing-April-2013-1.jpg";s:5:"sizes"

;a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"Social-Media-Outsourcing-April-20131-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:49:"Social-Media-Outsourcing-April-2013-1300x156.jpg";s:5:"width";i:300;s:6:"height";i:156;s:9:"mime-type";s:10:"image/jp
eg";}s:11:"brick_thumb";a:4:{s:4:"file";s:49:"Social-Media-Outsourcing-April-201
3-1-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"imag
e/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:49:"Social-Media-Outsourcin
g-April-2013-1-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type"
;s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0
:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"c
opyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;
s:5:"title";s:0:"";}}'),
(663, 486, '_wp_attached_file', '2013/04/Social-Media-Outsourcing-April-2013-1.j
pg'),
(664, 486, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:624;s:6:"height";i:325
;s:4:"file";s:49:"2013/04/Social-Media-Outsourcing-April-2013-1.jpg";s:5:"sizes"
;a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"Social-Media-Outsourcing-April-20131-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:49:"Social-Media-Outsourcing-April-2013-1300x156.jpg";s:5:"width";i:300;s:6:"height";i:156;s:9:"mime-type";s:10:"image/jp
eg";}s:11:"brick_thumb";a:4:{s:4:"file";s:49:"Social-Media-Outsourcing-April-201
3-1-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"imag
e/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:49:"Social-Media-Outsourcin
g-April-2013-1-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mime-type"
;s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0
:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"c
opyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;
s:5:"title";s:0:"";}}'),
(665, 487, '_wp_attached_file', '2013/04/Social-Media-Outsourcing-April-2013-11.
jpg'),
(666, 487, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:624;s:6:"height";i:325
;s:4:"file";s:50:"2013/04/Social-Media-Outsourcing-April-2013-11.jpg";s:5:"sizes
";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:50:"Social-Media-Outsourcing-April-2013
-11-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"imag
e/jpeg";}s:6:"medium";a:4:{s:4:"file";s:50:"Social-Media-Outsourcing-April-201311-300x156.jpg";s:5:"width";i:300;s:6:"height";i:156;s:9:"mime-type";s:10:"image
/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:50:"Social-Media-Outsourcing-April2013-11-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mime-type";s:10:"
image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:50:"Social-Media-Outsou
rcing-April-2013-11-390x195.jpg";s:5:"width";i:390;s:6:"height";i:195;s:9:"mimetype";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit
";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s
:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed"
;i:0;s:5:"title";s:0:"";}}'),
(667, 488, '_wp_attached_file', '2013/04/Files-in-Hand-1.jpg'),
(668, 488, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:285;s:6:"height";i:203
;s:4:"file";s:27:"2013/04/Files-in-Hand-1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";
a:4:{s:4:"file";s:27:"Files-in-Hand-1-150x150.jpg";s:5:"width";i:150;s:6:"height
";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:11:"brick_thumb";a:4:{s:4:"file";s:
27:"Files-in-Hand-1-195x195.jpg";s:5:"width";i:195;s:6:"height";i:195;s:9:"mimetype";s:10:"image/jpeg";}s:18:"brick_thumb_double";a:4:{s:4:"file";s:27:"Files-i
n-Hand-1-285x195.jpg";s:5:"width";i:285;s:6:"height";i:195;s:9:"mime-type";s:10:
"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:
6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyrig
ht";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"t
itle";s:0:"";}}'),
(669, 494, '_form', '<p>Su nombre (requerido)<br />\n
[text* your-name] </p>\
n\n<p>Su e-mail (requerido)<br />\n
[email* your-email] </p>\n\n<p>Asunto<br
/>\n
[text your-subject] </p>\n\n<p>Su mensaje<br />\n
[textarea your-mess
age] </p>\n\n<p>[submit "Enviar"]</p>'),

(670, 494, '_mail', 'a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:


"[your-name] <[your-email]>";s:4:"body";s:189:"De: [your-name] <[your-email]>\nA
sunto: [your-subject]\n\nCuerpo del mensaje:\n[your-message]\n\n--\nEste e-mail
se ha enviado va formulario de contacto desde Grupo Innova, C.A. http://www.grupo
-innova.com";s:9:"recipient";s:23:"[email protected]";s:18:"additional_hea
ders";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";i:0;}'),
(671, 494, '_mail_2', 'a:8:{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]"
;s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:134:"Cuerpo del men
saje:\n[your-message]\n\n--\nEste e-mail se ha enviado va formulario de contacto
desde Grupo Innova, C.A. http://www.grupo-innova.com";s:9:"recipient";s:12:"[you
r-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_ht
ml";i:0;}'),
(672, 494, '_messages', 'a:6:{s:12:"mail_sent_ok";s:52:"Su mensaje se ha enviado
con xito. Muchas gracias.";s:12:"mail_sent_ng";s:110:"Fall el envo del mensaje. Po
r favor, intntelo ms tarde o contacte con el administrador por otro medio.";s:16:"
validation_error";s:97:"Ocurri un error de validacin. Por favor, confirme los camp
os y enve el formulario de nuevo.";s:4:"spam";s:110:"Fall el envo del mensaje. Por
favor, intntelo ms tarde o contacte con el administrador por otro medio.";s:12:"ac
cept_terms";s:61:"Por favor, acepte los trminos y condiciones para continuar.";s:
16:"invalid_required";s:39:"Por favor, complete el campo requerido.";}'),
(673, 494, '_additional_settings', ''),
(674, 494, '_locale', 'es_ES'),
(675, 499, '_wp_attached_file', '2014/02/LogoBLANCO.png'),
(676, 499, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:45;
s:4:"file";s:22:"2014/02/LogoBLANCO.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:1
0:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:
"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s
:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(677, 500, '_wp_attached_file', '2014/02/LogoBLANCO1.png'),
(678, 500, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:135;s:6:"height";i:45;
s:4:"file";s:23:"2014/02/LogoBLANCO1.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:
10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0
:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;
s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(679, 501, '_wp_attached_file', '2014/02/LogoBLANCO2.png'),
(680, 501, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:67;
s:4:"file";s:23:"2014/02/LogoBLANCO2.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{
s:4:"file";s:22:"LogoBLANCO2-150x67.png";s:5:"width";i:150;s:6:"height";i:67;s:9
:"mime-type";s:9:"image/png";}s:11:"brick_thumb";a:4:{s:4:"file";s:22:"LogoBLANC
O2-195x67.png";s:5:"width";i:195;s:6:"height";i:67;s:9:"mime-type";s:9:"image/pn
g";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera"
;s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:""
;s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:
"";}}'),
(681, 502, '_wp_attached_file', '2014/02/LogoBLANCO3.png'),
(682, 502, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:60;
s:4:"file";s:23:"2014/02/LogoBLANCO3.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{
s:4:"file";s:22:"LogoBLANCO3-150x60.png";s:5:"width";i:150;s:6:"height";i:60;s:9
:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"c
redit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";
i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_s
peed";i:0;s:5:"title";s:0:"";}}'),
(683, 503, '_wp_attached_file', '2014/02/LogoBLANCO4.png'),
(684, 503, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:57;
s:4:"file";s:23:"2014/02/LogoBLANCO4.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{
s:4:"file";s:22:"LogoBLANCO4-150x57.png";s:5:"width";i:150;s:6:"height";i:57;s:9
:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"c
redit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";
i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_s
peed";i:0;s:5:"title";s:0:"";}}'),

(685, 504, '_wp_attached_file', '2014/02/LogoBLANCO5.png'),


(686, 504, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:170;s:6:"height";i:50;
s:4:"file";s:23:"2014/02/LogoBLANCO5.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{
s:4:"file";s:22:"LogoBLANCO5-150x50.png";s:5:"width";i:150;s:6:"height";i:50;s:9
:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"c
redit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";
i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_s
peed";i:0;s:5:"title";s:0:"";}}'),
(687, 505, '_wp_attached_file', '2014/02/LogoBLANCO6.png'),
(688, 505, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:120;s:6:"height";i:70;
s:4:"file";s:23:"2014/02/LogoBLANCO6.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:
10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0
:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;
s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(689, 506, '_wp_attached_file', '2014/02/LogoBLANCO7.png'),
(690, 506, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:70;
s:4:"file";s:23:"2014/02/LogoBLANCO7.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:
10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0
:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;
s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(691, 507, '_wp_attached_file', '2014/02/LogoBLANCO8.png'),
(692, 507, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:55;
s:4:"file";s:23:"2014/02/LogoBLANCO8.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:
10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0
:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;
s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_posts`
-CREATE TABLE IF NOT EXISTS `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(20) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),

KEY `post_parent` (`post_parent`),


KEY `post_author` (`post_author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=508 ;
--- Volcado de datos para la tabla `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`, `po
st_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`,
`post_type`, `post_mime_type`, `comment_count`) VALUES
(4, 1, '2014-02-13 16:29:15', '2014-02-13 16:29:15', '', 'Media', '', 'private',
'closed', 'closed', '', 'media', '', '', '2014-02-13 16:29:15', '2014-02-13 16:
29:15', '', 0, 'http://www.grupo-innova.com/?option-tree=media', 0, 'option-tree
', '', 0),
(6, 1, '2013-04-13 14:36:41', '2013-04-13 14:36:41', '[service]<br class="nc" />
[icon name="li_pen"]\r\n<h2>Personas</h2>\r\nLorem ipsum dolor sit amet, consect
etur adipisicing elit, tempor incididunt.\r\n\r\n[/service][service]<br class="n
c" />[icon name="li_lab"]\r\n<h2>Empresas</h2>\r\nLorem ipsum dolor sit amet, co
nsectetur adipisicing elit, tempor incididunt.\r\n\r\n[/service][service]<br cla
ss="nc" />[icon name="li_settings"]\r\n<h2>Documentacin</h2>\r\nLorem ipsum dolor
sit amet, consectetur adipisicing elit, tempor incididunt.\r\n\r\n[/service]<br
class="nc" /><br class="nc" /><br class="nc" />', 'clientes', '', 'publish', 'o
pen', 'open', '', 'services', '', '', '2014-03-11 14:47:54', '2014-03-11 14:47:5
4', '', 0, 'http://themestrong.com/demo/argo_wp/?page_id=6', 0, 'page', '', 0),
(21, 1, '2013-04-14 01:24:14', '2013-04-14 01:24:14', '[gallery ids="24,25,26,27
"]\n<h2>Coachcater</h2>\nMaecenas lectus tellus, faucibus id auctor vitae, egest
as nec turpis. Proin accumsan interdum lacus nec convallis. Sed vestibulum place
rat auctor.', 'Coachcater', '', 'trash', 'closed', 'closed', '', 'coachcater', '
', '', '2014-03-06 17:07:31', '2014-03-06 17:07:31', '', 0, 'http://themestrong.
com/demo/argo_wp/?post_type=portfolio&#038;p=21', 0, 'portfolio', '', 0),
(23, 1, '2013-04-14 08:33:50', '2013-04-14 08:33:50', '', '3439224997_9dba6c2c57
_z', '', 'inherit', 'open', 'open', '', '3439224997_9dba6c2c57_z', '', '', '2013
-04-14 08:33:50', '2013-04-14 08:33:50', '', 21, 'http://www.grupo-innova.com/wp
-content/uploads/2013/04/3439224997_9dba6c2c57_z.png', 0, 'attachment', 'image/p
ng', 0),
(24, 1, '2013-04-14 08:37:46', '2013-04-14 08:37:46', '', 'demo1', '', 'inherit'
, 'open', 'open', '', 'demo1', '', '', '2013-04-14 08:37:46', '2013-04-14 08:37:
46', '', 21, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/demo1.png',
0, 'attachment', 'image/png', 0),
(25, 1, '2013-04-14 08:37:48', '2013-04-14 08:37:48', '', 'demo2', '', 'inherit'
, 'open', 'open', '', 'demo2', '', '', '2013-04-14 08:37:48', '2013-04-14 08:37:
48', '', 21, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/demo2.png',
0, 'attachment', 'image/png', 0),
(26, 1, '2013-04-14 08:37:49', '2013-04-14 08:37:49', '', 'demo3', '', 'inherit'
, 'open', 'open', '', 'demo3', '', '', '2013-04-14 08:37:49', '2013-04-14 08:37:
49', '', 21, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/demo3.png',
0, 'attachment', 'image/png', 0),
(27, 1, '2013-04-14 08:37:51', '2013-04-14 08:37:51', '', 'demo4', '', 'inherit'
, 'open', 'open', '', 'demo4', '', '', '2013-04-14 08:37:51', '2013-04-14 08:37:
51', '', 21, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/demo4.png',
0, 'attachment', 'image/png', 0),
(30, 1, '2013-04-14 16:37:25', '2013-04-14 16:37:25', 'http://vimeo.com/63718300
\n<h2>Vimeo support</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing eli
t. Duis condimentum ligula et felis faucibus sit amet egestas urna eleifend. Eti
am sollicitudin placerat justo. Suspendisse vehicula lorem sapien, a dapibus jus
to. Curabitur purus nulla, commodo a posuere eu, varius id diam.', 'Great sofa',
'', 'trash', 'closed', 'closed', '', 'great-sofa', '', '', '2014-03-06 17:07:31

', '2014-03-06 17:07:31', '', 0, 'http://themestrong.com/demo/argo_wp/?post_type


=portfolio&#038;p=30', 0, 'portfolio', '', 0),
(32, 1, '2013-04-15 03:45:57', '2013-04-15 03:45:57', '<h3>Neque porro quisquam
est qui dolorem</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. M
auris pretium tortor odio, laoreet blandit nisl. Integer hendrerit nunc sed tort
or egestas euismod. Nunc vitae magna ut magna mollis posuere ut quis eros. Nulla
m nibh diam, interdum a eleifend vel, consectetur non eros. Sed a metus massa, s
it amet fermentum felis. Praesent accumsan luctus commodo. Cras sollicitudin tem
pus tellus, quis cursus sem interdum ut. Aliquam vitae eros non risus consequat
dapibus. In diam massa, fringilla eu tempor at, volutpat auctor nisl. Pellentesq
ue eget odio vitae nulla elementum tristique.\n\nNunc varius neque quis risus mo
llis sit amet euismod nunc iaculis. Quisque nisi nisi, pretium at euismod non, e
leifend eu lectus. Donec sit amet lectus non metus fermentum dapibus non ut est.
Sed dolor quam, suscipit a pharetra vitae, pharetra in elit. Aliquam erat volut
pat. Nulla quis nisl in nulla ullamcorper fringilla. Suspendisse lacinia, lectus
nec facilisis facilisis, enim massa dignissim elit, a sollicitudin nisl urna qu
is tellus. Quisque gravida laoreet nibh, eget commodo dui pulvinar quis\n\n[bloc
kquote class=""]Success is a lousy teacher. It seduces smart people into thinkin
g they can''t lose.[bqauthor]Bill Gates[/bqauthor][/blockquote]\n\n&nbsp;', 'Mon
ster Bed', '', 'trash', 'closed', 'closed', '', 'monster-bed', '', '', '2014-0306 17:07:31', '2014-03-06 17:07:31', '', 0, 'http://themestrong.com/demo/argo_wp
/?post_type=portfolio&#038;p=32', 0, 'portfolio', '', 0),
(33, 1, '2013-04-15 03:37:18', '2013-04-15 03:37:18', '', 'White-Modern-SleeperSofa-Beds-in-Modern-Living-Room-Designs-by-Roche-Bobois', '', 'inherit', 'open',
'open', '', 'white-modern-sleeper-sofa-beds-in-modern-living-room-designs-by-ro
che-bobois', '', '', '2013-04-15 03:37:18', '2013-04-15 03:37:18', '', 32, 'http
://www.grupo-innova.com/wp-content/uploads/2013/04/White-Modern-Sleeper-Sofa-Bed
s-in-Modern-Living-Room-Designs-by-Roche-Bobois.png', 0, 'attachment', 'image/pn
g', 0),
(34, 1, '2013-04-15 03:37:19', '2013-04-15 03:37:19', '', 'small-kids-rooms-spac
e-saving-design3', '', 'inherit', 'open', 'open', '', 'small-kids-rooms-space-sa
ving-design3', '', '', '2013-04-15 03:37:19', '2013-04-15 03:37:19', '', 32, 'ht
tp://www.grupo-innova.com/wp-content/uploads/2013/04/small-kids-rooms-space-savi
ng-design3.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2013-04-15 03:37:23', '2013-04-15 03:37:23', '', 'Modern-Minimalist-Liv
ing-Room-Designs-by-MobilFresno-2', '', 'inherit', 'open', 'open', '', 'modern-m
inimalist-living-room-designs-by-mobilfresno-2', '', '', '2013-04-15 03:37:23',
'2013-04-15 03:37:23', '', 32, 'http://www.grupo-innova.com/wp-content/uploads/2
013/04/Modern-Minimalist-Living-Room-Designs-by-MobilFresno-2.png', 0, 'attachme
nt', 'image/png', 0),
(36, 1, '2013-04-15 03:37:25', '2013-04-15 03:37:25', '', 'modern-living-room-fu
rniture-design-with-plasma-tv1', '', 'inherit', 'open', 'open', '', 'modern-livi
ng-room-furniture-design-with-plasma-tv1', '', '', '2013-04-15 03:37:25', '201304-15 03:37:25', '', 32, 'http://www.grupo-innova.com/wp-content/uploads/2013/04
/modern-living-room-furniture-design-with-plasma-tv1.png', 0, 'attachment', 'ima
ge/png', 0),
(37, 1, '2013-04-15 03:37:29', '2013-04-15 03:37:29', '', 'modern-kitchen-cabine
ts-mia-arancio', '', 'inherit', 'open', 'open', '', 'modern-kitchen-cabinets-mia
-arancio', '', '', '2013-04-15 03:37:29', '2013-04-15 03:37:29', '', 32, 'http:/
/www.grupo-innova.com/wp-content/uploads/2013/04/modern-kitchen-cabinets-mia-ara
ncio.png', 0, 'attachment', 'image/png', 0),
(38, 1, '2013-04-15 03:37:29', '2013-04-15 03:37:29', '', 'modern-bedroom-with-p
lants', '', 'inherit', 'open', 'open', '', 'modern-bedroom-with-plants', '', '',
'2013-04-15 03:37:29', '2013-04-15 03:37:29', '', 32, 'http://www.grupo-innova.
com/wp-content/uploads/2013/04/modern-bedroom-with-plants.png', 0, 'attachment',
'image/png', 0),
(39, 1, '2013-04-15 03:37:33', '2013-04-15 03:37:33', '', 'living-room-furniture
-side-table', '', 'inherit', 'open', 'open', '', 'living-room-furniture-side-tab
le', '', '', '2013-04-15 03:37:33', '2013-04-15 03:37:33', '', 32, 'http://www.g
rupo-innova.com/wp-content/uploads/2013/04/living-room-furniture-side-table.png'

, 0, 'attachment', 'image/png', 0),


(40, 1, '2013-04-15 03:37:36', '2013-04-15 03:37:36', '', 'living-room-designs-3
', '', 'inherit', 'open', 'open', '', 'living-room-designs-3', '', '', '2013-0415 03:37:36', '2013-04-15 03:37:36', '', 32, 'http://www.grupo-innova.com/wp-con
tent/uploads/2013/04/living-room-designs-3.png', 0, 'attachment', 'image/png', 0
),
(41, 1, '2013-04-15 03:37:39', '2013-04-15 03:37:39', '', 'living-room-designs-2
', '', 'inherit', 'open', 'open', '', 'living-room-designs-2', '', '', '2013-0415 03:37:39', '2013-04-15 03:37:39', '', 32, 'http://www.grupo-innova.com/wp-con
tent/uploads/2013/04/living-room-designs-2.png', 0, 'attachment', 'image/png', 0
),
(42, 1, '2013-04-15 03:37:42', '2013-04-15 03:37:42', '', 'g1', '', 'inherit', '
open', 'open', '', 'g1', '', '', '2013-04-15 03:37:42', '2013-04-15 03:37:42', '
', 32, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/g1.png', 0, 'atta
chment', 'image/png', 0),
(43, 1, '2013-04-15 03:37:43', '2013-04-15 03:37:43', '', 'conceptual-modern-liv
ing-room-inspiration', '', 'inherit', 'open', 'open', '', 'conceptual-modern-liv
ing-room-inspiration', '', '', '2013-04-15 03:37:43', '2013-04-15 03:37:43', '',
32, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/conceptual-modern-l
iving-room-inspiration.png', 0, 'attachment', 'image/png', 0),
(44, 1, '2013-04-15 03:37:45', '2013-04-15 03:37:45', '', '4307002317_7d4aceaa7d
_o', '', 'inherit', 'open', 'open', '', '4307002317_7d4aceaa7d_o', '', '', '2013
-04-15 03:37:45', '2013-04-15 03:37:45', '', 32, 'http://www.grupo-innova.com/wp
-content/uploads/2013/04/4307002317_7d4aceaa7d_o.png', 0, 'attachment', 'image/p
ng', 0),
(45, 1, '2013-04-15 03:37:46', '2013-04-15 03:37:46', '', 'Classic-Living-Room-F
urniture-Design-2', '', 'inherit', 'open', 'open', '', 'classic-living-room-furn
iture-design-2', '', '', '2013-04-15 03:37:46', '2013-04-15 03:37:46', '', 32, '
http://www.grupo-innova.com/wp-content/uploads/2013/04/Classic-Living-Room-Furni
ture-Design-2.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2013-04-15 03:37:47', '2013-04-15 03:37:47', '', '4262840878_625d33482b
_o', '', 'inherit', 'open', 'open', '', '4262840878_625d33482b_o', '', '', '2013
-04-15 03:37:47', '2013-04-15 03:37:47', '', 32, 'http://www.grupo-innova.com/wp
-content/uploads/2013/04/4262840878_625d33482b_o.png', 0, 'attachment', 'image/p
ng', 0),
(47, 1, '2013-04-15 03:37:50', '2013-04-15 03:37:50', '', 'bedroom-with-bay-wind
ow', '', 'inherit', 'open', 'open', '', 'bedroom-with-bay-window', '', '', '2013
-04-15 03:37:50', '2013-04-15 03:37:50', '', 32, 'http://www.grupo-innova.com/wp
-content/uploads/2013/04/bedroom-with-bay-window.png', 0, 'attachment', 'image/p
ng', 0),
(48, 1, '2013-04-15 03:37:52', '2013-04-15 03:37:52', '', '4262839182_7f855dd533
_o', '', 'inherit', 'open', 'open', '', '4262839182_7f855dd533_o', '', '', '2013
-04-15 03:37:52', '2013-04-15 03:37:52', '', 32, 'http://www.grupo-innova.com/wp
-content/uploads/2013/04/4262839182_7f855dd533_o.png', 0, 'attachment', 'image/p
ng', 0),
(49, 1, '2013-04-15 03:37:53', '2013-04-15 03:37:53', '', '3439224997_9dba6c2c57
_z', '', 'inherit', 'open', 'open', '', '3439224997_9dba6c2c57_z-2', '', '', '20
13-04-15 03:37:53', '2013-04-15 03:37:53', '', 32, 'http://www.grupo-innova.com/
wp-content/uploads/2013/04/3439224997_9dba6c2c57_z1.png', 0, 'attachment', 'imag
e/png', 0),
(50, 1, '2013-04-15 03:37:54', '2013-04-15 03:37:54', '', '7rolfbenz', '', 'inhe
rit', 'open', 'open', '', '7rolfbenz', '', '', '2013-04-15 03:37:54', '2013-04-1
5 03:37:54', '', 32, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/7ro
lfbenz.jpg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2013-04-15 08:00:39', '2013-04-15 08:00:39', '[gallery ids="391"]\r\n<p
style="text-align: center;">Mejore la gestin de sus recursos. Obtendr un total co
ntrol de sus costes IT, dispondr siempre de la tecnologa ms adecuada a su actividad
y dispondr de un servicio de calidad garantizado. De igual manera, se obtiene un
a visin experta, actualizada y prctica de apoyo en la planificacin estratgica de las
inversiones.</p>\r\n&nbsp;\r\n<h3 style="text-align: left; line-height: 20%;">S

oporte</h3>\r\nSoporte para la planificacin de inversiones en base al anlisis de l


as tendencias, evolucin y alternativas tecnolgicas.\r\n\r\n&nbsp;\r\n<h3 style="te
xt-align: left; line-height: 20%;">Manejo</h3>\r\nManejo de los servicios contra
tados, controlando as de manera ms precisa el verdadero costo de su infraestructur
a de operacin.\r\n\r\n&nbsp;\r\n<h3 style="text-align: left; line-height: 20%;">C
ostos</h3>\r\nMantenga sus equipos al da y evite gastos imprevistos y urgentes pr
ovocados por la obsolescencia tecnolgica o la falta de capacitacin de su personal'
, 'Gestin de Activos y Servicios', '', 'publish', 'closed', 'closed', '', 'cloud'
, '', '', '2014-03-11 15:02:25', '2014-03-11 15:02:25', '', 0, 'http://themestro
ng.com/demo/argo_wp/?post_type=portfolio&#038;p=53', 0, 'portfolio', '', 0),
(55, 1, '2013-04-15 08:04:05', '2013-04-15 08:04:05', '[gallery ids="387"]\r\nAs
esoramiento tcnico, consultas, soporte para la resolucin de peticiones, lo cual, p
ermite la mejora de calidad de servicio a la vez que facilita una cobertura comp
leta del mismo.\r\n\r\n&nbsp;\r\n<h3 style="text-align: left; line-height: 20%;"
>Recepcin</h3>\r\nRecepcin y registro de peticiones e incidencias\r\n\r\n&nbsp;\r\
n<h3 style="text-align: left; line-height: 20%;">Seguimiento</h3>\r\nSeguimiento
integral de acciones\r\n\r\n&nbsp;\r\n<h3 style="text-align: left; line-height:
20%;">Analisis</h3>\r\nAnlisis y resolucin de problemas\r\n\r\n&nbsp;\r\n<h3 styl
e="text-align: left; line-height: 20%;">Actitud</h3>\r\nActitud proactiva hacia
la prevencin', 'Soporte Presencial y Remoto', '', 'publish', 'closed', 'closed',
'', 'romanov', '', '', '2014-03-11 15:01:56', '2014-03-11 15:01:56', '', 0, 'htt
p://themestrong.com/demo/argo_wp/?post_type=portfolio&#038;p=55', 0, 'portfolio'
, '', 0),
(57, 1, '2013-04-15 08:07:46', '2013-04-15 08:07:46', '[gallery ids="449,451"]\r
\n<h3 style="text-align: left; line-height: 20%;">Manejo</h3>\r\nManejo integral
de redes LAN, WAN e Internet: configuracin, deteccin y resolucin de problemas\r\n\
r\n&nbsp;\r\n<h3 style="text-align: left; line-height: 20%;">Gestin</h3>\r\n<span
style="line-height: 1.5em;">Gestin de seguridad: deteccin de intrusiones, firewal
l, accesos VPN</span>', 'Desarrollo y Optimizacin de Redes de Comunicacin', '', 'p
ublish', 'closed', 'closed', '', 'perdo', '', '', '2014-03-07 14:24:40', '2014-0
3-07 14:24:40', '', 0, 'http://themestrong.com/demo/argo_wp/?post_type=portfolio
&#038;p=57', 0, 'portfolio', '', 0),
(65, 1, '2013-04-15 08:57:09', '2013-04-15 08:57:09', '[gallery ids="376,308"]\r
\n<h3 style="text-align: left; line-height: 20%;">Procedimientos</h3>\r\nProcedi
mientos de control y gestin tanto de servidores como estaciones de trabajo\r\n\r\
n&nbsp;\r\n<h3 style="text-align: left; line-height: 20%;">Mantenimiento</h3>\r\
nMantenimiento continuo Hardware y Software\r\n\r\n&nbsp;\r\n<h3 style="text-ali
gn: left; line-height: 20%;">Seguimiento</h3>\r\nSeguimiento completo del ciclo
de incidencias, tanto las reportadas por los usuarios, como las detectadas por n
uestro equipo', 'Gestin de Sistemas de Informtica', '', 'publish', 'closed', 'clos
ed', '', 'silja', '', '', '2014-03-07 14:18:29', '2014-03-07 14:18:29', '', 0, '
http://themestrong.com/demo/argo_wp/?post_type=portfolio&#038;p=65', 0, 'portfol
io', '', 0),
(67, 1, '2013-04-15 09:00:32', '2013-04-15 09:00:32', '[gallery ids="447"]\r\n<h
3 style="text-align: left; line-height: 20%;">Programacin</h3>\r\nProgramacin para
respaldos automticos de informacin, alquiler de espacio externo para depsito de da
tos, servicio de respaldo de informacin en la nube para evitar prdidas de document
os.\r\n\r\n&nbsp;\r\n<h3 style="text-align: left; line-height: 20%;">bases de da
tos</h3>\r\nIncluye bases de datos (SQL, Access y MySQL) y programas instalados
como lo son sistemas administrativos y control de asistencia.\r\n\r\n&nbsp;\r\n<
h3 style="text-align: left; line-height: 20%;">Imagen del Sistema</h3>\r\ncreacin
de imagen completa del servidor o equipos, actualizada de acuerdo a las necesid
ades del cliente. De esta manera se cuenta con una herramienta que permite la pu
esta en funcionamiento de los sistemas respaldados de manera rpida y segura.', 'R
espaldo y recuperacin en casos de desastres', '', 'publish', 'closed', 'closed',
'', 'sao-mai', '', '', '2014-03-07 14:01:03', '2014-03-07 14:01:03', '', 0, 'htt
p://themestrong.com/demo/argo_wp/?post_type=portfolio&#038;p=67', 0, 'portfolio'
, '', 0),
(69, 1, '2013-04-15 09:04:13', '2013-04-15 09:04:13', '[gallery ids="443"]\r\n<h
3 style="text-align: left; line-height: 20%;">Monitoreo y control de recursos de

l servidor y estaciones de trabajo</h3>\r\nOfrecemos el servicio de instalacin y


configuracin de servidores, colocando a su disposicin conocimientos de programacin
avanzada, incluyendo aspectos como: Dominio (DNS), DHCP, Proxy, ISS, directivas
de grupo y aspectos relacionados.', 'Servidores y estaciones de trabajo', '', 'p
ublish', 'closed', 'closed', '', 'master-pro', '', '', '2014-03-07 13:56:51', '2
014-03-07 13:56:51', '', 0, 'http://themestrong.com/demo/argo_wp/?post_type=port
folio&#038;p=69', 0, 'portfolio', '', 0),
(70, 1, '2013-04-15 09:06:05', '2013-04-15 09:06:05', '[gallery ids="482,441"]\r
\n<h3 style="text-align: left; line-height: 20%;">Normalizacin de redes: verifica
cin de cumplimiento de estndares (ANSI, TIA, EIA, IEEE e ISO)</h3>\r\nDiseo e imple
mentacin de redes adaptadas a las necesidades de su empresa, tomando en cuenta fa
ctores como: las marcas ms apropiadas, arquitectura de la red, flexibilidad y cre
cimiento de la misma.\r\n\r\n&nbsp;\r\n<h3 style="text-align: left; line-height:
20%;">Calidad de Servicio (QoS)</h3>\r\nLa calidad de servicio se basa en el re
ndimiento promedio de una red de voz o datos, particularmente desde el punto de
vista de los usuarios. Para cuantitativamente medir la calidad de servicio son c
onsiderados varios aspectos del servicio de red, tales como: disponibilidad, tas
as de errores, ancho de banda, estabilidad, retraso en la transmisin, entre otros
.', 'Cableado Estructurados', '', 'publish', 'closed', 'closed', '', 'lotus', ''
, '', '2014-03-11 14:59:41', '2014-03-11 14:59:41', '', 0, 'http://themestrong.c
om/demo/argo_wp/?post_type=portfolio&#038;p=70', 0, 'portfolio', '', 0),
(72, 1, '2013-04-15 09:12:04', '2013-04-15 09:12:04', '[gallery ids="487"]\r\n<h
3 style="text-align: left; line-height: 20%;">Creacin de zonas Wifi y radioenlace
s</h3>\r\nInstalacin, distribucin y configuracin de equipos inalmbricos, implementac
in de radio enlaces para la comunicacin inalmbrica directa entre diferentes sedes d
e la empresa.\r\n\r\n&nbsp;\r\n<h3 style="text-align: left; line-height: 20%;">I
mplementacin de Redes Virtuales Privadas (VPN)</h3>\r\nConfiguracin de redes VPN p
ara el intercambio de informacin entre varias sedes de la empresa va Internet, gar
antizando un alto nivel de seguridad a travs de protocolos de autenticacin y cifra
do de los datos.', 'Redes inalmbricas y virtuales', '', 'publish', 'closed', 'clo
sed', '', 'dynamo', '', '', '2014-03-21 15:20:41', '2014-03-21 15:20:41', '', 0,
'http://themestrong.com/demo/argo_wp/?post_type=portfolio&#038;p=72', 0, 'portf
olio', '', 0),
(75, 1, '2013-04-15 09:17:45', '2013-04-15 09:17:45', '[gallery ids="436,435"]\r
\n<h3 style="text-align: left; line-height: 20%;">Canalizacin, tendido y conector
izacin de puntos de redes de datos y redes telefnicas</h3>\r\nDiseo e complementacin
de redes adaptadas a las necesidades de su empresa, tomando en cuenta factores
como: las marcas ms apropiadas, arquitectura de la red, flexibilidad y crecimient
o de la misma.\r\n\r\n&nbsp;\r\n<h3 style="text-align: left; line-height: 20%;">
Construccin y remodelacin de Data Centers</h3>\r\nDiseo e implementacin de Data Cent
ers, teniendo presente los diferentes requerimientos de equipos, energa, enfriami
ento y seguridad, de manera de obtener un diseo adaptado, eficiente y escalable.'
, 'CABLEADO ESTRUCTURADO', '', 'publish', 'closed', 'closed', '', 'bianca', '',
'', '2014-03-12 17:06:21', '2014-03-12 17:06:21', '', 0, 'http://themestrong.com
/demo/argo_wp/?post_type=portfolio&#038;p=75', 0, 'portfolio', '', 0),
(79, 1, '2013-04-15 14:26:38', '2013-04-15 14:26:38', '', 'demo5', '', 'inherit'
, 'open', 'open', '', 'demo5', '', '', '2013-04-15 14:26:38', '2013-04-15 14:26:
38', '', 0, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/demo5.png',
0, 'attachment', 'image/png', 0),
(83, 1, '2013-04-15 16:00:44', '2013-04-15 16:00:44', '[row class="row-fluid"]<b
r class="nc" />[col class="span6"]\r\n<h3>QUIENES SOMOS?</h3>\r\n<p style="text-a
lign: justify;">Innova es una empresa dedicada al <b>outsourcing, consultora y ej
ecucin de proyectos</b> en las reas de tecnologa de la informacin y comunicacin (TICs
) y sistemas de seguridad. Se encuentra constituida por profesionales <b>ingenie
ros de telecomunicaciones,</b> altamente calificados y enfocados en brindar las m
ejores soluciones<b> </b>a los problemas o carencias de nuestros clientes, las c
uales, afecten de manera negativa el funcionamiento y rendimiento de sus operacio
nes.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual es consolidar
nos como la empresa de <b>soluciones integrales</b>, en las reas de tecnologa de l
a informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y de e

sta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n<p style="tex


t-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r\n\r\n<h3>QUE
HACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conectividad''][pro
gress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progress value=9
8 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89 text=''Out
sourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>COMO LO HACEMOS?</h3>\r\n
[team]', 'NOSOTROS', '', 'publish', 'open', 'open', '', 'about-us', '', '', '201
4-03-11 13:13:55', '2014-03-11 13:13:55', '', 0, 'http://themestrong.com/demo/ar
go_wp/?page_id=83', 0, 'page', '', 0),
(98, 1, '2013-04-15 16:58:05', '2013-04-15 16:58:05', '', 'Estableciendo', '', '
publish', 'closed', 'closed', '', 'peter-l-marcus', '', '', '2014-02-17 15:42:49
', '2014-02-17 15:42:49', '', 0, 'http://themestrong.com/demo/argo_wp/?post_type
=team&#038;p=98', 0, 'team', '', 0),
(99, 1, '2013-04-15 16:57:23', '2013-04-15 16:57:23', '', 'team1', '', 'inherit'
, 'open', 'open', '', 'team1', '', '', '2013-04-15 16:57:23', '2013-04-15 16:57:
23', '', 98, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/team1.png',
0, 'attachment', 'image/png', 0),
(100, 1, '2013-04-15 17:01:21', '2013-04-15 17:01:21', '', 'Proveyendo', '', 'pu
blish', 'closed', 'closed', '', 'john-doe', '', '', '2014-02-17 15:36:09', '2014
-02-17 15:36:09', '', 0, 'http://themestrong.com/demo/argo_wp/?post_type=team&#0
38;p=100', 0, 'team', '', 0),
(101, 1, '2013-04-15 17:00:41', '2013-04-15 17:00:41', '', 'ava2', '', 'inherit'
, 'open', 'open', '', 'ava2', '', '', '2013-04-15 17:00:41', '2013-04-15 17:00:4
1', '', 100, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/ava2.jpg',
0, 'attachment', 'image/jpeg', 0),
(102, 1, '2013-03-15 17:02:33', '2013-03-15 17:02:33', '', 'simplificando', '',
'publish', 'closed', 'closed', '', 'jonnathan-orgen', '', '', '2014-02-17 15:58:
08', '2014-02-17 15:58:08', '', 0, 'http://themestrong.com/demo/argo_wp/?post_ty
pe=team&#038;p=102', 0, 'team', '', 0),
(103, 1, '2013-04-15 17:02:14', '2013-04-15 17:02:14', '', 'ava3', '', 'inherit'
, 'open', 'open', '', 'ava3', '', '', '2013-04-15 17:02:14', '2013-04-15 17:02:1
4', '', 102, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/ava3.jpg',
0, 'attachment', 'image/jpeg', 0),
(104, 1, '2013-04-15 17:03:28', '2013-04-15 17:03:28', '', 'Implementando', '',
'publish', 'closed', 'closed', '', 'michael-smith', '', '', '2014-02-17 15:34:34
', '2014-02-17 15:34:34', '', 0, 'http://themestrong.com/demo/argo_wp/?post_type
=team&#038;p=104', 0, 'team', '', 0),
(105, 1, '2013-04-15 17:03:07', '2013-04-15 17:03:07', '', 'team4', '', 'inherit
', 'open', 'open', '', 'team4', '', '', '2013-04-15 17:03:07', '2013-04-15 17:03
:07', '', 104, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/team4.png
', 0, 'attachment', 'image/png', 0),
(106, 1, '2013-04-15 17:03:40', '2013-04-15 17:03:40', '', 'team2', '', 'inherit
', 'open', 'open', '', 'team2', '', '', '2013-04-15 17:03:40', '2013-04-15 17:03
:40', '', 102, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/team2.png
', 0, 'attachment', 'image/png', 0),
(108, 1, '2013-04-15 17:04:04', '2013-04-15 17:04:04', '', 'team3', '', 'inherit
', 'open', 'open', '', 'team3', '', '', '2013-04-15 17:04:04', '2013-04-15 17:04
:04', '', 100, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/team3.png
', 0, 'attachment', 'image/png', 0),
(110, 1, '2013-04-15 17:24:00', '2013-04-15 17:24:00', '', 'Joe Doe', '', 'publi
sh', 'closed', 'closed', '', 'joe-doe', '', '', '2013-04-15 17:24:00', '2013-0415 17:24:00', '', 0, 'http://themestrong.com/demo/argo_wp/?post_type=testimonial
&amp;p=110', 0, 'testimonial', '', 0),
(111, 1, '2013-04-15 17:12:53', '2013-04-15 17:12:53', '', 'ava1', '', 'inherit'
, 'open', 'open', '', 'ava1', '', '', '2013-04-15 17:12:53', '2013-04-15 17:12:5
3', '', 110, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/ava1.jpg',
0, 'attachment', 'image/jpeg', 0),
(112, 1, '2013-04-15 17:24:44', '2013-04-15 17:24:44', '', 'Argo Theme', '', 'pu
blish', 'closed', 'closed', '', 'argo-theme', '', '', '2013-04-15 17:24:44', '20
13-04-15 17:24:44', '', 0, 'http://themestrong.com/demo/argo_wp/?post_type=testi

monial&amp;p=112', 0, 'testimonial', '', 0),


(113, 1, '2013-04-15 17:24:22', '2013-04-15 17:24:22', '', 'ava2', '', 'inherit'
, 'open', 'open', '', 'ava2-2', '', '', '2013-04-15 17:24:22', '2013-04-15 17:24
:22', '', 112, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/ava21.jpg
', 0, 'attachment', 'image/jpeg', 0),
(114, 1, '2013-04-16 00:54:07', '2013-04-16 00:54:07', '', 'Astro Galaxy', '', '
publish', 'closed', 'closed', '', 'astro-galaxy', '', '', '2013-04-16 00:54:07',
'2013-04-16 00:54:07', '', 0, 'http://themestrong.com/demo/argo_wp/?post_type=t
estimonial&amp;p=114', 0, 'testimonial', '', 0),
(115, 1, '2013-04-15 17:25:43', '2013-04-15 17:25:43', '', 'ava3', '', 'inherit'
, 'open', 'open', '', 'ava3-2', '', '', '2013-04-15 17:25:43', '2013-04-15 17:25
:43', '', 114, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/ava31.jpg
', 0, 'attachment', 'image/jpeg', 0),
(121, 1, '2013-04-16 07:20:59', '2013-04-16 07:20:59', '[Client Center]', 'Ingre
sa', '', 'trash', 'open', 'open', '', 'blog', '', '', '2014-03-10 15:21:27', '20
14-03-10 15:21:27', '', 0, 'http://themestrong.com/demo/argo_wp/?page_id=121', 0
, 'page', '', 0),
(129, 1, '2013-04-16 13:50:33', '2013-04-16 13:50:33', '', '6-house-in-athens-by
-314-architecture-studio', '', 'inherit', 'open', 'open', '', '6-house-in-athens
-by-314-architecture-studio', '', '', '2013-04-16 13:50:33', '2013-04-16 13:50:3
3', '', 0, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/6-house-in-at
hens-by-314-architecture-studio.png', 0, 'attachment', 'image/png', 0),
(136, 1, '2013-04-16 18:10:21', '2013-04-16 18:10:21', '<!--more--> Typewriter b
espoke keffiyeh, esse polaroid do tousled. Nostrud nesciunt portland stumptown s
ynth, letterpress skateboard cosby sweater banksy 90''s elit next level. Skatebo
ard twee cillum fap tempor, photo booth marfa bushwick craft beer post-ironic pl
aid you probably haven''t heard of them delectus. Authentic velit nihil brunch t
attooed.\r\n\r\n[blockquote class=""]Typewriter swag jean shorts fixie excepteur
, velit small batch tofu PBR vero pinterest sapiente irure godard. Authentic 3 w
olf moon hashtag, hella pop-up mlkshk direct trade. Change content hereblockquot
e-content[bqauthor]Joe Doe[/bqauthor][/blockquote]\r\n\r\nStreet art farm-to-tab
le Austin iphone. Sapiente adipisicing quinoa semiotics, meggings iphone bespoke
cred anim. Quis mcsweeney''s godard banksy. Et raw denim quinoa esse culpa. Yr
neutra disrupt, aliquip craft beer vice aute accusamus odio tumblr pug synth. De
ep v bushwick post-ironic non. Mixtape typewriter exercitation, ugh aliquip mess
enger bag tonx officia reprehenderit whatever consectetur non shoreditch.\r\n\r\
nEnim pickled semiotics art party viral bespoke. Umami reprehenderit salvia, wol
f pug dolore biodiesel nisi aliquip cupidatat eiusmod. Street art 3 wolf moon se
lfies, eiusmod actually exercitation nostrud sustainable mixtape neutra pinteres
t tonx wes anderson typewriter ennui. Selfies laboris 90''s, mlkshk VHS food tru
ck scenester readymade flannel keffiyeh kogi selvage yr. Forage blog vinyl VHS s
emiotics. Assumenda iphone mustache eu, vinyl proident kogi seitan wolf PBR actu
ally. Keytar +1 thundercats, blue bottle chillwave letterpress pitchfork.\r\n\r\
nIntelligentsia mumblecore mustache mixtape street art, meggings chillwave qui.
Semiotics biodiesel cray, qui nulla ad adipisicing occupy sapiente sustainable f
arm-to-table small batch fashion axe fixie. Beard cosby sweater photo booth, aut
hentic anim VHS stumptown thundercats fanny pack. Williamsburg high life quis te
rry richardson, blue bottle blog tattooed. Truffaut veniam aliquip sint irony.',
'Entrenamiento de Personal', '', 'publish', 'open', 'open', '', 'dreamcatcher-c
upidatat-mcsweeneys-ut-nulla', '', '', '2014-03-06 13:51:29', '2014-03-06 13:51:
29', '', 0, 'http://themestrong.com/demo/argo_wp/?p=136', 0, 'post', '', 1),
(137, 1, '2013-04-16 18:10:14', '2013-04-16 18:10:14', '', '6953270297_8d9647b40
9_o', '', 'inherit', 'open', 'open', '', '6953270297_8d9647b409_o', '', '', '201
3-04-16 18:10:14', '2013-04-16 18:10:14', '', 136, 'http://www.grupo-innova.com/
wp-content/uploads/2013/04/6953270297_8d9647b409_o.png', 0, 'attachment', 'image
/png', 0),
(142, 1, '2013-04-16 18:18:25', '2013-04-16 18:18:25', '<span style="color: #800
000;">OUTSOURCING</span>\r\n<h3>Gestin de Activos y Servicios</h3>\r\nMejore la g
estin de sus recursos. Obtendr un total control de sus costes IT, dispondr siempre
de la tecnologa ms adecuada a su actividad y dispondr de un servicio de calidad gar

antizado. De igual manera, se obtiene una visin experta, actualizada y prctica de


apoyo en la planificacin estratgica de las inversiones.\r\n<ul>\r\n <li>Sopo
rte para la planificacin de inversiones en base al anlisis de las tendencias, evol
ucin y alternativas tecnolgicas.</li>\r\n
<li>Manejo de los servicios contratados,
controlando as de manera ms precisa el verdadero costo de su infraestructura de o
peracin</li>\r\n
<li>Mantenga sus equipos al da y evite gastos imprevistos y urgen
tes provocados por la obsolescencia tecnolgica o la falta de capacitacin de su per
sonal</li>\r\n</ul>\r\n<h3>Desarrollo y Optimizacin de Redes de Comunicacin</h3>\r
\nLa gestin de red de comunicaciones es un elemento crtico en las operaciones de l
as compaas. Los servicios del outsourcing de Grupo Innova consisten en la gestin y
operacin de su red de voz y datos, incluyendo la infraestructura asociada.\r\n<ul
>\r\n <li>Manejo integral de redes LAN, WAN e Internet: configuracin, deteccin y
resolucin de problemas</li>\r\n
<li>Gestin de seguridad: deteccin de intrusiones,
firewall, accesos VPN</li>\r\n</ul>', 'Outsourcing', '', 'publish', 'open', 'ope
n', '', 'seitan-bespoke-occupy-craft', '', '', '2014-02-18 19:46:00', '2014-02-1
8 19:46:00', '', 0, 'http://themestrong.com/demo/argo_wp/?p=142', 0, 'post', '',
0),
(143, 1, '2013-04-16 18:17:47', '2013-04-16 18:17:47', '', 'bobby-nguyen-elle-vi
etnam-06', '', 'inherit', 'open', 'open', '', 'bobby-nguyen-elle-vietnam-06', ''
, '', '2013-04-16 18:17:47', '2013-04-16 18:17:47', '', 142, 'http://www.grupo-i
nnova.com/wp-content/uploads/2013/04/bobby-nguyen-elle-vietnam-06.png', 0, 'atta
chment', 'image/png', 0),
(151, 1, '2013-04-16 18:25:02', '2013-04-16 18:25:02', '<h3><span style="color:
#800000;">PLANES DE MANTENIMIENTO</span></h3>\r\n<h3>-Soporte Presencial y Remot
o</h3>\r\nAsesoramiento tcnico, consultas, soporte para la resolucin de peticiones
, lo cual, permite la mejora de calidad de servicio a la vez que facilita una co
bertura completa del mismo.\r\n<ul>\r\n <li>Recepcin y registro de peticiones e i
ncidencias</li>\r\n
<li>Seguimiento integral de acciones</li>\r\n <li>Anlis
is y resolucin de problemas</li>\r\n <li>Actitud proactiva hacia la prevencin<
/li>\r\n</ul>\r\n.', 'Planes de Mantenimiento', '', 'publish', 'open', 'open', '
', 'marfa-scenester-ennui', '', '', '2014-02-18 19:42:55', '2014-02-18 19:42:55'
, '', 0, 'http://themestrong.com/demo/argo_wp/?p=151', 0, 'post', '', 0),
(152, 1, '2013-04-16 18:24:28', '2013-04-16 18:24:28', '', 'facilites-kh_1341346
052', '', 'inherit', 'open', 'open', '', 'facilites-kh_1341346052', '', '', '201
3-04-16 18:24:28', '2013-04-16 18:24:28', '', 151, 'http://www.grupo-innova.com/
wp-content/uploads/2013/04/facilites-kh_1341346052.png', 0, 'attachment', 'image
/png', 0),
(153, 1, '2013-04-16 18:24:44', '2013-04-16 18:24:44', '', 'facilites-kh_1341346
052', '', 'inherit', 'open', 'open', '', 'facilites-kh_1341346052-2', '', '', '2
013-04-16 18:24:44', '2013-04-16 18:24:44', '', 151, 'http://www.grupo-innova.co
m/wp-content/uploads/2013/04/facilites-kh_13413460521.png', 0, 'attachment', 'im
age/png', 0),
(159, 1, '2013-04-16 18:27:27', '2013-04-16 18:27:27', '', 'iStock_000004532828M
edium', '', 'inherit', 'open', 'open', '', 'istock_000004532828medium', '', '',
'2013-04-16 18:27:27', '2013-04-16 18:27:27', '', 0, 'http://www.grupo-innova.co
m/wp-content/uploads/2013/04/iStock_000004532828Medium.png', 0, 'attachment', 'i
mage/png', 0),
(168, 1, '2013-04-17 01:00:27', '2013-04-17 01:00:27', '<span style="color: #800
000;">RESPALDO Y RECUPERACIN EN CASOS DE DESASTRES</span>\r\n\r\n-Programacin para
respaldos automticos de informacin, alquiler de espacio externo para depsito de da
tos, servicio de respaldo de informacin en la nube para evitar prdidas de document
os.\r\n\r\n- Bases de datos (SQL, Access y MySQL) y programas instalados como lo
son sistemas administrativos y control de asistencia\r\n\r\n- Imagen del Sistema
: creacin de imagen completa del servidor o equipos, actualizada de acuerdo a las
necesidades del cliente. De esta manera se cuenta con una herramienta que permi
te la puesta en funcionamiento de los sistemas respaldados de manera rpida y segu
ra.', 'Respaldo y recuperacin en casos de desastres', '', 'publish', 'open', 'ope
n', '', 'irure-irony-sapiente', '', '', '2014-02-18 19:35:48', '2014-02-18 19:35
:48', '', 0, 'http://themestrong.com/demo/argo_wp/?p=168', 0, 'post', '', 0),
(169, 1, '2013-04-17 00:59:15', '2013-04-17 00:59:15', '', 'iStock_000004532828M

edium', '', 'inherit', 'open', 'open', '', 'istock_000004532828medium-2', '', ''


, '2013-04-17 00:59:15', '2013-04-17 00:59:15', '', 168, 'http://www.grupo-innov
a.com/wp-content/uploads/2013/04/iStock_000004532828Medium1.png', 0, 'attachment
', 'image/png', 0),
(170, 1, '2013-04-17 00:59:26', '2013-04-17 00:59:26', '', '6-house-in-athens-by
-314-architecture-studio', '', 'inherit', 'open', 'open', '', '6-house-in-athens
-by-314-architecture-studio-2', '', '', '2013-04-17 00:59:26', '2013-04-17 00:59
:26', '', 168, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/6-house-i
n-athens-by-314-architecture-studio1.png', 0, 'attachment', 'image/png', 0),
(171, 1, '2013-04-17 00:59:28', '2013-04-17 00:59:28', '', '6953270297_8d9647b40
9_o', '', 'inherit', 'open', 'open', '', '6953270297_8d9647b409_o-2', '', '', '2
013-04-17 00:59:28', '2013-04-17 00:59:28', '', 168, 'http://www.grupo-innova.co
m/wp-content/uploads/2013/04/6953270297_8d9647b409_o1.png', 0, 'attachment', 'im
age/png', 0),
(172, 1, '2013-04-17 00:59:30', '2013-04-17 00:59:30', '', 'bobby-nguyen-elle-vi
etnam-06', '', 'inherit', 'open', 'open', '', 'bobby-nguyen-elle-vietnam-06-2',
'', '', '2013-04-17 00:59:30', '2013-04-17 00:59:30', '', 168, 'http://www.grupo
-innova.com/wp-content/uploads/2013/04/bobby-nguyen-elle-vietnam-061.png', 0, 'a
ttachment', 'image/png', 0),
(173, 1, '2013-04-17 00:59:32', '2013-04-17 00:59:32', '', 'facilites-kh_1341346
052', '', 'inherit', 'open', 'open', '', 'facilites-kh_1341346052-3', '', '', '2
013-04-17 00:59:32', '2013-04-17 00:59:32', '', 168, 'http://www.grupo-innova.co
m/wp-content/uploads/2013/04/facilites-kh_13413460522.png', 0, 'attachment', 'im
age/png', 0),
(174, 1, '2013-04-17 00:59:35', '2013-04-17 00:59:35', '', 'iStock_000004532828M
edium', '', 'inherit', 'open', 'open', '', 'istock_000004532828medium-3', '', ''
, '2013-04-17 00:59:35', '2013-04-17 00:59:35', '', 168, 'http://www.grupo-innov
a.com/wp-content/uploads/2013/04/iStock_000004532828Medium2.png', 0, 'attachment
', 'image/png', 0),
(175, 1, '2013-04-17 00:59:37', '2013-04-17 00:59:37', '', 'iStock_000005105610L
arge', '', 'inherit', 'open', 'open', '', 'istock_000005105610large', '', '', '2
013-04-17 00:59:37', '2013-04-17 00:59:37', '', 168, 'http://www.grupo-innova.co
m/wp-content/uploads/2013/04/iStock_000005105610Large.png', 0, 'attachment', 'im
age/png', 0),
(176, 1, '2013-04-17 00:59:38', '2013-04-17 00:59:38', '', 'iStock_Hands-in-midd
le-business-team-Medium', '', 'inherit', 'open', 'open', '', 'istock_hands-in-mi
ddle-business-team-medium', '', '', '2013-04-17 00:59:38', '2013-04-17 00:59:38'
, '', 168, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/iStock_Handsin-middle-business-team-Medium.png', 0, 'attachment', 'image/png', 0),
(180, 1, '2013-04-17 01:03:27', '2013-04-17 01:03:27', '<span style="color: #800
000;">-SERVIDORES Y ESTACIONES DE TRABAJO, CABLEADO ESTRUCTURADOS, REDES INALMBRI
CAS Y VIRTUALES</span>\r\n\r\n<span style="color: #800000;"><strong>CABLEADO ESTRUC
TURADO</strong></span>\r\n\r\n-<strong>Normalizacin de redes: verificacin de cumpl
imiento de estndares (ANSI, TIA, EIA, IEEE e ISO)</strong>\r\n\r\n<strong>-Calida
d de Servicio (QoS) </strong>\r\n\r\n<strong></strong>La calidad de servicio se b
asa en el rendimiento promedio de una red de voz o datos, particularmente desde
el punto de vista de los usuarios. Para cuantitativamente medir la calidad de se
rvicio son considerados varios aspectos del servicio de red, tales como: disponi
bilidad, tasas de errores, ancho de banda, estabilidad, retraso en la transmisin,
entre otros.\r\n\r\n<span style="color: #800000;"><strong>REDES INALMBRICAS Y VI
RTUALES</strong></span>\r\n\r\n<strong>-Survey de zonas WiFi </strong>\r\n\r\n<st
rong></strong>Estudios avanzados a travs de herramientas especializadas que garan
tizan el diseo de redes inalmbricas de alta fidelidad, tomando en cuenta factores
como: cantidad de quipos a conectar, ancho de banda, distribucin y patrones de ra
diacin de las antenas a emplear, entre otros.\r\n\r\n<strong>-Programacin de equip
os, Routing y Switcing</strong>\r\n\r\nLos routers y switches son los pilares de
toda comunicacin empresarial, desde datos hasta voz y vdeo, incluyendo acceso ina
lmbrico. Pueden mejorar la base de la empresa, permitiendo aumentar la productivi
dad de la empresa, recortar costes y mejorar la seguridad y el servicio al clien
te.\r\n\r\n<span style="color: #800000;"><strong>SERVIDORES Y ESTACIONS DE TRABA

JO</strong></span>\r\n\r\nMonitoreo y control de recursos del servidor y estacio


nes de trabajo.Ofrecemos el servicio de instalacin y configuracin de servidores, co
locando a su disposicin conocimientos de programacin avanzada, incluyendo aspectos
como: Dominio (DNS), DHCP, Proxy, ISS, directivas de grupo y aspectos relaciona
dos.', 'CONSULTORA Y OPTIMIZACIN', '', 'publish', 'open', 'open', '', 'intelligent
sia-godard-brooklyn', '', '', '2014-02-18 19:23:29', '2014-02-18 19:23:29', '',
0, 'http://themestrong.com/demo/argo_wp/?p=180', 0, 'post', '', 0),
(208, 1, '2013-04-17 07:27:43', '2013-04-17 07:27:43', '', 'minimalist', '', 'in
herit', 'open', 'open', '', 'minimalist', '', '', '2013-04-17 07:27:43', '2013-0
4-17 07:27:43', '', 121, 'http://www.grupo-innova.com/wp-content/uploads/2013/04
/minimalist.jpg', 0, 'attachment', 'image/jpeg', 0),
(213, 1, '2013-04-17 10:59:33', '2013-04-17 10:59:33', '&nbsp;\r\n<div>\r\n<h3>I
nformacion de Contacto</h3>\r\n<ul>\r\n <li>Direccin: Av. Don Julio Centeno, C.C.
Plaza Esmeralda #20, San Diego, Carabobo.</li>\r\n
<li>Telfono: 0414.4425144
/ 4297117/ 4607888</li>\r\n
<li>E-mail: [email protected]</li>\r\n<
/ul>\r\n[contact-form-7 id="494" title="Formulario de contacto 1"]\r\n\r\n&nbsp;
\r\n\r\n</div>', 'Contacto', '', 'publish', 'open', 'open', '', 'contact', '', '
', '2014-03-11 16:06:04', '2014-03-11 16:06:04', '', 0, 'http://themestrong.com/
demo/argo_wp/?page_id=213', 0, 'page', '', 0),
(227, 1, '2013-04-18 14:05:09', '2013-04-18 14:05:09', '', 'blog1', '', 'inherit
', 'open', 'open', '', 'blog1', '', '', '2013-04-18 14:05:09', '2013-04-18 14:05
:09', '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/blog1.png
', 0, 'attachment', 'image/png', 0),
(228, 1, '2013-04-18 14:05:46', '2013-04-18 14:05:46', '', 'pf16', '', 'inherit'
, 'open', 'open', '', 'pf16', '', '', '2013-04-18 14:05:46', '2013-04-18 14:05:4
6', '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf16.png',
0, 'attachment', 'image/png', 0),
(229, 1, '2013-04-18 14:31:37', '2013-04-18 14:31:37', '', 'pf12', '', 'inherit'
, 'open', 'open', '', 'pf12', '', '', '2013-04-18 14:31:37', '2013-04-18 14:31:3
7', '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf12.png',
0, 'attachment', 'image/png', 0),
(230, 1, '2013-04-18 14:31:38', '2013-04-18 14:31:38', '', 'pf11', '', 'inherit'
, 'open', 'open', '', 'pf11', '', '', '2013-04-18 14:31:38', '2013-04-18 14:31:3
8', '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf11.png',
0, 'attachment', 'image/png', 0),
(231, 1, '2013-04-18 14:31:38', '2013-04-18 14:31:38', '', 'pf10', '', 'inherit'
, 'open', 'open', '', 'pf10', '', '', '2013-04-18 14:31:38', '2013-04-18 14:31:3
8', '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf10.png',
0, 'attachment', 'image/png', 0),
(232, 1, '2013-04-18 14:31:39', '2013-04-18 14:31:39', '', 'pf9', '', 'inherit',
'open', 'open', '', 'pf9', '', '', '2013-04-18 14:31:39', '2013-04-18 14:31:39'
, '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf9.png', 0,
'attachment', 'image/png', 0),
(233, 1, '2013-04-18 14:31:40', '2013-04-18 14:31:40', '', 'pf8', '', 'inherit',
'open', 'open', '', 'pf8', '', '', '2013-04-18 14:31:40', '2013-04-18 14:31:40'
, '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf8.png', 0,
'attachment', 'image/png', 0),
(234, 1, '2013-04-18 14:31:41', '2013-04-18 14:31:41', '', 'pf7', '', 'inherit',
'open', 'open', '', 'pf7', '', '', '2013-04-18 14:31:41', '2013-04-18 14:31:41'
, '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf7.png', 0,
'attachment', 'image/png', 0),
(235, 1, '2013-04-18 14:31:41', '2013-04-18 14:31:41', '', 'pf6', '', 'inherit',
'open', 'open', '', 'pf6', '', '', '2013-04-18 14:31:41', '2013-04-18 14:31:41'
, '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf6.png', 0,
'attachment', 'image/png', 0),
(236, 1, '2013-04-18 14:31:42', '2013-04-18 14:31:42', '', 'pf5', '', 'inherit',
'open', 'open', '', 'pf5', '', '', '2013-04-18 14:31:42', '2013-04-18 14:31:42'
, '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf5.png', 0,
'attachment', 'image/png', 0),
(237, 1, '2013-04-18 14:31:43', '2013-04-18 14:31:43', '', 'pf4', '', 'inherit',

'open', 'open', '', 'pf4', '', '', '2013-04-18 14:31:43', '2013-04-18 14:31:43'
, '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf4.png', 0,
'attachment', 'image/png', 0),
(238, 1, '2013-04-18 14:31:44', '2013-04-18 14:31:44', '', 'pf3', '', 'inherit',
'open', 'open', '', 'pf3', '', '', '2013-04-18 14:31:44', '2013-04-18 14:31:44'
, '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf3.png', 0,
'attachment', 'image/png', 0),
(239, 1, '2013-04-12 18:50:56', '2013-04-12 18:50:56', '', 'Media', '', 'private
', 'closed', 'closed', '', 'media-2', '', '', '2013-04-12 18:50:56', '2013-04-12
18:50:56', '', 0, 'http://themestrong.com/demo/argo_wp/?option-tree=media', 0,
'option-tree', '', 0),
(240, 1, '2013-04-18 14:31:44', '2013-04-18 14:31:44', '', 'pf2', '', 'inherit',
'open', 'open', '', 'pf2', '', '', '2013-04-18 14:31:44', '2013-04-18 14:31:44'
, '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf2.png', 0,
'attachment', 'image/png', 0),
(241, 1, '2013-04-18 14:31:45', '2013-04-18 14:31:45', '', 'pf1', '', 'inherit',
'open', 'open', '', 'pf1', '', '', '2013-04-18 14:31:45', '2013-04-18 14:31:45'
, '', 239, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/pf1.png', 0,
'attachment', 'image/png', 0),
(251, 1, '2013-04-21 13:44:01', '2013-04-21 13:44:01', '', 'slide1_1', '', 'inhe
rit', 'open', 'open', '', 'slide1_1', '', '', '2013-04-21 13:44:01', '2013-04-21
13:44:01', '', 0, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/slide
1_1.png', 0, 'attachment', 'image/png', 0),
(252, 1, '2013-04-21 13:44:09', '2013-04-21 13:44:09', '', 'slide3_2', '', 'inhe
rit', 'open', 'open', '', 'slide3_2', '', '', '2013-04-21 13:44:09', '2013-04-21
13:44:09', '', 0, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/slide
3_2.png', 0, 'attachment', 'image/png', 0),
(253, 1, '2013-04-21 13:44:10', '2013-04-21 13:44:10', '', 'slide3_1', '', 'inhe
rit', 'open', 'open', '', 'slide3_1', '', '', '2013-04-21 13:44:10', '2013-04-21
13:44:10', '', 0, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/slide
3_1.png', 0, 'attachment', 'image/png', 0),
(254, 1, '2013-04-21 13:44:11', '2013-04-21 13:44:11', '', 'slide2_3', '', 'inhe
rit', 'open', 'open', '', 'slide2_3', '', '', '2013-04-21 13:44:11', '2013-04-21
13:44:11', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/slide
2_3.png', 0, 'attachment', 'image/png', 0),
(255, 1, '2013-04-21 13:44:12', '2013-04-21 13:44:12', '', 'slide2_2', '', 'inhe
rit', 'open', 'open', '', 'slide2_2', '', '', '2013-04-21 13:44:12', '2013-04-21
13:44:12', '', 0, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/slide
2_2.png', 0, 'attachment', 'image/png', 0),
(256, 1, '2013-04-21 13:44:13', '2013-04-21 13:44:13', '', 'slide2_1', '', 'inhe
rit', 'open', 'open', '', 'slide2_1', '', '', '2013-04-21 13:44:13', '2013-04-21
13:44:13', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/slide
2_1.png', 0, 'attachment', 'image/png', 0),
(257, 1, '2013-04-21 13:44:13', '2013-04-21 13:44:13', '', 'slide1_2', '', 'inhe
rit', 'open', 'open', '', 'slide1_2', '', '', '2013-04-21 13:44:13', '2013-04-21
13:44:13', '', 0, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/slide
1_2.png', 0, 'attachment', 'image/png', 0),
(258, 1, '2013-04-21 13:44:14', '2013-04-21 13:44:14', '', 'slide1_3', '', 'inhe
rit', 'open', 'open', '', 'slide1_3', '', '', '2013-04-21 13:44:14', '2013-04-21
13:44:14', '', 0, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/slide
1_3.png', 0, 'attachment', 'image/png', 0),
(259, 1, '2013-04-21 13:47:16', '2013-04-21 13:47:16', '', 'header-bg', '', 'inh
erit', 'open', 'open', '', 'header-bg', '', '', '2013-04-21 13:47:16', '2013-0421 13:47:16', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/hea
der-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(287, 1, '2013-04-22 13:51:02', '2013-04-22 13:51:02', '[portfolio]', 'Servicios
', '', 'publish', 'open', 'open', '', 'portfolio', '', '', '2014-03-11 15:06:50'
, '2014-03-11 15:06:50', '', 0, 'http://themestrong.com/demo/argo_wp/?page_id=28
7', 0, 'page', '', 0),
(291, 1, '2014-02-17 12:30:08', '2014-02-17 12:30:08', '[row class="row-fluid"]<

br class="nc" />[col class="span6"]\n\n<strong>QUIENES SOMOS?</strong>\n<p style=


"text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, consult
ora y ejecucin de proyectos</b> en las reas de tecnologa de la informacin y comunicac
in (TICs) y sistemas de seguridad. Se encuentra constituida por profesionales <b>
ingenieros de telecomunicaciones,</b> altamente calificados y enfocados en brinda
r las mejores soluciones<b> </b>a los problemas o carencias de nuestros clientes
, las cuales, afecten de manera negativa el funcionamiento y rendimiento de sus o
peraciones.</p>\n<p style="text-align: justify;">Nuestro enfoque actual es conso
lidarnos como la empresa de <b>soluciones integrales</b>, en las reas de tecnologa
de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y
de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\n<p style="
text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\n\n<h3>Our
skill</h3>\n[progress value=80 text=''Infraestructura y Conectividad''][progress
value=90 text=''\n\nConsultora y Optimizacin\n\n''][progress value=60 text=''Cons
truction''][progress value=70 text=''Building design'']\n\n[/col]<br class="nc"
/>[/row]\n<h3>our team member</h3>\n[team]', 'NOSOTROS', '', 'inherit', 'open',
'open', '', '83-autosave-v1', '', '', '2014-02-17 12:30:08', '2014-02-17 12:30:0
8', '', 83, 'http://www.grupo-innova.com/?p=291', 0, 'revision', '', 0),
(292, 1, '2014-02-13 17:01:16', '2014-02-13 17:01:16', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\nInnova es una empresa dedicada al <b>
outsourcing, consultora y ejecucin de proyectos</b> en las reas de tecnologa de la i
nformacin y comunicacin (TICs) y sistemas de seguridad. Se encuentra constituida p
or profesionales <b>ingenieros de telecomunicaciones,</b> altamente calificados y
enfocados en brindar las mejores soluciones<b> </b>a los problemas o carencias
de nuestros clientes, las cuales, afecten de manera negativa el funcionamiento y
rendimiento de sus operaciones.\r\n\r\nNuestro enfoque actual es consolidarnos c
omo la empresa de <b>soluciones integrales</b>, en las reas de tecnologa de la inf
ormacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y de esta m
anera lograr <b>la confianza de nuestros clientes.</b>\r\n\r\n[/col]<br class="n
c" />[col class="span6"]\r\n<h3>Our skill</h3>\r\n[progress value=80 text=''Furn
iture design''][progress value=90 text=''Advice''][progress value=60 text=''Cons
truction''][progress value=70 text=''Building design'']\r\n\r\n[/col]<br class="
nc" />[/row]\r\n<h3>our team member</h3>\r\n[team]', 'NOSOTROS', '', 'inherit',
'open', 'open', '', '83-revision-v1', '', '', '2014-02-13 17:01:16', '2014-02-13
17:01:16', '', 83, 'http://www.grupo-innova.com/?p=292', 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`, `po
st_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`,
`post_type`, `post_mime_type`, `comment_count`) VALUES
(293, 1, '2014-02-13 17:06:38', '2014-02-13 17:06:38', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\nQUIENES SOMOS?\r\n\r\nInnova es una em
presa dedicada al <b>outsourcing, consultora y ejecucin de proyectos</b> en las rea
s de tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad. Se en
cuentra constituida por profesionales <b>ingenieros de telecomunicaciones,</b> a
ltamente calificados y enfocados en brindar las mejores soluciones<b> </b>a los p
roblemas o carencias de nuestros clientes, las cuales, afecten de manera negativ
a el funcionamiento y rendimiento de sus operaciones.\r\n\r\nNuestro enfoque actu
al es consolidarnos como la empresa de <b>soluciones integrales</b>, en las reas
de tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejo
r desempeo y de esta manera lograr <b>la confianza de nuestros clientes.</b>\r\n\
r\n[/col]<br class="nc" />[col class="span6"]\r\n<h3>Our skill</h3>\r\n[progress
value=80 text=''Furniture design''][progress value=90 text=''Advice''][progress
value=60 text=''Construction''][progress value=70 text=''Building design'']\r\n
\r\n[/col]<br class="nc" />[/row]\r\n<h3>our team member</h3>\r\n[team]', 'NOSOT
ROS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '', '', '2014-02-13 1
7:06:38', '2014-02-13 17:06:38', '', 83, 'http://www.grupo-innova.com/?p=293', 0
, 'revision', '', 0),
(294, 1, '2014-02-13 17:19:18', '2014-02-13 17:19:18', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n<strong>QUIENES SOMOS?</strong>\r\n\r\

nInnova es una empresa dedicada al <b>outsourcing, consultora y ejecucin de proyec


tos</b> en las reas de tecnologa de la informacin y comunicacin (TICs) y sistemas de
seguridad. Se encuentra constituida por profesionales <b>ingenieros de telecomu
nicaciones,</b> altamente calificados y enfocados en brindar las mejores solucion
es<b> </b>a los problemas o carencias de nuestros clientes, las cuales, afecten
de manera negativa el funcionamiento y rendimiento de sus operaciones.\r\n\r\nNue
stro enfoque actual es consolidarnos como la empresa de <b>soluciones integrales
</b>, en las reas de tecnologa de la informacin y comunicacin (TICs) y sistemas de s
eguridad, de mejor desempeo y de esta manera lograr <b>la confianza de nuestros c
lientes.</b>\r\n\r\n[/col]<br class="nc" />[col class="span6"]\r\n<h3>Our skill<
/h3>\r\n[progress value=80 text=''Furniture design''][progress value=90 text=''A
dvice''][progress value=60 text=''Construction''][progress value=70 text=''Build
ing design'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>our team member</h3>\r
\n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '',
'', '2014-02-13 17:19:18', '2014-02-13 17:19:18', '', 83, 'http://www.grupo-inno
va.com/?p=294', 0, 'revision', '', 0),
(295, 1, '2014-02-13 17:19:31', '2014-02-13 17:19:31', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n<strong>QUIENES SOMOS?</strong>\r\n<p
style="text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, c
onsultora y ejecucin de proyectos</b> en las reas de tecnologa de la informacin y com
unicacin (TICs) y sistemas de seguridad. Se encuentra constituida por profesional
es <b>ingenieros de telecomunicaciones,</b> altamente calificados y enfocados en
brindar las mejores soluciones<b> </b>a los problemas o carencias de nuestros cl
ientes, las cuales, afecten de manera negativa el funcionamiento y rendimiento de
sus operaciones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual
es consolidarnos como la empresa de <b>soluciones integrales</b>, en las reas de
tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor d
esempeo y de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n
<p style="text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r
\n\r\n<h3>Our skill</h3>\r\n[progress value=80 text=''Furniture design''][progre
ss value=90 text=''Advice''][progress value=60 text=''Construction''][progress v
alue=70 text=''Building design'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>ou
r team member</h3>\r\n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '8
3-revision-v1', '', '', '2014-02-13 17:19:31', '2014-02-13 17:19:31', '', 83, 'h
ttp://www.grupo-innova.com/?p=295', 0, 'revision', '', 0),
(296, 1, '2014-02-17 12:30:46', '2014-02-17 12:30:46', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n<strong>QUIENES SOMOS?</strong>\r\n<p
style="text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, c
onsultora y ejecucin de proyectos</b> en las reas de tecnologa de la informacin y com
unicacin (TICs) y sistemas de seguridad. Se encuentra constituida por profesional
es <b>ingenieros de telecomunicaciones,</b> altamente calificados y enfocados en
brindar las mejores soluciones<b> </b>a los problemas o carencias de nuestros cl
ientes, las cuales, afecten de manera negativa el funcionamiento y rendimiento de
sus operaciones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual
es consolidarnos como la empresa de <b>soluciones integrales</b>, en las reas de
tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor d
esempeo y de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n
<p style="text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r
\n\r\n<h3>Our skill</h3>\r\n[progress value=80 text=''Infraestructura y Conectiv
idad''][progress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progr
ess value=60 text=''\r\n\r\nPlanes de Mantenimiento y Outsourcing\r\n\r\n''][pro
gress value=70 text=''Building design'']\r\n\r\n[/col]<br class="nc" />[/row]\r\
n<h3>our team member</h3>\r\n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open',
'', '83-revision-v1', '', '', '2014-02-17 12:30:46', '2014-02-17 12:30:46', '',
83, 'http://www.grupo-innova.com/?p=296', 0, 'revision', '', 0),
(297, 1, '2014-02-17 12:31:17', '2014-02-17 12:31:17', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n<strong>QUIENES SOMOS?</strong>\r\n<p
style="text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, c
onsultora y ejecucin de proyectos</b> en las reas de tecnologa de la informacin y com
unicacin (TICs) y sistemas de seguridad. Se encuentra constituida por profesional

es <b>ingenieros de telecomunicaciones,</b> altamente calificados y enfocados en


brindar las mejores soluciones<b> </b>a los problemas o carencias de nuestros cl
ientes, las cuales, afecten de manera negativa el funcionamiento y rendimiento de
sus operaciones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual
es consolidarnos como la empresa de <b>soluciones integrales</b>, en las reas de
tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor
esempeo y de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n
<p style="text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r
\n\r\n<h3>Our skill</h3>\r\n[progress value=80 text=''Infraestructura y Conectiv
idad''][progress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progr
ess value=60 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=70
text=''Outsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>our team memb
er</h3>\r\n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revisionv1', '', '', '2014-02-17 12:31:17', '2014-02-17 12:31:17', '', 83, 'http://www.g
rupo-innova.com/?p=297', 0, 'revision', '', 0),
(298, 1, '2014-02-17 12:32:07', '2014-02-17 12:32:07', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n<strong>QUIENES SOMOS?</strong>\r\n<p
style="text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, c
onsultora y ejecucin de proyectos</b> en las reas de tecnologa de la informacin
unicacin (TICs) y sistemas de seguridad. Se encuentra constituida por profesional
es <b>ingenieros de telecomunicaciones,</b> altamente calificados y enfocados en
brindar las mejores soluciones<b> </b>a los problemas o carencias de nuestros cl
ientes, las cuales, afecten de manera negativa el funcionamiento y rendimiento de
sus operaciones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual
es consolidarnos como la empresa de <b>soluciones integrales</b>, en las reas de
tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor
esempeo y de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n
<p style="text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r
\n\r\n<h3>Our skill</h3>\r\n[progress value=80 text=''Infraestructura y Conectiv
idad''][progress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progr
ess value=85 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=98
text=''Outsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>our team memb
er</h3>\r\n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revisionv1', '', '', '2014-02-17 12:32:07', '2014-02-17 12:32:07', '', 83, 'http://www.g
rupo-innova.com/?p=298', 0, 'revision', '', 0),
(299, 1, '2014-02-17 12:32:33', '2014-02-17 12:32:33', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n<strong>QUIENES SOMOS?</strong>\r\n<p
style="text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, c
onsultora y ejecucin de proyectos</b> en las reas de tecnologa de la informacin
unicacin (TICs) y sistemas de seguridad. Se encuentra constituida por profesional
es <b>ingenieros de telecomunicaciones,</b> altamente calificados y enfocados en
brindar las mejores soluciones<b> </b>a los problemas o carencias de nuestros cl
ientes, las cuales, afecten de manera negativa el funcionamiento y rendimiento de
sus operaciones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual
es consolidarnos como la empresa de <b>soluciones integrales</b>, en las reas de
tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor
esempeo y de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n
<p style="text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r
\n\r\n<h3>Our skill</h3>\r\n[progress value=80 text=''Infraestructura y Conectiv
idad''][progress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progr
ess value=98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89
text=''Outsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>our team memb
er</h3>\r\n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revisionv1', '', '', '2014-02-17 12:32:33', '2014-02-17 12:32:33', '', 83, 'http://www.g
rupo-innova.com/?p=299', 0, 'revision', '', 0),
(300, 1, '2014-02-17 12:34:33', '2014-02-17 12:34:33', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n<strong>QUIENES SOMOS?</strong>\r\n<p
style="text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, c
onsultora y ejecucin de proyectos</b> en las reas de tecnologa de la informacin
unicacin (TICs) y sistemas de seguridad. Se encuentra constituida por profesional

y com

y com

y com

es <b>ingenieros de telecomunicaciones,</b> altamente calificados y enfocados en


brindar las mejores soluciones<b> </b>a los problemas o carencias de nuestros cl
ientes, las cuales, afecten de manera negativa el funcionamiento y rendimiento de
sus operaciones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual
es consolidarnos como la empresa de <b>soluciones integrales</b>, en las reas de
tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor d
esempeo y de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n
<p style="text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r
\n\r\n<h3>QUE HACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conect
ividad''][progress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][pro
gress value=98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=
89 text=''Outsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>our team me
mber</h3>\r\n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revisio
n-v1', '', '', '2014-02-17 12:34:33', '2014-02-17 12:34:33', '', 83, 'http://www
.grupo-innova.com/?p=300', 0, 'revision', '', 0),
(304, 1, '2014-02-17 12:59:07', '2014-02-17 12:59:07', '<<enter caption here>> o
n March 4, 2013 in Hanover, Germany.', 'CeBIT 2013 Technology Trade Fair', '', '
inherit', 'open', 'open', '', 'cebit-2013-technology-trade-fair', '', '', '201402-17 12:59:07', '2014-02-17 12:59:07', '', 104, 'http://www.grupo-innova.com/wp
-content/uploads/2013/04/NETWORK.jpg', 0, 'attachment', 'image/jpeg', 0),
(305, 1, '2014-02-17 15:37:17', '2014-02-17 15:37:17', '', 'Estableciendo', '',
'inherit', 'open', 'open', '', '98-autosave-v1', '', '', '2014-02-17 15:37:17',
'2014-02-17 15:37:17', '', 98, 'http://www.grupo-innova.com/?p=305', 0, 'revisio
n', '', 0),
(306, 1, '2014-02-17 13:54:42', '2014-02-17 13:54:42', '', 'images', '', 'inheri
t', 'open', 'open', '', 'images', '', '', '2014-02-17 13:54:42', '2014-02-17 13:
54:42', '', 100, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/images.
jpg', 0, 'attachment', 'image/jpeg', 0),
(307, 1, '2014-02-17 13:56:30', '2014-02-17 13:56:30', '', 'images', '', 'inheri
t', 'open', 'open', '', 'images-2', '', '', '2014-02-17 13:56:30', '2014-02-17 1
3:56:30', '', 100, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/image
s1.jpg', 0, 'attachment', 'image/jpeg', 0),
(308, 1, '2014-02-17 14:04:59', '2014-02-17 14:04:59', '', '15141_3708', '', 'in
herit', 'open', 'open', '', '15141_3708', '', '', '2014-02-17 14:04:59', '2014-0
2-17 14:04:59', '', 104, 'http://www.grupo-innova.com/wp-content/uploads/2013/04
/15141_3708.jpg', 0, 'attachment', 'image/jpeg', 0),
(309, 1, '2014-02-17 14:12:48', '2014-02-17 14:12:48', '', '15141_3708', '', 'in
herit', 'open', 'open', '', '15141_3708-2', '', '', '2014-02-17 14:12:48', '2014
-02-17 14:12:48', '', 104, 'http://www.grupo-innova.com/wp-content/uploads/2013/
04/15141_37081.jpg', 0, 'attachment', 'image/jpeg', 0),
(310, 1, '2014-02-17 14:13:18', '2014-02-17 14:13:18', '', '509ba35a66db9-Mainte
nance2', '', 'inherit', 'open', 'open', '', '509ba35a66db9-maintenance2', '', ''
, '2014-02-17 14:13:18', '2014-02-17 14:13:18', '', 100, 'http://www.grupo-innov
a.com/wp-content/uploads/2013/04/509ba35a66db9-Maintenance2.jpg', 0, 'attachment
', 'image/jpeg', 0),
(311, 1, '2014-02-17 14:16:18', '2014-02-17 14:16:18', '', '507d8420c1df6-Mainte
nance', '', 'inherit', 'open', 'open', '', '507d8420c1df6-maintenance', '', '',
'2014-02-17 14:16:18', '2014-02-17 14:16:18', '', 98, 'http://www.grupo-innova.c
om/wp-content/uploads/2013/04/507d8420c1df6-Maintenance.jpg', 0, 'attachment', '
image/jpeg', 0),
(312, 1, '2014-02-17 14:22:08', '2014-02-17 14:22:08', '', 'images', '', 'inheri
t', 'open', 'open', '', 'images-3', '', '', '2014-02-17 14:22:08', '2014-02-17 1
4:22:08', '', 102, 'http://www.grupo-innova.com/wp-content/uploads/2013/03/image
s.jpg', 0, 'attachment', 'image/jpeg', 0),
(313, 1, '2014-02-17 15:53:44', '2014-02-17 15:53:44', '', 'simplificando', '',
'inherit', 'open', 'open', '', '102-autosave-v1', '', '', '2014-02-17 15:53:44',
'2014-02-17 15:53:44', '', 102, 'http://www.grupo-innova.com/?p=313', 0, 'revis
ion', '', 0),
(314, 1, '2014-02-17 14:25:10', '2014-02-17 14:25:10', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n<strong>QUIENES SOMOS?</strong>\r\n<p

style="text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, c


onsultora y ejecucin de proyectos</b> en las reas de tecnologa de la informacin
unicacin (TICs) y sistemas de seguridad. Se encuentra constituida por profesional
es <b>ingenieros de telecomunicaciones,</b> altamente calificados y enfocados en
brindar las mejores soluciones<b> </b>a los problemas o carencias de nuestros cl
ientes, las cuales, afecten de manera negativa el funcionamiento y rendimiento de
sus operaciones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual
es consolidarnos como la empresa de <b>soluciones integrales</b>, en las reas de
tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor
esempeo y de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n
<p style="text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r
\n\r\n<h3>QUE HACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conect
ividad''][progress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][pro
gress value=98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=
89 text=''Outsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>servicios</
h3>\r\n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revision-v1',
'', '', '2014-02-17 14:25:10', '2014-02-17 14:25:10', '', 83, 'http://www.grupo
-innova.com/?p=314', 0, 'revision', '', 0),
(315, 1, '2014-02-17 14:25:41', '2014-02-17 14:25:41', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n<strong>QUIENES SOMOS?</strong>\r\n<p
style="text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, c
onsultora y ejecucin de proyectos</b> en las reas de tecnologa de la informacin
unicacin (TICs) y sistemas de seguridad. Se encuentra constituida por profesional
es <b>ingenieros de telecomunicaciones,</b> altamente calificados y enfocados en
brindar las mejores soluciones<b> </b>a los problemas o carencias de nuestros cl
ientes, las cuales, afecten de manera negativa el funcionamiento y rendimiento de
sus operaciones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual
es consolidarnos como la empresa de <b>soluciones integrales</b>, en las reas de
tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor
esempeo y de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n
<p style="text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r
\n\r\n<h3>QUE HACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conect
ividad''][progress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][pro
gress value=98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=
89 text=''Outsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>que ofrecemo
s?</h3>\r\n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revisionv1', '', '', '2014-02-17 14:25:41', '2014-02-17 14:25:41', '', 83, 'http://www.g
rupo-innova.com/?p=315', 0, 'revision', '', 0),
(316, 1, '2014-02-17 14:26:48', '2014-02-17 14:26:48', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n<strong>QUIENES SOMOS?</strong>\r\n<p
style="text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, c
onsultora y ejecucin de proyectos</b> en las reas de tecnologa de la informacin
unicacin (TICs) y sistemas de seguridad. Se encuentra constituida por profesional
es <b>ingenieros de telecomunicaciones,</b> altamente calificados y enfocados en
brindar las mejores soluciones<b> </b>a los problemas o carencias de nuestros cl
ientes, las cuales, afecten de manera negativa el funcionamiento y rendimiento de
sus operaciones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual
es consolidarnos como la empresa de <b>soluciones integrales</b>, en las reas de
tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor
esempeo y de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n
<p style="text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r
\n\r\n<h3></h3>\r\n[progress value=80 text=''Infraestructura y Conectividad''][p
rogress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progress value
=98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89 text=''O
utsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>que ofrecemos?</h3>\r\n
[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '', ''
, '2014-02-17 14:26:48', '2014-02-17 14:26:48', '', 83, 'http://www.grupo-innova
.com/?p=316', 0, 'revision', '', 0),
(317, 1, '2014-02-17 14:28:13', '2014-02-17 14:28:13', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n</h3>QUIENES SOMOS?</h3>\r\n<p style="

y com

y com

y com

text-align: justify;">Innova es una empresa dedicada al <b>outsourcing, consulto


ra y ejecucin de proyectos</b> en las reas de tecnologa de la informacin y comunicacin
(TICs) y sistemas de seguridad. Se encuentra constituida por profesionales <b>i
ngenieros de telecomunicaciones,</b> altamente calificados y enfocados en brindar
las mejores soluciones<b> </b>a los problemas o carencias de nuestros clientes,
las cuales, afecten de manera negativa el funcionamiento y rendimiento de sus op
eraciones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual es cons
olidarnos como la empresa de <b>soluciones integrales</b>, en las reas de tecnolo
ga de la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo
y de esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n<p styl
e="text-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r\n\r\n<
h3></h3>\r\n[progress value=80 text=''Infraestructura y Conectividad''][progress
value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progress value=98 tex
t=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89 text=''Outsourc
ing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>que ofrecemos?</h3>\r\n[team]'
, 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '', '', '2014
-02-17 14:28:13', '2014-02-17 14:28:13', '', 83, 'http://www.grupo-innova.com/?p
=317', 0, 'revision', '', 0),
(318, 1, '2014-02-17 14:29:05', '2014-02-17 14:29:05', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n\r\n[/col]<br class="nc" />[/row]\r\n</h3
>QUIENES SOMOS?</h3>\r\n<p style="text-align: justify;">Innova es una empresa ded
icada al <b>outsourcing, consultora y ejecucin de proyectos</b> en las reas de tecn
ologa de la informacin y comunicacin (TICs) y sistemas de seguridad. Se encuentra c
onstituida por profesionales <b>ingenieros de telecomunicaciones,</b> altamente
calificados y enfocados en brindar las mejores soluciones<b> </b>a los problemas
o carencias de nuestros clientes, las cuales, afecten de manera negativa el func
ionamiento y rendimiento de sus operaciones.</p>\r\n<p style="text-align: justify
;">Nuestro enfoque actual es consolidarnos como la empresa de <b>soluciones inte
grales</b>, en las reas de tecnologa de la informacin y comunicacin (TICs) y sistema
s de seguridad, de mejor desempeo y de esta manera lograr <b>la confianza de nues
tros clientes.</b></p>\r\n<p style="text-align: justify;">[/col]<br class="nc" /
>[col class="span6"]</p>\r\n\r\n<h3></h3>\r\n[progress value=80 text=''Infraestr
uctura y Conectividad''][progress value=90 text=''\r\n\r\nConsultora y Optimizacin
\r\n\r\n''][progress value=98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][
progress value=89 text=''Outsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n
<h3>que ofrecemos?</h3>\r\n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', ''
, '83-revision-v1', '', '', '2014-02-17 14:29:05', '2014-02-17 14:29:05', '', 83
, 'http://www.grupo-innova.com/?p=318', 0, 'revision', '', 0),
(319, 1, '2014-02-17 14:29:57', '2014-02-17 14:29:57', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<h3>QUIENES SOMOS?</h3>\r\n<p style="textalign: justify;">Innova es una empresa dedicada al <b>outsourcing, consultora y e
jecucin de proyectos</b> en las reas de tecnologa de la informacin y comunicacin (TIC
s) y sistemas de seguridad. Se encuentra constituida por profesionales <b>ingeni
eros de telecomunicaciones,</b> altamente calificados y enfocados en brindar las
mejores soluciones<b> </b>a los problemas o carencias de nuestros clientes, las
cuales, afecten de manera negativa el funcionamiento y rendimiento de sus operaci
ones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual es consolida
rnos como la empresa de <b>soluciones integrales</b>, en las reas de tecnologa de
la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y de
esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n<p style="te
xt-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r\n[progress
value=80 text=''Infraestructura y Conectividad''][progress value=90 text=''\r\n\
r\nConsultora y Optimizacin\r\n\r\n''][progress value=98 text=''\r\n\r\nPlanes de
Mantenimiento\r\n\r\n''][progress value=89 text=''Outsourcing'']\r\n\r\n[/col]<b
r class="nc" />[/row]\r\n<h3>que ofrecemos?</h3>\r\n[team]', 'NOSOTROS', '', 'inh
erit', 'open', 'open', '', '83-revision-v1', '', '', '2014-02-17 14:29:57', '201
4-02-17 14:29:57', '', 83, 'http://www.grupo-innova.com/?p=319', 0, 'revision',
'', 0),
(320, 1, '2014-02-17 14:31:22', '2014-02-17 14:31:22', '', 'innova2', '', 'inher
it', 'open', 'open', '', 'innova2', '', '', '2014-02-17 14:31:22', '2014-02-17 1

4:31:22', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/innova2


.jpg', 0, 'attachment', 'image/jpeg', 0),
(321, 1, '2014-02-17 14:33:27', '2014-02-17 14:33:27', '', 'innova2', '', 'inher
it', 'open', 'open', '', 'innova2-2', '', '', '2014-02-17 14:33:27', '2014-02-17
14:33:27', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/innov
a2.png', 0, 'attachment', 'image/png', 0),
(322, 1, '2014-02-17 14:34:07', '2014-02-17 14:34:07', '', 'LogoPNG3', '', 'inhe
rit', 'open', 'open', '', 'logopng3', '', '', '2014-02-17 14:34:07', '2014-02-17
14:34:07', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/LogoP
NG3.png', 0, 'attachment', 'image/png', 0),
(323, 1, '2014-02-17 14:36:15', '2014-02-17 14:36:15', '', 'LogoPNG3', '', 'inhe
rit', 'open', 'open', '', 'logopng3-2', '', '', '2014-02-17 14:36:15', '2014-0217 14:36:15', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/Log
oPNG31.png', 0, 'attachment', 'image/png', 0),
(324, 1, '2014-02-17 14:42:02', '2014-02-17 14:42:02', '', 'LogoPNG4', '', 'inhe
rit', 'open', 'open', '', 'logopng4', '', '', '2014-02-17 14:42:02', '2014-02-17
14:42:02', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/LogoP
NG4.png', 0, 'attachment', 'image/png', 0),
(325, 1, '2014-02-17 14:49:58', '2014-02-17 14:49:58', '', 'LogoPNG5', '', 'inhe
rit', 'open', 'open', '', 'logopng5', '', '', '2014-02-17 14:49:58', '2014-02-17
14:49:58', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/LogoP
NG5.png', 0, 'attachment', 'image/png', 0),
(326, 1, '2014-02-17 14:51:01', '0000-00-00 00:00:00', '', 'Inicio', '', 'draft'
, 'open', 'open', '', '', '', '', '2014-02-17 14:51:01', '0000-00-00 00:00:00',
'', 0, 'http://www.grupo-innova.com/?p=326', 1, 'nav_menu_item', '', 0),
(327, 1, '2014-02-17 14:51:01', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'op
en', 'open', '', '', '', '', '2014-02-17 14:51:01', '0000-00-00 00:00:00', '', 0
, 'http://www.grupo-innova.com/?p=327', 1, 'nav_menu_item', '', 0),
(328, 1, '2014-02-17 14:51:02', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'op
en', 'open', '', '', '', '', '2014-02-17 14:51:02', '0000-00-00 00:00:00', '', 0
, 'http://www.grupo-innova.com/?p=328', 1, 'nav_menu_item', '', 0),
(329, 1, '2014-02-17 14:51:02', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'op
en', 'open', '', '', '', '', '2014-02-17 14:51:02', '0000-00-00 00:00:00', '', 0
, 'http://www.grupo-innova.com/?p=329', 1, 'nav_menu_item', '', 0),
(330, 1, '2014-02-17 14:51:02', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'op
en', 'open', '', '', '', '', '2014-02-17 14:51:02', '0000-00-00 00:00:00', '', 0
, 'http://www.grupo-innova.com/?p=330', 1, 'nav_menu_item', '', 0),
(331, 1, '2014-02-17 14:51:03', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'op
en', 'open', '', '', '', '', '2014-02-17 14:51:03', '0000-00-00 00:00:00', '', 0
, 'http://www.grupo-innova.com/?p=331', 1, 'nav_menu_item', '', 0),
(332, 1, '2014-02-17 15:27:54', '2014-02-17 15:27:54', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<h3>QUIENES SOMOS?</h3>\r\n<p style="textalign: justify;">Innova es una empresa dedicada al <b>outsourcing, consultora y e
jecucin de proyectos</b> en las reas de tecnologa de la informacin y comunicacin (TIC
s) y sistemas de seguridad. Se encuentra constituida por profesionales <b>ingeni
eros de telecomunicaciones,</b> altamente calificados y enfocados en brindar las
mejores soluciones<b> </b>a los problemas o carencias de nuestros clientes, las
cuales, afecten de manera negativa el funcionamiento y rendimiento de sus operaci
ones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual es consolida
rnos como la empresa de <b>soluciones integrales</b>, en las reas de tecnologa de
la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y de
esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n<p style="te
xt-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r\n\r\n<h3>QUE
HACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conectividad''][pr
ogress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progress value=
98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89 text=''Ou
tsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>que ofrecemos?</h3>\r\n[
team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '', '',
'2014-02-17 15:27:54', '2014-02-17 15:27:54', '', 83, 'http://www.grupo-innova.
com/?p=332', 0, 'revision', '', 0),

(333, 1, '2014-02-17 15:28:18', '2014-02-17 15:28:18', '[row class="row-fluid"]<


br class="nc" />[col class="span6"]\r\n<h3>QUIENES SOMOS?</h3>\r\n<p style="textalign: justify;">Innova es una empresa dedicada al <b>outsourcing, consultora y e
jecucin de proyectos</b> en las reas de tecnologa de la informacin y comunicacin (TIC
s) y sistemas de seguridad. Se encuentra constituida por profesionales <b>ingeni
eros de telecomunicaciones,</b> altamente calificados y enfocados en brindar las
mejores soluciones<b> </b>a los problemas o carencias de nuestros clientes, las
cuales, afecten de manera negativa el funcionamiento y rendimiento de sus operaci
ones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual es consolida
rnos como la empresa de <b>soluciones integrales</b>, en las reas de tecnologa de
la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y de
esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n<p style="te
xt-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r\n\r\n<h3>QUE
HACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conectividad''][pr
ogress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progress value=
98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89 text=''Ou
tsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>COMO LO HAECMOS?</h3>\r\
n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '', '
', '2014-02-17 15:28:18', '2014-02-17 15:28:18', '', 83, 'http://www.grupo-innov
a.com/?p=333', 0, 'revision', '', 0),
(334, 1, '2014-02-17 15:28:59', '2014-02-17 15:28:59', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<h3>QUIENS SOMOS?</h3>\r\n<p style="text-al
ign: justify;">Innova es una empresa dedicada al <b>outsourcing, consultora y eje
cucin de proyectos</b> en las reas de tecnologa de la informacin y comunicacin (TICs)
y sistemas de seguridad. Se encuentra constituida por profesionales <b>ingenier
os de telecomunicaciones,</b> altamente calificados y enfocados en brindar las me
jores soluciones<b> </b>a los problemas o carencias de nuestros clientes, las cu
ales, afecten de manera negativa el funcionamiento y rendimiento de sus operacion
es.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual es consolidarn
os como la empresa de <b>soluciones integrales</b>, en las reas de tecnologa de la
informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y de es
ta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n<p style="text
-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r\n\r\n<h3>QUE H
ACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conectividad''][prog
ress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progress value=98
text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89 text=''Outs
ourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>COMO LO HAECMOS?</h3>\r\n[
team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '', '',
'2014-02-17 15:28:59', '2014-02-17 15:28:59', '', 83, 'http://www.grupo-innova.
com/?p=334', 0, 'revision', '', 0),
(335, 1, '2014-02-17 15:29:36', '2014-02-17 15:29:36', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<h3>QUIENES SOMOS?</h3>\r\n<p style="textalign: justify;">Innova es una empresa dedicada al <b>outsourcing, consultora y e
jecucin de proyectos</b> en las reas de tecnologa de la informacin y comunicacin (TIC
s) y sistemas de seguridad. Se encuentra constituida por profesionales <b>ingeni
eros de telecomunicaciones,</b> altamente calificados y enfocados en brindar las
mejores soluciones<b> </b>a los problemas o carencias de nuestros clientes, las
cuales, afecten de manera negativa el funcionamiento y rendimiento de sus operaci
ones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual es consolida
rnos como la empresa de <b>soluciones integrales</b>, en las reas de tecnologa de
la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y de
esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n<p style="te
xt-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r\n\r\n<h3>QUE
HACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conectividad''][pr
ogress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progress value=
98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89 text=''Ou
tsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>COMO LO HAECMOS?</h3>\r\
n[team]', 'NOSOTRS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '', '',
'2014-02-17 15:29:36', '2014-02-17 15:29:36', '', 83, 'http://www.grupo-innova.
com/?p=335', 0, 'revision', '', 0),

(336, 1, '2014-02-17 15:29:53', '2014-02-17 15:29:53', '[row class="row-fluid"]<


br class="nc" />[col class="span6"]\r\n<h3>QUIENES SOMOS?</h3>\r\n<p style="textalign: justify;">Innova es una empresa dedicada al <b>outsourcing, consultora y e
jecucin de proyectos</b> en las reas de tecnologa de la informacin y comunicacin (TIC
s) y sistemas de seguridad. Se encuentra constituida por profesionales <b>ingeni
eros de telecomunicaciones,</b> altamente calificados y enfocados en brindar las
mejores soluciones<b> </b>a los problemas o carencias de nuestros clientes, las
cuales, afecten de manera negativa el funcionamiento y rendimiento de sus operaci
ones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual es consolida
rnos como la empresa de <b>soluciones integrales</b>, en las reas de tecnologa de
la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y de
esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n<p style="te
xt-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r\n\r\n<h3>QUE
HACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conectividad''][pr
ogress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progress value=
98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89 text=''Ou
tsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>COMO LO HAECMOS?</h3>\r\
n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '', '
', '2014-02-17 15:29:53', '2014-02-17 15:29:53', '', 83, 'http://www.grupo-innov
a.com/?p=336', 0, 'revision', '', 0),
(337, 1, '2014-02-17 15:31:17', '2014-02-17 15:31:17', '', 'Implementando', '',
'inherit', 'open', 'open', '', '104-autosave-v1', '', '', '2014-02-17 15:31:17',
'2014-02-17 15:31:17', '', 104, 'http://www.grupo-innova.com/?p=337', 0, 'revis
ion', '', 0),
(338, 1, '2014-02-17 15:34:25', '2014-02-17 15:34:25', '', 'implementar', '', 'i
nherit', 'open', 'open', '', 'implementar', '', '', '2014-02-17 15:34:25', '2014
-02-17 15:34:25', '', 104, 'http://www.grupo-innova.com/wp-content/uploads/2013/
04/implementar.jpg', 0, 'attachment', 'image/jpeg', 0),
(339, 1, '2014-02-17 15:42:42', '2014-02-17 15:42:42', '', 'shakinghands', '', '
inherit', 'open', 'open', '', 'shakinghands', '', '', '2014-02-17 15:42:42', '20
14-02-17 15:42:42', '', 98, 'http://www.grupo-innova.com/wp-content/uploads/2013
/04/shakinghands.jpg', 0, 'attachment', 'image/jpeg', 0),
(340, 1, '2014-02-17 15:58:00', '2014-02-17 15:58:00', '', 'Column-Chart-icon',
'', 'inherit', 'open', 'open', '', 'column-chart-icon', '', '', '2014-02-17 15:5
8:00', '2014-02-17 15:58:00', '', 102, 'http://www.grupo-innova.com/wp-content/u
ploads/2013/03/Column-Chart-icon.png', 0, 'attachment', 'image/png', 0),
(346, 1, '2014-02-18 15:34:43', '2014-02-18 15:34:43', 'Viral gentrify lomo, dol
ore fugiat nesciunt nihil non beard sunt master cleanse do fashion axe photo boo
th laboris. Godard 90''s carles meggings, brooklyn fingerstache tattooed iphone
blue bottle enim ea YOLO. Ullamco skateboard assumenda, portland bushwick viral
lo-fi id irure consectetur Austin fugiat yr selfies. Readymade dolore keffiyeh s
ustainable nostrud, velit irure tempor pork belly consectetur before they sold o
ut laboris try-hard vinyl. Dreamcatcher hoodie consequat twee viral nulla anim.
Tempor pork belly farm-to-table flannel retro. Sint DIY consectetur 90''s, esse
leggings trust fund single-origin coffee swag.\n\n[blockquote class=""]Irure iro
ny sapiente, fanny pack fixie ex veniam you probably haven''t heard of them marf
a ut. Neutra whatever VHS williamsburg kale chips gluten-free. Raw denim cliche
proident YOLO PBR swag. Nihil brunch deserunt, williamsburg qui tonx polaroid PB
R blog. Nisi sed neutra 90''s stumptown, laboris beard flexitarian veniam fanny
pack irony enim. Anim retro consectetur cosby sweater, viral sartorial nihil bru
nch mustache. Letterpress sint brooklyn pariatur, duis swag typewriter flexitari
an est aliquip.[bqauthor]Someone Famous[/bqauthor][/blockquote]\n\nCardigan selv
age commodo, assumenda intelligentsia meggings mixtape salvia street art pickled
. Post-ironic veniam pour-over, assumenda vero tousled sartorial consequat paria
tur before they sold out. Squid aliqua lomo DIY nostrud. +1 8-bit tofu placeat,
nisi truffaut jean shorts freegan typewriter sint accusamus neutra mixtape bespo
ke swag. Art party banjo cardigan, craft beer pop-up ethnic shoreditch occupy ac
tually PBR vegan keffiyeh excepteur letterpress. Hoodie beard chillwave carles s
treet art, brunch thundercats bicycle rights shoreditch literally nihil salvia m
lkshk cillum swag. Flexitarian biodiesel deserunt blue bottle cupidatat vice.\n\

nSriracha bicycle rights williamsburg pickled, brunch mollit ex next level kale
chips raw denim umami DIY biodiesel. Adipisicing salvia street art, polaroid meg
gings vinyl nihil mollit incididunt nulla gluten-free proident. Duis freegan dol
or, occupy vice before they sold out fanny pack you probably haven''t heard of t
hem cupidatat godard gluten-free pinterest wayfarers incididunt. Et ugh veniam,
bicycle rights eu nulla pour-over quis scenester dolor typewriter vinyl truffaut
godard. Pop-up officia ugh jean shorts eu delectus, qui raw denim non scenester
disrupt try-hard dolore letterpress. Sint mumblecore aliqua retro vinyl farm-to
-table, incididunt et gastropub non williamsburg esse godard before they sold ou
t 90''s. Placeat aliqua odio gastropub.', 'Irure irony sapiente', '', 'inherit',
'open', 'open', '', '168-revision-v1', '', '', '2014-02-18 15:34:43', '2014-0218 15:34:43', '', 168, 'http://www.grupo-innova.com/?p=346', 0, 'revision', '',
0),
(347, 1, '2014-02-18 15:34:43', '2014-02-18 15:34:43', 'Iphone truffaut shoredit
ch gentrify godard. Terry richardson tousled try-hard, intelligentsia mixtape vi
nyl seitan viral you probably haven''t heard of them scenester gluten-free authe
ntic. Echo park brunch ethical, banjo tumblr polaroid vice truffaut church-key n
arwhal art party. <!--more-->[gallery ids="143,137,48"]\n\nHelvetica whatever sa
rtorial fashion axe. Viral wolf tumblr cardigan next level. Banjo actually etsy,
YOLO semiotics PBR you probably haven''t heard of them 3 wolf moon master clean
se skateboard selvage. Try-hard Austin authentic vinyl, cliche meggings bespoke
mlkshk beard biodiesel ethical sartorial.\n\nMumblecore plaid echo park raw deni
m gastropub, blog godard blue bottle truffaut fixie. DIY ethical plaid chillwave
fixie. Brunch ethnic single-origin coffee, tumblr try-hard four loko odd future
synth food truck street art you probably haven''t heard of them hella YOLO VHS
master cleanse. Seitan +1 squid letterpress, ethical thundercats polaroid banjo
fap ennui mcsweeney''s gluten-free trust fund. Salvia fap Austin thundercats. Lo
mo artisan fixie whatever yr, quinoa post-ironic american apparel pinterest mlks
hk photo booth squid typewriter tattooed master cleanse. Quinoa lo-fi semiotics
keytar, banjo locavore bushwick wayfarers pork belly photo booth american appare
l retro.\n\nSeitan bespoke occupy craft beer vice, freegan cosby sweater pug for
age williamsburg readymade beard. Fap swag you probably haven''t heard of them r
eadymade flannel, cliche umami lomo craft beer helvetica photo booth flexitarian
whatever. 90''s etsy four loko, yr direct trade fingerstache mumblecore literal
ly. Ethnic vice bespoke, wes anderson tonx brooklyn gentrify viral. Skateboard m
aster cleanse etsy flannel high life pop-up. Blue bottle mustache post-ironic et
sy. Selvage carles gentrify retro, flannel you probably haven''t heard of them b
anksy portland.\n\nMarfa scenester ennui, blue bottle cray dreamcatcher tattooed
hoodie stumptown messenger bag. YOLO ennui freegan, wes anderson post-ironic et
hical brooklyn pour-over mixtape pitchfork. VHS typewriter yr, keffiyeh carles 8
-bit 90''s twee mcsweeney''s PBR before they sold out raw denim mumblecore. Banj
o lomo kale chips stumptown odd future. Helvetica blog kogi, seitan wes anderson
craft beer plaid put a bird on it fap lomo sustainable pinterest. Kale chips lo
cavore vegan pop-up butcher, raw denim readymade hoodie keffiyeh retro high life
letterpress fixie portland. Keytar meh messenger bag vegan, letterpress narwhal
sriracha american apparel selfies wolf polaroid.', 'Seitan bespoke occupy craft
', '', 'inherit', 'open', 'open', '', '142-revision-v1', '', '', '2014-02-18 15:
34:43', '2014-02-18 15:34:43', '', 142, 'http://www.grupo-innova.com/?p=347', 0,
'revision', '', 0),
(348, 1, '2014-02-18 15:34:43', '2014-02-18 15:34:43', '<div>\n\nRaw denim bushw
ick dreamcatcher williamsburg stumptown. Dreamcatcher cupidatat mcsweeney''s ut
nulla lo-fi. Ad direct trade delectus biodiesel, hashtag assumenda chillwave aut
e art party accusamus cupidatat mollit.<!--more--> Typewriter bespoke keffiyeh,
esse polaroid do tousled. Nostrud nesciunt portland stumptown synth, letterpress
skateboard cosby sweater banksy 90''s elit next level. Skateboard twee cillum f
ap tempor, photo booth marfa bushwick craft beer post-ironic plaid you probably
haven''t heard of them delectus. Authentic velit nihil brunch tattooed.\n\n[bloc
kquote class=""]Typewriter swag jean shorts fixie excepteur, velit small batch t
ofu PBR vero pinterest sapiente irure godard. Authentic 3 wolf moon hashtag, hel
la pop-up mlkshk direct trade. Change content hereblockquote-content[bqauthor]Jo

e Doe[/bqauthor][/blockquote]\n\nStreet art farm-to-table Austin iphone. Sapient


e adipisicing quinoa semiotics, meggings iphone bespoke cred anim. Quis mcsweene
y''s godard banksy. Et raw denim quinoa esse culpa. Yr neutra disrupt, aliquip c
raft beer vice aute accusamus odio tumblr pug synth. Deep v bushwick post-ironic
non. Mixtape typewriter exercitation, ugh aliquip messenger bag tonx officia re
prehenderit whatever consectetur non shoreditch.\n\nEnim pickled semiotics art p
arty viral bespoke. Umami reprehenderit salvia, wolf pug dolore biodiesel nisi a
liquip cupidatat eiusmod. Street art 3 wolf moon selfies, eiusmod actually exerc
itation nostrud sustainable mixtape neutra pinterest tonx wes anderson typewrite
r ennui. Selfies laboris 90''s, mlkshk VHS food truck scenester readymade flanne
l keffiyeh kogi selvage yr. Forage blog vinyl VHS semiotics. Assumenda iphone mu
stache eu, vinyl proident kogi seitan wolf PBR actually. Keytar +1 thundercats,
blue bottle chillwave letterpress pitchfork.\n\nIntelligentsia mumblecore mustac
he mixtape street art, meggings chillwave qui. Semiotics biodiesel cray, qui nul
la ad adipisicing occupy sapiente sustainable farm-to-table small batch fashion
axe fixie. Beard cosby sweater photo booth, authentic anim VHS stumptown thunder
cats fanny pack. Williamsburg high life quis terry richardson, blue bottle blog
tattooed. Truffaut veniam aliquip sint irony.\n\n</div>', 'Dreamcatcher cupidata
t mcsweeney''s ut nulla ', '', 'inherit', 'open', 'open', '', '136-revision-v1',
'', '', '2014-02-18 15:34:43', '2014-02-18 15:34:43', '', 136, 'http://www.grup
o-innova.com/?p=348', 0, 'revision', '', 0),
(354, 1, '2014-02-18 15:39:00', '2014-02-18 15:39:00', '&nbsp;\r\n\r\n<span styl
e="color: #800000;">CABLEADO ESTRUCTURADO,- Y REDES INALMBRICAS Y VIRTUALES</span>\
r\n\r\n<span style="color: #800000;"><strong>CABLEADO ESTRUCTURADO</strong></span>
\r\n\r\n-<strong>Canalizacin, tendido y conectorizacin de puntos de redes de datos
y redes telefnicas</strong>\r\n\r\nDiseo e implementacin de redes adaptadas a las n
ecesidades de su empresa, tomando en cuenta factores como: las marcas ms apropiad
as, arquitectura de la red, flexibilidad y crecimiento de la misma.\r\n\r\n-<stro
ng>Construccin y remodelacin de Data Centers</strong>\r\n\r\nDiseo e implementacin d
e Data Centers, teniendo presente los diferentes requerimientos de equipos, ener
ga, enfriamiento y seguridad, de manera de obtener un diseo adaptado, eficiente y
escalable.\r\n\r\n<span style="color: #800000;"><strong>REDES INALMBRICAS Y VIRTU
ALES</strong></span>\r\n\r\n<strong>-Creacin de zonas Wifi y radioenlaces</strong
>\r\n\r\nInstalacin, distribucin y configuracin de equipos inalmbricos, implementacin
de radio enlaces para la comunicacin inalmbrica directa entre diferentes sedes de
la empresa.\r\n\r\n<strong>- Implementacin de Redes Virtuales Privadas (VPN)</st
rong>\r\n\r\nConfiguracin de redes VPN para el intercambio de informacin entre var
ias sedes de la empresa va internet, garantizando un alto nivel de seguridad a tr
avs de protocolos de autenticacin y cifrado de los datos.\r\n\r\n&nbsp;', 'INFRAES
TRUCTURA Y CONECTIVIDAD', '', 'publish', 'open', 'open', '', 'prueba-2', '', '',
'2014-02-18 19:22:01', '2014-02-18 19:22:01', '', 0, 'http://www.grupo-innova.c
om/?p=354', 0, 'post', '', 0),
(355, 1, '2014-02-18 15:39:00', '2014-02-18 15:39:00', 'Etsy helvetica viral, al
iquip whatever sartorial leggings meggings fugiat scenester veniam fixie 90''s r
eadymade. Godard anim ut hoodie, cred laborum thundercats exercitation ethnic he
lvetica dreamcatcher tofu food truck beard freegan. Nihil id aute et readymade v
elit. Intelligentsia godard brooklyn quis, voluptate skateboard nostrud literall
y quinoa minim cosby sweater artisan. Stumptown tattooed american apparel hashta
g selvage scenester. Keffiyeh hoodie viral forage banjo put a bird on it, semiot
ics commodo high life wes anderson ethnic gentrify. Aute craft beer retro tonx m
eh.\r\n\r\n[googlemap type="TERRAIN" height="400" text="" address="Big Ben, West
minster Bridge Road, London" ][googlemap zoom="10" type="ROADMAP" height="400" t
ext="" latitude="80" longitude="90" ]\r\n\r\nNext level butcher est, nulla musta
che irony stumptown trust fund lo-fi plaid. Ut YOLO photo booth hashtag fanny pa
ck odd future, voluptate nostrud small batch proident blog irony. Vegan pug mcsw
eeney''s magna, readymade locavore adipisicing cillum selvage occupy do neutra.
Tumblr hella next level keffiyeh, DIY beard pop-up sapiente post-ironic neutra d
olor food truck vinyl. Gastropub bushwick wolf proident messenger bag reprehende
rit, irony actually vero minim pariatur pour-over. Seitan esse eiusmod, banh mi
deserunt messenger bag irure before they sold out occupy deep v vice shoreditch

post-ironic. Post-ironic umami sed, wes anderson consequat pickled locavore.\r\n


\r\nProident fap beard, art party vero wolf freegan delectus ut sunt qui. Lo-fi
est gluten-free dreamcatcher master cleanse pitchfork organic, raw denim hashtag
. Occaecat narwhal deserunt commodo intelligentsia. Fap do vero, odd future self
ies master cleanse ugh portland american apparel dolor commodo. Reprehenderit of
ficia cardigan messenger bag, try-hard tempor hoodie williamsburg fixie pop-up a
ctually nihil deep v butcher. Aesthetic incididunt synth, vinyl twee actually wi
lliamsburg freegan beard american apparel art party. Deserunt cillum ea bicycle
rights YOLO, proident truffaut.\r\n\r\nWes anderson organic est iphone, duis enn
ui adipisicing whatever locavore. Letterpress portland retro anim viral. Consequ
at assumenda quinoa exercitation, fugiat viral salvia mustache high life farm-to
-table. Pickled brunch blue bottle swag hella. Disrupt swag ullamco blue bottle
sriracha. Tofu pickled bicycle rights, swag godard sartorial artisan exercitatio
n leggings try-hard chillwave incididunt selfies odio. Fanny pack mcsweeney''s b
icycle rights eiusmod 8-bit.', 'prueba', '', 'inherit', 'open', 'open', '', '354
-revision-v1', '', '', '2014-02-18 15:39:00', '2014-02-18 15:39:00', '', 354, 'h
ttp://www.grupo-innova.com/?p=355', 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`, `po
st_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`,
`post_type`, `post_mime_type`, `comment_count`) VALUES
(356, 1, '2014-02-18 15:59:14', '2014-02-18 15:59:14', 'Etsy helvetica viral, al
iquip whatever sartorial leggings meggings fugiat scenester veniam fixie 90''s r
eadymade. Godard anim ut hoodie, cred laborum thundercats exercitation ethnic he
lvetica dreamcatcher tofu food truck beard freegan. Nihil id aute et readymade v
elit. Intelligentsia godard brooklyn quis, voluptate skateboard nostrud literall
y quinoa minim cosby sweater artisan. Stumptown tattooed american apparel hashta
g selvage scenester. Keffiyeh hoodie viral forage banjo put a bird on it, semiot
ics commodo high life wes anderson ethnic gentrify. Aute craft beer retro tonx m
eh.\r\n\r\n&nbsp;\r\n\r\nNext level butcher est, nulla mustache irony stumptown
trust fund lo-fi plaid. Ut YOLO photo booth hashtag fanny pack odd future, volup
tate nostrud small batch proident blog irony. Vegan pug mcsweeney''s magna, read
ymade locavore adipisicing cillum selvage occupy do neutra. Tumblr hella next le
vel keffiyeh, DIY beard pop-up sapiente post-ironic neutra dolor food truck viny
l. Gastropub bushwick wolf proident messenger bag reprehenderit, irony actually
vero minim pariatur pour-over. Seitan esse eiusmod, banh mi deserunt messenger b
ag irure before they sold out occupy deep v vice shoreditch post-ironic. Post-ir
onic umami sed, wes anderson consequat pickled locavore.\r\n\r\nProident fap bea
rd, art party vero wolf freegan delectus ut sunt qui. Lo-fi est gluten-free drea
mcatcher master cleanse pitchfork organic, raw denim hashtag. Occaecat narwhal d
eserunt commodo intelligentsia. Fap do vero, odd future selfies master cleanse u
gh portland american apparel dolor commodo. Reprehenderit officia cardigan messe
nger bag, try-hard tempor hoodie williamsburg fixie pop-up actually nihil deep v
butcher. Aesthetic incididunt synth, vinyl twee actually williamsburg freegan b
eard american apparel art party. Deserunt cillum ea bicycle rights YOLO, proiden
t truffaut.\r\n\r\nWes anderson organic est iphone, duis ennui adipisicing whate
ver locavore. Letterpress portland retro anim viral. Consequat assumenda quinoa
exercitation, fugiat viral salvia mustache high life farm-to-table. Pickled brun
ch blue bottle swag hella. Disrupt swag ullamco blue bottle sriracha. Tofu pickl
ed bicycle rights, swag godard sartorial artisan exercitation leggings try-hard
chillwave incididunt selfies odio. Fanny pack mcsweeney''s bicycle rights eiusmo
d 8-bit.', 'prueba', '', 'inherit', 'open', 'open', '', '354-revision-v1', '', '
', '2014-02-18 15:59:14', '2014-02-18 15:59:14', '', 354, 'http://www.grupo-inno
va.com/?p=356', 0, 'revision', '', 0),
(357, 1, '2014-02-18 19:13:11', '2014-02-18 19:13:11', '&nbsp;\n\n<span style="c
olor: #800000;">-SERVIDORES Y ESTACIONES DE TRABAJO, CABLEADO ESTRUCTURADOS, RED
ES INALMBRICAS Y VIRTUALES</span>\n\n<span style="color: #800000;"><strong>CABLEADO
ESTRUCTURADO</strong></span>\n\n-<strong>Canalizacin, tendido y conectorizacin de p
untos de redes de datos y redes telefnicas</strong>\n\nDiseo e implementacin de red

es adaptadas a las necesidades de su empresa, tomando en cuenta factores como: l


as marcas ms apropiadas, arquitectura de la red, flexibilidad y crecimiento de la
misma.\n\n-<strong>Construccin y remodelacin de Data Centers</strong>\n\nDiseo e im
plementacin de Data Centers, teniendo presente los diferentes requerimientos de e
quipos, energa, enfriamiento y seguridad, de manera de obtener un diseo adaptado,
eficiente y escalable.\n\n<span style="color: #800000;"><strong>REDES INALMBRICAS
Y VIRTUALES</strong></span>\n\n<strong>-Creacin de zonas Wifi y radioenlaces</st
rong>\n\nInstalacin, distribucin y configuracin de equipos inalmbricos, implementacin
de radio enlaces para la comunicacin inalmbrica directa entre diferentes sedes de
la empresa.\n\n<strong>- Implementacin de Redes Virtuales Privadas (VPN)</strong
>\n\nConfiguracin de redes VPN para el intercambio de informacin entre varias sede
s de la empresa va internet, garantizando un alto nivel de seguridad a travs de pr
otocolos de autenticacin y cifrado de los datos.\n\n&nbsp;', 'INFRAESTRUCTURA Y C
ONECTIVIDAD', '', 'inherit', 'open', 'open', '', '354-autosave-v1', '', '', '201
4-02-18 19:13:11', '2014-02-18 19:13:11', '', 354, 'http://www.grupo-innova.com/
?p=357', 0, 'revision', '', 0),
(358, 1, '2014-02-18 16:01:21', '2014-02-18 16:01:21', 'Etsy helvetica viral, al
iquip whatever sartorial leggings meggings fugiat scenester veniam fixie 90''s r
eadymade. Godard anim ut hoodie, cred laborum thundercats exercitation ethnic he
lvetica dreamcatcher tofu food truck beard freegan. Nihil id aute et readymade v
elit. Intelligentsia godard brooklyn quis, voluptate skateboard nostrud literall
y quinoa minim cosby sweater artisan. Stumptown tattooed american apparel hashta
g selvage scenester. Keffiyeh hoodie viral forage banjo put a bird on it, semiot
ics commodo high life wes anderson ethnic gentrify. Aute craft beer retro tonx m
eh.\r\n\r\n&nbsp;\r\n\r\n
Cableado estructurado\r\n\r\no Canalizacin, tend
ido y conectorizacin de puntos de redes de datos y redes telefnicas\r\nDiseo e imp
lementacin de redes adaptadas a las necesidades de su empresa, tomando en cuenta
factores como: las marcas ms apropiadas, arquitectura de la red, flexibilidad y c
recimiento de la misma.\r\n\r\no
Construccin y remodelacin de Data Centers\
r\nDiseo e implementacin de Data Centers, teniendo presente los diferentes requeri
mientos de equipos, energa, enfriamiento y seguridad, de manera de obtener un dis
eo adaptado, eficiente y escalable. \r\n\r\n Redes inalmbricas y virtuales\r\n
\r\no Creacin de zonas Wifi y radioenlaces\r\nInstalacin, distribucin y configura
cin de equipos inalmbricos, implementacin de radio enlaces para la comunicacin inalmb
rica directa entre diferentes sedes de la empresa.\r\n \r\no Implementacin de
Redes Virtuales Privadas (VPN)\r\nConfiguracin de redes VPN para el intercambio d
e informacin entre varias sedes de la empresa va internet, garantizando un alto ni
vel de seguridad a travs de protocolos de autenticacin y cifrado de los datos.\r\n
\r\n', 'INFRAESTRUCTURA Y CONECTIVIDAD', '', 'inherit', 'open', 'open', '', '35
4-revision-v1', '', '', '2014-02-18 16:01:21', '2014-02-18 16:01:21', '', 354, '
http://www.grupo-innova.com/?p=358', 0, 'revision', '', 0),
(359, 1, '2014-02-18 16:03:14', '2014-02-18 16:03:14', 'Etsy helvetica viral, al
iquip whatever sartorial leggings meggings fugiat scenester veniam fixie 90''s r
eadymade. Godard anim ut hoodie, cred laborum thundercats exercitation ethnic he
lvetica dreamcatcher tofu food truck beard freegan. Nihil id aute et readymade v
elit. Intelligentsia godard brooklyn quis, voluptate skateboard nostrud literall
y quinoa minim cosby sweater artisan. Stumptown tattooed american apparel hashta
g selvage scenester. Keffiyeh hoodie viral forage banjo put a bird on it, semiot
ics commodo high life wes anderson ethnic gentrify. Aute craft beer retro tonx m
eh.\r\n\r\n&nbsp;\r\n\r\n <strong>Cableado estructurado</strong>\r\n\r\n- <strong
>Canalizacin, tendido y conectorizacin de puntos de redes de datos y redes telefnic
as</strong>\r\nDiseo e implementacin de redes adaptadas a las necesidades de su em
presa, tomando en cuenta factores como: las marcas ms apropiadas, arquitectura de
la red, flexibilidad y crecimiento de la misma.\r\n\r\n- <strong>Construccin y r
emodelacin de Data Centers</strong>\r\nDiseo e implementacin de Data Centers, tenie
ndo presente los diferentes requerimientos de equipos, energa, enfriamiento y seg
uridad, de manera de obtener un diseo adaptado, eficiente y escalable.\r\n\r\n <st
rong>Redes inalmbricas y virtuales</strong>\r\n\r\n-Creacin de zonas Wifi y radioe
nlaces\r\nInstalacin, distribucin y configuracin de equipos inalmbricos, implementac
in de radio enlaces para la comunicacin inalmbrica directa entre diferentes sedes d

e la empresa.\r\n\r\n- Implementacin de Redes Virtuales Privadas (VPN)\r\nConfigu


racin de redes VPN para el intercambio de informacin entre varias sedes de la empr
esa va internet, garantizando un alto nivel de seguridad a travs de protocolos de
autenticacin y cifrado de los datos.', 'INFRAESTRUCTURA Y CONECTIVIDAD', '', 'inh
erit', 'open', 'open', '', '354-revision-v1', '', '', '2014-02-18 16:03:14', '20
14-02-18 16:03:14', '', 354, 'http://www.grupo-innova.com/?p=359', 0, 'revision'
, '', 0),
(360, 1, '2014-02-18 16:03:43', '2014-02-18 16:03:43', '&nbsp;\r\n\r\n&nbsp;\r\n
\r\n <strong>Cableado estructurado</strong>\r\n\r\n- <strong>Canalizacin, tendido
y conectorizacin de puntos de redes de datos y redes telefnicas</strong>\r\nDiseo e
implementacin de redes adaptadas a las necesidades de su empresa, tomando en cue
nta factores como: las marcas ms apropiadas, arquitectura de la red, flexibilidad
y crecimiento de la misma.\r\n\r\n- <strong>Construccin y remodelacin de Data Cen
ters</strong>\r\nDiseo e implementacin de Data Centers, teniendo presente los dife
rentes requerimientos de equipos, energa, enfriamiento y seguridad, de manera de
obtener un diseo adaptado, eficiente y escalable.\r\n\r\n <strong>Redes inalmbricas
y virtuales</strong>\r\n\r\n-Creacin de zonas Wifi y radioenlaces\r\nInstalacin,
distribucin y configuracin de equipos inalmbricos, implementacin de radio enlaces pa
ra la comunicacin inalmbrica directa entre diferentes sedes de la empresa.\r\n\r\n
- Implementacin de Redes Virtuales Privadas (VPN)\r\nConfiguracin de redes VPN par
a el intercambio de informacin entre varias sedes de la empresa va internet, garan
tizando un alto nivel de seguridad a travs de protocolos de autenticacin y cifrado
de los datos.', 'INFRAESTRUCTURA Y CONECTIVIDAD', '', 'inherit', 'open', 'open'
, '', '354-revision-v1', '', '', '2014-02-18 16:03:43', '2014-02-18 16:03:43', '
', 354, 'http://www.grupo-innova.com/?p=360', 0, 'revision', '', 0),
(361, 1, '2014-02-18 16:03:58', '2014-02-18 16:03:58', '&nbsp;\r\n\r\nEtsy helve
tica viral, aliquip whatever sartorial leggings meggings fugiat scenester veniam
fixie 90''s readymade. Godard anim ut hoodie, cred laborum thundercats exercita
tion ethnic helvetica dreamcatcher tofu food truck beard freegan. Nihil id aute
et readymade velit. Intelligentsia godard brooklyn quis, voluptate skateboard no
strud literally quinoa minim cosby sweater artisan. Stumptown tattooed american
apparel hashtag selvage scenester. Keffiyeh hoodie viral forage banjo put a bird
on it, semiotics commodo high life wes anderson ethnic gentrify. Aute craft bee
r retro tonx meh.\r\n\r\n <strong>Cableado estructurado</strong>\r\n\r\n- <strong
>Canalizacin, tendido y conectorizacin de puntos de redes de datos y redes telefnic
as</strong>\r\nDiseo e implementacin de redes adaptadas a las necesidades de su em
presa, tomando en cuenta factores como: las marcas ms apropiadas, arquitectura de
la red, flexibilidad y crecimiento de la misma.\r\n\r\n- <strong>Construccin y r
emodelacin de Data Centers</strong>\r\nDiseo e implementacin de Data Centers, tenie
ndo presente los diferentes requerimientos de equipos, energa, enfriamiento y seg
uridad, de manera de obtener un diseo adaptado, eficiente y escalable.\r\n\r\n <st
rong>Redes inalmbricas y virtuales</strong>\r\n\r\n-Creacin de zonas Wifi y radioe
nlaces\r\nInstalacin, distribucin y configuracin de equipos inalmbricos, implementac
in de radio enlaces para la comunicacin inalmbrica directa entre diferentes sedes d
e la empresa.\r\n\r\n- Implementacin de Redes Virtuales Privadas (VPN)\r\nConfigu
racin de redes VPN para el intercambio de informacin entre varias sedes de la empr
esa va internet, garantizando un alto nivel de seguridad a travs de protocolos de
autenticacin y cifrado de los datos.', 'INFRAESTRUCTURA Y CONECTIVIDAD', '', 'inh
erit', 'open', 'open', '', '354-revision-v1', '', '', '2014-02-18 16:03:58', '20
14-02-18 16:03:58', '', 354, 'http://www.grupo-innova.com/?p=361', 0, 'revision'
, '', 0),
(362, 1, '2014-02-18 16:05:17', '2014-02-18 16:05:17', '&nbsp;\r\n\r\n<strong>Ca
bleado estructurado,-<strong>Canalizacin, tendido y conectorizacin de puntos de rede
s de datos y redes telefnicas,-<strong>Construccin y remodelacin de Data Centers,<stro
ng>Redes inalmbricas y virtuales</strong></strong></strong></strong>\r\n\r\n <stro
ng>Cableado estructurado</strong>\r\n\r\n- <strong>Canalizacin, tendido y conecto
rizacin de puntos de redes de datos y redes telefnicas</strong>\r\nDiseo e implemen
tacin de redes adaptadas a las necesidades de su empresa, tomando en cuenta facto
res como: las marcas ms apropiadas, arquitectura de la red, flexibilidad y crecim
iento de la misma.\r\n\r\n- <strong>Construccin y remodelacin de Data Centers</str

ong>\r\nDiseo e implementacin de Data Centers, teniendo presente los diferentes re


querimientos de equipos, energa, enfriamiento y seguridad, de manera de obtener u
n diseo adaptado, eficiente y escalable.\r\n\r\n <strong>Redes inalmbricas y virtua
les</strong>\r\n\r\n-Creacin de zonas Wifi y radioenlaces\r\nInstalacin, distribuc
in y configuracin de equipos inalmbricos, implementacin de radio enlaces para la com
unicacin inalmbrica directa entre diferentes sedes de la empresa.\r\n\r\n- Impleme
ntacin de Redes Virtuales Privadas (VPN)\r\nConfiguracin de redes VPN para el inte
rcambio de informacin entre varias sedes de la empresa va internet, garantizando u
n alto nivel de seguridad a travs de protocolos de autenticacin y cifrado de los d
atos.', 'INFRAESTRUCTURA Y CONECTIVIDAD', '', 'inherit', 'open', 'open', '', '35
4-revision-v1', '', '', '2014-02-18 16:05:17', '2014-02-18 16:05:17', '', 354, '
http://www.grupo-innova.com/?p=362', 0, 'revision', '', 0),
(363, 1, '2014-02-18 16:06:01', '2014-02-18 16:06:01', '&nbsp;\r\n\r\n<span styl
e="color: #000080;"><strong>Cableado estructurado,-<strong>Canalizacin, tendido y c
onectorizacin de puntos de redes de datos y redes telefnicas,-<strong>Construccin y r
emodelacin de Data Centers,<strong>Redes inalmbricas y virtuales</strong></strong><
/strong></strong></span>\r\n\r\n <strong>Cableado estructurado</strong>\r\n\r\n<strong>Canalizacin, tendido y conectorizacin de puntos de redes de datos y redes
telefnicas</strong>\r\nDiseo e implementacin de redes adaptadas a las necesidades d
e su empresa, tomando en cuenta factores como: las marcas ms apropiadas, arquitec
tura de la red, flexibilidad y crecimiento de la misma.\r\n\r\n- <strong>Constru
ccin y remodelacin de Data Centers</strong>\r\nDiseo e implementacin de Data Centers
, teniendo presente los diferentes requerimientos de equipos, energa, enfriamient
o y seguridad, de manera de obtener un diseo adaptado, eficiente y escalable.\r\n
\r\n <strong>Redes inalmbricas y virtuales</strong>\r\n\r\n-Creacin de zonas Wifi y
radioenlaces\r\nInstalacin, distribucin y configuracin de equipos inalmbricos, impl
ementacin de radio enlaces para la comunicacin inalmbrica directa entre diferentes
sedes de la empresa.\r\n\r\n- Implementacin de Redes Virtuales Privadas (VPN)\r\n
Configuracin de redes VPN para el intercambio de informacin entre varias sedes de
la empresa va internet, garantizando un alto nivel de seguridad a travs de protoco
los de autenticacin y cifrado de los datos.', 'INFRAESTRUCTURA Y CONECTIVIDAD', '
', 'inherit', 'open', 'open', '', '354-revision-v1', '', '', '2014-02-18 16:06:0
1', '2014-02-18 16:06:01', '', 354, 'http://www.grupo-innova.com/?p=363', 0, 're
vision', '', 0),
(364, 1, '2014-02-18 16:07:21', '2014-02-18 16:07:21', '&nbsp;\r\n\r\n<strong><s
pan style="color: #800000;">CABLEADO ESTRUCTURADO,-CANALIZACIN, TENDIDO Y CONECTORI
ZACIN DE PUNTOS DE REDES DE DATOS Y REDES TELEFNICAS,-CONSTRUCCIN YREMO-DELACINDE DAT
ENTERS,REDES INALMBRICAS Y VIRTUALES</span></strong>\r\n\r\n <strong>Cableado estru
cturado</strong>\r\n\r\n- <strong>Canalizacin, tendido y conectorizacin de puntos
de redes de datos y redes telefnicas</strong>\r\nDiseo e implementacin de redes ada
ptadas a las necesidades de su empresa, tomando en cuenta factores como: las mar
cas ms apropiadas, arquitectura de la red, flexibilidad y crecimiento de la misma
.\r\n\r\n- <strong>Construccin y remodelacin de Data Centers</strong>\r\nDiseo e im
plementacin de Data Centers, teniendo presente los diferentes requerimientos de e
quipos, energa, enfriamiento y seguridad, de manera de obtener un diseo adaptado,
eficiente y escalable.\r\n\r\n <strong>Redes inalmbricas y virtuales</strong>\r\n\
r\n-Creacin de zonas Wifi y radioenlaces\r\nInstalacin, distribucin y configuracin d
e equipos inalmbricos, implementacin de radio enlaces para la comunicacin inalmbrica
directa entre diferentes sedes de la empresa.\r\n\r\n- Implementacin de Redes Vi
rtuales Privadas (VPN)\r\nConfiguracin de redes VPN para el intercambio de inform
acin entre varias sedes de la empresa va internet, garantizando un alto nivel de s
eguridad a travs de protocolos de autenticacin y cifrado de los datos.', 'INFRAEST
RUCTURA Y CONECTIVIDAD', '', 'inherit', 'open', 'open', '', '354-revision-v1', '
', '', '2014-02-18 16:07:21', '2014-02-18 16:07:21', '', 354, 'http://www.grupoinnova.com/?p=364', 0, 'revision', '', 0),
(365, 1, '2014-02-18 16:14:10', '2014-02-18 16:14:10', '&nbsp;\r\n\r\n<strong><s
pan style="color: #800000;">CABLEADO ESTRUCTURADO,- Y REDES INALMBRICAS Y VIRTUALES
</span></strong>\r\n\r\n<span style="color: #800000;"><strong>CABLEADO ESTRUCTURAD
O</strong></span>\r\n\r\n- <strong>Canalizacin, tendido y conectorizacin de puntos
de redes de datos y redes telefnicas</strong>\r\nDiseo e implementacin de redes ad

aptadas a las necesidades de su empresa, tomando en cuenta factores como: las ma


rcas ms apropiadas, arquitectura de la red, flexibilidad y crecimiento de la mism
a.\r\n\r\n- <strong>Construccin y remodelacin de Data Centers</strong>\r\nDiseo e i
mplementacin de Data Centers, teniendo presente los diferentes requerimientos de
equipos, energa, enfriamiento y seguridad, de manera de obtener un diseo adaptado,
eficiente y escalable.\r\n\r\n<span style="color: #800000;"><strong>REDES INALMB
RICAS Y VIRTUALES</strong></span>\r\n\r\n<strong>-Creacin de zonas Wifi y radioen
laces</strong>\r\nInstalacin, distribucin y configuracin de equipos inalmbricos, imp
lementacin de radio enlaces para la comunicacin inalmbrica directa entre diferentes
sedes de la empresa.\r\n\r\n<strong>- Implementacin de Redes Virtuales Privadas
(VPN)</strong>\r\nConfiguracin de redes VPN para el intercambio de informacin entr
e varias sedes de la empresa va internet, garantizando un alto nivel de seguridad
a travs de protocolos de autenticacin y cifrado de los datos.', 'INFRAESTRUCTURA
Y CONECTIVIDAD', '', 'inherit', 'open', 'open', '', '354-revision-v1', '', '', '
2014-02-18 16:14:10', '2014-02-18 16:14:10', '', 354, 'http://www.grupo-innova.c
om/?p=365', 0, 'revision', '', 0),
(366, 1, '2014-02-18 16:18:35', '2014-02-18 16:18:35', '', 'Telecom', '', 'inher
it', 'open', 'open', '', 'telecom', '', '', '2014-02-18 16:18:35', '2014-02-18 1
6:18:35', '', 354, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/Telec
om.gif', 0, 'attachment', 'image/gif', 0),
(367, 1, '2014-02-18 16:20:13', '2014-02-18 16:20:13', '[bloglist]\r\n\r\n&nbsp;
', 'SERVICIOS', '', 'inherit', 'open', 'open', '', '121-revision-v1', '', '', '2
014-02-18 16:20:13', '2014-02-18 16:20:13', '', 121, 'http://www.grupo-innova.co
m/?p=367', 0, 'revision', '', 0),
(368, 1, '2014-02-18 19:33:13', '2014-02-18 19:33:13', '<span style="color: #800
000;">-SERVIDORES Y ESTACIONES DE TRABAJO, CABLEADO ESTRUCTURADOS, REDES INALMBRI
CAS Y VIRTUALES</span>\r\n\r\n<span style="color: #800000;"><strong>CABLEADO ESTRUC
TURADO</strong></span>\r\n\r\n-<strong>Normalizacin de redes: verificacin de cumpl
imiento de estndares (ANSI, TIA, EIA, IEEE e ISO)</strong>\r\n\r\n<strong>-Calida
d de Servicio (QoS) </strong>\r\n\r\n<strong></strong>La calidad de servicio se b
asa en el rendimiento promedio de una red de voz o datos, particularmente desde
el punto de vista de los usuarios. Para cuantitativamente medir la calidad de se
rvicio son considerados varios aspectos del servicio de red, tales como: disponi
bilidad, tasas de errores, ancho de banda, estabilidad, retraso en la transmisin,
entre otros.\r\n\r\n<span style="color: #800000;"><strong>REDES INALMBRICAS Y VI
RTUALES</strong></span>\r\n\r\n<strong>-Survey de zonas WiFi </strong>\r\n\r\n<st
rong></strong>Estudios avanzados a travs de herramientas especializadas que garan
tizan el diseo de redes inalmbricas de alta fidelidad, tomando en cuenta factores
como: cantidad de quipos a conectar, ancho de banda, distribucin y patrones de ra
diacin de las antenas a emplear, entre otros.\r\n\r\n<strong>-Programacin de equip
os, Routing y Switcing</strong>\r\n\r\nLos routers y switches son los pilares de
toda comunicacin empresarial, desde datos hasta voz y vdeo, incluyendo acceso ina
lmbrico. Pueden mejorar la base de la empresa, permitiendo aumentar la productivi
dad de la empresa, recortar costes y mejorar la seguridad y el servicio al clien
te.\r\n\r\n<span style="color: #800000;"><strong>SERVIDORES Y ESTACIONS DE TRABA
JO</strong></span>\r\n\r\nMonitoreo y control de recursos del servidor y estacio
nes de trabajo.Ofrecemos el servicio de instalacin y configuracin de servidores, co
locando a su disposicin conocimientos de programacin avanzada, incluyendo aspectos
como: Dominio (DNS), DHCP, Proxy, ISS, directivas de grupo y aspectos relaciona
dos.', 'CONSULTORA Y OPTIMIZACIN', '', 'inherit', 'open', 'open', '', '180-autosav
e-v1', '', '', '2014-02-18 19:33:13', '2014-02-18 19:33:13', '', 180, 'http://ww
w.grupo-innova.com/?p=368', 0, 'revision', '', 0),
(369, 1, '2014-02-18 18:53:35', '2014-02-18 18:53:35', '<span style="color: #800
000;">-SERVIDORES Y ESTACIONES DE TRABAJO, CABLEADO ESTRUCTURADOS, REDES INALMBRI
CAS Y VIRTUALES</span>\r\n<ul>\r\n
<li><span style="color: #800000;">CABLEAD
O ESTRUCTURADOS</span>\r\n<ul>\r\n
<li><strong>Normalizacin de redes: verifi
cacin de cumplimiento de estndares (ANSI, TIA, EIA, IEEE e ISO)</strong></li>\r\n
<li><strong>Calidad de Servicio (QoS)</strong></li>\r\n</ul>\r\n</li>\r\n</ul>\r
\nLa calidad de servicio se basa en el rendimiento promedio de una red de voz o
datos, particularmente desde el punto de vista de los usuarios. Para cuantitativ

amente medir la calidad de servicio son considerados varios aspectos del servici
o de red, tales como: disponibilidad, tasas de errores, ancho de banda, estabili
dad, retraso en la transmisin, entre otros.\r\n\r\n&nbsp;\r\n<ul>\r\n <li><spa
n style="color: #800000;">REDES INALMBRICAS Y VIRTUALES </span>\r\n<ul>\r\n <li><str
ong>Survey de zonas WiFi</strong></li>\r\n</ul>\r\n</li>\r\n</ul>\r\nEstudios av
anzados a travs de herramientas especializadas que garantizan el diseo de redes in
almbricas de alta fidelidad, tomando en cuenta factores como: cantidad de quipos
a conectar, ancho de banda, distribucin y patrones de radiacin de las antenas a em
plear, entre otros.\r\n<ul>\r\n <li><strong>Programacin de equipos, Routing y Swi
tcing</strong></li>\r\n</ul>\r\nLos routers y switches son los pilares de toda c
omunicacin empresarial, desde datos hasta voz y vdeo, incluyendo acceso inalmbrico.
Pueden mejorar la base de la empresa, permitiendo aumentar la productividad de
la empresa, recortar costes y mejorar la seguridad y el servicio al cliente.\r\n
\r\n&nbsp;\r\n<ul>\r\n <li><strong><span style="color: #800000;">SERVIDORES Y E
STACIONES DE TRABAJO</span>\r\n</strong>\r\n<ul>\r\n
<li>Monitoreo y control
de recursos del servidor y estaciones de trabajo</li>\r\n</ul>\r\n</li>\r\n</ul>
\r\nOfrecemos el servicio de instalacin y configuracin de servidores, colocando a
su disposicin conocimientos de programacin avanzada, incluyendo aspectos como: Dom
inio (DNS), DHCP, Proxy, ISS, directivas de grupo y aspectos relacionados.', 'CO
NSULTORA Y OPTIMIZACIN', '', 'inherit', 'open', 'open', '', '180-revision-v1', '',
'', '2014-02-18 18:53:35', '2014-02-18 18:53:35', '', 180, 'http://www.grupo-in
nova.com/?p=369', 0, 'revision', '', 0),
(370, 1, '2014-02-18 19:10:21', '2014-02-18 19:10:21', '<span style="color: #800
000;">-SERVIDORES Y ESTACIONES DE TRABAJO, CABLEADO ESTRUCTURADOS, REDES INALMBRI
CAS Y VIRTUALES</span>\r\n\r\n<strong>CABLEADO ESTRUCTURADO</strong>\r\n\r\n-<strong
>Canalizacin, tendido y conectorizacin de puntos de redes de datos y redes telefnic
as</strong>\r\n\r\nDiseo e implementacin de redes adaptadas a las necesidades de s
u empresa, tomando en cuenta factores como: las marcas ms apropiadas, arquitectur
a de la red, flexibilidad y crecimiento de la misma.\r\n\r\n-<strong>Construccin y
remodelacin de Data Centers</strong>\r\n\r\nDiseo e implementacin de Data Centers,
teniendo presente los diferentes requerimientos de equipos, energa, enfriamiento
y seguridad, de manera de obtener un diseo adaptado, eficiente y escalable.\r\n\
r\n<strong>REDES INALMBRICAS Y VIRTUALES</strong>\r\n\r\n<strong>-Creacin de zonas
Wifi y radioenlaces</strong>\r\n\r\nInstalacin, distribucin y configuracin de equi
pos inalmbricos, implementacin de radio enlaces para la comunicacin inalmbrica direc
ta entre diferentes sedes de la empresa.\r\n\r\n<strong>- Implementacin de Redes
Virtuales Privadas (VPN)</strong>\r\n\r\nConfiguracin de redes VPN para el interc
ambio de informacin entre varias sedes de la empresa va internet, garantizando un
alto nivel de seguridad a travs de protocolos de autenticacin y cifrado de los dat
os.', 'CONSULTORA Y OPTIMIZACIN', '', 'inherit', 'open', 'open', '', '180-revision
-v1', '', '', '2014-02-18 19:10:21', '2014-02-18 19:10:21', '', 180, 'http://www
.grupo-innova.com/?p=370', 0, 'revision', '', 0),
(371, 1, '2014-02-18 19:11:10', '2014-02-18 19:11:10', '<span style="color: #800
000;">-SERVIDORES Y ESTACIONES DE TRABAJO, CABLEADO ESTRUCTURADOS, REDES INALMBRI
CAS Y VIRTUALES</span>\r\n\r\n<span style="color: #800000;"><strong>CABLEADO ESTRUC
TURADO</strong></span>\r\n\r\n-<strong>Canalizacin, tendido y conectorizacin de pun
tos de redes de datos y redes telefnicas</strong>\r\n\r\nDiseo e implementacin de r
edes adaptadas a las necesidades de su empresa, tomando en cuenta factores como:
las marcas ms apropiadas, arquitectura de la red, flexibilidad y crecimiento de
la misma.\r\n\r\n-<strong>Construccin y remodelacin de Data Centers</strong>\r\n\r\
nDiseo e implementacin de Data Centers, teniendo presente los diferentes requerimi
entos de equipos, energa, enfriamiento y seguridad, de manera de obtener un diseo
adaptado, eficiente y escalable.\r\n\r\n<strong>REDES INALMBRICAS Y VIRTUALES</st
rong>\r\n\r\n<strong>-Creacin de zonas Wifi y radioenlaces</strong>\r\n\r\nInstal
acin, distribucin y configuracin de equipos inalmbricos, implementacin de radio enlac
es para la comunicacin inalmbrica directa entre diferentes sedes de la empresa.\r\
n\r\n<strong>- Implementacin de Redes Virtuales Privadas (VPN)</strong>\r\n\r\nCo
nfiguracin de redes VPN para el intercambio de informacin entre varias sedes de la
empresa va internet, garantizando un alto nivel de seguridad a travs de protocolo
s de autenticacin y cifrado de los datos.', 'INFRAESTRUCTURA Y CONECTIVIDAD', '',

'inherit', 'open', 'open', '', '180-revision-v1', '', '', '2014-02-18 19:11:10'


, '2014-02-18 19:11:10', '', 180, 'http://www.grupo-innova.com/?p=371', 0, 'revi
sion', '', 0),
(372, 1, '2014-02-18 19:11:24', '2014-02-18 19:11:24', '&nbsp;\r\n\r\n<strong><s
pan style="color: #800000;">CABLEADO ESTRUCTURADO,- Y REDES INALMBRICAS Y VIRTUALES
</span></strong>\r\n\r\n<span style="color: #800000;"><strong>CABLEADO ESTRUCTURAD
O</strong></span>\r\n\r\n-<strong>Normalizacin de redes: verificacin de cumplimien
to de estndares (ANSI, TIA, EIA, IEEE e ISO)</strong>\r\n\r\n<strong>-Calidad de
Servicio (QoS) </strong>\r\n\r\n<strong></strong>La calidad de servicio se basa e
n el rendimiento promedio de una red de voz o datos, particularmente desde el pu
nto de vista de los usuarios. Para cuantitativamente medir la calidad de servici
o son considerados varios aspectos del servicio de red, tales como: disponibilid
ad, tasas de errores, ancho de banda, estabilidad, retraso en la transmisin, entr
e otros.\r\n\r\n<span style="color: #800000;"><strong>REDES INALMBRICAS Y VIRTUAL
ES</strong></span>\r\n\r\n<strong>-Survey de zonas WiFi </strong>\r\n\r\n<strong>
</strong>Estudios avanzados a travs de herramientas especializadas que garantizan
el diseo de redes inalmbricas de alta fidelidad, tomando en cuenta factores como:
cantidad de quipos a conectar, ancho de banda, distribucin y patrones de radiacin
de las antenas a emplear, entre otros.\r\n\r\n<strong>-Programacin de equipos, R
outing y Switcing</strong>\r\n\r\nLos routers y switches son los pilares de toda
comunicacin empresarial, desde datos hasta voz y vdeo, incluyendo acceso inalmbric
o. Pueden mejorar la base de la empresa, permitiendo aumentar la productividad d
e la empresa, recortar costes y mejorar la seguridad y el servicio al cliente.\r
\n\r\n<strong>-Servidores y estaciones de trabajo</strong>\r\n\r\nMonitoreo y co
ntrol de recursos del servidor y estaciones de trabajo.Ofrecemos el servicio de i
nstalacin y configuracin de servidores, colocando a su disposicin conocimientos de
programacin avanzada, incluyendo aspectos como: Dominio (DNS), DHCP, Proxy, ISS,
directivas de grupo y aspectos relacionados.', 'CONSULTORA Y OPTIMIZACIN', '', 'in
herit', 'open', 'open', '', '354-revision-v1', '', '', '2014-02-18 19:11:24', '2
014-02-18 19:11:24', '', 354, 'http://www.grupo-innova.com/?p=372', 0, 'revision
', '', 0),
(373, 1, '2014-02-18 19:12:08', '2014-02-18 19:12:08', '&nbsp;\r\n\r\n<strong><s
pan style="color: #800000;">CABLEADO ESTRUCTURADO,- Y REDES INALMBRICAS Y VIRTUALES
</span></strong>\r\n\r\n<span style="color: #800000;"><strong>CABLEADO ESTRUCTURAD
O</strong></span>\r\n\r\n-<strong>Normalizacin de redes: verificacin de cumplimien
to de estndares (ANSI, TIA, EIA, IEEE e ISO)</strong>\r\n\r\n<strong>-Calidad de
Servicio (QoS) </strong>\r\n\r\n<strong></strong>La calidad de servicio se basa e
n el rendimiento promedio de una red de voz o datos, particularmente desde el pu
nto de vista de los usuarios. Para cuantitativamente medir la calidad de servici
o son considerados varios aspectos del servicio de red, tales como: disponibilid
ad, tasas de errores, ancho de banda, estabilidad, retraso en la transmisin, entr
e otros.\r\n\r\n<span style="color: #800000;"><strong>REDES INALMBRICAS Y VIRTUAL
ES</strong></span>\r\n\r\n<strong>-Survey de zonas WiFi </strong>\r\n\r\n<strong>
</strong>Estudios avanzados a travs de herramientas especializadas que garantizan
el diseo de redes inalmbricas de alta fidelidad, tomando en cuenta factores como:
cantidad de quipos a conectar, ancho de banda, distribucin y patrones de radiacin
de las antenas a emplear, entre otros.\r\n\r\n<strong>-Programacin de equipos, R
outing y Switcing</strong>\r\n\r\nLos routers y switches son los pilares de toda
comunicacin empresarial, desde datos hasta voz y vdeo, incluyendo acceso inalmbric
o. Pueden mejorar la base de la empresa, permitiendo aumentar la productividad d
e la empresa, recortar costes y mejorar la seguridad y el servicio al cliente.\r
\n\r\n<strong>-Servidores y estaciones de trabajo</strong>\r\n\r\nMonitoreo y co
ntrol de recursos del servidor y estaciones de trabajo.Ofrecemos el servicio de i
nstalacin y configuracin de servidores, colocando a su disposicin conocimientos de
programacin avanzada, incluyendo aspectos como: Dominio (DNS), DHCP, Proxy, ISS,
directivas de grupo y aspectos relacionados.', 'INFRAESTRUCTURA Y CONECTIVIDAD',
'', 'inherit', 'open', 'open', '', '354-revision-v1', '', '', '2014-02-18 19:12
:08', '2014-02-18 19:12:08', '', 354, 'http://www.grupo-innova.com/?p=373', 0, '
revision', '', 0),
(374, 1, '2014-02-18 19:13:46', '2014-02-18 19:13:46', '<span style="color: #993

300;"><strong>CABLEADO ESTRUCTURADO,- Y REDES INALMBRICAS Y VIRTUALES</strong></spa


n>\r\n\r\n<strong>CABLEADO ESTRUCTURADO</strong>\r\n\r\n-<strong>Normalizacin de re
des: verificacin de cumplimiento de estndares (ANSI, TIA, EIA, IEEE e ISO)</strong
>\r\n\r\n<strong>-Calidad de Servicio (QoS) </strong>\r\n\r\n<strong></strong>La
calidad de servicio se basa en el rendimiento promedio de una red de voz o datos
, particularmente desde el punto de vista de los usuarios. Para cuantitativament
e medir la calidad de servicio son considerados varios aspectos del servicio de
red, tales como: disponibilidad, tasas de errores, ancho de banda, estabilidad,
retraso en la transmisin, entre otros.\r\n\r\n<strong>REDES INALMBRICAS Y VIRTUALE
S</strong>\r\n\r\n<strong>-Survey de zonas WiFi </strong>\r\n\r\n<strong></strong
>Estudios avanzados a travs de herramientas especializadas que garantizan el diseo
de redes inalmbricas de alta fidelidad, tomando en cuenta factores como: cantida
d de quipos a conectar, ancho de banda, distribucin y patrones de radiacin de las
antenas a emplear, entre otros.\r\n\r\n<strong>-Programacin de equipos, Routing y
Switcing</strong>\r\n\r\nLos routers y switches son los pilares de toda comunic
acin empresarial, desde datos hasta voz y vdeo, incluyendo acceso inalmbrico. Puede
n mejorar la base de la empresa, permitiendo aumentar la productividad de la emp
resa, recortar costes y mejorar la seguridad y el servicio al cliente.\r\n\r\n<s
trong>-Servidores y estaciones de trabajo</strong>\r\n\r\nMonitoreo y control de
recursos del servidor y estaciones de trabajo.Ofrecemos el servicio de instalacin
y configuracin de servidores, colocando a su disposicin conocimientos de programa
cin avanzada, incluyendo aspectos como: Dominio (DNS), DHCP, Proxy, ISS, directiv
as de grupo y aspectos relacionados.', 'CONSULTORA Y OPTIMIZACIN', '', 'inherit',
'open', 'open', '', '180-revision-v1', '', '', '2014-02-18 19:13:46', '2014-02-1
8 19:13:46', '', 180, 'http://www.grupo-innova.com/?p=374', 0, 'revision', '', 0
),
(375, 1, '2014-02-18 19:13:54', '2014-02-18 19:13:54', '&nbsp;\r\n\r\n<span styl
e="color: #800000;">-SERVIDORES Y ESTACIONES DE TRABAJO, CABLEADO ESTRUCTURADOS,
REDES INALMBRICAS Y VIRTUALES</span>\r\n\r\n<span style="color: #800000;"><strong>C
ABLEADO ESTRUCTURADO</strong></span>\r\n\r\n-<strong>Canalizacin, tendido y conect
orizacin de puntos de redes de datos y redes telefnicas</strong>\r\n\r\nDiseo e imp
lementacin de redes adaptadas a las necesidades de su empresa, tomando en cuenta
factores como: las marcas ms apropiadas, arquitectura de la red, flexibilidad y c
recimiento de la misma.\r\n\r\n-<strong>Construccin y remodelacin de Data Centers</
strong>\r\n\r\nDiseo e implementacin de Data Centers, teniendo presente los difere
ntes requerimientos de equipos, energa, enfriamiento y seguridad, de manera de ob
tener un diseo adaptado, eficiente y escalable.\r\n\r\n<span style="color: #80000
0;"><strong>REDES INALMBRICAS Y VIRTUALES</strong></span>\r\n\r\n<strong>-Creacin
de zonas Wifi y radioenlaces</strong>\r\n\r\nInstalacin, distribucin y configuracin
de equipos inalmbricos, implementacin de radio enlaces para la comunicacin inalmbri
ca directa entre diferentes sedes de la empresa.\r\n\r\n<strong>- Implementacin d
e Redes Virtuales Privadas (VPN)</strong>\r\n\r\nConfiguracin de redes VPN para e
l intercambio de informacin entre varias sedes de la empresa va internet, garantiz
ando un alto nivel de seguridad a travs de protocolos de autenticacin y cifrado de
los datos.\r\n\r\n&nbsp;', 'INFRAESTRUCTURA Y CONECTIVIDAD', '', 'inherit', 'op
en', 'open', '', '354-revision-v1', '', '', '2014-02-18 19:13:54', '2014-02-18 1
9:13:54', '', 354, 'http://www.grupo-innova.com/?p=375', 0, 'revision', '', 0),
(376, 1, '2014-02-18 19:20:31', '2014-02-18 19:20:31', '', 'outsourcing TI axion
ti', 'OUTSOURCING', 'inherit', 'open', 'open', '', 'outsourcing-ti-axionti', '',
'', '2014-02-18 19:20:31', '2014-02-18 19:20:31', '', 180, 'http://www.grupo-in
nova.com/wp-content/uploads/2013/04/outsourcing-TI-axionti.jpg', 0, 'attachment'
, 'image/jpeg', 0),
(377, 1, '2014-02-18 19:22:01', '2014-02-18 19:22:01', '&nbsp;\r\n\r\n<span styl
e="color: #800000;">CABLEADO ESTRUCTURADO,- Y REDES INALMBRICAS Y VIRTUALES</span>\
r\n\r\n<span style="color: #800000;"><strong>CABLEADO ESTRUCTURADO</strong></span>
\r\n\r\n-<strong>Canalizacin, tendido y conectorizacin de puntos de redes de datos
y redes telefnicas</strong>\r\n\r\nDiseo e implementacin de redes adaptadas a las n
ecesidades de su empresa, tomando en cuenta factores como: las marcas ms apropiad
as, arquitectura de la red, flexibilidad y crecimiento de la misma.\r\n\r\n-<stro
ng>Construccin y remodelacin de Data Centers</strong>\r\n\r\nDiseo e implementacin d

e Data Centers, teniendo presente los diferentes requerimientos de equipos, ener


ga, enfriamiento y seguridad, de manera de obtener un diseo adaptado, eficiente y
escalable.\r\n\r\n<span style="color: #800000;"><strong>REDES INALMBRICAS Y VIRTU
ALES</strong></span>\r\n\r\n<strong>-Creacin de zonas Wifi y radioenlaces</strong
>\r\n\r\nInstalacin, distribucin y configuracin de equipos inalmbricos, implementacin
de radio enlaces para la comunicacin inalmbrica directa entre diferentes sedes de
la empresa.\r\n\r\n<strong>- Implementacin de Redes Virtuales Privadas (VPN)</st
rong>\r\n\r\nConfiguracin de redes VPN para el intercambio de informacin entre var
ias sedes de la empresa va internet, garantizando un alto nivel de seguridad a tr
avs de protocolos de autenticacin y cifrado de los datos.\r\n\r\n&nbsp;', 'INFRAES
TRUCTURA Y CONECTIVIDAD', '', 'inherit', 'open', 'open', '', '354-revision-v1',
'', '', '2014-02-18 19:22:01', '2014-02-18 19:22:01', '', 354, 'http://www.grupo
-innova.com/?p=377', 0, 'revision', '', 0),
(378, 1, '2014-02-18 19:23:29', '2014-02-18 19:23:29', '<span style="color: #800
000;">-SERVIDORES Y ESTACIONES DE TRABAJO, CABLEADO ESTRUCTURADOS, REDES INALMBRI
CAS Y VIRTUALES</span>\r\n\r\n<span style="color: #800000;"><strong>CABLEADO ESTRUC
TURADO</strong></span>\r\n\r\n-<strong>Normalizacin de redes: verificacin de cumpl
imiento de estndares (ANSI, TIA, EIA, IEEE e ISO)</strong>\r\n\r\n<strong>-Calida
d de Servicio (QoS) </strong>\r\n\r\n<strong></strong>La calidad de servicio se b
asa en el rendimiento promedio de una red de voz o datos, particularmente desde
el punto de vista de los usuarios. Para cuantitativamente medir la calidad de se
rvicio son considerados varios aspectos del servicio de red, tales como: disponi
bilidad, tasas de errores, ancho de banda, estabilidad, retraso en la transmisin,
entre otros.\r\n\r\n<span style="color: #800000;"><strong>REDES INALMBRICAS Y VI
RTUALES</strong></span>\r\n\r\n<strong>-Survey de zonas WiFi </strong>\r\n\r\n<st
rong></strong>Estudios avanzados a travs de herramientas especializadas que garan
tizan el diseo de redes inalmbricas de alta fidelidad, tomando en cuenta factores
como: cantidad de quipos a conectar, ancho de banda, distribucin y patrones de ra
diacin de las antenas a emplear, entre otros.\r\n\r\n<strong>-Programacin de equip
os, Routing y Switcing</strong>\r\n\r\nLos routers y switches son los pilares de
toda comunicacin empresarial, desde datos hasta voz y vdeo, incluyendo acceso ina
lmbrico. Pueden mejorar la base de la empresa, permitiendo aumentar la productivi
dad de la empresa, recortar costes y mejorar la seguridad y el servicio al clien
te.\r\n\r\n<span style="color: #800000;"><strong>SERVIDORES Y ESTACIONS DE TRABA
JO</strong></span>\r\n\r\nMonitoreo y control de recursos del servidor y estacio
nes de trabajo.Ofrecemos el servicio de instalacin y configuracin de servidores, co
locando a su disposicin conocimientos de programacin avanzada, incluyendo aspectos
como: Dominio (DNS), DHCP, Proxy, ISS, directivas de grupo y aspectos relaciona
dos.', 'CONSULTORA Y OPTIMIZACIN', '', 'inherit', 'open', 'open', '', '180-revisio
n-v1', '', '', '2014-02-18 19:23:29', '2014-02-18 19:23:29', '', 180, 'http://ww
w.grupo-innova.com/?p=378', 0, 'revision', '', 0),
(379, 1, '2014-02-18 19:24:13', '2014-02-18 19:24:13', 'Viral gentrify lomo, dol
ore fugiat nesciunt nihil non beard sunt master cleanse do fashion axe photo boo
th laboris. Godard 90''s carles meggings, brooklyn fingerstache tattooed iphone
blue bottle enim ea YOLO. Ullamco skateboard assumenda, portland bushwick viral
lo-fi id irure consectetur Austin fugiat yr selfies. Readymade dolore keffiyeh s
ustainable nostrud, velit irure tempor pork belly consectetur before they sold o
ut laboris try-hard vinyl. Dreamcatcher hoodie consequat twee viral nulla anim.
Tempor pork belly farm-to-table flannel retro. Sint DIY consectetur 90''s, esse
leggings trust fund single-origin coffee swag.\r\n\r\n[blockquote class=""]Irure
irony sapiente, fanny pack fixie ex veniam you probably haven''t heard of them
marfa ut. Neutra whatever VHS williamsburg kale chips gluten-free. Raw denim cli
che proident YOLO PBR swag. Nihil brunch deserunt, williamsburg qui tonx polaroi
d PBR blog. Nisi sed neutra 90''s stumptown, laboris beard flexitarian veniam fa
nny pack irony enim. Anim retro consectetur cosby sweater, viral sartorial nihil
brunch mustache. Letterpress sint brooklyn pariatur, duis swag typewriter flexi
tarian est aliquip.[bqauthor]Someone Famous[/bqauthor][/blockquote]\r\n\r\nCardi
gan selvage commodo, assumenda intelligentsia meggings mixtape salvia street art
pickled. Post-ironic veniam pour-over, assumenda vero tousled sartorial consequ
at pariatur before they sold out. Squid aliqua lomo DIY nostrud. +1 8-bit tofu p

laceat, nisi truffaut jean shorts freegan typewriter sint accusamus neutra mixta
pe bespoke swag. Art party banjo cardigan, craft beer pop-up ethnic shoreditch o
ccupy actually PBR vegan keffiyeh excepteur letterpress. Hoodie beard chillwave
carles street art, brunch thundercats bicycle rights shoreditch literally nihil
salvia mlkshk cillum swag. Flexitarian biodiesel deserunt blue bottle cupidatat
vice.\r\n\r\nSriracha bicycle rights williamsburg pickled, brunch mollit ex next
level kale chips raw denim umami DIY biodiesel. Adipisicing salvia street art,
polaroid meggings vinyl nihil mollit incididunt nulla gluten-free proident. Duis
freegan dolor, occupy vice before they sold out fanny pack you probably haven''
t heard of them cupidatat godard gluten-free pinterest wayfarers incididunt. Et
ugh veniam, bicycle rights eu nulla pour-over quis scenester dolor typewriter vi
nyl truffaut godard. Pop-up officia ugh jean shorts eu delectus, qui raw denim n
on scenester disrupt try-hard dolore letterpress. Sint mumblecore aliqua retro v
inyl farm-to-table, incididunt et gastropub non williamsburg esse godard before
they sold out 90''s. Placeat aliqua odio gastropub.', 'Respaldo y recuperacin en
casos de desastres', '', 'inherit', 'open', 'open', '', '168-revision-v1', '', '
', '2014-02-18 19:24:13', '2014-02-18 19:24:13', '', 168, 'http://www.grupo-inno
va.com/?p=379', 0, 'revision', '', 0),
(380, 1, '2014-02-18 19:29:46', '2014-02-18 19:29:46', '', '13387405_xl', '', 'i
nherit', 'open', 'open', '', '13387405_xl', '', '', '2014-02-18 19:29:46', '2014
-02-18 19:29:46', '', 168, 'http://www.grupo-innova.com/wp-content/uploads/2013/
04/13387405_xl.jpg', 0, 'attachment', 'image/jpeg', 0),
(381, 1, '2014-02-18 19:30:13', '2014-02-18 19:30:13', 'Viral gentrify lomo, dol
ore fugiat nesciunt nihil non beard sunt master cleanse do fashion axe photo boo
th laboris. Godard 90''s carles meggings, brooklyn fingerstache tattooed iphone
blue bottle enim ea YOLO. Ullamco skateboard assumenda, portland bushwick viral
lo-fi id irure consectetur Austin fugiat yr selfies. Readymade dolore keffiyeh s
ustainable nostrud, velit irure tempor pork belly consectetur before they sold o
ut laboris try-hard vinyl. Dreamcatcher hoodie consequat twee viral nulla anim.
Tempor pork belly farm-to-table flannel retro. Sint DIY consectetur 90''s, esse
leggings trust fund single-origin coffee swag.\r\n\r\n[blockquote class=""]Irure
irony sapiente, fanny pack fixie ex veniam you probably haven''t heard of them
marfa ut. Neutra whatever VHS williamsburg kale chips gluten-free. Raw denim cli
che proident YOLO PBR swag. Nihil brunch deserunt, williamsburg qui tonx polaroi
d PBR blog. Nisi sed neutra 90''s stumptown, laboris beard flexitarian veniam fa
nny pack irony enim. Anim retro consectetur cosby sweater, viral sartorial nihil
brunch mustache. Letterpress sint brooklyn pariatur, duis swag typewriter flexi
tarian est aliquip.[bqauthor]Someone Famous[/bqauthor][/blockquote]\r\n\r\nCardi
gan selvage commodo, assumenda intelligentsia meggings mixtape salvia street art
pickled. Post-ironic veniam pour-over, assumenda vero tousled sartorial consequ
at pariatur before they sold out. Squid aliqua lomo DIY nostrud. +1 8-bit tofu p
laceat, nisi truffaut jean shorts freegan typewriter sint accusamus neutra mixta
pe bespoke swag. Art party banjo cardigan, craft beer pop-up ethnic shoreditch o
ccupy actually PBR vegan keffiyeh excepteur letterpress. Hoodie beard chillwave
carles street art, brunch thundercats bicycle rights shoreditch literally nihil
salvia mlkshk cillum swag. Flexitarian biodiesel deserunt blue bottle cupidatat
vice.\r\n\r\nSriracha bicycle rights williamsburg pickled, brunch mollit ex next
level kale chips raw denim umami DIY biodiesel. Adipisicing salvia street art,
polaroid meggings vinyl nihil mollit incididunt nulla gluten-free proident. Duis
freegan dolor, occupy vice before they sold out fanny pack you probably haven''
t heard of them cupidatat godard gluten-free pinterest wayfarers incididunt. Et
ugh veniam, bicycle rights eu nulla pour-over quis scenester dolor typewriter vi
nyl truffaut godard. Pop-up officia ugh jean shorts eu delectus, qui raw denim n
on scenester disrupt try-hard dolore letterpress. Sint mumblecore aliqua retro v
inyl farm-to-table, incididunt et gastropub non williamsburg esse godard before
they sold out 90''s. Placeat aliqua odio gastropub.', 'Respaldo y recuperacin en
casos de desastres', '', 'inherit', 'open', 'open', '', '168-autosave-v1', '', '
', '2014-02-18 19:30:13', '2014-02-18 19:30:13', '', 168, 'http://www.grupo-inno
va.com/?p=381', 0, 'revision', '', 0),
(382, 1, '2014-02-18 19:32:09', '2014-02-18 19:32:09', '<span style="color: #800

000;">RESPALDO Y RECUPERACIN EN CASOS DE DESASTRES</span>\r\n\r\n-Programacin para


respaldos automticos de informacin, alquiler de espacio externo para depsito de da
tos, servicio de respaldo de informacin en la nube para evitar prdidas de document
os.\r\n\r\n- Bases de datos (SQL, Access y MySQL) y programas instalados como lo
son sistemas administrativos y control de asistencia\r\n\r\n- Imagen del Sistema
: creacin de imagen completa del servidor o equipos, actualizada de acuerdo a las
necesidades del cliente. De esta manera se cuenta con una herramienta que permi
te la puesta en funcionamiento de los sistemas respaldados de manera rpida y segu
ra.', 'Respaldo y recuperacin en casos de desastres', '', 'inherit', 'open', 'ope
n', '', '168-revision-v1', '', '', '2014-02-18 19:32:09', '2014-02-18 19:32:09',
'', 168, 'http://www.grupo-innova.com/?p=382', 0, 'revision', '', 0),
(383, 1, '2014-02-18 19:34:09', '2014-02-18 19:34:09', '', '28563_Lifestyle_Pict
ures_-_Datacenter_hpr', '', 'inherit', 'open', 'open', '', '28563_lifestyle_pict
ures_-_datacenter_hpr', '', '', '2014-02-18 19:34:09', '2014-02-18 19:34:09', ''
, 168, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/28563_Lifestyle_P
ictures_-_Datacenter_hpr.jpg', 0, 'attachment', 'image/jpeg', 0),
(384, 1, '2014-02-18 19:38:46', '2014-02-18 19:38:46', '<h3><span style="color:
#800000;">PLANES DE MANTENIMIENTO</span></h3>\n<h3>-Soporte Presencial y Remoto<
/h3>\nAsesoramiento tcnico, consultas, soporte para la resolucin de peticiones, lo
cual, permite la mejora de calidad de servicio a la vez que facilita una cobert
ura completa del mismo.\n<ul>\n <li>Recepcin y registro de peticiones e incidenci
as</li>\n
<li>Seguimiento integral de acciones</li>\n
<li>Anlisis y res
olucin de problemas</li>\n</ul>\n.', 'Planes de Mantenimiento', '', 'inherit', 'o
pen', 'open', '', '151-autosave-v1', '', '', '2014-02-18 19:38:46', '2014-02-18
19:38:46', '', 151, 'http://www.grupo-innova.com/?p=384', 0, 'revision', '', 0),
(385, 1, '2014-02-18 19:38:54', '2014-02-18 19:38:54', '', '507d8420c1df6-Mainte
nance', '', 'inherit', 'open', 'open', '', '507d8420c1df6-maintenance-2', '', ''
, '2014-02-18 19:38:54', '2014-02-18 19:38:54', '', 151, 'http://www.grupo-innov
a.com/wp-content/uploads/2013/04/507d8420c1df6-Maintenance1.jpg', 0, 'attachment
', 'image/jpeg', 0),
(386, 1, '2014-02-18 19:39:02', '2014-02-18 19:39:02', '<h3><span style="color:
#800000;">PLANES DE MANTENIMIENTO</span></h3>\r\n<h3>-Soporte Presencial y Remot
o</h3>\r\nAsesoramiento tcnico, consultas, soporte para la resolucin de peticiones
, lo cual, permite la mejora de calidad de servicio a la vez que facilita una co
bertura completa del mismo.\r\n<ul>\r\n <li>Recepcin y registro de peticiones e i
ncidencias</li>\r\n
<li>Seguimiento integral de acciones</li>\r\n <li>Anlis
is y resolucin de problemas</li>\r\n</ul>\r\n.', 'Planes de Mantenimiento', '', '
inherit', 'open', 'open', '', '151-revision-v1', '', '', '2014-02-18 19:39:02',
'2014-02-18 19:39:02', '', 151, 'http://www.grupo-innova.com/?p=386', 0, 'revisi
on', '', 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`, `po
st_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`,
`post_type`, `post_mime_type`, `comment_count`) VALUES
(387, 1, '2014-02-18 19:40:08', '2014-02-18 19:40:08', '', 'sf1307quill1', '', '
inherit', 'open', 'open', '', 'sf1307quill1', '', '', '2014-02-18 19:40:08', '20
14-02-18 19:40:08', '', 151, 'http://www.grupo-innova.com/wp-content/uploads/201
3/04/sf1307quill1.jpg', 0, 'attachment', 'image/jpeg', 0),
(388, 1, '2014-02-18 19:42:55', '2014-02-18 19:42:55', '<h3><span style="color:
#800000;">PLANES DE MANTENIMIENTO</span></h3>\r\n<h3>-Soporte Presencial y Remot
o</h3>\r\nAsesoramiento tcnico, consultas, soporte para la resolucin de peticiones
, lo cual, permite la mejora de calidad de servicio a la vez que facilita una co
bertura completa del mismo.\r\n<ul>\r\n <li>Recepcin y registro de peticiones e i
ncidencias</li>\r\n
<li>Seguimiento integral de acciones</li>\r\n <li>Anlis
is y resolucin de problemas</li>\r\n <li>Actitud proactiva hacia la prevencin<
/li>\r\n</ul>\r\n.', 'Planes de Mantenimiento', '', 'inherit', 'open', 'open', '
', '151-revision-v1', '', '', '2014-02-18 19:42:55', '2014-02-18 19:42:55', '',
151, 'http://www.grupo-innova.com/?p=388', 0, 'revision', '', 0),
(389, 1, '2014-02-18 19:45:08', '2014-02-18 19:45:08', '<h3>Gestin de Activos y S

ervicios</h3>\nMejore la gestin de sus recursos. Obtendr un total control de sus c


ostes IT, dispondr siempre de la tecnologa ms adecuada a su actividad y dispondr de
un servicio de calidad garantizado. De igual manera, se obtiene una visin experta
, actualizada y prctica de apoyo en la planificacin estratgica de las inversiones.\
n<ul>\n <li>Soporte para la planificacin de inversiones en base al anlisis de las
tendencias, evolucin y alternativas tecnolgicas.</li>\n
<li>Manejo de los servic
ios contratados, controlando as de manera ms precisa el verdadero costo de su infr
aestructura de operacin</li>\n <li>Mantenga sus equipos al da y evite gastos imp
revistos y urgentes provocados por la obsolescencia tecnolgica o la falta de capa
citacin de su personal</li>\n</ul>\n<h3>Desarrollo y Optimizacin de Redes de Comun
icacin</h3>\nLa gestin de red de comunicaciones es un elemento crtico en las operac
iones de las compaas. Los servicios del outsourcing de Grupo Innova consisten en l
a gestin y operacin de su red de voz y datos, incluyendo la infraestructura asocia
da.\n<ul>\n
<li>Manejo integral de redes LAN, WAN e Internet: configuracin, d
eteccin y resolucin de problemas</li>\n
<li>Gestin de seguridad: deteccin de intru
siones, firewall, accesos VPN</li>\n</ul>', 'Outsourcing', '', 'inherit', 'open'
, 'open', '', '142-autosave-v1', '', '', '2014-02-18 19:45:08', '2014-02-18 19:4
5:08', '', 142, 'http://www.grupo-innova.com/?p=389', 0, 'revision', '', 0),
(390, 1, '2014-02-18 19:45:17', '2014-02-18 19:45:17', '<span style="color: #800
000;">OUTSOURCING</span>\r\n<h3>Gestin de Activos y Servicios</h3>\r\nMejore la g
estin de sus recursos. Obtendr un total control de sus costes IT, dispondr siempre
de la tecnologa ms adecuada a su actividad y dispondr de un servicio de calidad gar
antizado. De igual manera, se obtiene una visin experta, actualizada y prctica de
apoyo en la planificacin estratgica de las inversiones.\r\n<ul>\r\n <li>Sopo
rte para la planificacin de inversiones en base al anlisis de las tendencias, evol
ucin y alternativas tecnolgicas.</li>\r\n
<li>Manejo de los servicios contratados,
controlando as de manera ms precisa el verdadero costo de su infraestructura de o
peracin</li>\r\n
<li>Mantenga sus equipos al da y evite gastos imprevistos y urgen
tes provocados por la obsolescencia tecnolgica o la falta de capacitacin de su per
sonal</li>\r\n</ul>\r\n<h3>Desarrollo y Optimizacin de Redes de Comunicacin</h3>\r
\nLa gestin de red de comunicaciones es un elemento crtico en las operaciones de l
as compaas. Los servicios del outsourcing de Grupo Innova consisten en la gestin y
operacin de su red de voz y datos, incluyendo la infraestructura asociada.\r\n<ul
>\r\n <li>Manejo integral de redes LAN, WAN e Internet: configuracin, deteccin y
resolucin de problemas</li>\r\n
<li>Gestin de seguridad: deteccin de intrusiones,
firewall, accesos VPN</li>\r\n</ul>', 'Outsourcing', '', 'inherit', 'open', 'ope
n', '', '142-revision-v1', '', '', '2014-02-18 19:45:17', '2014-02-18 19:45:17',
'', 142, 'http://www.grupo-innova.com/?p=390', 0, 'revision', '', 0),
(391, 1, '2014-02-18 19:45:55', '2014-02-18 19:45:55', '', 'outFinanciero', '',
'inherit', 'open', 'open', '', 'outfinanciero', '', '', '2014-02-18 19:45:55', '
2014-02-18 19:45:55', '', 142, 'http://www.grupo-innova.com/wp-content/uploads/2
013/04/outFinanciero.jpg', 0, 'attachment', 'image/jpeg', 0),
(392, 1, '2014-02-18 19:52:47', '2014-02-18 19:52:47', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<h3>QUIENES SOMOS?</h3>\r\n<p style="textalign: justify;">Innova es una empresa dedicada al <b>outsourcing, consultora y e
jecucin de proyectos</b> en las reas de tecnologa de la informacin y comunicacin (TIC
s) y sistemas de seguridad. Se encuentra constituida por profesionales <b>ingeni
eros de telecomunicaciones,</b> altamente calificados y enfocados en brindar las
mejores soluciones<b> </b>a los problemas o carencias de nuestros clientes, las
cuales, afecten de manera negativa el funcionamiento y rendimiento de sus operaci
ones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual es consolida
rnos como la empresa de <b>soluciones integrales</b>, en las reas de tecnologa de
la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y de
esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n<p style="te
xt-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r\n\r\n<h3>QUE
HACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conectividad''][pr
ogress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progress value=
98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89 text=''Ou
tsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>COMO LO HACEMOS?</h3>\r\
n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '', '

', '2014-02-18 19:52:47', '2014-02-18 19:52:47', '', 83, 'http://www.grupo-innov


a.com/?p=392', 0, 'revision', '', 0),
(394, 1, '2014-02-21 20:27:23', '2014-02-21 20:27:23', '"1-24 A Conversation mod
el p18" de Top Notch 1 por PEARSON EDUCATION. Lanzamiento: 2011. Gnero: Books & S
poken.', '1-24 A Conversation model p18', '', 'inherit', 'open', 'open', '', '124-a-conversation-model-p18', '', '', '2014-02-21 20:27:23', '2014-02-21 20:27:2
3', '', 0, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/1-24-A-Conver
sation-mode-p18.mp3', 0, 'attachment', 'audio/mpeg', 0),
(395, 1, '2014-02-21 20:29:40', '2014-02-21 20:29:40', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<h3>QUIENES SOMOS?[wpdm_file id=1 title="t
rue" desc="true" ]</h3>\r\n<p style="text-align: justify;">Innova es una empresa
dedicada al <b>outsourcing, consultora y ejecucin de proyectos</b> en las reas de
tecnologa de la informacin y comunicacin (TICs) y sistemas de seguridad. Se encuent
ra constituida por profesionales <b>ingenieros de telecomunicaciones,</b> altame
nte calificados y enfocados en brindar las mejores soluciones<b> </b>a los proble
mas o carencias de nuestros clientes, las cuales, afecten de manera negativa el
funcionamiento y rendimiento de sus operaciones.</p>\r\n<p style="text-align: jus
tify;">Nuestro enfoque actual es consolidarnos como la empresa de <b>soluciones
integrales</b>, en las reas de tecnologa de la informacin y comunicacin (TICs) y sis
temas de seguridad, de mejor desempeo y de esta manera lograr <b>la confianza de
nuestros clientes.</b></p>\r\n<p style="text-align: justify;">[/col]<br class="n
c" />[col class="span6"]</p>\r\n\r\n<h3>QUE HACEMOS?</h3>\r\n[progress value=80 t
ext=''Infraestructura y Conectividad''][progress value=90 text=''\r\n\r\nConsult
ora y Optimizacin\r\n\r\n''][progress value=98 text=''\r\n\r\nPlanes de Mantenimie
nto\r\n\r\n''][progress value=89 text=''Outsourcing'']\r\n\r\n[/col]<br class="n
c" />[/row]\r\n<h3>COMO LO HACEMOS?</h3>\r\n[team]', 'NOSOTROS', '', 'inherit', '
open', 'open', '', '83-revision-v1', '', '', '2014-02-21 20:29:40', '2014-02-21
20:29:40', '', 83, 'http://www.grupo-innova.com/?p=395', 0, 'revision', '', 0),
(396, 1, '2014-02-21 20:30:16', '2014-02-21 20:30:16', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<h3>QUIENES SOMOS?</h3>\r\n<p style="textalign: justify;">Innova es una empresa dedicada al <b>outsourcing, consultora y e
jecucin de proyectos</b> en las reas de tecnologa de la informacin y comunicacin (TIC
s) y sistemas de seguridad. Se encuentra constituida por profesionales <b>ingeni
eros de telecomunicaciones,</b> altamente calificados y enfocados en brindar las
mejores soluciones<b> </b>a los problemas o carencias de nuestros clientes, las
cuales, afecten de manera negativa el funcionamiento y rendimiento de sus operaci
ones.</p>\r\n<p style="text-align: justify;">Nuestro enfoque actual es consolida
rnos como la empresa de <b>soluciones integrales</b>, en las reas de tecnologa de
la informacin y comunicacin (TICs) y sistemas de seguridad, de mejor desempeo y de
esta manera lograr <b>la confianza de nuestros clientes.</b></p>\r\n<p style="te
xt-align: justify;">[/col]<br class="nc" />[col class="span6"]</p>\r\n\r\n<h3>QUE
HACEMOS?</h3>\r\n[progress value=80 text=''Infraestructura y Conectividad''][pr
ogress value=90 text=''\r\n\r\nConsultora y Optimizacin\r\n\r\n''][progress value=
98 text=''\r\n\r\nPlanes de Mantenimiento\r\n\r\n''][progress value=89 text=''Ou
tsourcing'']\r\n\r\n[/col]<br class="nc" />[/row]\r\n<h3>COMO LO HACEMOS?</h3>\r\
n[team]', 'NOSOTROS', '', 'inherit', 'open', 'open', '', '83-revision-v1', '', '
', '2014-02-21 20:30:16', '2014-02-21 20:30:16', '', 83, 'http://www.grupo-innov
a.com/?p=396', 0, 'revision', '', 0),
(397, 1, '2014-02-21 20:32:53', '2014-02-21 20:32:53', '[wpc_redirect_on_login_h
ub]', 'Portal', '', 'trash', 'closed', 'closed', '', 'portal', '', '', '2014-0306 14:00:33', '2014-03-06 14:00:33', '', 0, 'http://www.grupo-innova.com/?page_i
d=397', 0, 'page', '', 0),
(398, 1, '2014-02-21 20:32:53', '2014-02-21 20:32:53', '[wpc_client_loginf]', 'L
ogin Page', '', 'trash', 'closed', 'closed', '', 'login-page', '', '', '2014-0306 14:00:34', '2014-03-06 14:00:34', '', 397, 'http://www.grupo-innova.com/?page
_id=398', 0, 'page', '', 0),
(399, 1, '2014-02-21 20:32:53', '2014-02-21 20:32:53', '[wpc_client_hub_page]',
'HUB Page', '', 'trash', 'closed', 'closed', '', 'hub-page', '', '', '2014-03-06
14:00:34', '2014-03-06 14:00:34', '', 397, 'http://www.grupo-innova.com/?page_i
d=399', 0, 'page', '', 0),

(400, 1, '2014-02-21 20:32:53', '2014-02-21 20:32:53', '[wpc_client_portal_page]


', 'Portal Page', '', 'trash', 'closed', 'closed', '', 'portal-page', '', '', '2
014-03-06 14:00:34', '2014-03-06 14:00:34', '', 397, 'http://www.grupo-innova.co
m/?page_id=400', 0, 'page', '', 0),
(401, 1, '2014-02-21 20:32:53', '2014-02-21 20:32:53', 'You haven''t permission
for this page.', 'Error', '', 'trash', 'closed', 'closed', '', 'error', '', '',
'2014-03-06 14:00:34', '2014-03-06 14:00:34', '', 397, 'http://www.grupo-innova.
com/?page_id=401', 0, 'page', '', 0),
(405, 1, '2014-02-21 20:43:32', '2014-02-21 20:43:32', 'You haven''t permission
for this page.', 'Error', '', 'inherit', 'open', 'open', '', '401-autosave-v1',
'', '', '2014-02-21 20:43:32', '2014-02-21 20:43:32', '', 401, 'http://www.grupo
-innova.com/?p=405', 0, 'revision', '', 0),
(406, 1, '2014-02-21 20:44:17', '2014-02-21 20:44:17', '[wpc_client_loginf]', 'L
ogin Page', '', 'inherit', 'open', 'open', '', '398-autosave-v1', '', '', '201402-21 20:44:17', '2014-02-21 20:44:17', '', 398, 'http://www.grupo-innova.com/?p
=406', 0, 'revision', '', 0),
(408, 1, '2014-03-06 13:51:22', '2014-03-06 13:51:22', '<!--more--> Typewriter b
espoke keffiyeh, esse polaroid do tousled. Nostrud nesciunt portland stumptown s
ynth, letterpress skateboard cosby sweater banksy 90''s elit next level. Skatebo
ard twee cillum fap tempor, photo booth marfa bushwick craft beer post-ironic pl
aid you probably haven''t heard of them delectus. Authentic velit nihil brunch t
attooed.\n\n[blockquote class=""]Typewriter swag jean shorts fixie excepteur, ve
lit small batch tofu PBR vero pinterest sapiente irure godard. Authentic 3 wolf
moon hashtag, hella pop-up mlkshk direct trade. Change content hereblockquote-co
ntent[bqauthor]Joe Doe[/bqauthor][/blockquote]\n\nStreet art farm-to-table Austi
n iphone. Sapiente adipisicing quinoa semiotics, meggings iphone bespoke cred an
im. Quis mcsweeney''s godard banksy. Et raw denim quinoa esse culpa. Yr neutra d
isrupt, aliquip craft beer vice aute accusamus odio tumblr pug synth. Deep v bus
hwick post-ironic non. Mixtape typewriter exercitation, ugh aliquip messenger ba
g tonx officia reprehenderit whatever consectetur non shoreditch.\n\nEnim pickle
d semiotics art party viral bespoke. Umami reprehenderit salvia, wolf pug dolore
biodiesel nisi aliquip cupidatat eiusmod. Street art 3 wolf moon selfies, eiusm
od actually exercitation nostrud sustainable mixtape neutra pinterest tonx wes a
nderson typewriter ennui. Selfies laboris 90''s, mlkshk VHS food truck scenester
readymade flannel keffiyeh kogi selvage yr. Forage blog vinyl VHS semiotics. As
sumenda iphone mustache eu, vinyl proident kogi seitan wolf PBR actually. Keytar
+1 thundercats, blue bottle chillwave letterpress pitchfork.\n\nIntelligentsia
mumblecore mustache mixtape street art, meggings chillwave qui. Semiotics biodie
sel cray, qui nulla ad adipisicing occupy sapiente sustainable farm-to-table sma
ll batch fashion axe fixie. Beard cosby sweater photo booth, authentic anim VHS
stumptown thundercats fanny pack. Williamsburg high life quis terry richardson,
blue bottle blog tattooed. Truffaut veniam aliquip sint irony.', 'Entrenamiento
de Personal', '', 'inherit', 'open', 'open', '', '136-autosave-v1', '', '', '201
4-03-06 13:51:22', '2014-03-06 13:51:22', '', 136, 'http://www.grupo-innova.com/
?p=408', 0, 'revision', '', 0),
(409, 1, '2014-03-06 13:51:29', '2014-03-06 13:51:29', '<!--more--> Typewriter b
espoke keffiyeh, esse polaroid do tousled. Nostrud nesciunt portland stumptown s
ynth, letterpress skateboard cosby sweater banksy 90''s elit next level. Skatebo
ard twee cillum fap tempor, photo booth marfa bushwick craft beer post-ironic pl
aid you probably haven''t heard of them delectus. Authentic velit nihil brunch t
attooed.\r\n\r\n[blockquote class=""]Typewriter swag jean shorts fixie excepteur
, velit small batch tofu PBR vero pinterest sapiente irure godard. Authentic 3 w
olf moon hashtag, hella pop-up mlkshk direct trade. Change content hereblockquot
e-content[bqauthor]Joe Doe[/bqauthor][/blockquote]\r\n\r\nStreet art farm-to-tab
le Austin iphone. Sapiente adipisicing quinoa semiotics, meggings iphone bespoke
cred anim. Quis mcsweeney''s godard banksy. Et raw denim quinoa esse culpa. Yr
neutra disrupt, aliquip craft beer vice aute accusamus odio tumblr pug synth. De
ep v bushwick post-ironic non. Mixtape typewriter exercitation, ugh aliquip mess
enger bag tonx officia reprehenderit whatever consectetur non shoreditch.\r\n\r\
nEnim pickled semiotics art party viral bespoke. Umami reprehenderit salvia, wol

f pug dolore biodiesel nisi aliquip cupidatat eiusmod. Street art 3 wolf moon se
lfies, eiusmod actually exercitation nostrud sustainable mixtape neutra pinteres
t tonx wes anderson typewriter ennui. Selfies laboris 90''s, mlkshk VHS food tru
ck scenester readymade flannel keffiyeh kogi selvage yr. Forage blog vinyl VHS s
emiotics. Assumenda iphone mustache eu, vinyl proident kogi seitan wolf PBR actu
ally. Keytar +1 thundercats, blue bottle chillwave letterpress pitchfork.\r\n\r\
nIntelligentsia mumblecore mustache mixtape street art, meggings chillwave qui.
Semiotics biodiesel cray, qui nulla ad adipisicing occupy sapiente sustainable f
arm-to-table small batch fashion axe fixie. Beard cosby sweater photo booth, aut
hentic anim VHS stumptown thundercats fanny pack. Williamsburg high life quis te
rry richardson, blue bottle blog tattooed. Truffaut veniam aliquip sint irony.',
'Entrenamiento de Personal', '', 'inherit', 'open', 'open', '', '136-revision-v
1', '', '', '2014-03-06 13:51:29', '2014-03-06 13:51:29', '', 136, 'http://www.g
rupo-innova.com/?p=409', 0, 'revision', '', 0),
(410, 1, '2014-03-06 14:00:33', '2014-03-06 14:00:33', '[wpc_redirect_on_login_h
ub]', 'Portal', '', 'inherit', 'open', 'open', '', '397-revision-v1', '', '', '2
014-03-06 14:00:33', '2014-03-06 14:00:33', '', 397, 'http://www.grupo-innova.co
m/?p=410', 0, 'revision', '', 0),
(411, 1, '2014-03-06 14:00:34', '2014-03-06 14:00:34', 'You haven''t permission
for this page.', 'Error', '', 'inherit', 'open', 'open', '', '401-revision-v1',
'', '', '2014-03-06 14:00:34', '2014-03-06 14:00:34', '', 401, 'http://www.grupo
-innova.com/?p=411', 0, 'revision', '', 0),
(412, 1, '2014-03-06 14:00:34', '2014-03-06 14:00:34', '[wpc_client_hub_page]',
'HUB Page', '', 'inherit', 'open', 'open', '', '399-revision-v1', '', '', '201403-06 14:00:34', '2014-03-06 14:00:34', '', 399, 'http://www.grupo-innova.com/?p
=412', 0, 'revision', '', 0),
(413, 1, '2014-03-06 14:00:34', '2014-03-06 14:00:34', '[wpc_client_loginf]', 'L
ogin Page', '', 'inherit', 'open', 'open', '', '398-revision-v1', '', '', '201403-06 14:00:34', '2014-03-06 14:00:34', '', 398, 'http://www.grupo-innova.com/?p
=413', 0, 'revision', '', 0),
(414, 1, '2014-03-06 14:00:34', '2014-03-06 14:00:34', '[wpc_client_portal_page]
', 'Portal Page', '', 'inherit', 'open', 'open', '', '400-revision-v1', '', '',
'2014-03-06 14:00:34', '2014-03-06 14:00:34', '', 400, 'http://www.grupo-innova.
com/?p=414', 0, 'revision', '', 0),
(415, 1, '2014-03-11 15:38:58', '2014-03-11 15:38:58', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\n<div>\n<h3>Informacion de Contacto</h3>\n<u
l>\n
<li>Direccin: Av. Don Julio Centeno, C.C. Plaza Esmeralda #20, San Diego,
Carabobo.</li>\n
<li>Telfono: 0414.4425144/ 4297117/ 4607888</li>\n
<li>E-mail: [email protected]</li>\n</ul>\n[social type="facebook" link
="#"][social type="twitter" link="#"][social type="gplus" link="#"][social type=
"linkedin" link="#"]\n<div></div>\n</div>\n[/col]<br class="nc" />[col class="sp
an6"]\n<h3>Contacto</h3>\n[contact-form]\n\n[/col]<br class="nc" />[/row]\n\n[<a
href="https://maps.google.co.ve/maps/ms?msa=0&amp;msid=206766740361805561655.00
04ce4bafd68ff2d058e&amp;dg=feature">https://maps.google.co.ve/maps/ms?msa=0&amp;
msid=206766740361805561655.0004ce4bafd68ff2d058e&amp;dg=feature</a> ]', 'Contact
o', '', 'inherit', 'open', 'open', '', '213-autosave-v1', '', '', '2014-03-11 15
:38:58', '2014-03-11 15:38:58', '', 213, 'http://www.grupo-innova.com/?p=415', 0
, 'revision', '', 0),
(416, 1, '2014-03-06 14:08:06', '2014-03-06 14:08:06', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<div>\r\n<h3>contact info</h3>\r\n<ul>\r\
n
<li>Direccion: CT3A Building street 195, New Something 1234, Country Aus
tralia</li>\r\n <li>Telefono: +132.13213212 - +23.312312546</li>\r\n
<li>Emai
l: [email protected]</li>\r\n</ul>\r\n[social type="facebook" link="#"]
[social type="twitter" link="#"][social type="gplus" link="#"][social type="link
edin" link="#"]\r\n<div></div>\r\n</div>\r\n[/col]<br class="nc" />[col class="s
pan6"]\r\n<h3>Contacto</h3>\r\n[contact-form]\r\n\r\n[/col]<br class="nc" />[/ro
w]\r\n\r\n[googlemap zoom="11" type="TERRAIN" height="400" text="" address="Big
Ben, Westminster Bridge Road, London" ]', 'Contacto', '', 'inherit', 'open', 'op
en', '', '213-revision-v1', '', '', '2014-03-06 14:08:06', '2014-03-06 14:08:06'
, '', 213, 'http://www.grupo-innova.com/?p=416', 0, 'revision', '', 0),

(417, 1, '2014-03-06 14:09:44', '2014-03-06 14:09:44', '[row class="row-fluid"]<


br class="nc" />[col class="span6"]\r\n<div>\r\n<h3>Informacion de Contacto</h3>
\r\n<ul>\r\n
<li>Direccion: CT3A Building street 195, New Something 1234, Cou
ntry Australia</li>\r\n <li>Telefono: +132.13213212 - +23.312312546</li>\r\n
<li>Email: [email protected]</li>\r\n</ul>\r\n[social type="facebook" l
ink="#"][social type="twitter" link="#"][social type="gplus" link="#"][social ty
pe="linkedin" link="#"]\r\n<div></div>\r\n</div>\r\n[/col]<br class="nc" />[col
class="span6"]\r\n<h3>Contacto</h3>\r\n[contact-form]\r\n\r\n[/col]<br class="nc
" />[/row]\r\n\r\n[googlemap zoom="11" type="TERRAIN" height="400" text="" addre
ss="Urb plaza Esmeralda local 20 San diego" ]', 'Contacto', '', 'inherit', 'open
', 'open', '', '213-revision-v1', '', '', '2014-03-06 14:09:44', '2014-03-06 14:
09:44', '', 213, 'http://www.grupo-innova.com/?p=417', 0, 'revision', '', 0),
(418, 1, '2014-03-06 14:22:17', '2014-03-06 14:22:17', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<div>\r\n<h3>Informacion de Contacto</h3>
\r\n<ul>\r\n
<li>Direccion: San Diego</li>\r\n
<li>Telefono: +132.13213
212 - +23.312312546</li>\r\n
<li>Email: [email protected]</li>\r\n</
ul>\r\n[social type="facebook" link="#"][social type="twitter" link="#"][social
type="gplus" link="#"][social type="linkedin" link="#"]\r\n<div></div>\r\n</div>
\r\n[/col]<br class="nc" />[col class="span6"]\r\n<h3>Contacto</h3>\r\n[contactform]\r\n\r\n[/col]<br class="nc" />[/row]\r\n\r\n[googlemap zoom="11" type="TER
RAIN" height="400" text="" address="Urb plaza Esmeralda local 20 San diego" ]',
'Contacto', '', 'inherit', 'open', 'open', '', '213-revision-v1', '', '', '201403-06 14:22:17', '2014-03-06 14:22:17', '', 213, 'http://www.grupo-innova.com/?p
=418', 0, 'revision', '', 0),
(419, 1, '2014-03-06 14:22:39', '2014-03-06 14:22:39', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<div>\r\n<h3>Informacion de Contacto</h3>
\r\n<ul>\r\n
<li>Direccion: San Diego</li>\r\n
<li>Telefono: 0414442514
4</li>\r\n
<li>Email: [email protected]</li>\r\n</ul>\r\n[social t
ype="facebook" link="#"][social type="twitter" link="#"][social type="gplus" lin
k="#"][social type="linkedin" link="#"]\r\n<div></div>\r\n</div>\r\n[/col]<br cl
ass="nc" />[col class="span6"]\r\n<h3>Contacto</h3>\r\n[contact-form]\r\n\r\n[/c
ol]<br class="nc" />[/row]\r\n\r\n[googlemap zoom="11" type="TERRAIN" height="40
0" text="" address="Urb plaza Esmeralda local 20 San diego" ]', 'Contacto', '',
'inherit', 'open', 'open', '', '213-revision-v1', '', '', '2014-03-06 14:22:39',
'2014-03-06 14:22:39', '', 213, 'http://www.grupo-innova.com/?p=419', 0, 'revis
ion', '', 0),
(420, 1, '2014-03-06 16:30:08', '2014-03-06 16:30:08', '[gallery ids="24,25"]\n<
h2>Creacin de zonas Wifi y radioenlaces</h2>\nInstalacin, distribucin y configuracin
de equipos inalmbricos, implementacin de radio enlaces para la comunicacin inalmbri
ca directa entre diferentes sedes de la empresa.\n\n<h2>Construccin y remodelacin
de Data Centers</h2>\nDiseo e implementacin de Data Centers, teniendo presente los
diferentes requerimientos de equipos, energa, enfriamiento y seguridad, de maner
a de obtener un diseo adaptado, eficiente y escalable. ', ' Redes inalmbricas
y virtuales', '', 'inherit', 'open', 'open', '', '72-autosave-v1', '', '', '201
4-03-06 16:30:08', '2014-03-06 16:30:08', '', 72, 'http://www.grupo-innova.com/?
p=420', 0, 'revision', '', 0),
(421, 1, '2014-03-07 13:49:25', '2014-03-07 13:49:25', '[gallery ids="24,25"]\n<
h3 style="text-align: left; line-height: 20%;">Normalizacin de redes: verificacin
de cumplimiento de estndares (ANSI, TIA, EIA, IEEE e ISO)</h3>\nDiseo e implementa
cin de redes adaptadas a las necesidades de su empresa, tomando en cuenta factore
s como: las marcas ms apropiadas, arquitectura de la red, flexibilidad y crecimie
nto de la misma.\n<h3 style="text-align: left; line-height: 20%;">Calidad de Ser
vicio (QoS)</h3>\nLa calidad de servicio se basa en el rendimiento promedio de u
na red de voz o datos, particularmente desde el punto de vista de los usuarios.
Para cuantitativamente medir la calidad de servicio son considerados varios aspe
ctos del servicio de red, tales como: disponibilidad, tasas de errores, ancho de
banda, estabilidad, retraso en la transmisin, entre otros.', 'Cableado Estructur
ados', '', 'inherit', 'open', 'open', '', '70-autosave-v1', '', '', '2014-03-07
13:49:25', '2014-03-07 13:49:25', '', 70, 'http://www.grupo-innova.com/?p=421',
0, 'revision', '', 0),

(422, 1, '2014-03-07 13:56:28', '2014-03-07 13:56:28', '[gallery ids="443"]\n<h3


style="text-align: left; line-height: 20%;">Monitoreo y control de recursos del
servidor y estaciones de trabajo</h3>\nOfrecemos el servicio de instalacin y con
figuracin de servidores, colocando a su disposicin conocimientos de programacin ava
nzada, incluyendo aspectos como: Dominio (DNS), DHCP, Proxy, ISS, directivas de
grupo y aspectos relacionados.', 'Servidores y estaciones de trabajo', '', 'inhe
rit', 'open', 'open', '', '69-autosave-v1', '', '', '2014-03-07 13:56:28', '2014
-03-07 13:56:28', '', 69, 'http://www.grupo-innova.com/?p=422', 0, 'revision', '
', 0),
(423, 1, '2014-03-06 18:00:03', '2014-03-06 18:00:03', '[gallery ids="24,25"]\n\
n<h3 style="text-align: left; line-height: 20%;">Programacin</h3>\nProgramacin par
a respaldos automticos de informacin, alquiler de espacio externo para depsito de d
atos, servicio de respaldo de informacin en la nube para evitar prdidas de documen
tos.\n\n&nbsp;\n<h3 style="text-align: left; line-height: 20%;">bases de datos</
h3>\nIncluye bases de datos (SQL, Access y MySQL) y programas instalados como lo
son sistemas administrativos y control de asistencia.\n\n&nbsp;\n<h3 style="tex
t-align: left; line-height: 20%;">Imagen del Sistema</h3>\ncreacin de imagen comp
leta del servidor o equipos, actualizada de acuerdo a las necesidades del client
e. De esta manera se cuenta con una herramienta que permite la puesta en funcion
amiento de los sistemas respaldados de manera rpida y segura.', 'Respaldo y recup
eracin en casos de desastres', '', 'inherit', 'open', 'open', '', '67-autosave-v1
', '', '', '2014-03-06 18:00:03', '2014-03-06 18:00:03', '', 67, 'http://www.gru
po-innova.com/?p=423', 0, 'revision', '', 0),
(424, 1, '2014-03-07 14:03:18', '2014-03-07 14:03:18', '[gallery ids="24,25"]\n<
h3 style="text-align: left; line-height: 20%;">Procedimientos</h3>\nProcedimient
os de control y gestin tanto de servidores como estaciones de trabajo\n<h3 style=
"text-align: left; line-height: 20%;">Mantenimiento</h3>\nMantenimiento continuo
Hardware y Software\n<h3 style="text-align: left; line-height: 20%;">Seguimient
o</h3>\nSeguimiento completo del ciclo de incidencias, tanto las reportadas por
los usuarios, como las detectadas por nuestro equipo', 'Gestin de Sistemas de Inf
ormtica', '', 'inherit', 'open', 'open', '', '65-autosave-v1', '', '', '2014-03-0
7 14:03:18', '2014-03-07 14:03:18', '', 65, 'http://www.grupo-innova.com/?p=424'
, 0, 'revision', '', 0),
(425, 1, '2014-03-07 14:27:55', '2014-03-07 14:27:55', '[gallery ids="387"]\nAse
soramiento tcnico, consultas, soporte para la resolucin de peticiones, lo cual, pe
rmite la mejora de calidad de servicio a la vez que facilita una cobertura compl
eta del mismo.\n<h3 style="text-align: left; line-height: 20%;">Recepcin</h3>\nRe
cepcin y registro de peticiones e incidencias\n<h3 style="text-align: left; lineheight: 20%;">Seguimiento</h3>\nSeguimiento integral de acciones\n<h3 style="tex
t-align: left; line-height: 20%;">Analisis</h3>\nAnlisis y resolucin de problemas\
n<h3 style="text-align: left; line-height: 20%;">Actitud</h3>\nActitud proactiva
hacia la prevencin', 'Soporte Presencial y Remoto', '', 'inherit', 'open', 'open
', '', '55-autosave-v1', '', '', '2014-03-07 14:27:55', '2014-03-07 14:27:55', '
', 55, 'http://www.grupo-innova.com/?p=425', 0, 'revision', '', 0),
(426, 1, '2014-03-06 19:26:43', '2014-03-06 19:26:43', '[gallery ids="39,38,36,3
5"]\nMejore la gestin de sus recursos. Obtendr un total control de sus costes IT,
dispondr siempre de la tecnologa ms adecuada a su actividad y dispondr de un servici
o de calidad garantizado. De igual manera, se obtiene una visin experta, actualiz
ada y prctica de apoyo en la planificacin estratgica de las inversiones.\n<h3>Sopor
te</h3>\n<h3>\nSoporte para la planificacin de inversiones en base al anlisis de l
as tendencias, evolucin y alternativas tecnolgicas.</h3>\nManejo\nManejo de los se
rvicios contratados, controlando as de manera ms precisa el verdadero costo de su
infraestructura de operacin.\n\nCostos\nMantenga sus equipos al da y evite gastos
imprevistos y urgentes provocados por la obsolescencia tecnolgica o la falta de c
apacitacin de su personal', 'Gestin de Activos y Servicios', '', 'inherit', 'open'
, 'open', '', '53-autosave-v1', '', '', '2014-03-06 19:26:43', '2014-03-06 19:26
:43', '', 53, 'http://www.grupo-innova.com/?p=426', 0, 'revision', '', 0),
(427, 1, '2014-03-12 16:56:45', '2014-03-12 16:56:45', '[gallery ids="436,435"]\
n<h3 style="text-align: left; line-height: 20%;">Canalizacin, tendido y conectori
zacin de puntos de redes de datos y redes telefnicas</h3>\nDiseo e complementacin de

redes adaptadas a las necesidades de su empresa, tomando en cuenta factores com


o: las marcas ms apropiadas, arquitectura de la red, flexibilidad y crecimiento d
e la misma.\n\n&nbsp;\n<h3 style="text-align: left; line-height: 20%;">Construcc
in y remodelacin de Data Centers</h3>\nDiseo e implementacin de Data Centers, tenien
do presente los diferentes requerimientos de equipos, energa, enfriamiento y segu
ridad, de manera de obtener un diseo adaptado, eficiente y escalable.', 'CABLEADO
ESTRUCTURADO', '', 'inherit', 'open', 'open', '', '75-autosave-v1', '', '', '20
14-03-12 16:56:45', '2014-03-12 16:56:45', '', 75, 'http://www.grupo-innova.com/
?p=427', 0, 'revision', '', 0),
(428, 1, '2014-03-07 14:23:28', '2014-03-07 14:23:28', '[gallery ids="449"]\n<h3
style="text-align: left; line-height: 20%;">Manejo</h3>\nManejo integral de red
es LAN, WAN e Internet: configuracin, deteccin y resolucin de problemas\n<h3 style=
"text-align: left; line-height: 20%;">Gestin</h3>\n<span style="line-height: 1.5e
m;">Gestin de seguridad: deteccin de intrusiones, firewall, accesos VPN</span>', '
Desarrollo y Optimizacin de Redes de Comunicacin', '', 'inherit', 'open', 'open',
'', '57-autosave-v1', '', '', '2014-03-07 14:23:28', '2014-03-07 14:23:28', '',
57, 'http://www.grupo-innova.com/?p=428', 0, 'revision', '', 0),
(429, 1, '2014-03-06 19:29:17', '2014-03-06 19:29:17', '[portfolio]', 'Servicios
', '', 'inherit', 'open', 'open', '', '287-revision-v1', '', '', '2014-03-06 19:
29:17', '2014-03-06 19:29:17', '', 287, 'http://www.grupo-innova.com/?p=429', 0,
'revision', '', 0),
(430, 1, '2014-03-06 19:30:24', '2014-03-06 19:30:24', '[bloglist]\r\n\r\n&nbsp;
', 'Clientes', '', 'inherit', 'open', 'open', '', '121-revision-v1', '', '', '20
14-03-06 19:30:24', '2014-03-06 19:30:24', '', 121, 'http://www.grupo-innova.com
/?p=430', 0, 'revision', '', 0),
(431, 1, '2014-03-06 19:32:06', '2014-03-06 19:32:06', '', 'LogoPNG3', '', 'inhe
rit', 'open', 'open', '', 'logopng3-3', '', '', '2014-03-06 19:32:06', '2014-0306 19:32:06', '', 121, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/L
ogoPNG3.png', 0, 'attachment', 'image/png', 0),
(432, 1, '2014-03-06 19:32:28', '2014-03-06 19:32:28', '', 'LogoPNG2', '', 'inhe
rit', 'open', 'open', '', 'logopng2', '', '', '2014-03-06 19:32:28', '2014-03-06
19:32:28', '', 121, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/Log
oPNG2.png', 0, 'attachment', 'image/png', 0),
(433, 1, '2014-03-06 19:32:56', '2014-03-06 19:32:56', '', 'LogoPNG', '', 'inher
it', 'open', 'open', '', 'logopng', '', '', '2014-03-06 19:32:56', '2014-03-06 1
9:32:56', '', 121, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/LogoP
NG.png', 0, 'attachment', 'image/png', 0),
(434, 1, '2014-03-06 19:34:44', '2014-03-06 19:34:44', '', 'Tarjeta de Presentac
ion', '', 'inherit', 'open', 'open', '', 'tarjeta-de-presentacion', '', '', '201
4-03-06 19:34:44', '2014-03-06 19:34:44', '', 121, 'http://www.grupo-innova.com/
wp-content/uploads/2013/04/Tarjeta-de-Presentacion.jpg', 0, 'attachment', 'image
/jpeg', 0),
(435, 1, '2014-03-07 13:33:01', '2014-03-07 13:33:01', '', 'cableado_estructurad
o', '', 'inherit', 'open', 'open', '', 'cableado_estructurado', '', '', '2014-03
-07 13:33:01', '2014-03-07 13:33:01', '', 75, 'http://www.grupo-innova.com/wp-co
ntent/uploads/2013/04/cableado_estructurado.jpg', 0, 'attachment', 'image/jpeg',
0),
(436, 1, '2014-03-07 13:33:23', '2014-03-07 13:33:23', '', 'cableado_estructurad
o2', '', 'inherit', 'open', 'open', '', 'cableado_estructurado2', '', '', '201403-07 13:33:23', '2014-03-07 13:33:23', '', 75, 'http://www.grupo-innova.com/wpcontent/uploads/2013/04/cableado_estructurado2.jpg', 0, 'attachment', 'image/jpe
g', 0),
(437, 1, '2014-03-07 13:43:07', '2014-03-07 13:43:07', '', 'wi-fi-symbol-300', '
', 'inherit', 'open', 'open', '', 'wi-fi-symbol-300', '', '', '2014-03-07 13:43:
07', '2014-03-07 13:43:07', '', 75, 'http://www.grupo-innova.com/wp-content/uplo
ads/2013/04/wi-fi-symbol-300.jpg', 0, 'attachment', 'image/jpeg', 0),
(438, 1, '2014-03-07 13:43:35', '2014-03-07 13:43:35', '', '12202263891484959566
computer wireless signal.svg.hi', '', 'inherit', 'open', 'open', '', '1220226389
1484959566computer-wireless-signal-svg-hi', '', '', '2014-03-07 13:43:35', '2014
-03-07 13:43:35', '', 75, 'http://www.grupo-innova.com/wp-content/uploads/2013/0

4/12202263891484959566computer-wireless-signal.svg_.hi_.png', 0, 'attachment', '


image/png', 0),
(439, 1, '2014-03-07 13:45:44', '2014-03-07 13:45:44', '', '12202263891484959566
computer wireless signal.svg.hi', '', 'inherit', 'open', 'open', '', '1220226389
1484959566computer-wireless-signal-svg-hi-2', '', '', '2014-03-07 13:45:44', '20
14-03-07 13:45:44', '', 72, 'http://www.grupo-innova.com/wp-content/uploads/2013
/04/12202263891484959566computer-wireless-signal.svg_.hi_1.png', 0, 'attachment'
, 'image/png', 0),
(440, 1, '2014-03-07 13:45:57', '2014-03-07 13:45:57', '', '12065581871657764779
ispyisail_Wireless_WiFi_symbol.svg.hi', '', 'inherit', 'open', 'open', '', '1206
5581871657764779ispyisail_wireless_wifi_symbol-svg-hi', '', '', '2014-03-07 13:4
5:57', '2014-03-07 13:45:57', '', 72, 'http://www.grupo-innova.com/wp-content/up
loads/2013/04/12065581871657764779ispyisail_Wireless_WiFi_symbol.svg_.hi_.png',
0, 'attachment', 'image/png', 0),
(441, 1, '2014-03-07 13:50:34', '2014-03-07 13:50:34', '', 'tia_eia_568', '', 'i
nherit', 'open', 'open', '', 'tia_eia_568', '', '', '2014-03-07 13:50:34', '2014
-03-07 13:50:34', '', 70, 'http://www.grupo-innova.com/wp-content/uploads/2013/0
4/tia_eia_568.jpg', 0, 'attachment', 'image/jpeg', 0),
(442, 1, '2014-03-07 13:50:56', '2014-03-07 13:50:56', '', 'normas_cableado', ''
, 'inherit', 'open', 'open', '', 'normas_cableado', '', '', '2014-03-07 13:50:56
', '2014-03-07 13:50:56', '', 70, 'http://www.grupo-innova.com/wp-content/upload
s/2013/04/normas_cableado.jpg', 0, 'attachment', 'image/jpeg', 0),
(443, 1, '2014-03-07 13:56:05', '2014-03-07 13:56:05', '', 'configurar_servidore
s', '', 'inherit', 'open', 'open', '', 'configurar_servidores', '', '', '2014-03
-07 13:56:05', '2014-03-07 13:56:05', '', 69, 'http://www.grupo-innova.com/wp-co
ntent/uploads/2013/04/configurar_servidores.jpg', 0, 'attachment', 'image/jpeg',
0),
(444, 1, '2014-03-07 13:56:22', '2014-03-07 13:56:22', '', '90', '', 'inherit',
'open', 'open', '', '90', '', '', '2014-03-07 13:56:22', '2014-03-07 13:56:22',
'', 69, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/90.jpg', 0, 'att
achment', 'image/jpeg', 0),
(445, 1, '2014-03-07 13:56:32', '2014-03-07 13:56:32', '', 'server', '', 'inheri
t', 'open', 'open', '', 'server', '', '', '2014-03-07 13:56:32', '2014-03-07 13:
56:32', '', 69, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/server.j
pg', 0, 'attachment', 'image/jpeg', 0),
(446, 1, '2014-03-07 13:56:44', '2014-03-07 13:56:44', '', 'servidores', '', 'in
herit', 'open', 'open', '', 'servidores', '', '', '2014-03-07 13:56:44', '2014-0
3-07 13:56:44', '', 69, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/
servidores.jpg', 0, 'attachment', 'image/jpeg', 0),
(447, 1, '2014-03-07 14:00:36', '2014-03-07 14:00:36', '', 'Business-Data', '',
'inherit', 'open', 'open', '', 'business-data', '', '', '2014-03-07 14:00:36', '
2014-03-07 14:00:36', '', 67, 'http://www.grupo-innova.com/wp-content/uploads/20
13/04/Business-Data.jpg', 0, 'attachment', 'image/jpeg', 0),
(448, 1, '2014-03-07 14:00:56', '2014-03-07 14:00:56', '', 'backup-costs-are-ris
ing-raising-the-impetus-for-smarter-storage_1127_492901_0_14054213_500-500x288',
'', 'inherit', 'open', 'open', '', 'backup-costs-are-rising-raising-the-impetus
-for-smarter-storage_1127_492901_0_14054213_500-500x288', '', '', '2014-03-07 14
:00:56', '2014-03-07 14:00:56', '', 67, 'http://www.grupo-innova.com/wp-content/
uploads/2013/04/backup-costs-are-rising-raising-the-impetus-for-smarter-storage_
1127_492901_0_14054213_500-500x288.jpg', 0, 'attachment', 'image/jpeg', 0),
(449, 1, '2014-03-07 14:22:47', '2014-03-07 14:22:47', '', 'cyber', '', 'inherit
', 'open', 'open', '', 'cyber', '', '', '2014-03-07 14:22:47', '2014-03-07 14:22
:47', '', 57, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/cyber.jpg'
, 0, 'attachment', 'image/jpeg', 0),
(450, 1, '2014-03-07 14:23:09', '2014-03-07 14:23:09', '', 'seguridad-informtica'
, '', 'inherit', 'open', 'open', '', 'seguridad-informatica', '', '', '2014-03-0
7 14:23:09', '2014-03-07 14:23:09', '', 57, 'http://www.grupo-innova.com/wp-cont
ent/uploads/2013/04/seguridad-informtica.jpg', 0, 'attachment', 'image/jpeg', 0),
(451, 1, '2014-03-07 14:23:33', '2014-03-07 14:23:33', '', 'FIRE', '', 'inherit'
, 'open', 'open', '', 'fire', '', '', '2014-03-07 14:23:33', '2014-03-07 14:23:3

3', '', 57, 'http://www.grupo-innova.com/wp-content/uploads/2013/04/FIRE.jpg', 0


, 'attachment', 'image/jpeg', 0),
(452, 1, '2014-03-07 17:40:24', '2014-03-07 17:40:24', '[canto_clients]', 'Clien
tes', '', 'inherit', 'open', 'open', '', '121-revision-v1', '', '', '2014-03-07
17:40:24', '2014-03-07 17:40:24', '', 121, 'http://www.grupo-innova.com/?p=452',
0, 'revision', '', 0),
(454, 1, '2014-03-07 17:42:45', '2014-03-07 17:42:45', '', 'CORPORACION D, C.A.'
, '', 'publish', 'closed', 'closed', '', 'corporacion-d-c-a', '', '', '2014-03-0
7 17:42:45', '2014-03-07 17:42:45', '', 0, 'http://www.grupo-innova.com/?post_ty
pe=clients&#038;p=454', 0, 'clients', '', 0),
(456, 1, '2014-03-10 14:08:15', '2014-03-10 14:08:15', 'Closeup shot of hand IT
Engineer is working on a network server. Focus on hand', 'Hand of IT technician'
, '', 'inherit', 'open', 'open', '', 'hand-of-it-technician', '', '', '2014-03-1
0 14:08:15', '2014-03-10 14:08:15', '', 4, 'http://www.grupo-innova.com/wp-conte
nt/uploads/2014/02/network_audit-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(457, 1, '2014-03-10 14:08:37', '2014-03-10 14:08:37', '', 'handonmouse', '', 'i
nherit', 'open', 'open', '', 'handonmouse', '', '', '2014-03-10 14:08:37', '2014
-03-10 14:08:37', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02
/handonmouse.png', 0, 'attachment', 'image/png', 0),
(458, 1, '2014-03-10 14:21:06', '2014-03-10 14:21:06', '', 'Business-Transcripti
on-Outsourcing-1-300x199', '', 'inherit', 'open', 'open', '', 'business-transcri
ption-outsourcing-1-300x199', '', '', '2014-03-10 14:21:06', '2014-03-10 14:21:0
6', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/Business-Tran
scription-Outsourcing-1-300x199.jpg', 0, 'attachment', 'image/jpeg', 0),
(459, 1, '2014-03-10 14:21:46', '2014-03-10 14:21:46', '', 'Calculator_hand', ''
, 'inherit', 'open', 'open', '', 'calculator_hand', '', '', '2014-03-10 14:21:46
', '2014-03-10 14:21:46', '', 4, 'http://www.grupo-innova.com/wp-content/uploads
/2014/02/Calculator_hand.jpg', 0, 'attachment', 'image/jpeg', 0),
(460, 1, '2014-03-10 14:36:04', '2014-03-10 14:36:04', '[service]<br class="nc"
/>[icon name="li_pen"]\n<h2>Reporte de Fallas</h2>\nLorem ipsum dolor sit amet,
consectetur adipisicing elit, tempor incididunt.\n\n[/service][service]<br class
="nc" />[icon name="li_lab"]\n<h2>Design</h2>\nLorem ipsum dolor sit amet, conse
ctetur adipisicing elit, tempor incididunt.\n\n[/service][service]<br class="nc"
/>[icon name="li_settings"]\n<h2>Construction</h2>\nLorem ipsum dolor sit amet,
consectetur adipisicing elit, tempor incididunt.\n\n[/service]<br class="nc" />
<br class="nc" /><br class="nc" />', 'Services', '', 'inherit', 'open', 'open',
'', '6-autosave-v1', '', '', '2014-03-10 14:36:04', '2014-03-10 14:36:04', '', 6
, 'http://www.grupo-innova.com/?p=460', 0, 'revision', '', 0),
(461, 1, '2014-03-10 14:37:36', '2014-03-10 14:37:36', '[service]<br class="nc"
/>[icon name="li_pen"]\r\n<h2>Personas</h2>\r\nLorem ipsum dolor sit amet, conse
ctetur adipisicing elit, tempor incididunt.\r\n\r\n[/service][service]<br class=
"nc" />[icon name="li_lab"]\r\n<h2>Empresas</h2>\r\nLorem ipsum dolor sit amet,
consectetur adipisicing elit, tempor incididunt.\r\n\r\n[/service][service]<br c
lass="nc" />[icon name="li_settings"]\r\n<h2>Documentacin</h2>\r\nLorem ipsum dol
or sit amet, consectetur adipisicing elit, tempor incididunt.\r\n\r\n[/service]<
br class="nc" /><br class="nc" /><br class="nc" />', 'Services', '', 'inherit',
'open', 'open', '', '6-revision-v1', '', '', '2014-03-10 14:37:36', '2014-03-10
14:37:36', '', 6, 'http://www.grupo-innova.com/?p=461', 0, 'revision', '', 0),
(462, 1, '2014-03-10 14:38:33', '2014-03-10 14:38:33', '', 'xbl05tower_jpg_17771
20f.jpg.pagespeed.ic.nxDvHO_y8d', '', 'inherit', 'open', 'open', '', 'xbl05tower
_jpg_1777120f-jpg-pagespeed-ic-nxdvho_y8d', '', '', '2014-03-10 14:38:33', '2014
-03-10 14:38:33', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02
/xbl05tower_jpg_1777120f.jpg.pagespeed.ic_.nxDvHO_y8d.jpg', 0, 'attachment', 'im
age/jpeg', 0),
(463, 1, '2014-03-10 15:09:15', '2014-03-10 15:09:15', '[client_download_page]',
'Ingresa', '', 'inherit', 'open', 'open', '', '121-revision-v1', '', '', '201403-10 15:09:15', '2014-03-10 15:09:15', '', 121, 'http://www.grupo-innova.com/?p
=463', 0, 'revision', '', 0),
(464, 1, '2014-03-10 15:09:39', '2014-03-10 15:09:39', '[client_download_CENTRE]
', 'Ingresa', '', 'inherit', 'open', 'open', '', '121-revision-v1', '', '', '201

4-03-10 15:09:39', '2014-03-10 15:09:39', '', 121, 'http://www.grupo-innova.com/


?p=464', 0, 'revision', '', 0),
(466, 1, '2014-03-10 15:12:38', '2014-03-10 15:12:38', '[Client Center]', 'Ingre
sa', '', 'inherit', 'open', 'open', '', '121-revision-v1', '', '', '2014-03-10 1
5:12:38', '2014-03-10 15:12:38', '', 121, 'http://www.grupo-innova.com/?p=466',
0, 'revision', '', 0),
(467, 1, '2014-03-10 15:19:23', '2014-03-10 15:19:23', '<pre>[[client_download_p
age]]</pre>', 'INGRESA', '', 'publish', 'open', 'open', '', 'ingresa', '', '', '
2014-03-11 13:13:25', '2014-03-11 13:13:25', '', 0, 'http://www.grupo-innova.com
/?page_id=467', 0, 'page', '', 0),
(469, 1, '2014-03-10 15:59:54', '2014-03-10 15:59:54', '[download centre]', '',
'', 'trash', 'open', 'open', '', '469-2', '', '', '2014-03-11 13:16:11', '2014-0
3-11 13:16:11', '', 0, 'http://www.grupo-innova.com/?page_id=469', 0, 'page', ''
, 0),
(470, 1, '2014-03-10 15:59:54', '2014-03-10 15:59:54', '[download centre]', '',
'', 'inherit', 'open', 'open', '', '469-revision-v1', '', '', '2014-03-10 15:59:
54', '2014-03-10 15:59:54', '', 469, 'http://www.grupo-innova.com/?p=470', 0, 'r
evision', '', 0),
(472, 1, '2014-03-10 16:02:40', '2014-03-10 16:02:40', '[client_download]', 'ING
RESA', '', 'inherit', 'open', 'open', '', '467-revision-v1', '', '', '2014-03-10
16:02:40', '2014-03-10 16:02:40', '', 467, 'http://www.grupo-innova.com/?p=472'
, 0, 'revision', '', 0),
(474, 1, '2014-03-10 16:02:58', '2014-03-10 16:02:58', '[client-centre]', 'INGRE
SA', '', 'inherit', 'open', 'open', '', '467-revision-v1', '', '', '2014-03-10 1
6:02:58', '2014-03-10 16:02:58', '', 467, 'http://www.grupo-innova.com/?p=474',
0, 'revision', '', 0),
(475, 1, '2014-03-10 16:09:15', '2014-03-10 16:09:15', '<pre>[[client_download_p
age]]</pre>', 'INGRESA', '', 'inherit', 'open', 'open', '', '467-revision-v1', '
', '', '2014-03-10 16:09:15', '2014-03-10 16:09:15', '', 467, 'http://www.grupoinnova.com/?p=475', 0, 'revision', '', 0),
(477, 1, '2014-03-11 14:30:49', '2014-03-11 14:30:49', '', 'uno', '', 'inherit',
'open', 'open', '', 'files-in-hand-1', '', '', '2014-03-11 14:30:49', '2014-0311 14:30:49', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/Fil
es-in-Hand-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(478, 1, '2014-03-11 14:33:22', '2014-03-11 14:33:22', '', 'Files in Hand 1', ''
, 'inherit', 'open', 'open', '', 'files-in-hand-1-2', '', '', '2014-03-11 14:33:
22', '2014-03-11 14:33:22', '', 4, 'http://www.grupo-innova.com/wp-content/uploa
ds/2014/02/Files-in-Hand-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(479, 1, '2014-03-11 14:33:47', '2014-03-11 14:33:47', '', 'bigstock-Business-ob
jects-on-background-38768890-e1380016559557', '', 'inherit', 'open', 'open', '',
'bigstock-business-objects-on-background-38768890-e1380016559557', '', '', '201
4-03-11 14:33:47', '2014-03-11 14:33:47', '', 4, 'http://www.grupo-innova.com/wp
-content/uploads/2014/02/bigstock-Business-objects-on-background-38768890-e13800
16559557.jpg', 0, 'attachment', 'image/jpeg', 0),
(480, 1, '2014-03-11 14:35:08', '2014-03-11 14:35:08', '', 'xbl05tower_jpg_17771
20f.jpg.pagespeed.ic.nxDvHO_y8d', '', 'inherit', 'open', 'open', '', 'xbl05tower
_jpg_1777120f-jpg-pagespeed-ic-nxdvho_y8d-2', '', '', '2014-03-11 14:35:08', '20
14-03-11 14:35:08', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/
02/xbl05tower_jpg_1777120f1.jpg.pagespeed.ic_.nxDvHO_y8d1.jpg', 0, 'attachment',
'image/jpeg', 0),
(481, 1, '2014-03-11 14:36:23', '2014-03-11 14:36:23', '', 'nono', '', 'inherit'
, 'open', 'open', '', 'philippine-bpo', '', '', '2014-03-11 14:36:23', '2014-0311 14:36:23', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/Phi
lippine-BPO.jpg', 0, 'attachment', 'image/jpeg', 0),
(482, 1, '2014-03-11 14:41:56', '2014-03-11 14:41:56', 'Build new business', 'ef
fective-outsourcing', '', 'inherit', 'open', 'open', '', 'effective-outsourcing'
, '', '', '2014-03-11 14:41:56', '2014-03-11 14:41:56', '', 4, 'http://www.grupo
-innova.com/wp-content/uploads/2014/02/effective-outsourcing.jpg', 0, 'attachmen
t', 'image/jpeg', 0),
(483, 1, '2014-03-11 14:42:16', '2014-03-11 14:42:16', '', 'Social-Media-Outsour

cing-April-2013-1', '', 'inherit', 'open', 'open', '', 'social-media-outsourcing


-april-2013-1', '', '', '2014-03-11 14:42:16', '2014-03-11 14:42:16', '', 4, 'ht
tp://www.grupo-innova.com/wp-content/uploads/2014/02/Social-Media-Outsourcing-Ap
ril-2013-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(484, 1, '2014-03-11 14:46:45', '2014-03-11 14:46:45', '[service]<br class="nc"
/>[icon name="li_pen"]\r\n<h2>Personas</h2>\r\nLorem ipsum dolor sit amet, conse
ctetur adipisicing elit, tempor incididunt.\r\n\r\n[/service][service]<br class=
"nc" />[icon name="li_lab"]\r\n<h2>Empresas</h2>\r\nLorem ipsum dolor sit amet,
consectetur adipisicing elit, tempor incididunt.\r\n\r\n[/service][service]<br c
lass="nc" />[icon name="li_settings"]\r\n<h2>Documentacin</h2>\r\nLorem ipsum dol
or sit amet, consectetur adipisicing elit, tempor incididunt.\r\n\r\n[/service]<
br class="nc" /><br class="nc" /><br class="nc" />', 'Documentacion', '', 'inher
it', 'open', 'open', '', '6-revision-v1', '', '', '2014-03-11 14:46:45', '2014-0
3-11 14:46:45', '', 6, 'http://www.grupo-innova.com/?p=484', 0, 'revision', '',
0),
(485, 1, '2014-03-11 14:47:54', '2014-03-11 14:47:54', '[service]<br class="nc"
/>[icon name="li_pen"]\r\n<h2>Personas</h2>\r\nLorem ipsum dolor sit amet, conse
ctetur adipisicing elit, tempor incididunt.\r\n\r\n[/service][service]<br class=
"nc" />[icon name="li_lab"]\r\n<h2>Empresas</h2>\r\nLorem ipsum dolor sit amet,
consectetur adipisicing elit, tempor incididunt.\r\n\r\n[/service][service]<br c
lass="nc" />[icon name="li_settings"]\r\n<h2>Documentacin</h2>\r\nLorem ipsum dol
or sit amet, consectetur adipisicing elit, tempor incididunt.\r\n\r\n[/service]<
br class="nc" /><br class="nc" /><br class="nc" />', 'clientes', '', 'inherit',
'open', 'open', '', '6-revision-v1', '', '', '2014-03-11 14:47:54', '2014-03-11
14:47:54', '', 6, 'http://www.grupo-innova.com/?p=485', 0, 'revision', '', 0),
(486, 1, '2014-03-11 14:57:14', '2014-03-11 14:57:14', '', 'Social-Media-Outsour
cing-April-2013-1', '', 'inherit', 'open', 'open', '', 'social-media-outsourcing
-april-2013-1-2', '', '', '2014-03-11 14:57:14', '2014-03-11 14:57:14', '', 72,
'http://www.grupo-innova.com/wp-content/uploads/2013/04/Social-Media-Outsourcing
-April-2013-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(487, 1, '2014-03-11 14:57:59', '2014-03-11 14:57:59', '', 'Social-Media-Outsour
cing-April-2013-1', '', 'inherit', 'open', 'open', '', 'social-media-outsourcing
-april-2013-1-3', '', '', '2014-03-11 14:57:59', '2014-03-11 14:57:59', '', 72,
'http://www.grupo-innova.com/wp-content/uploads/2013/04/Social-Media-Outsourcing
-April-2013-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(488, 1, '2014-03-11 14:59:19', '2014-03-11 14:59:19', '', 'Files in Hand 1', ''
, 'inherit', 'open', 'open', '', 'files-in-hand-1-3', '', '', '2014-03-11 14:59:
19', '2014-03-11 14:59:19', '', 70, 'http://www.grupo-innova.com/wp-content/uplo
ads/2013/04/Files-in-Hand-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(489, 1, '2014-03-11 15:33:37', '2014-03-11 15:33:37', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<div>\r\n<h3>Informacion de Contacto</h3>
\r\n<ul>\r\n
<li>Direccin: Av. Don Julio Centeno, C.C. Plaza Esmeralda #20, Sa
n Diego, Carabobo.</li>\r\n
<li>Telfono: 0414.4425144/ 4297117/ 4607888</li>\
r\n
<li>E-mail: [email protected]</li>\r\n</ul>\r\n[social type="fa
cebook" link="#"][social type="twitter" link="#"][social type="gplus" link="#"][
social type="linkedin" link="#"]\r\n<div></div>\r\n</div>\r\n[/col]<br class="nc
" />[col class="span6"]\r\n<h3>Contacto</h3>\r\n[contact-form]\r\n\r\n[/col]<br
class="nc" />[/row]\r\n\r\n[googlemap zoom="11" type="TERRAIN" height="400" text
="" address="\r\n<div>Av. Intercomunal Don Julio Centeno, Centro Comercial Plaza
Esmeralda, Local 28</div>\r\n<div>San Diego</div>\r\ndiego" ]', 'Contacto', '',
'inherit', 'open', 'open', '', '213-revision-v1', '', '', '2014-03-11 15:33:37'
, '2014-03-11 15:33:37', '', 213, 'http://www.grupo-innova.com/?p=489', 0, 'revi
sion', '', 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`, `po
st_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`,
`post_type`, `post_mime_type`, `comment_count`) VALUES
(490, 1, '2014-03-11 15:34:14', '2014-03-11 15:34:14', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<div>\r\n<h3>Informacion de Contacto</h3>

\r\n<ul>\r\n
<li>Direccin: Av. Don Julio Centeno, C.C. Plaza Esmeralda #20, Sa
n Diego, Carabobo.</li>\r\n
<li>Telfono: 0414.4425144/ 4297117/ 4607888</li>\
r\n
<li>E-mail: [email protected]</li>\r\n</ul>\r\n[social type="fa
cebook" link="#"][social type="twitter" link="#"][social type="gplus" link="#"][
social type="linkedin" link="#"]\r\n<div></div>\r\n</div>\r\n[/col]<br class="nc
" />[col class="span6"]\r\n<h3>Contacto</h3>\r\n[contact-form]\r\n\r\n[/col]<br
class="nc" />[/row]\r\n\r\n[googlemap zoom="11" type="TERRAIN" height="400" text
="" address="Av. Intercomunal Don Julio Centeno, Centro Comercial Plaza Esmerald
a, Local 28\r\n<div>San Diego" ]</div>', 'Contacto', '', 'inherit', 'open', 'ope
n', '', '213-revision-v1', '', '', '2014-03-11 15:34:14', '2014-03-11 15:34:14',
'', 213, 'http://www.grupo-innova.com/?p=490', 0, 'revision', '', 0),
(491, 1, '2014-03-11 15:34:30', '2014-03-11 15:34:30', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<div>\r\n<h3>Informacion de Contacto</h3>
\r\n<ul>\r\n
<li>Direccin: Av. Don Julio Centeno, C.C. Plaza Esmeralda #20, Sa
n Diego, Carabobo.</li>\r\n
<li>Telfono: 0414.4425144/ 4297117/ 4607888</li>\
r\n
<li>E-mail: [email protected]</li>\r\n</ul>\r\n[social type="fa
cebook" link="#"][social type="twitter" link="#"][social type="gplus" link="#"][
social type="linkedin" link="#"]\r\n<div></div>\r\n</div>\r\n[/col]<br class="nc
" />[col class="span6"]\r\n<h3>Contacto</h3>\r\n[contact-form]\r\n\r\n[/col]<br
class="nc" />[/row]\r\n\r\n[googlemap zoom="11" type="TERRAIN" height="400" text
="" address="Av. Intercomunal Don Julio Centeno, Centro Comercial Plaza Esmerald
a, Local 28San Diego" ]', 'Contacto', '', 'inherit', 'open', 'open', '', '213-rev
ision-v1', '', '', '2014-03-11 15:34:30', '2014-03-11 15:34:30', '', 213, 'http:
//www.grupo-innova.com/?p=491', 0, 'revision', '', 0),
(492, 1, '2014-03-11 15:37:45', '2014-03-11 15:37:45', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<div>\r\n<h3>Informacion de Contacto</h3>
\r\n<ul>\r\n
<li>Direccin: Av. Don Julio Centeno, C.C. Plaza Esmeralda #20, Sa
n Diego, Carabobo.</li>\r\n
<li>Telfono: 0414.4425144/ 4297117/ 4607888</li>\
r\n
<li>E-mail: [email protected]</li>\r\n</ul>\r\n[social type="fa
cebook" link="#"][social type="twitter" link="#"][social type="gplus" link="#"][
social type="linkedin" link="#"]\r\n<div></div>\r\n</div>\r\n[/col]<br class="nc
" />[col class="span6"]\r\n<h3>Contacto</h3>\r\n[contact-form]\r\n\r\n[/col]<br
class="nc" />[/row]\r\n\r\n[<a href="https://maps.google.co.ve/maps/ms?msa=0&amp
;msid=206766740361805561655.0004ce4bafd68ff2d058e&amp;dg=feature">https://maps.g
oogle.co.ve/maps/ms?msa=0&amp;msid=206766740361805561655.0004ce4bafd68ff2d058e&a
mp;dg=feature</a> ]', 'Contacto', '', 'inherit', 'open', 'open', '', '213-revisi
on-v1', '', '', '2014-03-11 15:37:45', '2014-03-11 15:37:45', '', 213, 'http://w
ww.grupo-innova.com/?p=492', 0, 'revision', '', 0),
(493, 1, '2014-03-11 15:45:51', '2014-03-11 15:45:51', '[row class="row-fluid"]<
br class="nc" />[col class="span6"]\r\n<div>\r\n<h3>Informacion de Contacto</h3>
\r\n<ul>\r\n
<li>Direccin: Av. Don Julio Centeno, C.C. Plaza Esmeralda #20, Sa
n Diego, Carabobo.</li>\r\n
<li>Telfono: 0414.4425144/ 4297117/ 4607888</li>\
r\n
<li>E-mail: [email protected]</li>\r\n</ul>\r\n[social type="fa
cebook" link="#"][social type="twitter" link="#"][social type="gplus" link="#"][
social type="linkedin" link="#"]\r\n<div></div>\r\n</div>\r\n[/col]<br class="nc
" />[col class="span6"]\r\n<h3>Contacto</h3>\r\n[contact-form]\r\n\r\n[/col]<br
class="nc" />[/row]\r\n\r\n[https://mapsengine.google.com/map/edit?mid=zKqfJ5UXM
KVc.k4rMfgbj65og]', 'Contacto', '', 'inherit', 'open', 'open', '', '213-revisionv1', '', '', '2014-03-11 15:45:51', '2014-03-11 15:45:51', '', 213, 'http://www.
grupo-innova.com/?p=493', 0, 'revision', '', 0),
(494, 1, '2014-03-11 15:50:34', '2014-03-11 15:50:34', '<p>Su nombre (requerido)
<br />\n
[text* your-name] </p>\n\n<p>Su e-mail (requerido)<br />\n
[email
* your-email] </p>\n\n<p>Asunto<br />\n
[text your-subject] </p>\n\n<p>Su men
saje<br />\n
[textarea your-message] </p>\n\n<p>[submit "Enviar"]</p>\n[yoursubject]\n[your-name] <[your-email]>\nDe: [your-name] <[your-email]>\nAsunto: [y
our-subject]\n\nCuerpo del mensaje:\n[your-message]\n\n--\nEste e-mail se ha env
iado va formulario de contacto desde Grupo Innova, C.A. http://www.grupo-innova.c
om\[email protected]\n\n\n0\n\n[your-subject]\n[your-name] <[your-email]>
\nCuerpo del mensaje:\n[your-message]\n\n--\nEste e-mail se ha enviado va formula
rio de contacto desde Grupo Innova, C.A. http://www.grupo-innova.com\n[your-emai

l]\n\n\n0\nSu mensaje se ha enviado con xito. Muchas gracias.\nFall el envo del men
saje. Por favor, intntelo ms tarde o contacte con el administrador por otro medio.
\nOcurri un error de validacin. Por favor, confirme los campos y enve el formulario
de nuevo.\nFall el envo del mensaje. Por favor, intntelo ms tarde o contacte con el
administrador por otro medio.\nPor favor, acepte los trminos y condiciones para
continuar.\nPor favor, complete el campo requerido.', 'Formulario de contacto 1'
, '', 'publish', 'open', 'open', '', 'formulario-de-contacto-1', '', '', '2014-0
3-11 15:50:34', '2014-03-11 15:50:34', '', 0, 'http://www.grupo-innova.com/?post
_type=wpcf7_contact_form&p=494', 0, 'wpcf7_contact_form', '', 0),
(495, 1, '2014-03-11 15:52:17', '2014-03-11 15:52:17', '&nbsp;\r\n<div>\r\n<h3>I
nformacion de Contacto</h3>\r\n<ul>\r\n <li>Direccin: Av. Don Julio Centeno, C.C.
Plaza Esmeralda #20, San Diego, Carabobo.</li>\r\n
<li>Telfono: 0414.4425144
/ 4297117/ 4607888</li>\r\n
<li>E-mail: [email protected]</li>\r\n<
/ul>\r\n[contact-form-7 id="494" title="Formulario de contacto 1"]\r\n\r\n</div>
', 'Contacto', '', 'inherit', 'open', 'open', '', '213-revision-v1', '', '', '20
14-03-11 15:52:17', '2014-03-11 15:52:17', '', 213, 'http://www.grupo-innova.com
/?p=495', 0, 'revision', '', 0),
(496, 1, '2014-03-11 16:05:20', '2014-03-11 16:05:20', '&nbsp;\r\n<div>\r\n<h3>I
nformacion de Contacto</h3>\r\n<ul>\r\n <li>Direccin: Av. Don Julio Centeno, C.C.
Plaza Esmeralda #20, San Diego, Carabobo.</li>\r\n
<li>Telfono: 0414.4425144
/ 4297117/ 4607888</li>\r\n
<li>E-mail: [email protected]</li>\r\n<
/ul>\r\n[contact-form-7 id="494" title="Formulario de contacto 1"]\r\n\r\n[mtx_c
ontact_form_open]\r\n\r\n</div>', 'Contacto', '', 'inherit', 'open', 'open', '',
'213-revision-v1', '', '', '2014-03-11 16:05:20', '2014-03-11 16:05:20', '', 21
3, 'http://www.grupo-innova.com/?p=496', 0, 'revision', '', 0),
(497, 1, '2014-03-11 16:05:50', '2014-03-11 16:05:50', '&nbsp;\r\n<div>\r\n<h3>I
nformacion de Contacto</h3>\r\n<ul>\r\n <li>Direccin: Av. Don Julio Centeno, C.C.
Plaza Esmeralda #20, San Diego, Carabobo.</li>\r\n
<li>Telfono: 0414.4425144
/ 4297117/ 4607888</li>\r\n
<li>E-mail: [email protected]</li>\r\n<
/ul>\r\n[contact-form-7 id="494" title="Formulario de contacto 1"]\r\n\r\nmtx_co
ntact_form_open\r\n\r\n</div>', 'Contacto', '', 'inherit', 'open', 'open', '', '
213-revision-v1', '', '', '2014-03-11 16:05:50', '2014-03-11 16:05:50', '', 213,
'http://www.grupo-innova.com/?p=497', 0, 'revision', '', 0),
(498, 1, '2014-03-11 16:06:03', '2014-03-11 16:06:03', '&nbsp;\r\n<div>\r\n<h3>I
nformacion de Contacto</h3>\r\n<ul>\r\n <li>Direccin: Av. Don Julio Centeno, C.C.
Plaza Esmeralda #20, San Diego, Carabobo.</li>\r\n
<li>Telfono: 0414.4425144
/ 4297117/ 4607888</li>\r\n
<li>E-mail: [email protected]</li>\r\n<
/ul>\r\n[contact-form-7 id="494" title="Formulario de contacto 1"]\r\n\r\n&nbsp;
\r\n\r\n</div>', 'Contacto', '', 'inherit', 'open', 'open', '', '213-revision-v1
', '', '', '2014-03-11 16:06:03', '2014-03-11 16:06:03', '', 213, 'http://www.gr
upo-innova.com/?p=498', 0, 'revision', '', 0),
(499, 1, '2014-03-21 15:04:03', '2014-03-21 15:04:03', '', 'LogoBLANCO', '', 'in
herit', 'open', 'open', '', 'logoblanco', '', '', '2014-03-21 15:04:03', '2014-0
3-21 15:04:03', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02/L
ogoBLANCO.png', 0, 'attachment', 'image/png', 0),
(500, 1, '2014-03-21 15:05:47', '2014-03-21 15:05:47', '', 'LogoBLANCO', '', 'in
herit', 'open', 'open', '', 'logoblanco-2', '', '', '2014-03-21 15:05:47', '2014
-03-21 15:05:47', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02
/LogoBLANCO1.png', 0, 'attachment', 'image/png', 0),
(501, 1, '2014-03-21 15:07:18', '2014-03-21 15:07:18', '', 'LogoBLANCO', '', 'in
herit', 'open', 'open', '', 'logoblanco-3', '', '', '2014-03-21 15:07:18', '2014
-03-21 15:07:18', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02
/LogoBLANCO2.png', 0, 'attachment', 'image/png', 0),
(502, 1, '2014-03-21 15:08:36', '2014-03-21 15:08:36', '', 'LogoBLANCO', '', 'in
herit', 'open', 'open', '', 'logoblanco-4', '', '', '2014-03-21 15:08:36', '2014
-03-21 15:08:36', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02
/LogoBLANCO3.png', 0, 'attachment', 'image/png', 0),
(503, 1, '2014-03-21 15:09:35', '2014-03-21 15:09:35', '', 'LogoBLANCO', '', 'in
herit', 'open', 'open', '', 'logoblanco-5', '', '', '2014-03-21 15:09:35', '2014
-03-21 15:09:35', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02

/LogoBLANCO4.png', 0, 'attachment', 'image/png', 0),


(504, 1, '2014-03-21 15:10:35', '2014-03-21 15:10:35', '', 'LogoBLANCO', '', 'in
herit', 'open', 'open', '', 'logoblanco-6', '', '', '2014-03-21 15:10:35', '2014
-03-21 15:10:35', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02
/LogoBLANCO5.png', 0, 'attachment', 'image/png', 0),
(505, 1, '2014-03-21 15:12:43', '2014-03-21 15:12:43', '', 'LogoBLANCO', '', 'in
herit', 'open', 'open', '', 'logoblanco-7', '', '', '2014-03-21 15:12:43', '2014
-03-21 15:12:43', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02
/LogoBLANCO6.png', 0, 'attachment', 'image/png', 0),
(506, 1, '2014-03-21 15:15:23', '2014-03-21 15:15:23', '', 'LogoBLANCO', '', 'in
herit', 'open', 'open', '', 'logoblanco-8', '', '', '2014-03-21 15:15:23', '2014
-03-21 15:15:23', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02
/LogoBLANCO7.png', 0, 'attachment', 'image/png', 0),
(507, 1, '2014-03-21 15:16:16', '2014-03-21 15:16:16', '', 'LogoBLANCO', '', 'in
herit', 'open', 'open', '', 'logoblanco-9', '', '', '2014-03-21 15:16:16', '2014
-03-21 15:16:16', '', 4, 'http://www.grupo-innova.com/wp-content/uploads/2014/02
/LogoBLANCO8.png', 0, 'attachment', 'image/png', 0);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_sp_cu`
-CREATE TABLE IF NOT EXISTS `wp_sp_cu` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`file` varchar(255) NOT NULL,
`notes` text NOT NULL,
`tags` text NOT NULL,
`uid` int(11) NOT NULL,
`cid` int(11) NOT NULL,
`pid` int(11) NOT NULL,
`parent` int(11) NOT NULL,
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
--- Volcado de datos para la tabla `wp_sp_cu`
-INSERT INTO `wp_sp_cu` (`id`, `name`, `file`, `notes`, `tags`, `uid`, `cid`, `pi
d`, `parent`, `date`) VALUES
(1, 'L', '2013-08-14-21-37-15.jpeg', '', '', 1, 0, 0, 0, '2014-03-10 19:50:21'),
(2, 'LLL', '2013-08-14-21-37-15.jpeg', '', '', 1, 0, 2, 0, '2014-03-10 19:50:54'
);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_sp_cu_cats`
-CREATE TABLE IF NOT EXISTS `wp_sp_cu_cats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_sp_cu_forms`


-CREATE TABLE IF NOT EXISTS `wp_sp_cu_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`template` text NOT NULL,
`type` varchar(255) NOT NULL,
`defaults` text NOT NULL,
`sort` int(11) NOT NULL DEFAULT '0',
`required` varchar(11) NOT NULL DEFAULT 'No',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_sp_cu_form_entries`
-CREATE TABLE IF NOT EXISTS `wp_sp_cu_form_entries` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL,
`fid` int(11) NOT NULL,
`value` varchar(255) NOT NULL,
`file_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_sp_cu_groups`
-CREATE TABLE IF NOT EXISTS `wp_sp_cu_groups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`locked` int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_sp_cu_groups_assign`
-CREATE TABLE IF NOT EXISTS `wp_sp_cu_groups_assign` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`gid` int(11) NOT NULL,
`uid` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------

--- Estructura de tabla para la tabla `wp_sp_cu_project`


-CREATE TABLE IF NOT EXISTS `wp_sp_cu_project` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`uid` int(11) NOT NULL,
`parent` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
--- Volcado de datos para la tabla `wp_sp_cu_project`
-INSERT INTO `wp_sp_cu_project` (`id`, `name`, `uid`, `parent`) VALUES
(1, '', 1, 0),
(2, 'LL', 1, 0);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_terms`
-CREATE TABLE IF NOT EXISTS `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
UNIQUE KEY `slug` (`slug`),
KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;
--- Volcado de datos para la tabla `wp_terms`
-INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sin categora', 'sin-categoria', 0),
(2, 'Uncategorized', 'uncategorized', 0),
(3, 'Argo', 'argo', 0),
(4, 'Bootstrap', 'bootstrap', 0),
(5, 'metro', 'metro', 0),
(6, 'Onepage', 'onepage', 0),
(7, 'Infraestructura y Conectividad', 'infraestructura-y-conectividad', 0),
(8, 'Consultora y Optimizacin', 'consultoria-y-optimizacion', 0),
(9, 'Respaldo y Recuperacin', 'respaldo-y-recuperacion-en-casos-de-desastres', 0)
,
(10, 'Mantenimiento y Outsourcing', 'mantenimiento-y-outsourcing', 0),
(11, 'Video', 'post-format-video', 0);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_term_relationships`
--

CREATE TABLE IF NOT EXISTS `wp_term_relationships` (


`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--- Volcado de datos para la tabla `wp_term_relationships`
-INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_orde
r`) VALUES
(21, 8, 0),
(21, 9, 0),
(30, 9, 0),
(32, 7, 0),
(32, 8, 0),
(32, 9, 0),
(53, 10, 0),
(55, 10, 0),
(57, 10, 0),
(65, 10, 0),
(67, 9, 0),
(69, 8, 0),
(70, 8, 0),
(72, 7, 0),
(75, 7, 0),
(136, 2, 0),
(142, 2, 0),
(151, 2, 0),
(168, 2, 0),
(168, 3, 0),
(168, 5, 0),
(168, 6, 0),
(180, 2, 0),
(354, 1, 0);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_term_taxonomy`
-CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;
--- Volcado de datos para la tabla `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `desc


ription`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'category', '', 0, 5),
(3, 3, 'post_tag', '', 0, 1),
(4, 4, 'post_tag', '', 0, 0),
(5, 5, 'post_tag', '', 0, 1),
(6, 6, 'post_tag', '', 0, 1),
(7, 7, 'portfolio-category', '', 0, 2),
(8, 8, 'portfolio-category', '', 0, 2),
(9, 9, 'portfolio-category', '', 0, 1),
(10, 10, 'portfolio-category', '', 0, 4),
(11, 11, 'post_format', '', 0, 0);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_usermeta`
-CREATE TABLE IF NOT EXISTS `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ;
--- Volcado de datos para la tabla `wp_usermeta`
-INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALU
ES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'admin'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choos
e_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisi
ons,wp360_locks'),
(13, 1, 'show_welcome_panel', '1'),
(14, 1, 'wp_user-settings', 'editor=html&libraryContent=browse&hidetb=1&imgsize=
medium&mfold=o&galcols=3&align=right'),
(15, 1, 'wp_user-settings-time', '1395415120'),
(16, 1, 'wp_dashboard_quick_press_last_post_id', '407'),
(17, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"c
ss-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(18, 1, 'metaboxhidden_nav-menus', 'a:8:{i:0;s:8:"add-post";i:1;s:13:"add-portfo
lio";i:2;s:8:"add-team";i:3;s:15:"add-testimonial";i:4;s:12:"add-post_tag";i:5;s

:15:"add-post_format";i:6;s:22:"add-portfolio-category";i:7;s:17:"add-portfoliotag";}'),
(19, 1, 'closedpostboxes_post', 'a:0:{}'),
(20, 1, 'metaboxhidden_post', 'a:7:{i:0;s:11:"postexcerpt";i:1;s:13:"trackbacksd
iv";i:2;s:10:"postcustom";i:3;s:16:"commentstatusdiv";i:4;s:11:"commentsdiv";i:5
;s:7:"slugdiv";i:6;s:9:"authordiv";}'),
(21, 1, 'last_project', ''),
(22, 1, 'last_project', '2'),
(23, 1, 'closedpostboxes_page', 'a:0:{}'),
(24, 1, 'metaboxhidden_page', 'a:6:{i:0;s:12:"revisionsdiv";i:1;s:10:"postcustom
";i:2;s:16:"commentstatusdiv";i:3;s:11:"commentsdiv";i:4;s:7:"slugdiv";i:5;s:9:"
authordiv";}');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_users`
-CREATE TABLE IF NOT EXISTS `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(64) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(60) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--- Volcado de datos para la tabla `wp_users`
-INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_
email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `di
splay_name`) VALUES
(1, 'admin', '$P$BEZXsFlHcE4tR8I4rc3VvXF3PkP/zx1', 'admin', 'innovagrupo@outlook
.com', '', '2014-02-13 16:26:36', '', 0, 'admin');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_wpc_client_clients_page`
-CREATE TABLE IF NOT EXISTS `wp_wpc_client_clients_page` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`pagename` tinytext NOT NULL,
`template` tinytext NOT NULL,
`users` tinytext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------

--- Estructura de tabla para la tabla `wp_wpc_client_groups`


-CREATE TABLE IF NOT EXISTS `wp_wpc_client_groups` (
`group_id` int(11) NOT NULL AUTO_INCREMENT,
`group_name` varchar(255) NOT NULL,
`auto_select` varchar(1) DEFAULT NULL,
`auto_add_clients` varchar(1) DEFAULT NULL,
PRIMARY KEY (`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_wpc_client_group_clients`
-CREATE TABLE IF NOT EXISTS `wp_wpc_client_group_clients` (
`group_id` int(11) NOT NULL,
`client_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wp_wpc_client_login_redirects`
-CREATE TABLE IF NOT EXISTS `wp_wpc_client_login_redirects` (
`rul_type` enum('user','role','level','all') NOT NULL,
`rul_value` varchar(255) NOT NULL DEFAULT '',
`rul_url` longtext NOT NULL,
`rul_url_logout` longtext NOT NULL,
`rul_order` int(2) NOT NULL DEFAULT '0',
UNIQUE KEY `rul_type` (`rul_type`,`rul_value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 */;

You might also like