403Webshell
Server IP : 157.230.181.24  /  Your IP : 216.73.217.11
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64
User :  ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/vhosts/highlyfaved/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/highlyfaved//db141900_highlyfaved.sql
-- phpMyAdmin SQL Dump
-- version 3.5.2
-- http://www.phpmyadmin.net
--
-- Host: internal-db.s141900.gridserver.com
-- Generation Time: Sep 19, 2015 at 10:53 AM
-- Server version: 5.1.63-rel13.4
-- PHP Version: 5.3.29

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


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

--
-- Database: `db141900_highlyfaved`
--

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

--
-- Table structure for table `wp_avhec_category_groups`
--

DROP TABLE IF EXISTS `wp_avhec_category_groups`;
CREATE TABLE IF NOT EXISTS `wp_avhec_category_groups` (
  `group_term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`group_term_id`,`term_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_avhec_category_groups`
--

INSERT INTO `wp_avhec_category_groups` (`group_term_id`, `term_id`) VALUES
(19, 4),
(19, 5),
(19, 6),
(19, 7),
(19, 8),
(19, 9),
(19, 10),
(19, 11),
(19, 12),
(19, 13),
(19, 14),
(19, 15),
(19, 16),
(19, 21),
(19, 22),
(19, 23),
(19, 24),
(19, 25),
(19, 26),
(19, 27),
(19, 28),
(19, 29),
(19, 30),
(19, 31),
(19, 32),
(19, 33),
(19, 34),
(19, 35),
(19, 36);

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

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

DROP TABLE IF EXISTS `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=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

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

DROP TABLE IF EXISTS `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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

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

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Mr WordPress', '', 'http://wordpress.org/', '', '2012-06-03 05:14:35', '2012-06-03 05:14:35', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0);

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

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

DROP TABLE IF EXISTS `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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `wp_links`
--

INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
(1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'),
(3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');

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

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

DROP TABLE IF EXISTS `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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8708 ;

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

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(8706, '_site_transient_timeout_theme_roots', '1442642482', 'yes'),
(8707, '_site_transient_theme_roots', 'a:1:{s:15:"HighlyFaved.com";s:7:"/themes";}', 'yes'),
(3, 'siteurl', 'http://highlyfaved.com', 'yes'),
(4, 'blogname', 'Highly Faved', 'yes'),
(5, 'blogdescription', 'Timeless style, admirable class and exquisite fashion for men.', 'yes'),
(6, 'users_can_register', '0', 'yes'),
(7, 'admin_email', 'info@ceagon.com', 'yes'),
(8, 'start_of_week', '1', 'yes'),
(9, 'use_balanceTags', '0', 'yes'),
(10, 'use_smilies', '1', 'yes'),
(11, 'require_name_email', '1', 'yes'),
(12, 'comments_notify', '1', 'yes'),
(13, 'posts_per_rss', '10', 'yes'),
(14, 'rss_use_excerpt', '0', 'yes'),
(15, 'mailserver_url', 'mail.example.com', 'yes'),
(16, 'mailserver_login', 'login@example.com', 'yes'),
(17, 'mailserver_pass', 'password', 'yes'),
(18, 'mailserver_port', '110', 'yes'),
(19, 'default_category', '1', 'yes'),
(20, 'default_comment_status', 'open', 'yes'),
(21, 'default_ping_status', 'open', 'yes'),
(22, 'default_pingback_flag', '1', 'yes'),
(23, 'default_post_edit_rows', '20', 'yes'),
(24, 'posts_per_page', '4', 'yes'),
(25, 'date_format', 'F j, Y', 'yes'),
(26, 'time_format', 'g:i a', 'yes'),
(27, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(28, 'links_recently_updated_prepend', '<em>', 'yes'),
(29, 'links_recently_updated_append', '</em>', 'yes'),
(30, 'links_recently_updated_time', '120', 'yes'),
(31, 'comment_moderation', '0', 'yes'),
(32, 'moderation_notify', '1', 'yes'),
(33, 'permalink_structure', '/%postname%/', 'yes'),
(34, 'gzipcompression', '0', 'yes'),
(35, 'hack_file', '0', 'yes'),
(36, 'blog_charset', 'UTF-8', 'yes'),
(37, 'moderation_keys', '', 'no'),
(38, 'active_plugins', 'a:2:{i:0;s:57:"extended-categories-widget/widget_extended_categories.php";i:1;s:38:"infinite-scroll/wp_infinite_scroll.php";}', 'yes'),
(39, 'home', 'http://highlyfaved.com', 'yes'),
(40, 'category_base', '', 'yes'),
(41, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(42, 'advanced_edit', '0', 'yes'),
(43, 'comment_max_links', '2', 'yes'),
(44, 'gmt_offset', '', 'yes'),
(45, 'default_email_category', '1', 'yes'),
(46, 'recently_edited', '', 'no'),
(47, 'template', 'HighlyFaved.com', 'yes'),
(48, 'stylesheet', 'HighlyFaved.com', 'yes'),
(49, 'comment_whitelist', '1', 'yes'),
(50, 'blacklist_keys', '', 'no'),
(51, 'comment_registration', '0', 'yes'),
(53, 'html_type', 'text/html', 'yes'),
(54, 'use_trackback', '0', 'yes'),
(55, 'default_role', 'subscriber', 'yes'),
(56, 'db_version', '21115', 'yes'),
(57, 'uploads_use_yearmonth_folders', '1', 'yes'),
(58, 'upload_path', '', 'yes'),
(59, 'blog_public', '1', 'yes'),
(60, 'default_link_category', '2', 'yes'),
(61, 'show_on_front', 'posts', 'yes'),
(62, 'tag_base', '', 'yes'),
(63, 'show_avatars', '1', 'yes'),
(64, 'avatar_rating', 'G', 'yes'),
(65, 'upload_url_path', '', 'yes'),
(66, 'thumbnail_size_w', '150', 'yes'),
(67, 'thumbnail_size_h', '150', 'yes'),
(68, 'thumbnail_crop', '1', 'yes'),
(69, 'medium_size_w', '300', 'yes'),
(70, 'medium_size_h', '300', 'yes'),
(71, 'avatar_default', 'mystery', 'yes'),
(72, 'enable_app', '0', 'yes'),
(73, 'enable_xmlrpc', '0', 'yes'),
(74, 'large_size_w', '815', 'yes'),
(75, 'large_size_h', '2400', 'yes'),
(76, 'image_default_link_type', '', 'yes'),
(77, 'image_default_size', '', 'yes'),
(78, 'image_default_align', '', 'yes'),
(79, 'close_comments_for_old_posts', '0', 'yes'),
(80, 'close_comments_days_old', '14', 'yes'),
(81, 'thread_comments', '1', 'yes'),
(82, 'thread_comments_depth', '5', 'yes'),
(83, 'page_comments', '0', 'yes'),
(84, 'comments_per_page', '50', 'yes'),
(85, 'default_comments_page', 'newest', 'yes'),
(86, 'comment_order', 'asc', 'yes'),
(87, 'sticky_posts', 'a:0:{}', 'yes'),
(88, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(642, '_site_transient_timeout_browser_300190862a78b6b16911d241196761d6', '1340641005', 'yes'),
(89, 'widget_text', 'a:0:{}', 'yes'),
(90, 'widget_rss', 'a:0:{}', 'yes'),
(91, 'timezone_string', 'America/New_York', 'yes'),
(92, 'embed_autourls', '1', 'yes'),
(93, 'embed_size_w', '', 'yes'),
(94, 'embed_size_h', '600', 'yes'),
(95, 'page_for_posts', '0', 'yes'),
(96, 'page_on_front', '0', 'yes'),
(97, 'default_post_format', '0', 'yes'),
(98, 'initial_db_version', '19470', 'yes'),
(99, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(100, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'widget_recent-posts', 'a:3:{i:3;a:2:{s:5:"title";s:6:"Recent";s:6:"number";i:5;}i:4;a:2:{s:5:"title";s:6:"Recent";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(102, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:1:{i:0;s:14:"recent-posts-3";}s:9:"sidebar-1";a:2:{i:0;s:21:"extended-categories-3";i:1;s:14:"recent-posts-4";}s:13:"array_version";i:3;}', 'yes'),
(403, 'widget_extended-categories', 'a:3:{i:2;a:14:{s:5:"title";s:10:"Categories";s:12:"selectedonly";b:0;s:5:"count";b:1;s:12:"hierarchical";b:0;s:10:"hide_empty";b:1;s:18:"use_desc_for_title";b:0;s:11:"sort_column";s:5:"count";s:10:"sort_order";s:3:"asc";s:5:"style";s:4:"list";s:7:"rssfeed";b:0;s:8:"rssimage";s:0:"";s:13:"post_category";b:0;s:5:"depth";i:1;s:15:"invert_included";b:0;}i:3;a:14:{s:5:"title";s:10:"Categories";s:12:"selectedonly";b:0;s:5:"count";b:1;s:12:"hierarchical";b:1;s:10:"hide_empty";b:1;s:18:"use_desc_for_title";b:0;s:11:"sort_column";s:2:"ID";s:10:"sort_order";s:3:"asc";s:5:"style";s:4:"list";s:7:"rssfeed";b:0;s:8:"rssimage";s:0:"";s:13:"post_category";b:0;s:5:"depth";i:1;s:15:"invert_included";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'cron', 'a:4:{i:1442682879;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1442686831;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1442726082;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(1109, 'uninstall_plugins', 'a:0:{}', 'no'),
(480, '_transient_plugins_delete_result_1', '1', 'yes'),
(399, 'avhec_catgroup_children', 'a:0:{}', 'yes'),
(110, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1442640683;s:7:"checked";a:1:{s:15:"HighlyFaved.com";s:3:"1.0";}s:8:"response";a:0:{}}', 'yes'),
(111, '_site_transient_timeout_browser_2970ac2362d4ebac0a9a827a40937278', '1339305282', 'yes'),
(112, '_site_transient_browser_2970ac2362d4ebac0a9a827a40937278', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"12.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"12";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(113, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:22:"http://highlyfaved.com";s:4:"link";s:98:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://highlyfaved.com/";s:3:"url";s:131:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://highlyfaved.com/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:14:"WordPress Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(475, 'current_theme', 'Blessed &amp; Highly Faved', 'yes'),
(1111, 'rewrite_rules', 'a:71:{s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:55:"avhec_catgroup/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?avhec_catgroup=$matches[1]&feed=$matches[2]";s:50:"avhec_catgroup/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?avhec_catgroup=$matches[1]&feed=$matches[2]";s:43:"avhec_catgroup/([^/]+)/page/?([0-9]{1,})/?$";s:54:"index.php?avhec_catgroup=$matches[1]&paged=$matches[2]";s:25:"avhec_catgroup/([^/]+)/?$";s:36:"index.php?avhec_catgroup=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)(/[0-9]+)?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";}', 'yes'),
(400, 'avhec_widget_titles', 'a:2:{i:19;s:0:"";i:20;s:0:"";}', 'yes'),
(594, '_site_transient_update_plugins', 'O:8:"stdClass":2:{s:12:"last_checked";i:1442640682;s:8:"response";a:3:{s:19:"akismet/akismet.php";O:8:"stdClass":6:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"3.1.3";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/akismet.3.1.3.zip";}s:57:"extended-categories-widget/widget_extended_categories.php";O:8:"stdClass":6:{s:2:"id";s:4:"1546";s:4:"slug";s:26:"extended-categories-widget";s:6:"plugin";s:57:"extended-categories-widget/widget_extended_categories.php";s:11:"new_version";s:5:"4.0.1";s:3:"url";s:57:"https://wordpress.org/plugins/extended-categories-widget/";s:7:"package";s:74:"http://downloads.wordpress.org/plugin/extended-categories-widget.4.0.1.zip";}s:38:"infinite-scroll/wp_infinite_scroll.php";O:8:"stdClass":6:{s:2:"id";s:4:"3883";s:4:"slug";s:15:"infinite-scroll";s:6:"plugin";s:38:"infinite-scroll/wp_infinite_scroll.php";s:11:"new_version";s:5:"2.6.2";s:3:"url";s:46:"https://wordpress.org/plugins/infinite-scroll/";s:7:"package";s:63:"http://downloads.wordpress.org/plugin/infinite-scroll.2.6.2.zip";}}}', 'yes'),
(1128, '_site_transient_browser_89deef9a827e0aeab0ca03dba0a264a2', 'a:9:{s:8:"platform";s:6:"iPhone";s:4:"name";s:6:"iPhone";s:7:"version";s:9:"7534.48.3";s:10:"update_url";s:0:"";s:7:"img_src";s:0:"";s:11:"img_src_ssl";s:0:"";s:15:"current_version";s:0:"";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(332, '_site_transient_timeout_browser_923db92ebac1245b95937323c57f1452', '1339711504', 'yes'),
(196, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(241, '_transient_timeout_feed_f86ee92324257f696c4661dacb5eda16', '1339012461', 'no'),
(242, '_transient_feed_f86ee92324257f696c4661dacb5eda16', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n  \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n    \n    \n    \n    \n    \n    \n  ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"link:http://highlyfaved.com/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:103:"http://www.google.com/search?ie=utf-8&q=link:http://highlyfaved.com/&tbm=blg&tbs=sbd: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:99:"Your search - <b>link:http://highlyfaved.com/</b> - did not match any documents.  ";s: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://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";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:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Wed, 06 Jun 2012 07:54:21 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";a:2:{i:0;s:143:"PREF=ID=1c59835085b3c7f8:FF=0:TM=1338969261:LM=1338969261:S=rFYDGkMZJXQ4mo5U; expires=Fri, 06-Jun-2014 07:54:21 GMT; path=/; domain=.google.com";i:1;s:212:"NID=60=qUoyMLMvElBRcQnF0IVwpB9rE7naHRd9958aI1A_Ou0kvjO03iOTDfFCZ816bxVOsziKXOKYTsTi2910KkFSWKV-f79-yx9-lYIwWFAW8ZM-upyMnhS5RuaEJJx4eN3a; expires=Thu, 06-Dec-2012 07:54:21 GMT; path=/; domain=.google.com; HttpOnly";}s:3:"p3p";s:122:"CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";s:15:"x-frame-options";s:10:"SAMEORIGIN";}s:5:"build";s:14:"20090627192103";}', 'no'),
(2377, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1361006283', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2378, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s: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:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 24 Jan 2013 22:23:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.6-alpha-23403";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s: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:48:"WordPress 3.5.1 Maintenance and Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2013/01/wordpress-3-5-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:59:"http://wordpress.org/news/2013/01/wordpress-3-5-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, 24 Jan 2013 22:23:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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=2531";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:359:"WordPress 3.5.1 is now available. Version 3.5.1 is the first maintenance release of 3.5, fixing 37 bugs. It is also a security release for all previous WordPress versions. For a full list of changes, consult the list of tickets and the changelog, which include: Editor: Prevent certain HTML elements from being unexpectedly removed or modified in rare [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2499:"<p>WordPress 3.5.1 is now available. Version 3.5.1 is the first maintenance release of 3.5, <a href="http://core.trac.wordpress.org/milestone/3.5.1">fixing 37 bugs</a>. It is also a security release for all previous WordPress versions. For a full list of changes, consult the <a href="http://core.trac.wordpress.org/query?milestone=3.5.1">list of tickets</a> and the <a href="http://core.trac.wordpress.org/log/branches/3.5?rev=23341&amp;stop_rev=23167">changelog</a>, which include:</p>\n<ul>\n<li>Editor: Prevent certain HTML elements from being unexpectedly removed or modified in rare cases.</li>\n<li>Media: Fix a collection of minor workflow and compatibility issues in the new media manager.</li>\n<li>Networks: Suggest proper rewrite rules when creating a new network.</li>\n<li>Prevent scheduled posts from being stripped of certain HTML, such as video embeds, when they are published.</li>\n<li>Work around some misconfigurations that may have caused some JavaScript in the WordPress admin area to fail.</li>\n<li>Suppress some warnings that could occur when a plugin misused the database or user APIs.</li>\n</ul>\n<p>Additionally, a bug affecting Windows servers running IIS can prevent updating from 3.5 to 3.5.1. If you receive the error &#8220;Destination directory for file streaming does not exist or is not writable,&#8221; you will need to <a href="http://codex.wordpress.org/Version_3.5.1">follow the steps outlined on the Codex</a>.</p>\n<p>WordPress 3.5.1 also addresses the following security issues:</p>\n<ul>\n<li>A server-side request forgery vulnerability and remote port scanning using pingbacks. This vulnerability, which could potentially be used to expose information and compromise a site, affects all previous WordPress versions. This was fixed by the WordPress security team. We&#8217;d like to thank security researchers <a href="http://codeseekah.com/">Gennady Kovshenin</a> and <a href="http://www.ethicalhack3r.co.uk/">Ryan Dewhurst</a> for reviewing our work.</li>\n<li>Two instances of cross-site scripting via shortcodes and post content. These issues were discovered by Jon Cave of the WordPress security team.</li>\n<li>A cross-site scripting vulnerability in the external library Plupload. Thanks to the Moxiecode team for working with us on this, and for releasing Plupload 1.5.5 to address this issue.</li>\n</ul>\n<p><strong><a href="http://wordpress.org/download/">Download 3.5.1</a> or visit Dashboard → Updates in your site admin to update now.</strong></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/01/wordpress-3-5-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: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:"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:17:"2012: A Look Back";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/news/2013/01/2012-a-look-back/";s: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:60:"http://wordpress.org/news/2013/01/2012-a-look-back/#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, 01 Jan 2013 02: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2525";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:340:"Another year is coming to a close, and it&#8217;s time to look back and reflect on what we&#8217;ve accomplished in the past twelve months. The WordPress community is stronger than ever, and some of the accomplishments of the past year are definitely worth remembering. Software Releases We had two major releases of the WordPress web [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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_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:4441:"<p>Another year is coming to a close, and it&#8217;s time to look back and reflect on what we&#8217;ve accomplished in the past twelve months. The WordPress community is stronger than ever, and some of the accomplishments of the past year are definitely worth remembering.</p>\n<h4>Software Releases</h4>\n<p>We had two major releases of the WordPress web application with versions <a href="http://wordpress.org/news/2012/06/green/">3.4</a> and <a href="http://wordpress.org/news/2012/12/elvin/">3.5</a>, as well as 5 security releases during 2012. 3.4 included the theme customizer, while 3.5 became the long awaited &#8220;media release&#8221; featuring a new uploader and gallery management tool. 3.5 contained code contributions from more people than ever, and we hope to continue growing the contributor ranks in the year ahead. We currently have native apps on 6 mobile platforms &#8212; <a href="http://ios.wordpress.org/">iOS</a>, <a href="http://android.wordpress.org/">Android</a>, <a href="http://blackberry.wordpress.org/">Blackberry</a>, <a href="http://wpwindowsphone.wordpress.com/">Windows Phone</a>, <a href="http://nokia.wordpress.org/">Nokia</a>, and <a href="http://webos.wordpress.org/">WebOS</a> &#8212; and saw several updates there as well.</p>\n<h4>Plugin Directory</h4>\n<p>A number of improvements were made to the Plugin Directory in 2012. More cosmetic  updates, like the introduction of branded plugin page headers, make it a nicer browsing experience, while functional changes like better-integrated support forums, plugin reviews, and a favorites system made the plugin directory even more useful as a resource.</p>\n<h4>The &#8220;Make&#8221; Network and Team Reps</h4>\n<p>2012 was the year that saw the creation of <a href="http://make.wordpress.org/">Make.wordpress.org</a>, a network of sites for the teams of contributors responsible for the different areas of the WordPress project. Now anyone can follow along and get involved with the teams that work on <a href="http://make.wordpress.org/core/">core</a>, <a href="http://make.wordpress.org/themes/">theme review</a>, <a href="http://make.wordpress.org/support/">forum support</a>, <a href="http://make.wordpress.org/docs/">documentation</a>, and more. In 2013 we&#8217;ll work to improve these sites to make it easier to become a contributor. Each team also now has elected Team Reps, a new role that has already led to more cross-team communication. Team reps post each week to the <a href="https://make.wordpress.org/updates/">Updates blog</a> so that the other reps can keep up with what&#8217;s going on in other teams.</p>\n<h4>WordPress Community Summit</h4>\n<p>At the end of October, about 100 of the most influential and respected members of the WordPress community attended an inaugural <a href="https://make.wordpress.org/summit">summit</a> to discuss where we all stand, and to figure out where we go next with WordPress. A &#8220;conference of conversations,&#8221; this unconference made everyone an active participant, and while not every issue brought to the table was solved by the end of the event, the right questions were being asked.</p>\n<h4>Meetup.com</h4>\n<p>The WordPress Foundation now has a central account with Meetup.com. We&#8217;ve brought in a couple dozen existing meetup groups as a pilot to test the system, and are in the process of working with more existing meetups (as well as new ones) to join us so that local organizers won&#8217;t have to pay organizer dues and can get more support from the WordPress project.</p>\n<h4>Internet Blackout Day</h4>\n<p>We participated in the protest against SOPA/PIPA, Internet Blackout Day, on January 18. Though we usually stay out of politics, this campaign was important, and we not only participated in the blackout on WordPress.org, we encouraged our users to do so as well, and recommended plugins to provide blackout functionality. It was deemed the <a href="http://sopastrike.com/numbers/">largest online protest in history</a>.</p>\n<h4>WordCamps</h4>\n<p>And finally, it wouldn&#8217;t be a recap without counting up the <a href="http://wordcamp.org">WordCamps</a>! There were 67 WordCamps around the world in 2012, bringing together WordPress users, developers, and fans. If you didn&#8217;t make it to a WordCamp this year, maybe it can be one of your new year resolutions: <a href="http://central.wordcamp.org/schedule/">check the schedule</a> to find one near you!</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:56:"http://wordpress.org/news/2013/01/2012-a-look-back/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:2;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:"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:25:"WordPress 3.5 “Elvin”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/news/2012/12/elvin/";s: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:49:"http://wordpress.org/news/2012/12/elvin/#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, 11 Dec 2012 16:54:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"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=2517";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:363:"It&#8217;s the most wonderful time of the year: a new WordPress release is available and chock-full of goodies to delight bloggers and developers alike. We&#8217;re calling this one &#8220;Elvin&#8221; in honor of drummer Elvin Jones, who played with John Coltrane in addition to many others. If you&#8217;ve been around WordPress a while, the most dramatic [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:20083:"<p>It&#8217;s the most wonderful time of the year: a new WordPress release <a href="http://wordpress.org/download/">is available</a> and chock-full of goodies to delight bloggers and developers alike. We&#8217;re calling this one &#8220;Elvin&#8221; in honor of <a href="http://en.wikipedia.org/wiki/Elvin_Jones">drummer Elvin Jones</a>, who played with John Coltrane in addition to many others.</p>\n<p>If you&#8217;ve been around WordPress a while, the most dramatic new change you&#8217;ll notice is a completely re-imagined flow for uploading photos and creating galleries. Media has long been a friction point and we&#8217;ve listened hard and given a lot of thought into crafting this new system. 3.5 includes a new default theme, Twenty Twelve, which has a very clean mobile-first responsive design and works fantastic as a base for a CMS site. Finally we&#8217;ve spent a lot of time refreshing the styles of the dashboard, updating everything to be Retina-ready with beautiful high resolution graphics, a new color picker, and streamlining a couple of fewer-used sections of the admin.</p>\n<p>Here&#8217;s a quick video overview of everything you can share with your friends:</p>\n<div id="v-jQDfEbzZ-1" class="video-player"><embed id="v-jQDfEbzZ-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=jQDfEbzZ&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="692" height="388" title="Introducing WordPress 3.5" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>\n<h3>For Developers</h3>\n<p>You can now put your (or anyone&#8217;s) WordPress.org username on the plugins page and see your favorite tagged ones, to make it easy to install them again when setting up a new site. There&#8217;s a new Tumblr importer. New installs no longer show the links manager. Finally for multisite developers <code>switch_to_blog()</code> is way faster and you can now install MS in a sub-directory. The <a href="http://underscorejs.org/">Underscore</a> and <a href="http://backbonejs.org/">Backbone</a> JavaScript libraries are now available. <a href="http://codex.wordpress.org/Version_3.5">The Codex has a pretty good summary of the developer features above and beyond this</a>, and you can always <a href="http://core.trac.wordpress.org/milestone/3.5">grab a warm beverage and explore Trac directly</a>.</p>\n<h3>Percussion Section</h3>\n<p>Behind every great release is great contributors. 3.5 had more people involved than any release before it:</p>\n<p><a href="http://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="http://profiles.wordpress.org/aaronholbrook">aaronholbrook</a>, <a href="http://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/kawauso">Adam Harley</a>, <a href="http://profiles.wordpress.org/alyssonweb">akbortoli</a>, <a href="http://profiles.wordpress.org/alecrust">alecrust</a>, <a href="http://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="http://profiles.wordpress.org/alexkingorg">Alex King</a>, <a href="http://profiles.wordpress.org/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="http://profiles.wordpress.org/alexvorn2">alexvorn2</a>, <a href="http://profiles.wordpress.org/ampt">ampt</a>, <a href="http://profiles.wordpress.org/sabreuse">Amy Hendrix (sabreuse)</a>, <a href="http://profiles.wordpress.org/andrear">andrea.r</a>, <a href="http://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/andrewryno">Andrew Ryno</a>, <a href="http://profiles.wordpress.org/andrewspittle">Andrew Spittle</a>, <a href="http://profiles.wordpress.org/andy">Andy Skelton</a>, <a href="http://profiles.wordpress.org/apokalyptik">apokalyptik</a>, <a href="http://profiles.wordpress.org/bainternet">Bainternet</a>, <a href="http://profiles.wordpress.org/barrykooij">Barry Kooij</a>, <a href="http://profiles.wordpress.org/bazza">bazza</a>, <a href="http://profiles.wordpress.org/bbrooks">bbrooks</a>, <a href="http://profiles.wordpress.org/casben79">Ben Casey</a>, <a href="http://profiles.wordpress.org/husobj">Ben Huson</a>, <a href="http://profiles.wordpress.org/benkulbertis">Ben Kulbertis</a>, <a href="http://profiles.wordpress.org/bergius">bergius</a>, <a href="http://profiles.wordpress.org/neoxx">Bernhard Riedl</a>, <a href="http://profiles.wordpress.org/betzster">betzster</a>, <a href="http://profiles.wordpress.org/bananastalktome">Billy (bananastalktome)</a>, <a href="http://profiles.wordpress.org/bolo1988">bolo1988</a>, <a href="http://profiles.wordpress.org/bradparbs">bradparbs</a>, <a href="http://profiles.wordpress.org/bradthomas127">bradthomas127</a>, <a href="http://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="http://profiles.wordpress.org/brandondove">Brandon Dove</a>, <a href="http://profiles.wordpress.org/brianlayman">Brian Layman</a>, <a href="http://profiles.wordpress.org/rzen">Brian Richards</a>, <a href="http://profiles.wordpress.org/sennza">Bronson Quick</a>, <a href="http://profiles.wordpress.org/bpetty">Bryan Petty</a>, <a href="http://profiles.wordpress.org/cannona">cannona</a>, <a href="http://profiles.wordpress.org/sixhours">Caroline Moore</a>, <a href="http://profiles.wordpress.org/caspie">Caspie</a>, <a href="http://profiles.wordpress.org/cdog">cdog</a>, <a href="http://profiles.wordpress.org/thee17">Charles Frees-Melvin</a>, <a href="http://profiles.wordpress.org/chellycat">chellycat</a>, <a href="http://profiles.wordpress.org/chexee">Chelsea Otakan</a>, <a href="http://profiles.wordpress.org/chouby">Chouby</a>, <a href="http://profiles.wordpress.org/c3mdigital">Chris Olbekson</a>, <a href="http://profiles.wordpress.org/cfinke">Christopher Finke</a>, <a href="http://profiles.wordpress.org/chriswallace">Chris Wallace</a>, <a href="http://profiles.wordpress.org/corvannoorloos">Cor van Noorloos</a>, <a href="http://profiles.wordpress.org/scribu">Cristi Burc&#259;</a>, <a href="http://profiles.wordpress.org/mrroundhill">Dan</a>, <a href="http://profiles.wordpress.org/dan-rivera">Dan Rivera</a>, <a href="http://profiles.wordpress.org/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/lessbloat">Dave Martin</a>, <a href="http://profiles.wordpress.org/deltafactory">deltafactory</a>, <a href="http://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/djzone">DjZoNe</a>, <a href="http://profiles.wordpress.org/dllh">dllh</a>, <a href="http://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="http://profiles.wordpress.org/doublesharp">doublesharp</a>, <a href="http://profiles.wordpress.org/drewapicture">Drew Jaynes (DrewAPicture)</a>, <a href="http://profiles.wordpress.org/drewstrojny">Drew Strojny</a>, <a href="http://profiles.wordpress.org/eddiemoya">Eddie Moya</a>, <a href="http://profiles.wordpress.org/elyobo">elyobo</a>, <a href="http://profiles.wordpress.org/emiluzelac">Emil Uzelac</a>, <a href="http://profiles.wordpress.org/empireoflight">Empireoflight</a>, <a href="http://profiles.wordpress.org/ericlewis">Eric Andrew Lewis</a>, <a href="http://profiles.wordpress.org/ethitter">Erick Hitter</a>, <a href="http://profiles.wordpress.org/ericmann">Eric Mann</a>, <a href="http://profiles.wordpress.org/ericwahlforss">ericwahlforss</a>, <a href="http://profiles.wordpress.org/evansolomon">Evan Solomon</a>, <a href="http://profiles.wordpress.org/fadingdust">fadingdust</a>, <a href="http://profiles.wordpress.org/f-j-kaiser">F J Kaiser</a>, <a href="http://profiles.wordpress.org/foxinni">foxinni</a>, <a href="http://profiles.wordpress.org/garyc40">Gary Cao</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/geertdd">GeertDD</a>, <a href="http://profiles.wordpress.org/mamaduka">George Mamadashvili</a>, <a href="http://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="http://profiles.wordpress.org/ghosttoast">GhostToast</a>, <a href="http://profiles.wordpress.org/gnarf">gnarf</a>, <a href="http://profiles.wordpress.org/goldenapples">goldenapples</a>, <a href="http://profiles.wordpress.org/webord">Gustavo Bordoni</a>, <a href="http://profiles.wordpress.org/hakre">hakre</a>, <a href="http://profiles.wordpress.org/hanni">hanni</a>, <a href="http://profiles.wordpress.org/hardy101">hardy101</a>, <a href="http://profiles.wordpress.org/hebbet">hebbet</a>, <a href="http://profiles.wordpress.org/helenyhou">Helen Hou-Sandi</a>, <a href="http://profiles.wordpress.org/hugobaeta">Hugo Baeta</a>, <a href="http://profiles.wordpress.org/iamfriendly">iamfriendly</a>, <a href="http://profiles.wordpress.org/iandstewart">Ian Stewart</a>, <a href="http://profiles.wordpress.org/ikailo">ikailo</a>, <a href="http://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="http://profiles.wordpress.org/itworx">itworx</a>, <a href="http://profiles.wordpress.org/j-idris">j-idris</a>, <a href="http://profiles.wordpress.org/jakemgold">Jake Goldman</a>, <a href="http://profiles.wordpress.org/jakubtyrcha">jakub.tyrcha</a>, <a href="http://profiles.wordpress.org/jamescollins">James Collins</a>, <a href="http://profiles.wordpress.org/jammitch">jammitch</a>, <a href="http://profiles.wordpress.org/jane">Jane Wells</a>, <a href="http://profiles.wordpress.org/japh">Japh</a>, <a href="http://profiles.wordpress.org/jarretc">JarretC</a>, <a href="http://profiles.wordpress.org/madtownlems">Jason Lemahieu (MadtownLems)</a>, <a href="http://profiles.wordpress.org/javert03">javert03</a>, <a href="http://profiles.wordpress.org/jbrinley">jbrinley</a>, <a href="http://profiles.wordpress.org/jcakec">jcakec</a>, <a href="http://profiles.wordpress.org/jblz">Jeff Bowen</a>, <a href="http://profiles.wordpress.org/jeffsebring">Jeff Sebring</a>, <a href="http://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="http://profiles.wordpress.org/hd-j">Jeremy Herve</a>, <a href="http://profiles.wordpress.org/jerrysarcastic">Jerry Bates (JerrySarcastic)</a>, <a href="http://profiles.wordpress.org/jayjdk">Jesper Johansen (Jayjdk)</a>, <a href="http://profiles.wordpress.org/jndetlefsen">jndetlefsen</a>, <a href="http://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="http://profiles.wordpress.org/joelhardi">joelhardi</a>, <a href="http://profiles.wordpress.org/jkudish">Joey Kudish</a>, <a href="http://profiles.wordpress.org/johnbillion">John Blackbourn (johnbillion)</a>, <a href="http://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="http://profiles.wordpress.org/johnpbloch">John P. Bloch</a>, <a href="http://profiles.wordpress.org/jond3r">Jonas Bolinder</a>, <a href="http://profiles.wordpress.org/jondavidjohn">Jonathan D. Johnson</a>, <a href="http://profiles.wordpress.org/duck_">Jon Cave</a>, <a href="http://profiles.wordpress.org/joostdekeijzer">joostdekeijzer</a>, <a href="http://profiles.wordpress.org/koke">Jorge Bernal</a>, <a href="http://profiles.wordpress.org/josephscott">Joseph Scott</a>, <a href="http://profiles.wordpress.org/pottersys">Juan</a>, <a href="http://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="http://profiles.wordpress.org/jtsternberg">Justin Sternberg</a>, <a href="http://profiles.wordpress.org/greenshady">Justin Tadlock</a>, <a href="http://profiles.wordpress.org/trepmal">Kailey Lampert (trepmal)</a>, <a href="http://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="http://profiles.wordpress.org/keruspe">Keruspe</a>, <a href="http://profiles.wordpress.org/kitchin">kitchin</a>, <a href="http://profiles.wordpress.org/knutsp">Knut Sparhell</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/kopepasah">Kopepasah</a>, <a href="http://profiles.wordpress.org/klagraff">Kristopher Lagraff</a>, <a href="http://profiles.wordpress.org/kurtpayne">Kurt Payne</a>, <a href="http://profiles.wordpress.org/kyrylo">Kyrylo</a>, <a href="http://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpress.org/larysa">Larysa Mykhas</a>, <a href="http://profiles.wordpress.org/leogermani">leogermani</a>, <a href="http://profiles.wordpress.org/lesteph">lesteph</a>, <a href="http://profiles.wordpress.org/linuxologos">linuxologos</a>, <a href="http://profiles.wordpress.org/ldebrouwer">Luc De Brouwer</a>, <a href="http://profiles.wordpress.org/lgedeon">Luke Gedeon</a>, <a href="http://profiles.wordpress.org/latz">Lutz Schroer</a>, <a href="http://profiles.wordpress.org/mailnew2ster">mailnew2ster</a>, <a href="http://profiles.wordpress.org/targz-1">Manuel Schmalstieg</a>, <a href="http://profiles.wordpress.org/maor">Maor Chasen</a>, <a href="http://profiles.wordpress.org/mimecine">Marco</a>, <a href="http://profiles.wordpress.org/marcuspope">MarcusPope</a>, <a href="http://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="http://profiles.wordpress.org/martythornley">MartyThornley</a>, <a href="http://profiles.wordpress.org/mattdanner">mattdanner</a>, <a href="http://profiles.wordpress.org/bigdawggi">Matthew Richmond</a>, <a href="http://profiles.wordpress.org/sivel">Matt Martz</a>, <a href="http://profiles.wordpress.org/iammattthomas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="http://profiles.wordpress.org/mattyrob">mattyrob</a>, <a href="http://profiles.wordpress.org/maxcutler">Max Cutler</a>, <a href="http://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="http://profiles.wordpress.org/merty">Mert Yazicioglu</a>, <a href="http://profiles.wordpress.org/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="http://profiles.wordpress.org/mfields">Michael Fields</a>, <a href="http://profiles.wordpress.org/mbijon">Mike Bijon</a>, <a href="http://profiles.wordpress.org/mdgl">Mike Glendinning</a>, <a href="http://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="http://profiles.wordpress.org/mikelittle">Mike Little</a>, <a href="http://profiles.wordpress.org/mikeschinkel">Mike Schinkel</a>, <a href="http://profiles.wordpress.org/DH-Shredder">Mike Schroder</a>, <a href="http://profiles.wordpress.org/toppa">Mike Toppa</a>, <a href="http://profiles.wordpress.org/dimadin">Milan Dinic</a>, <a href="http://profiles.wordpress.org/mitchoyoshitaka">mitcho (Michael Yoshitaka Erlewine)</a>, <a href="http://profiles.wordpress.org/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/mohanjith">mohanjith</a>, <a href="http://profiles.wordpress.org/mpvanwinkle77">mpvanwinkle77</a>, <a href="http://profiles.wordpress.org/usermrpapa">Mr Papa</a>, <a href="http://profiles.wordpress.org/murky">murky</a>, <a href="http://profiles.wordpress.org/Nao">Naoko Takano</a>, <a href="http://profiles.wordpress.org/alex-ye">Nashwan Doaqan</a>, <a href="http://profiles.wordpress.org/niallkennedy">Niall Kennedy</a>, <a href="http://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="http://profiles.wordpress.org/ntm">ntm</a>, <a href="http://profiles.wordpress.org/nvartolomei">nvartolomei</a>, <a href="http://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/pdclark">pdclark</a>, <a href="http://profiles.wordpress.org/petemall">Pete Mall</a>, <a href="http://profiles.wordpress.org/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/pas5027">Pete Schuster</a>, <a href="http://profiles.wordpress.org/philiparthurmoore">Philip Arthur Moore</a>, <a href="http://profiles.wordpress.org/phill_brown">Phill Brown</a>, <a href="http://profiles.wordpress.org/picklepete">picklepete</a>, <a href="http://profiles.wordpress.org/picklewagon">Picklewagon</a>, <a href="http://profiles.wordpress.org/nprasath002">Prasath Nadarajah</a>, <a href="http://profiles.wordpress.org/r-a-y">r-a-y</a>, <a href="http://profiles.wordpress.org/ramiy">Rami Yushuvaev</a>, <a href="http://profiles.wordpress.org/moraleidame">Ricardo Moraleida</a>, <a href="http://profiles.wordpress.org/miqrogroove">Robert Chapin (miqrogroove)</a>, <a href="http://profiles.wordpress.org/wet">Robert Wetzlmayr</a>, <a href="http://profiles.wordpress.org/wpmuguru">Ron Rennick</a>, <a href="http://profiles.wordpress.org/rstern">rstern</a>, <a href="http://profiles.wordpress.org/ryan">Ryan Boren</a>, <a href="http://profiles.wordpress.org/ryanimel">Ryan Imel</a>, <a href="http://profiles.wordpress.org/ryanjkoehler">Ryan Koehler</a>, <a href="http://profiles.wordpress.org/markel">Ryan Markel</a>, <a href="http://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="http://profiles.wordpress.org/zeo">Safirul Alredha</a>, <a href="http://profiles.wordpress.org/solarissmoke">Samir Shah</a>, <a href="http://profiles.wordpress.org/gluten">Sam Margulies</a>, <a href="http://profiles.wordpress.org/otto42">Samuel Wood (Otto)</a>, <a href="http://profiles.wordpress.org/saracannon">sara cannon</a>, <a href="http://profiles.wordpress.org/gandham">Satish Gandham</a>, <a href="http://profiles.wordpress.org/scottgonzalez">scott.gonzalez</a>, <a href="http://profiles.wordpress.org/sc0ttkclark">Scott Kingsley Clark</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/greglone">ScreenfeedFr</a>, <a href="http://profiles.wordpress.org/sergeysbetkenovgaroru">sergey.s.betke</a>, <a href="http://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/pross">Simon Prosser</a>, <a href="http://profiles.wordpress.org/simonwheatley">Simon Wheatley</a>, <a href="http://profiles.wordpress.org/sirzooro">sirzooro</a>, <a href="http://profiles.wordpress.org/ssamture">ssamture</a>, <a href="http://profiles.wordpress.org/sterlo">sterlo</a>, <a href="http://profiles.wordpress.org/sumindmitriy">sumindmitriy</a>, <a href="http://profiles.wordpress.org/sushkov">sushkov</a>, <a href="http://profiles.wordpress.org/swekitsune">swekitsune</a>, <a href="http://profiles.wordpress.org/iamtakashi">Takashi Irie</a>, <a href="http://profiles.wordpress.org/taylorde">Taylor Dewey</a>, <a href="http://profiles.wordpress.org/tlovett1">Taylor Lovett</a>, <a href="http://profiles.wordpress.org/saltcod">Terry Sutton</a>, <a href="http://profiles.wordpress.org/griffinjt">Thomas Griffin</a>, <a href="http://profiles.wordpress.org/tott">Thorsten Ott</a>, <a href="http://profiles.wordpress.org/timbeks">timbeks</a>, <a href="http://profiles.wordpress.org/timfs">timfs</a>, <a href="http://profiles.wordpress.org/tmoorewp">Tim Moore</a>, <a href="http://profiles.wordpress.org/tobiasbg">TobiasBg</a>, <a href="http://profiles.wordpress.org/tomasm">TomasM</a>, <a href="http://profiles.wordpress.org/tomauger">Tom Auger</a>, <a href="http://profiles.wordpress.org/tommcfarlin">tommcfarlin</a>, <a href="http://profiles.wordpress.org/willmot">Tom Willmot</a>, <a href="http://profiles.wordpress.org/toscho">toscho</a>, <a href="http://profiles.wordpress.org/wpsmith">Travis Smith</a>, <a href="http://profiles.wordpress.org/vhauri">Vasken Hauri</a>, <a href="http://profiles.wordpress.org/viniciusmassuchetto">Vinicius Massuchetto</a>, <a href="http://profiles.wordpress.org/lightningspirit">Vitor Carvalho</a>, <a href="http://profiles.wordpress.org/waclawjacek">Waclaw</a>, <a href="http://profiles.wordpress.org/waldojaquith">WaldoJaquith</a>, <a href="http://profiles.wordpress.org/wojtekszkutnik">Wojtek Szkutnik</a>, <a href="http://profiles.wordpress.org/xibe">Xavier Borderie</a>, <a href="http://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="http://profiles.wordpress.org/yogi-t">Yogi T</a>, <a href="http://profiles.wordpress.org/tollmanz">Zack Tollman</a>, and <a href="http://profiles.wordpress.org/zamoose">ZaMoose</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:45:"http://wordpress.org/news/2012/12/elvin/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:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.5 Release Candidate 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2012/12/wordpress-3-5-release-candidate-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2012/12/wordpress-3-5-release-candidate-3/#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, 04 Dec 2012 08:37:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2012/12/wordpress-3-5-release-candidate-3/";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:339:"The third release candidate for WordPress 3.5 is now available. We&#8217;ve made a number of changes over the last week since RC2 that we can&#8217;t wait to get into your hands. Hope you&#8217;re ready to do some testing! Final UI improvements for the new media manager, based on lots of great feedback. Show more information about [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1950:"<p>The third release candidate for WordPress 3.5 is now available. We&#8217;ve made a number of changes over the last week since <a title="WordPress 3.5 Release Candidate 2" href="http://wordpress.org/news/2012/11/wordpress-3-5-release-candidate-2/">RC2</a> that we can&#8217;t wait to get into your hands. Hope you&#8217;re ready to do some testing!</p>\n<ul>\n<li><span style="line-height: 13px">Final UI improvements for the new media manager, based on lots of great feedback.</span></li>\n<li>Show more information about uploading errors when they occur.</li>\n<li>When inserting an image into a post, don&#8217;t forget the alternative text.</li>\n<li>Fixes for the new admin button styles.</li>\n<li>Improvements for mobile devices, Internet Explorer, and right-to-left languages.</li>\n<li>Fix cookies for subdomain installs when multisite is installed in a subdirectory.</li>\n<li>Fix ms-files.php rewriting for very old multisite installs.</li>\n</ul>\n<p>At this point, we only have a <a href="http://core.trac.wordpress.org/report/5">few minor issues</a> left. If all goes well, you will see WordPress 3.5 very soon. If you run into any issues, please post to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a>.</p>\n<p>If you&#8217;d like to know what to test, visit the About page (<strong><img style="vertical-align: middle" alt="" src="http://wordpress.org/wp-content/themes/twentyten/images/wordpress.png" /> → About</strong> in the toolbar) and check out the list of features. This is still development software, so your boss may get mad if you install this on a live site. To test WordPress 3.5, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.5-RC3.zip">download the release candidate here (zip)</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/2012/12/wordpress-3-5-release-candidate-3/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: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:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.5 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/2012/11/wordpress-3-5-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2012/11/wordpress-3-5-release-candidate-2/#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, 29 Nov 2012 19:55:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2494";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:339:"The second release candidate for WordPress 3.5 is now available for download and testing. We&#8217;re still working on about a dozen remaining issues, but we hope to deliver WordPress 3.5 to your hands as early as next week. If you&#8217;d like to know what to test, visit the About page ( → About in the toolbar) and check out [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"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:1509:"<p>The second release candidate for WordPress 3.5 is now available for download and testing.</p>\n<p>We&#8217;re still working on about a dozen remaining issues, but we hope to deliver WordPress 3.5 to your hands as early as next week. If you&#8217;d like to know what to test, visit the About page (<strong><img alt="" src="http://wordpress.org/wp-content/themes/twentyten/images/wordpress.png" /> → About</strong> in the toolbar) and check out the list of features! As usual, this is still development software and we suggest you do not install this on a live site unless you are adventurous.</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a>.</p>\n<p><strong>Developers,</strong> please continue to test your plugins and themes, so that if there is a compatibility issue, we can figure it out before the final release. You can find our <a href="http://core.trac.wordpress.org/report/6">list of known issues here</a>.</p>\n<p>To test WordPress 3.5, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.5-RC2.zip">download the release candidate here (zip)</a>.</p>\n<p><em>&#8211;<br />\n</em><em>We are getting close<br />\n</em><em>Should have asked for haiku help<br />\n</em><em>Please test RC2</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:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2012/11/wordpress-3-5-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.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: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:31:"WordPress 3.5 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2012/11/wordpress-3-5-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2012/11/wordpress-3-5-release-candidate/#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, 22 Nov 2012 13:35:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a: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:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2479";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:341:"The first release candidate for WordPress 3.5 is now available. We hope to ship WordPress 3.5 in two weeks. But to do that, we need your help! If you haven&#8217;t tested 3.5 yet, there&#8217;s no time like the present. (The oft-repeated warning: Please, not on a live site, unless you&#8217;re adventurous.) Think you&#8217;ve found a [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1545:"<p>The first release candidate for WordPress 3.5 is now available.</p>\n<p>We hope to ship WordPress 3.5 in <em>two weeks</em>. But to do that, we need your help! If you haven&#8217;t tested 3.5 yet, there&#8217;s no time like the present. (The oft-repeated warning: Please, not on a live site, unless you&#8217;re adventurous.)</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href="http://core.trac.wordpress.org/report/6">find them here</a>. <strong>Developers,</strong> please test your plugins and themes, so that if there is a compatibility issue, we can figure it out before the final release.</p>\n<p>To test WordPress 3.5, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.5-RC1.zip">download the release candidate here (zip)</a>.</p>\n<p>If you&#8217;d like to know what to <del>break</del> test, visit the About page (<strong><img style="vertical-align: text-top" alt="" src="http://wordpress.org/wp-content/themes/twentyten/images/wordpress.png" /> → About</strong> in the toolbar) and check out the list of features! Trust me, you want to try out media.</p>\n<p><em>Release candidate</em><br />\n<em>Three point five in two weeks time</em><br />\n<em>Please test all the things</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:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/news/2012/11/wordpress-3-5-release-candidate/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:48:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.5 Beta 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/11/wordpress-3-5-beta-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2012/11/wordpress-3-5-beta-3/#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, 13 Nov 2012 04:26:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2467";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:341:"The third beta release of WordPress 3.5 is now available for download and testing. Hey, developers! We expect to WordPress 3.5 to be ready in just a few short weeks. Please, please test your plugins and themes against beta 3. Media management has been rewritten, and we&#8217;ve taken great pains to ensure most plugins will work the [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2677:"<p>The third beta release of WordPress 3.5 is now available for download and testing.</p>\n<p><strong>Hey, developers!</strong> We expect to WordPress 3.5 to be ready in just a few short weeks. <em>Please, please</em> test your plugins and themes against beta 3. Media management has been rewritten, and we&#8217;ve taken great pains to ensure most plugins will work the same as before, but we&#8217;re not perfect. We would like to hear about any incompatibilities we&#8217;ve caused so we can work with you to address them <em>before</em> release, rather than after. I think you&#8217;ll agree it&#8217;s much better that way. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':-)'' class=''wp-smiley'' /> </p>\n<p>To test WordPress 3.5, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="http://wordpress.org/wordpress-3.5-beta3.zip">download the beta here</a> (zip). For more on 3.5, <a title="WordPress 3.5 Beta 1" href="http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/">check out the extensive Beta 1 blog post</a>, which covers what’s new in version 3.5 and how you can help. We made <a href="http://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=22557&amp;stop_rev=22224&amp;limit=400">more than 300 changes</a> since <a href="http://wordpress.org/news/2012/10/wordpress-3-5-beta-2/">beta 2</a>. <span style="line-height: 13px">At this point, the Add Media dialog is complete, and we&#8217;re now just working on fixing up inserting images into the editor. We&#8217;ve also u</span>pdated to jQuery UI 1.9.1, SimplePie 1.3.1, and TinyMCE 3.5.7.</p>\n<p>The usual warnings apply: We can see the light at the end of the tunnel, but this is software still in development, so we don’t recommend that you run it on a production site. Set up a test site to play with the new version.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you’re 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 bugs</a> and <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.5">everything we’ve fixed</a> so far.</p>\n<p><em>Beta three is out</em><br />\n<em>Soon, a release candidate</em><br />\n<em>Three point five is near</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:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2012/11/wordpress-3-5-beta-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s: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.5 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/10/wordpress-3-5-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2012/10/wordpress-3-5-beta-2/#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:"Sat, 13 Oct 2012 00:02: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: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:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2458";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:342:"Two weeks after the first beta, WordPress 3.5 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. Set up a test site to play with the new version. To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “bleeding [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1856:"<p>Two weeks after the first beta, WordPress 3.5 Beta 2 is now available for download and testing.</p>\n<p>This is software still in development, so we don’t recommend that you run it on a production site. Set up a test site to play with the new version. To test WordPress 3.5, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="http://wordpress.org/wordpress-3.5-beta2.zip">download the beta here</a> (zip).</p>\n<p>For more, <a title="WordPress 3.5 Beta 1" href="http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/"><strong>check out the extensive Beta 1 blog post</strong></a>, which covers what&#8217;s new in version 3.5 and how you can help. What&#8217;s new since beta 1? I&#8217;m glad you asked:</p>\n<ul>\n<li>New workflow for working with image galleries, including drag-and-drop reordering and quick caption editing.</li>\n<li>New image editing API. (<a title="Ticket 6821" href="http://core.trac.wordpress.org/ticket/6821">#6821</a>)</li>\n<li><del>New user interface for setting static front pages for the Reading Settings screen. (<a title="Ticket 16379" href="http://core.trac.wordpress.org/ticket/16379">#16379</a>)</del></li>\n</ul>\n<p>As always, if you think you’ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you’re 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 bugs</a> and <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.5">everything we’ve fixed</a> so far. Happy testing!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2012/10/wordpress-3-5-beta-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.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:"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:35:"WordPress 3.5 Beta 1 (and a bonus!)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2012/09/wordpress-3-5-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/2012/09/wordpress-3-5-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, 27 Sep 2012 22:37:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2443";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:376:"I&#8217;m excited to announce the availability of WordPress 3.5 Beta 1. This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:6696:"<p>I&#8217;m excited to announce the availability of WordPress 3.5 Beta 1.</p>\n<p>This is software still in development and <strong>we <em>really</em> don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. To test WordPress 3.5, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="http://wordpress.org/wordpress-3.5-beta-1.zip">download the beta here</a> (zip).</p>\n<p>In just three short months, we&#8217;ve already made a few hundred changes to improve your WordPress experience. The biggest thing we&#8217;ve been working on is overhauling the media experience from the ground up. We&#8217;ve made it all fair game: How you upload photos, arrange galleries, insert images into posts, and more. It&#8217;s still rough around the edges and some pieces are missing — which means now is the <em>perfect</em> time to test it out, report issues, and help shape our headline feature.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you’re 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 bugs</a> and <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.5">everything we&#8217;ve fixed</a> so far.</p>\n<p>Here&#8217;s some more of what&#8217;s new:</p>\n<ul>\n<li><strong>Appearance: </strong>A simplified welcome screen. A new color picker. And the all-HiDPI (retina) dashboard.</li>\n<li><strong>Accessibility:</strong> Keyboard navigation and screen reader support have both been improved.</li>\n<li><strong>Plugins: </strong>You can browse and install plugins you&#8217;ve marked as favorites on WordPress.org, directly from your dashboard.</li>\n<li><strong>Mobile: </strong>It&#8217;ll be easier to link up your WordPress install with <a href="http://wordpress.org/extend/mobile/">our mobile apps</a>, as XML-RPC is now enabled by default.</li>\n<li><strong>Links: </strong>We&#8217;ve hidden the Link Manager for new installs. (Don&#8217;t worry, <a href="http://wordpress.org/extend/plugins/link-manager/">there&#8217;s a plugin for that</a>.)</li>\n</ul>\n<p><strong>Developers: </strong>We love you. We do. And one of the things we strive to do with every release is be compatible with all existing plugins and themes. To make sure we don&#8217;t break anything, we need your help. <strong>Please, please test your plugins and themes against 3.5.</strong> If something isn&#8217;t quite right, please let us know. (Chances are, it wasn&#8217;t intentional.) And despite all of the changes to media, we&#8217;re still aiming to be backwards compatible with plugins that make changes to the existing media library. It&#8217;s a tall task, and it means we need your help.</p>\n<p>Here&#8217;s some more things we think developers will enjoy (and should test their plugins and themes against):</p>\n<ul>\n<li><strong>External libraries updated:</strong> TinyMCE  <del>3.5.6</del> 3.5.7. SimplePie <del>1.3</del> 1.3.1. jQuery <del>1.8.2</del> 1.8.3. jQuery UI <del>1.9 (and it&#8217;s not even released yet)</del> 1.9.2. We&#8217;ve also added Backbone 0.9.2 and Underscore <del>1.3.3</del> 1.4.2, and you can use protocol-relative links when enqueueing scripts and styles. (<a href="http://core.trac.wordpress.org/ticket/16560">#16560</a>)</li>\n<li><strong>WP Query:</strong> You can now ask to receive posts in the order specified by <code>post__in</code>. (<a href="http://core.trac.wordpress.org/ticket/13729">#13729</a>)</li>\n<li><strong>XML-RPC:</strong> New user management, profile editing, and post revision methods. We&#8217;ve also removed AtomPub. (<a href="http://core.trac.wordpress.org/ticket/18428">#18428</a>, <a href="http://core.trac.wordpress.org/ticket/21397">#21397</a>, <a href="http://core.trac.wordpress.org/ticket/21866">#21866</a>)</li>\n<li><strong>Multisite: </strong>switch_to_blog() is now used in more places, is faster, and more reliable. Also: You can now use multisite in a subdirectory, and uploaded files no longer go through ms-files (for new installs). (<a href="http://core.trac.wordpress.org/ticket/21434">#21434</a>, <a href="http://core.trac.wordpress.org/ticket/19796">#19796</a>, <a href="http://core.trac.wordpress.org/ticket/19235">#19235</a>)</li>\n<li><strong>TinyMCE: </strong>We&#8217;ve added an experimental API for &#8220;views&#8221; which you can use to offer previews and interaction of elements from the visual editor. (<a href="http://core.trac.wordpress.org/ticket/21812">#21812</a>)</li>\n<li><strong>Posts API: </strong>Major performance improvements when working with hierarchies of pages and post ancestors. Also, you can now &#8220;turn on&#8221; native custom columns for taxonomies on edit post screens. (<a href="http://core.trac.wordpress.org/ticket/11399">#11399</a>, <a href="http://core.trac.wordpress.org/ticket/21309">#21309</a>, <a href="http://core.trac.wordpress.org/ticket/21240">#21240</a>)</li>\n<li><strong>Comments API:</strong> Search for comments of a particular status, or with a meta query (same as with WP_Query). (<a href="http://core.trac.wordpress.org/ticket/21101">#21101</a>, <a href="http://core.trac.wordpress.org/ticket/21003">#21003</a>)</li>\n<li><strong>oEmbed: </strong>We&#8217;ve added support for a few oEmbed providers, and we now handle SSL links. (<a href="http://core.trac.wordpress.org/ticket/15734">#15734</a>, <a href="http://core.trac.wordpress.org/ticket/21635">#21635</a>, <a href="http://core.trac.wordpress.org/ticket/16996">#16996</a>, <a href="http://core.trac.wordpress.org/ticket/20102">#20102</a>)</li>\n</ul>\n<p>We&#8217;re looking forward to your feedback. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it. We&#8217;ve already had more than 200 contributors to version 3.5 — come join us!</p>\n<h3>And as promised, a bonus:</h3>\n<p>We&#8217;re planning a December 5 release for WordPress 3.5. But, we have a special offering for you, today. The newest default theme for WordPress, <strong>Twenty</strong><strong> Twelve</strong>, is now <a href="http://wordpress.org/extend/themes/twentytwelve">available for download</a> from the WordPress themes directory. It&#8217;s a gorgeous and fully responsive theme, and it works with WordPress 3.4.2. Take it for a spin!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2012/09/wordpress-3-5-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: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:48:"WordPress 3.4.2 Maintenance and Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2012/09/wordpress-3-4-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2012/09/wordpress-3-4-2/#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, 06 Sep 2012 20:07:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a: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=2426";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:355:"WordPress 3.4.2, now available for download, is a maintenance and security release for all previous versions. After nearly 15 million downloads since 3.4 was released not three months ago, we&#8217;ve identified and fixed a number of nagging bugs, including: Fix some issues with older browsers in the administration area. Fix an issue where a theme [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:1443:"<p>WordPress 3.4.2, now available for download, is a maintenance and security release for all previous versions.</p>\n<p>After nearly 15 million downloads since 3.4 was released not three months ago, we&#8217;ve <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.4.2&amp;group=resolution&amp;order=severity&amp;desc=1">identified and fixed a number of nagging bugs</a>, including:</p>\n<ul>\n<li>Fix some issues with older browsers in the administration area.</li>\n<li>Fix an issue where a theme may not preview correctly, or its screenshot may not be displayed.</li>\n<li>Improve plugin compatibility with the visual editor.</li>\n<li>Address pagination problems with some category permalink structures.</li>\n<li>Avoid errors with both oEmbed providers and trackbacks.</li>\n<li>Prevent improperly sized header images from being uploaded.</li>\n</ul>\n<p>Version 3.4.2 also fixes a few security issues and contains some security hardening. The vulnerabilities included potential privilege escalation and a bug that affects multisite installs with untrusted users. These issues were discovered and fixed by the WordPress security team.</p>\n<p><a href="http://wordpress.org/download/"><strong>Download 3.4.2</strong></a><strong> now or visit Dashboard → Updates in your site admin to update now.</strong></p>\n<p><em>Fixes for some bugs<br />\nBack to work on 3.5<br />\nIt&#8217;s time to update</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:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/09/wordpress-3-4-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.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/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 15 Feb 2013 21:18:03 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:"last-modified";s:29:"Thu, 24 Jan 2013 22:23:03 GMT";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20111015034325";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1103, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1344579585', 'no'),
(1104, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1344536385', 'no'),
(2385, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1361006284', 'no'),
(2386, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1360963084', 'no'),
(2387, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1361006284', 'no'),
(2388, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/y8jGs8JJ1kA/'' title=''New plugins Debugger can be used to manually log data or to capture logging on WordPress actions. You can capture load time, memory, backtrace, data dumps, urls, and server IPs. Feedback Extended enables users to reply to feedbacks from the admin panel, requires Jetpack. Updated plugins Facebook makes your site deeply social by integrating functionality from [&hellip;]''>Weblog Tools Collection: WordPress Plugin Releases for 2/15</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2013/02/15/alison-barrett-admin-creation/'' title='' [&hellip;]''>WordPress.tv: Alison Barrett: Admin Creation</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2013/02/15/jeremy-saxey-css-for-beginning-wp-developers/'' title='' [&hellip;]''>WordPress.tv: Jeremy Saxey: CSS for Beginning WP Developers</a></li><li><a class=''rsswidget'' href=''http://buddypress.org/2013/02/buddypress-1-7-beta-1/'' title=''Today the BuddyPress team is excited to announce the first beta of BuddyPress 1.7. BuddyPress 1.7 is likely to be our most revolutionary release to date. With it will come full theme compatibility with almost all existing WordPress themes, making it easier than ever to get your community up and running quickly. For those of you looking for a complete changel [&hellip;]''>BuddyPress: BuddyPress 1.7 Beta 1</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2013/02/15/seth-carstens-navigating-html/'' title='' [&hellip;]''>WordPress.tv: Seth Carstens: Navigating HTML</a></li></ul></div>', 'no'),
(2383, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1361006284', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2384, '_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_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 2/15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12657";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/y8jGs8JJ1kA/";s: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:1017:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/debugger/"><strong>Debugger</strong></a> can be used to manually log data or to capture logging on WordPress actions. You can capture load time, memory, backtrace, data dumps, urls, and server IPs.</p>\n<p><a href="http://wordpress.org/extend/plugins/feedback-extended/"><strong>Feedback Extended</strong></a> enables users to reply to feedbacks from the admin panel, requires <a href="http://jetpack.me">Jetpack</a>.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/facebook/"><strong>Facebook</strong></a> makes your site deeply social by integrating functionality from Facebook.</p>\n<p><a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/"><strong>Yet Another Related Posts Plugin</strong></a> displays a list of related entries on your site and feeds based on a unique algorithm.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/y8jGs8JJ1kA" height="1" width="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, 15 Feb 2013 20:15:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:44:"WordPress.tv: Alison Barrett: Admin Creation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=16332";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2013/02/15/alison-barrett-admin-creation/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:638:"<div id="v-4AEebg4X-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/16332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/16332/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=16332&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/15/alison-barrett-admin-creation/"><img alt="Alison Barrett: Admin Creation" src="http://videos.videopress.com/4AEebg4X/video-ef71a37170_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:"Fri, 15 Feb 2013 19:00:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:2;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WordPress.tv: Jeremy Saxey: CSS for Beginning WP Developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=16258";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.tv/2013/02/15/jeremy-saxey-css-for-beginning-wp-developers/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:674:"<div id="v-W3mlRZh5-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/16258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/16258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=16258&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/15/jeremy-saxey-css-for-beginning-wp-developers/"><img alt="Jeremy Saxey: CSS for Beginning WP Developers" src="http://videos.videopress.com/W3mlRZh5/video-54a380bf48_scruberthumbnail_0.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:"Fri, 15 Feb 2013 19:00:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:33:"BuddyPress: BuddyPress 1.7 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:31:"http://buddypress.org/?p=153104";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/2013/02/buddypress-1-7-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1544:"<p>Today the BuddyPress team is excited to announce the first beta of BuddyPress 1.7.</p>\n<p>BuddyPress 1.7 is likely to be our most revolutionary release to date. With it will come full theme compatibility with almost all existing WordPress themes, making it easier than ever to get your community up and running quickly. For those of you looking for a complete changelog, check out <a href="http://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=1.7">the 1.7 milestone in trac</a>.</p>\n<p>From now until 1.7 is released, we will be periodically merging our ongoing development into the WordPress.org plugin repository. If you&#8217;re just starting your first BuddyPress site, we encourage you to start with the 1.7 beta rather than 1.6.4, so that you&#8217;re familiar with what&#8217;s coming rather than what&#8217;s passed.</p>\n<p>Now&#8217;s the time to <a href="http://codex.wordpress.org/Reporting_Bugs">report some feedback</a> and let us know if you find anything unexpected happening. We are on course to release BuddyPress 1.7 in the first half of March.</p>\n<p>If you think you found a bug, please report it on the <a href="http://buddypress.trac.wordpress.org">BuddyPress Core Trac</a>. If you find a security vulnerability, please be discrete and let us know privately using one of the methods posted on the <a href="http://wordpress.org/about/contact/">WordPress contact page</a>.</p>\n<p><a href="http://downloads.wordpress.org/plugin/buddypress.zip">Download BuddyPress 1.7, Beta 1 ↓</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, 15 Feb 2013 12:27: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: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: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:44:"WordPress.tv: Seth Carstens: Navigating HTML";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=16250";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2013/02/15/seth-carstens-navigating-html/";s: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:638:"<div id="v-eWbSbpKa-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/16250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/16250/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=16250&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/15/seth-carstens-navigating-html/"><img alt="Seth Carstens: Navigating HTML" src="http://videos.videopress.com/eWbSbpKa/video-7ffa2dcfc5_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:"Fri, 15 Feb 2013 07:00:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:45:"WordPress.tv: Natalie MacLees: JavaScript 301";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=16271";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.tv/2013/02/15/natalie-maclees-javascript-301/";s: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:640:"<div id="v-pfSuGHWB-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/16271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/16271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=16271&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/15/natalie-maclees-javascript-301/"><img alt="Natalie MacLees: JavaScript 301" src="http://videos.videopress.com/pfSuGHWB/video-2fb76a42a2_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:"Fri, 15 Feb 2013 07:00:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:75:"Weblog Tools Collection: Automattic Releases WordPress.com Theme Guidelines";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12652";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/63js-tjhrbI/";s: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:1159:"<p><a href="http://automattic.com">Automattic</a> wants you to have the best possible experience on <a href="http://wordpress.com">WordPress.com</a>, and to ensure that, all of <a href="http://theme.wordpress.com">the available themes</a> go through a rigorous series of tests.</p>\n<p>Each theme is carefully scrutinized by at least two, if not four, of Automattic&#8217;s Theme Team focussing on code quality, usability, and potential theme-specific anomalies. The result is a theme that &#8220;just works&#8221; out of the box, with no annoying bugs or usability quirks.</p>\n<p>Traditionally, things like this have been closely guarded secrets, but Automattic has publicly released <a href="http://developer.wordpress.com/themes/">their theme guidelines</a> so anyone can benefit from them. These guidelines, are not a requirement if you want to just develop a theme for <a href="http://wordpress.org">WordPress</a> in general, but they are still some great coding practices worth following if you want your theme to &#8220;just work&#8221; too.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/63js-tjhrbI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Feb 2013 22:15:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:113:"WordPress.tv: Robert Wagner: Frankenblog – Group blogging with WordPress for fun, frustration, & financial 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=13227";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:122:"http://wordpress.tv/2013/02/14/robert-wagner-frankenblog-group-blogging-with-wordpress-for-fun-frustration-financial-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:690:"<div id="v-Jb1NqLar-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13227&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/14/robert-wagner-frankenblog-group-blogging-with-wordpress-for-fun-frustration-financial-gain/"><img alt="Robert Wagner: Frankenblog" src="http://videos.videopress.com/Jb1NqLar/sequence-04_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:"Thu, 14 Feb 2013 19:00:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:44:"WordPress.tv: Andrew Nacin: Y U NO CODE WELL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6081";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2013/02/14/andrew-nacin-y-u-no-code-well/";s: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:648:"<div id="v-4RTgidPY-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6081/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6081/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6081&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/14/andrew-nacin-y-u-no-code-well/"><img alt="Andrew Nacin: Y U NO CODE WELL" src="http://videos.videopress.com/4RTgidPY/andrew-nacin-y-u-no-code-well_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:"Thu, 14 Feb 2013 19:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:67:"WordPress.tv: Joseph Scott: Site Performance: From Pinto to Ferrari";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8070";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"http://wordpress.tv/2013/02/14/joseph-scott-site-performance-from-pinto-to-ferrari-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:661:"<div id="v-2wUzQhJy-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8070/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8070&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/14/joseph-scott-site-performance-from-pinto-to-ferrari-2/"><img alt="Site Performance-JosephC" src="http://videos.videopress.com/2wUzQhJy/site-performance-josephc_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:"Thu, 14 Feb 2013 07:00: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: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: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:110:"WordPress.tv: Taylor Dewey: Why we click publish – Advocating for user-centricity through interaction design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13212";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:123:"http://wordpress.tv/2013/02/14/taylor-dewey-why-we-click-publish-advocating-for-user-centricity-through-interaction-design/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:771:"<div id="v-Drz5gns1-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13212&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/14/taylor-dewey-why-we-click-publish-advocating-for-user-centricity-through-interaction-design/"><img alt="Taylor Dewey: Why we click publish &#8211; Advocating for user-centricity through interaction design" src="http://videos.videopress.com/Drz5gns1/sequence-01_scruberthumbnail_4.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:"Thu, 14 Feb 2013 07:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:58:"Weblog Tools Collection: WordPress Theme Releases for 2/13";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12643";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/A0IB4mmhIQk/";s: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:2284:"<p><a href="http://3oneseven.com/18/bt-extended-wordpress-theme/"><img class="alignnone size-thumbnail wp-image-12645" alt="screenshot" src="http://i1.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/screenshot2.png?resize=150%2C150" /></a></p>\n<p><a href="http://3oneseven.com/18/bt-extended-wordpress-theme/"><strong>BT Extended</strong></a> is a newspaper style with a responsive four column fluid layout.</p>\n<p><a href="http://emptynestthemes.com/2013/02/12/cocoa-wordpress-website-theme/"><img class="alignnone size-thumbnail wp-image-12644" alt="DemoBlog" src="http://i1.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/DemoBlog1.png?resize=150%2C150" /></a></p>\n<p><a href="http://emptynestthemes.com/2013/02/12/cocoa-wordpress-website-theme/"><strong>Cocoa</strong></a> is a basic, simple, minimalist theme of browns and black with just a touch of cinnamon red thrown in for flavor.</p>\n<p><a href="http://wordpress.org/extend/themes/columbus"><img class="alignnone size-thumbnail wp-image-12646" alt="screenshot-1" src="http://i1.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/screenshot-12.png?resize=150%2C150" /></a></p>\n<p><a href="http://wordpress.org/extend/themes/columbus"><strong>Columbus</strong></a> is a real estate theme with a two-column layout and top-level page navigation.</p>\n<p><a href="http://wordpress.org/extend/themes/photogram"><img class="alignnone size-thumbnail wp-image-12647" alt="screenshot-2" src="http://i2.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/screenshot-21.png?resize=150%2C150" /></a></p>\n<p><a href="http://wordpress.org/extend/themes/photogram"><strong>Photogram</strong></a> is designed to integrate your WordPress site with Instagram and Pinterest in a few simple clicks.</p>\n<p><a href="http://wordpress.org/extend/themes/simplify"><img class="alignnone size-thumbnail wp-image-12648" alt="screenshot-3" src="http://i2.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/screenshot-31.png?resize=150%2C150" /></a></p>\n<p><a href="http://wordpress.org/extend/themes/simplify"><strong>Simplify</strong></a> is a responsive theme designed for small businesses.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/A0IB4mmhIQk" height="1" width="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, 13 Feb 2013 19:26:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:61:"WordPress.tv: Curtiss Grymala: WordPress Multisite and Beyond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=13946";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://wordpress.tv/2013/02/13/curtiss-grymala-wordpress-multisite-and-beyond/";s: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-LvCLFw8o-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13946/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13946&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/13/curtiss-grymala-wordpress-multisite-and-beyond/"><img alt="Curtiss Grymala: WordPress Multisite and Beyond" src="http://videos.videopress.com/LvCLFw8o/curtiss-grymala_scruberthumbnail_0.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:"Wed, 13 Feb 2013 19:00: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: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: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:64:"WordPress.tv: Mike Schroder: Image Manipulation in WordPress 3.5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=16101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.tv/2013/02/13/mike-schroder-image-manipulation-in-wordpress-3-5/";s: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:663:"<div id="v-fBduPR3G-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/16101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/16101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=16101&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/13/mike-schroder-image-manipulation-in-wordpress-3-5/"><img alt="Image Manipulation in WordPress 3.5" src="http://videos.videopress.com/fBduPR3G/video-8eb54ee9f3_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:"Wed, 13 Feb 2013 19:00:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:45:"WordPress.tv: Erick Hitter: From URL to Query";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=16093";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.tv/2013/02/13/erick-hitter-from-url-to-query/";s: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:640:"<div id="v-ztQPDLYS-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/16093/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/16093/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=16093&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/13/erick-hitter-from-url-to-query/"><img alt="Erick Hitter: From URL to Query" src="http://videos.videopress.com/ztQPDLYS/video-c795611c2b_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:"Wed, 13 Feb 2013 07:00:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:15;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WordPress.tv: Alison Barrett: Advanced Actions and Filters";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=16089";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.tv/2013/02/13/alison-barrett-advanced-actions-and-filters/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:666:"<div id="v-uRqun6EN-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/16089/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/16089/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=16089&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/13/alison-barrett-advanced-actions-and-filters/"><img alt="Alison Barrett: Advanced Actions and Filters" src="http://videos.videopress.com/uRqun6EN/video-c12a8df95c_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:"Wed, 13 Feb 2013 07:00:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"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: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:94:"WordPress.tv: Kurt Payne & Josh Hansen: do_action(‘hack_me’) Advanced Security for Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=16091";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://wordpress.tv/2013/02/12/kurt-payne-josh-hansen-do_actionhack_me-advanced-security-for-plugins/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:704:"<div id="v-X6NJiyR4-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/16091/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/16091/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=16091&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/12/kurt-payne-josh-hansen-do_actionhack_me-advanced-security-for-plugins/"><img alt="Kurt Payne & Josh Hansen: do_action(‘hack_me’)" src="http://videos.videopress.com/X6NJiyR4/video-6c8e9a79cc_scruberthumbnail_0.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, 12 Feb 2013 22:23:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:116:"WordPress.tv: Ilene Haddad, Crystal R.R. Edwards, Amanda Quraishi, and Corrin Foster: But don’t you know who I am?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=13479";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:125:"http://wordpress.tv/2013/02/12/ilene-haddad-crystal-r-r-edwards-amanda-quraishi-and-corrin-foster-but-dont-you-know-who-i-am/";s: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:781:"<div id="v-EYPcAEhO-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13479&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/12/ilene-haddad-crystal-r-r-edwards-amanda-quraishi-and-corrin-foster-but-dont-you-know-who-i-am/"><img alt="Ilene Haddad, Crystal R.R. Edwards, Amanda Quraishi, and Corrin Foster: But dont you know who I am?" src="http://videos.videopress.com/EYPcAEhO/but-dont-you-know-who-i-am_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, 12 Feb 2013 22:18:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:41:"WordPress.tv: Eric Weiss: Content is King";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=13415";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2013/02/11/eric-weiss-content-is-king/";s: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:626:"<div id="v-IaFYaXvU-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13415/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13415&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/11/eric-weiss-content-is-king/"><img alt="Eric Weiss: Content is King" src="http://videos.videopress.com/IaFYaXvU/eric-weiss_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, 12 Feb 2013 05:37: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: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: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:70:"WordPress.tv: Mark Kelnar: Adding source control to your code and life";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=16115";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2013/02/11/mark-kelnar-adding-source-control-to-your-code-and-life/";s: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:696:"<div id="v-PmK7IYSf-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/16115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/16115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=16115&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/11/mark-kelnar-adding-source-control-to-your-code-and-life/"><img alt="Mark Kelnar: Adding source control to your code and life" src="http://videos.videopress.com/PmK7IYSf/video-8575099a96_scruberthumbnail_0.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, 12 Feb 2013 05:32:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Michael";s: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 2/11";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12639";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/RDb_qZjtN1E/";s: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:1205:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/facetious/"><strong>Facetious</strong></a> lets you add a faceted &#8211; often called an &#8216;advanced&#8217; &#8211; search form to your website.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-snippets/"><strong>WP Snippets</strong></a> makes it very easy to reuse fragments of content (i.e. Snippets).</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/facebook/"><strong>Facebook</strong></a> makes your site deeply social by integrating functionality from Facebook.</p>\n<p><a href="http://blog.milandinic.com/wordpress/plugins/nav-menu-images/"><strong>Nav Menu Images</strong></a> enables uploading of images for nav menu items on the menu edit screen.</p>\n<p><a href="http://wordpress.org/extend/plugins/osm/"><strong>OSM</strong></a> displays maps in your WordPress blog using the OpenLayers technology.</p>\n<p><a href="http://wordpress.org/extend/plugins/w3-total-cache/"><strong>W3 Total Cache</strong></a> allows you to improve site performance and user experience via caching.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/RDb_qZjtN1E" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 11 Feb 2013 19:40:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:60:"WordPress.tv: Aaron Campbell: Community – Getting Involved";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=13354";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.tv/2013/02/11/aaron-campbell-community-getting-involved/";s: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:664:"<div id="v-4uEnKjLb-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13354&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/11/aaron-campbell-community-getting-involved/"><img alt="Aaron Campbell: Community – Getting Involved" src="http://videos.videopress.com/4uEnKjLb/aaron-campbell_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, 11 Feb 2013 07:54:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:22;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"Mike Little: WordPress 3 for Business Bloggers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://zed1.com/journalized/?p=1847";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:159:"http://zed1.com/journalized/archives/2012/03/11/wordpress-3-for-business-bloggers/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-3-for-business-bloggers";s: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:1041:"<p>I&#8217;m currently reading <a href="http://www.packtpub.com/wordpress-3-for-business-bloggers/book">WordPress 3 for Business Bloggers</a><a href="http://www.packtpub.com/wordpress-3-for-business-bloggers/book"><img class="alignright" title="WordPress 3 for Business Bloggers" src="https://www.packtpub.com/sites/default/files/imagecache/productview/1322OS_WordPress%203%20for%20Business%20Bloggers_Frontcover.jpg" alt="" width="124" height="152" /></a> by Paul Thewlis. I&#8217;m trying to squeeze it in between all the other stuff I seem to have on my plate. I read the first edition of the book a couple of years ago (though I can&#8217;t find my review to point to); so I&#8217;m looking forward to this one.</p>\n<p>I&#8217;ll post a proper review when I&#8217;ve finished it.</p>\n<p>&nbsp;</p>\n<p>The post <a href="http://zed1.com/journalized/archives/2012/03/11/wordpress-3-for-business-bloggers/">WordPress 3 for Business Bloggers</a> appeared first on <a href="http://zed1.com/journalized">Mike Little&#039;s Journalized</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 10 Feb 2013 17:00:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Mike Little";s: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:85:"WordPress.tv: Cliff Seal: Content Strategy – No one cares about your content (yet.)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=15209";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2013/02/09/cliff-seal-content-strategy-no-one-cares-about-your-content-yet/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:710:"<div id="v-7wXyrfye-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15209&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/09/cliff-seal-content-strategy-no-one-cares-about-your-content-yet/"><img alt="Cliff Seal: Content Strategy – No one cares about your content yet" src="http://videos.videopress.com/7wXyrfye/video-93ee0cad15_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:"Sat, 09 Feb 2013 18:29:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:61:"WordPress.tv: Michelle Weber: Building Community and Audience";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=15213";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://wordpress.tv/2013/02/09/michelle-weber-building-community-and-audience/";s: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:672:"<div id="v-u5BaReqk-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15213/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15213&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/09/michelle-weber-building-community-and-audience/"><img alt="Michelle Weber: Building Community and Audience" src="http://videos.videopress.com/u5BaReqk/video-ab3ad3bd8c_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:"Sat, 09 Feb 2013 18:05:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:25;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress.tv: Stephanie Leary: Keeping It Simple";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=13388";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.tv/2013/02/09/stephanie-leary-keeping-it-simple/";s: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:645:"<div id="v-JyDhhcUe-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13388/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13388&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/09/stephanie-leary-keeping-it-simple/"><img alt="Stephanie Leary: Keeping It Simple" src="http://videos.videopress.com/JyDhhcUe/stephanie-leary_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:"Sat, 09 Feb 2013 13:02: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: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: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:83:"WordPress.tv: Chris Olbekson: The Query, the Whole Query, and Nothing But the Query";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=13475";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2013/02/08/chris-olbekson-the-query-the-whole-query-and-nothing-but-the-query/";s: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:712:"<div id="v-A54BEabm-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13475/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13475&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/08/chris-olbekson-the-query-the-whole-query-and-nothing-but-the-query/"><img alt="Chris Olbekson: The Query, the Whole Query, and Nothing But the Query" src="http://videos.videopress.com/A54BEabm/chris-olbekson_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:"Sat, 09 Feb 2013 12:45:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:27;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WordPress.tv: Christie Kerner: DIY WordPress Websites for Small Businesses and Non-profits";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=15144";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://wordpress.tv/2013/02/08/christie-kerner-diy-wordpress-websites-for-small-businesses-and-non-profits/";s: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:697:"<div id="v-OZC3ou0i-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15144&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/08/christie-kerner-diy-wordpress-websites-for-small-businesses-and-non-profits/"><img alt="Bogle 6-H264 MOV 640&#215;360 16&#215;9.mov" src="http://videos.videopress.com/OZC3ou0i/video-9eb125dbd9_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:"Fri, 08 Feb 2013 19:41:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:28;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"WordPress.tv: April Holle: SEO Basics";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=15215";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2013/02/08/april-holle-seo-basics/";s: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:652:"<div id="v-lLkO27bX-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15215/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15215&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/08/april-holle-seo-basics/"><img alt="FRI 201 4-H264 MOV 640&#215;360 16&#215;9.mov" src="http://videos.videopress.com/lLkO27bX/video-d1bf64d338_scruberthumbnail_0.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:"Fri, 08 Feb 2013 19:34: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: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: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:57:"Weblog Tools Collection: WordPress Theme Releases for 2/8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12628";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/yGIy7LLcM9o/";s: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:2261:"<p><a href="http://emptynestthemes.com/2013/02/07/bubbly-wordpress-theme/"><img class="alignnone size-thumbnail wp-image-12629" alt="DemoBlog" src="http://i2.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/DemoBlog.png?resize=150%2C150" /></a></p>\n<p><a href="http://emptynestthemes.com/2013/02/07/bubbly-wordpress-theme/"><strong>Bubbly</strong></a> is an attractive theme with green and touches of white on a subtle background of light bubbles.</p>\n<p><a href="http://wordpress.org/extend/themes/forever"><img class="alignnone size-thumbnail wp-image-12630" alt="screenshot" src="http://i1.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/screenshot1.png?resize=150%2C150" /></a></p>\n<p><a href="http://wordpress.org/extend/themes/forever"><strong>Forever</strong></a> makes it easy to wrap your wedding up in a neat little blog.</p>\n<p><a href="http://wordpress.org/extend/themes/quintus"><img class="alignnone size-thumbnail wp-image-12631" alt="screenshot-1" src="http://i0.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/screenshot-11.png?resize=150%2C150" /></a></p>\n<p><a href="http://wordpress.org/extend/themes/quintus"><strong>Quintus</strong></a> has an old-style appeal with semi-academic graciousness and elegant typography.</p>\n<p><a href="http://wordpress.org/extend/themes/reddle"><img class="alignnone size-thumbnail wp-image-12632" alt="screenshot-2" src="http://i1.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/screenshot-2.png?resize=150%2C150" /></a></p>\n<p><a href="http://wordpress.org/extend/themes/reddle"><strong>Reddle</strong></a> features a minimal design which elegantly adapts to how you want to use your blog and what you want to use it for.</p>\n<p><a href="http://wordpress.org/extend/themes/vertigo"><img class="alignnone size-thumbnail wp-image-12633" alt="screenshot-3" src="http://i2.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/screenshot-3.png?resize=150%2C150" /></a></p>\n<p><a href="http://wordpress.org/extend/themes/vertigo"><strong>Vertigo</strong></a> is a stylish and fun theme with one column, a custom header, and a custom accent color.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/yGIy7LLcM9o" height="1" width="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, 08 Feb 2013 14:00:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:60:"WordPress.tv: Clark Wimberly – Mastering Custom Post Types";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=13465";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.tv/2013/02/07/clark-wimberly-mastering-custom-post-types/";s: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:637:"<div id="v-4VregraN-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13465/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13465&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/07/clark-wimberly-mastering-custom-post-types/"><img alt="Clark Wimberly 1" src="http://videos.videopress.com/4VregraN/clark-wimberly-1_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:"Fri, 08 Feb 2013 04:58:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:63:"WordPress.tv: Brad Parbs: WordPress File Structure, FTP & MySQL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=15239";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.tv/2013/02/07/brad-parbs-wordpress-file-structure-ftp-mysql/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:679:"<div id="v-coAPTJ6f-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15239/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15239&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/07/brad-parbs-wordpress-file-structure-ftp-mysql/"><img alt="Brad Parbs: WordPress File Structure, FTP & MySQL" src="http://videos.videopress.com/coAPTJ6f/video-1c4757351e_scruberthumbnail_0.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:"Fri, 08 Feb 2013 04:57:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:63:"WordPress.tv: Joseph Manna: 99 Problems But Content Ain’t One";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=15200";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.tv/2013/02/07/joseph-manna-99-problems-but-content-aint-one/";s: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:670:"<div id="v-Go5lRoQx-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15200/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15200&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/07/joseph-manna-99-problems-but-content-aint-one/"><img alt="SAT Main 5-H264 MOV 640&#215;360 16&#215;9.mov" src="http://videos.videopress.com/Go5lRoQx/video-d3b1161381_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:"Thu, 07 Feb 2013 18:56:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:50:"WordPress.tv: Jeffrey Zinn: Backup & Security Lite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=15257";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.tv/2013/02/06/jeffrey-zinn-backup-and-security-lite/";s: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:658:"<div id="v-a3QSr7dL-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15257&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/06/jeffrey-zinn-backup-and-security-lite/"><img alt="Jeffrey Zinn: Backup & Security Lite" src="http://videos.videopress.com/a3QSr7dL/video-4efecbca9e_scruberthumbnail_0.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:"Wed, 06 Feb 2013 22:30:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:72:"WordPress.tv: Natalie MacLees: Setting up a WordPress Site the Right Way";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=15198";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2013/02/06/natalie-maclees-setting-up-a-wordpress-site-the-right-way/";s: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:683:"<div id="v-SMuTX7Qe-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15198&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/06/natalie-maclees-setting-up-a-wordpress-site-the-right-way/"><img alt="Setting up a WordPress Site the Right Way" src="http://videos.videopress.com/SMuTX7Qe/video-eee34e87e7_scruberthumbnail_0.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:"Wed, 06 Feb 2013 22:30:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:36:"WordPress.tv: Chris Lema: Themes 101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=15486";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.tv/2013/02/06/chris-lema-themes-101/";s: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:"<div id="v-rDNp8DGo-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15486/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15486&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/06/chris-lema-themes-101/"><img alt="Chris Lema: Themes 101" src="http://videos.videopress.com/rDNp8DGo/video-601e76c1cb_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:"Wed, 06 Feb 2013 22:30:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:41:"WordPress.tv: John Gough: User Experience";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=15211";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2013/02/06/john-gough-user-experience/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:638:"<div id="v-6aQncQh6-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15211&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/06/john-gough-user-experience/"><img alt="John Gough: User Experience" src="http://videos.videopress.com/6aQncQh6/video-8bab05d8bd_scruberthumbnail_1.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:"Wed, 06 Feb 2013 22:30:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:"data";s:58:"Weblog Tools Collection: WordPress Plugin Releases for 2/6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12621";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Y2ljoDNl4dQ/";s: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:1722:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/mobile-content/"><strong>Mobile Content</strong></a> allows you to use shortcodes to display different content, in your posts or pages, depending on the device it is being viewed on.</p>\n<p><a href="http://wordpress.org/extend/plugins/sb-rss-feed-plus/"><strong>SB RSS feed plus</strong></a> adds post thumbnails to RSS feed items.</p>\n<p><a href="http://wordpress.org/extend/plugins/shop-on-page-easy-simple-affiliate-ads-for-your-website/"><strong>Shop On Page</strong></a> provides an easy and simple affiliate ad program for bloggers.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/authy-two-factor-authentication/"><strong>Authy Two Factor Authentication</strong></a> helps you proctect your WordPress site from hackers using simple two-factor authentication.</p>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href="http://jetpack.me/"><strong>Jetpack</strong></a> allows you to supercharge your WordPress site with powerful features previously only available to <a href="http://wordpress.com/">WordPress.com</a> users.</p>\n<p><a href="http://wordpress.org/extend/plugins/video/"><strong>VideoPress</strong></a> allows you to manage and embed videos hosted on <a href="http://videopress.com/">VideoPress</a>.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Y2ljoDNl4dQ" height="1" width="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, 06 Feb 2013 14:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:28:"Matt: Have A Virtual Meeting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=42131";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2013/02/have-a-virtual-meeting/";s: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:189:"<p>I was interviewed by Fast Company on <a href="http://www.fastcompany.com/3004488/how-tohave-virtual-meeting">How To Have A Virtual Meeting, which they turned into a neat article</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, 05 Feb 2013 18:49:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:46:"Weblog Tools Collection: WordCamp 2012 Roundup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12616";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/KOWt3nOP2hQ/";s: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:2165:"<p>There&#8217;s no denying it, <a href="http://wordpress.org">WordPress</a> is a big thing, so are <a href="http://central.wordcamp.org">WordCamps</a>, and 2012 was bigger and better than ever for the popular WordPress conferences!</p>\n<p>There were a total of 67 WordCamps this year, up from 52 last year, with 34 in the US and 33 outside of the US, serving over 17,000 attendees, with 967 sessions and 877 speakers, all made possible by 498 generous sponsors!</p>\n<p>The amount of WordCamp videos published to <a href="http://wordpress.tv">WordPress.tv</a> this year almost doubled to 445, probably due to the expansion of WordCamp Central&#8217;s video camera kit program, which does its best to make sure that every WordCamp has an affordable way to record every session. The program now holds 8 kits in the US, 3 in Canada, and 2 in Europe, so there&#8217;s probably a good chance that there&#8217;s a kit available for your WordCamp if you need it.</p>\n<p>To kickoff 2013, the <a href="http://make.wordpress.org/events/">WordPress Events Contributor Group</a> was launched, and is looking for volunteers for <a href="http://make.wordpress.org/events/2012/11/13/wordpress-tv-event-video-management/">WordPress.tv moderation</a>, <a href="http://make.wordpress.org/events/2012/11/13/event-planning-training-materials/">materials for event planners</a>, <a href="http://make.wordpress.org/events/2012/11/13/new-organizer-mentorship-program/">new WordCamp organizer mentorships</a>, <a href="http://make.wordpress.org/events/2012/08/20/multi-event-sponsorship-program/">making it easier for organizations to sponsor multiple events</a>, <a href="http://make.wordpress.org/events/2012/11/13/wordcamp-base-theme-page-templates/">improvements to the WordCamp Base theme</a>, and <a href="http://make.wordpress.org/events/2012/11/13/review-wordcamp-guidelines/">reviewing the current WordCamp guidelines</a>.</p>\n<p>WordPress is your blogging platform, and WordCamp is your event, so please feel free to pitch-in if, when, and wherever you can this year!</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/KOWt3nOP2hQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 Feb 2013 14:00:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"WP Blackberry: Version 2.2.6 Now Available for BlackBerry 10 and PlayBook";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=667";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://blackberry.wordpress.org/2013/02/05/version-2-2-6/";s: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:2217:"<p><a href="http://wpblackberry.files.wordpress.com/2013/02/wpblackberry-for-blackberry-os10.jpg"><img src="http://wpblackberry.files.wordpress.com/2013/02/wpblackberry-for-blackberry-os10.jpg?w=294&h=613" alt="WordPress for BlackBerry OS10" width="294" height="613" class="alignright size-medium wp-image-685" /></a>Version 2.2.6 of WordPress for BlackBerry 10 and PlayBook is now available on the <a href="http://appworld.blackberry.com/webstore/content/78913">BlackBerry World</a>.</p>\n<h3>What&#8217;s New?</h3>\n<p>The number one priority is to make the app more stable, and WordPress for BlackBerry now runs beautifully on both BlackBerry 10 devices and the PlayBook.</p>\n<ul>\n<li>Improved support for connecting over HTTPS.</li>\n<li>Stability improvements. We continue to make the app even more stable. In this release we fixed more than 20 bugs.</li>\n<li>Code cleanup and optimization.</li>\n</ul>\n<h3>What&#8217;s Next?</h3>\n<p>Development is continuing at a very rapid pace. We are already marching towards the next big release of the app. If you would like to get involved please visit <a href="http://make.wordpress.org/mobile">make.wordpress.org/mobile</a>.</p>\n<p>What would you like to see improved in the app? Post a comment here or follow us on Twitter at <a href="http://twitter.com/wpblackberry">@WPBlackBerry</a> to get in touch!</p>\n\n<a href="http://blackberry.wordpress.org/2013/02/05/version-2-2-6/img_00000007/" title="IMG_00000007"><img /></a>\n<a href="http://blackberry.wordpress.org/2013/02/05/version-2-2-6/img_00000008/" title="IMG_00000008"><img /></a>\n<a href="http://blackberry.wordpress.org/2013/02/05/version-2-2-6/img_00000009/" title="IMG_00000009"><img /></a>\n<a href="http://blackberry.wordpress.org/2013/02/05/version-2-2-6/img_00000012/" title="IMG_00000012"><img /></a>\n<a href="http://blackberry.wordpress.org/2013/02/05/version-2-2-6/img_00000010/" title="IMG_00000010"><img /></a>\n<a href="http://blackberry.wordpress.org/2013/02/05/version-2-2-6/img_00000005/" title="IMG_00000005"><img /></a>\n\n<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&blog=8247031&post=667&subd=wpblackberry&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 Feb 2013 10:50:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Danilo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"WP iPhone: Version 3.4 Keeps You In the Loop: Introducing Notifications";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://ios.wordpress.org/?p=1345";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://ios.wordpress.org/2013/02/04/version-3-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3490:"<p><a href="http://wpiphone.files.wordpress.com/2013/02/wpios-3-4-notifications.jpg"><img class="alignright size-medium wp-image-1353" alt="wpios-3-4-notifications" src="http://wpiphone.files.wordpress.com/2013/02/wpios-3-4-notifications.jpg?w=240&h=517" width="240" height="517" /></a>Need to get your WordPress.com notifications on the go? With version 3.4 of <a href="https://itunes.apple.com/us/app/wordpress/id335703880?mt=8">WordPress for iOS</a> you&#8217;ll see all your WordPress.com and Jetpack blog Notifications right on your iPhone, iPad, or iPod Touch.</p>\n<h3 id="scroll_to_here">Notifications</h3>\n<p>With the new streamlined Notifications view, you can step away from your computer but still stay connected to your readers. With just a few taps you can:</p>\n<ul>\n<li>read comment threads and reply,</li>\n<li>moderate new pending comments,</li>\n<li>get stats highlights,</li>\n<li>see your new followers and follow them back, and</li>\n<li>see who liked your posts.</li>\n</ul>\n<p>Don’t need so many notifications? You can turn off specific notification types (for example &#8220;Likes&#8221;) in the Settings panel. You can also mute entire blogs if it gets too noisy.</p>\n<p>Self-hosted WordPress.org blogs get to join the party, too! Simply connect your blog using the <a href="http://jetpack.me">Jetpack plugin</a> and your self-hosted blog&#8217;s notifications will appear. Already have Jetpack set up? Then you don&#8217;t need to do a thing.</p>\n<h3>Additional Improvements and Bug Fixes</h3>\n<p>We were also able to <a href="http://ios.trac.wordpress.org/query?milestone=3.4">patch up some bugs</a> with this release. Users with multisite self-hosted blogs can now correctly view stats for sites they belong to (<a href="http://ios.trac.wordpress.org/ticket/1528">ticket #1528</a>). A particularly nasty bug which resulted in the possibility of losing your offline drafts has also been fixed (<a href="http://ios.trac.wordpress.org/ticket/1545">ticket# 1545</a>). A big thank you to everyone reporting issues, it&#8217;s been very helpful in finding these quirks and resolving them once and for all.</p>\n<h3>What&#8217;s Next?</h3>\n<p>There are many great updates coming for WordPress for iOS. We&#8217;re currently working on an update to the post preview screen and better revision control. This should make for a much smoother posting experience.</p>\n<p>A huge thanks to the contributors that worked on this release: <a href="http://wordpress.org/support/profile/beaucollins">beaucollins</a>, <a href="http://wordpress.org/support/profile/daniloercoli">daniloercoli</a>, <a href="http://wordpress.org/support/profile/koke">koke</a>, <a href="http://wordpress.org/support/profile/aerych">aerych</a>, <a href="http://wordpress.org/support/profile/mrroundhill">mrroundhill</a>, <a href="http://wordpress.org/support/profile/isaackeyet">isaackeyet</a>, <a href="http://wordpress.org/support/profile/sendhil">sendhil</a>, and Frank Klein.</p>\n<p>How do you like the new Notifications? Drop a comment here or follow us on <a href="http://twitter.com/WordPressiOS">@WordPressiOS</a> to let us know!</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/1345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/1345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ios.wordpress.org&blog=3882653&post=1345&subd=wpiphone&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Feb 2013 20:17: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:6:"Robert";s: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:13:"Matt: Don’t";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=42123";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"http://ma.tt/2013/02/dont/";s: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:205:"<p>Michael Mulvey writes <a href="http://stemmings.com/dont/">&#8220;My advice to designers in need of portfolio pieces and jobs is to not do three things: Wait, Ask For Permission and Stop.&#8221;</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, 04 Feb 2013 15:18: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:57:"Weblog Tools Collection: WordPress Theme Releases for 2/4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12611";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/35aBMm7r5wg/";s: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:1418:"<p><a href="http://wordpress.org/extend/themes/paradise"><img class="alignnone size-thumbnail wp-image-12612" alt="screenshot" src="http://i2.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/screenshot.png?resize=150%2C150" /></a></p>\n<p><a href="http://wordpress.org/extend/themes/paradise"><strong>Paradise</strong></a> is an all-purpose clean and minimalistic theme.</p>\n<p><a href="http://emptynestthemes.com/2013/02/03/placard-wordpress-website-theme/"><img class="alignnone size-thumbnail wp-image-12614" alt="home-3" src="http://i2.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/home-3.png?resize=150%2C150" /></a></p>\n<p><a href="http://emptynestthemes.com/2013/02/03/placard-wordpress-website-theme/"><strong>Placard</strong></a> is a bold, bright, and colorful professional or business theme that is somewhat inspired by the Windows 8 desktop.</p>\n<p><a href="http://wordpress.org/extend/themes/sukelius-magazine"><img class="alignnone size-thumbnail wp-image-12613" alt="screenshot-1" src="http://i1.wp.com/weblogtoolscollection.com/wp-content/uploads/2013/02/screenshot-1.png?resize=150%2C150" /></a></p>\n<p><a href="http://wordpress.org/extend/themes/sukelius-magazine"><strong>Sukelius Magazine</strong></a> is a magazine theme with theme options and a content slider.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/35aBMm7r5wg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Feb 2013 14:00:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Matt: Fifth Estate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=42121";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:34:"http://ma.tt/2013/02/fifth-estate/";s: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:3305:"<p>Here&#8217;s the post I wrote on a dinner I attended while at Davos for their forum blog: <a href="http://forumblog.org/2013/01/online-we-can-act-as-a-fifth-estate/">Online we can act as a fifth estate</a>.</p>\n<div class="blockquote">\n<blockquote>The common thread that kept coming up at a dinner, and discussions centred around the idea of “online power&#8221;, was equality of access. Before the widespread rise of the Internet and easy publishing tools, influence was largely in the hands of those who could reach the widest audience, the people with printing presses or access to a wide audience on television or radio, all one-way mediums that concentrated power in the hands of the few.</p>\n<p>Now an audience of more than 1 billion people is only a click away from every voice online, and remarkable stories and content can gain flash audiences as people share via social networks, blogs and e-mail. This radically equalizes the power relationship between, say, a blogger, and a multibillion dollar corporation.</p>\n<p>I heard stories of companies such as Dell shifting the direction of their products in response to online outcry started by a single blog post, authors who have millions of followers on Twitter and Facebook and able to speak to their audiences directly for the first time, a Twitter hashtag (<a href="https://twitter.com/#f***washington" target="_blank">#f***washington</a>) becoming a rallying cry for hundreds of thousands of frustrated citizens, and how a blackout of Wikipedia to protest proposed SOPA/PIPA legislation overloaded phone systems in Congress. I shared how a community of volunteers around the world collaborated on Open Source software (<a href="http://wordpress.com/" target="_blank">WordPress</a>) that eventually overtook all its proprietary competitors.</p>\n<p>All of these stories shared a David and Goliath character – a seemingly unmovable force swayed by a single voice that quickly multiplies online, but they also gave me pause. We spoke about this multiplying of online voices being used for things we&#8217;d all generally agree were &#8220;good&#8221;, but that was probably largely a function of the people sharing the stories and our similar world views. You could easily imagine a viral story spreading online with malicious intent, and just as many if not more examples of untrue rumours spreading at the speed of Twitter. One table shared a fictional account of a world where online voting was ubiquitous in a country, but it had the unintended side-effect of making voter coercion easier because you could see how someone voted.</p>\n<p>There is no moderator or ombudsman online, and while the transparency of the web usually means that information is self-correcting, we still have to keep in mind the responsibility each of us carries when the power of the press is at our fingertips and in our pockets.</p>\n<p>I am an optimist, and I believe that people are inherently good and that if you give everyone a voice and freedom of expression, the truth and the good will outweigh the bad. So, on the whole, I think the power that online distribution confers is a positive thing for society. Online we can act as a fifth estate.</p></blockquote>\n</div>\n<p>I had a really wonderful time at the Forum, it was a really unique experience.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 03 Feb 2013 19:50:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:65:"WordPress.tv: Cody Landefeld: WordPress Design for the Real World";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=15142";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://wordpress.tv/2013/02/03/cody-landefeld-wordpress-design-for-the-real-world/";s: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:680:"<div id="v-mCvLNShV-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15142&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/03/cody-landefeld-wordpress-design-for-the-real-world/"><img alt="Cody Landefeld: WordPress Design for the Real World" src="http://videos.videopress.com/mCvLNShV/video-94e7a1e04e_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, 03 Feb 2013 08:34:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:49:"WordPress.tv: Ruth Carter: Legal Side of Blogging";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=15136";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2013/02/02/ruth-carter-legal-side-of-blogging/";s: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:654:"<div id="v-g1YvWrxW-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15136&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/02/ruth-carter-legal-side-of-blogging/"><img alt="Ruth Carter: Legal Side of Blogging" src="http://videos.videopress.com/g1YvWrxW/video-e2d68e98e8_scruberthumbnail_0.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, 03 Feb 2013 05:20:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:53:"WordPress.tv: Tiffany France: Import, Export, Migrate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=15241";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2013/02/02/tiffany-france-import-export-migrate/";s: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:660:"<div id="v-W4UdgFHB-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15241&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/02/tiffany-france-import-export-migrate/"><img alt="Tiffany France: Import, Export, Migrate" src="http://videos.videopress.com/W4UdgFHB/video-1985e66aee_scruberthumbnail_1.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, 03 Feb 2013 04:32:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:48;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"Alex King: The WordPress Community Offers Advice to Beginners";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:48:"http://pinboard-8e5de15504603c11d65a2edfb2a3b3e7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://wp.smashingmagazine.com/2013/02/01/wordpress-community-offers-advice-beginners/";s: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:1021:"<p>I was flattered to have been asked by <a href="http://siobhanmckeown.com/">Siobhan</a> to contribute an tip for her article &#8211; this tip is something I believe is important when starting to work with any platform. You always use a system more effectively when you understand how it works.</p>\n<blockquote><p>Use the Codex to get you pointed in the right direction, but always go to the actual core code as well. There are many good reasons for this, but the most important is that the documentation says what the code is supposed to do, while the code says what it actually does. </p>\n<p>Documentation can also lag behind the actual code (especially when core patches are merged in).</p>\n<p>Also, reading the code is a serendipitous opportunity. While looking at one thing, you may see several others that are helpful immediately, and some that might stick in your memory for future use.</p></blockquote>\n<p><a href="http://alexking.org/blog/2013/02/02/the-wordpress-community-offers-advice-to-beginners">#</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 02 Feb 2013 20:50:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WordPress.tv: Taylor Dewey: Child Themes, Hooks and Filters";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=15243";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.tv/2013/02/01/taylor-dewey-child-themes-hooks-and-filters/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:673:"<div id="v-ZfkkNK0y-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/15243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/15243/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=15243&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2013/02/01/taylor-dewey-child-themes-hooks-and-filters/"><img alt="FRI 201 8-H264 MOV 640&#215;360 16&#215;9.mov" src="http://videos.videopress.com/ZfkkNK0y/video-b9f434d48e_scruberthumbnail_0.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:"Sat, 02 Feb 2013 02:10:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 15 Feb 2013 21:18:04 GMT";s:12:"content-type";s:8:"text/xml";s:14:"content-length";s:5:"81002";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Fri, 15 Feb 2013 21:00:17 GMT";s:4:"x-nc";s:11:"HIT luv 138";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20111015034325";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2379, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1361006283', 'no'),
(2380, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1360963083', 'no'),
(2381, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1361006283', 'no'),
(2382, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.org/news/2013/01/wordpress-3-5-1/'' title=''WordPress 3.5.1 is now available. Version 3.5.1 is the first maintenance release of 3.5, fixing 37 bugs. It is also a security release for all previous WordPress versions. For a full list of changes, consult the list of tickets and the changelog, which include: Editor: Prevent certain HTML elements from being unexpectedly removed or modified in rare [&hellip;]''>WordPress 3.5.1 Maintenance and Security Release</a> <span class="rss-date">January 24, 2013</span><div class=''rssSummary''>WordPress 3.5.1 is now available. Version 3.5.1 is the first maintenance release of 3.5, fixing 37 bugs. It is also a security release for all previous WordPress versions. For a full list of changes, consult the list of tickets and the changelog, which include: Editor: Prevent certain HTML elements from being unexpectedly removed or modified in rare [&hellip;]</div></li><li><a class=''rsswidget'' href=''http://wordpress.org/news/2013/01/2012-a-look-back/'' title=''Another year is coming to a close, and it’s time to look back and reflect on what we’ve accomplished in the past twelve months. The WordPress community is stronger than ever, and some of the accomplishments of the past year are definitely worth remembering. Software Releases We had two major releases of the WordPress web [&hellip;]''>2012: A Look Back</a> <span class="rss-date">January 1, 2013</span><div class=''rssSummary''>Another year is coming to a close, and it’s time to look back and reflect on what we’ve accomplished in the past twelve months. The WordPress community is stronger than ever, and some of the accomplishments of the past year are definitely worth remembering. Software Releases We had two major releases of the WordPress web [&hellip;]</div></li></ul></div>', 'no'),
(593, 'avhec', 'a:4:{s:7:"general";a:3:{s:7:"version";s:5:"3.6.4";s:9:"dbversion";i:4;s:32:"alternative_name_select_category";s:0:"";}s:9:"cat_group";a:3:{s:8:"no_group";i:18;s:10:"home_group";i:20;s:13:"default_group";i:19;}s:13:"widget_titles";a:0:{}s:12:"sp_cat_group";a:7:{s:10:"home_group";i:20;s:14:"category_group";i:19;s:9:"day_group";i:19;s:11:"month_group";i:19;s:10:"year_group";i:19;s:12:"author_group";i:19;s:12:"search_group";i:19;}}', 'yes'),
(447, '_site_transient_timeout_browser_0eed82ad93bac4d062aa2310663a6218', '1339825273', 'yes'),
(448, '_site_transient_browser_0eed82ad93bac4d062aa2310663a6218', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"19.0.1084.54";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(797, '_site_transient_timeout_browser_c594d32a375e6eda3000d6f4c61bfe52', '1342314793', 'yes'),
(798, '_site_transient_browser_c594d32a375e6eda3000d6f4c61bfe52', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"20.0.1132.47";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(169, '_transient_timeout_feed_fd5d0143e0fece2a7fd1389d30d32cd0', '1338812194', 'no'),
(170, '_transient_feed_fd5d0143e0fece2a7fd1389d30d32cd0', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n  \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n    \n    \n    \n    \n    \n    \n  ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"link:http://highlyfaved.com/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://www.google.com/search?ie=utf-8&q=link:http://highlyfaved.com/&tbm=blg&tbs=sbd: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:90:"Your search - <b>link:http://highlyfaved.com/</b> - did not match any documents.  ";s: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://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";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:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Mon, 04 Jun 2012 00:16:34 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";a:2:{i:0;s:143:"PREF=ID=b361a740cf649163:FF=0:TM=1338768994:LM=1338768994:S=32oBfZQdds0Ykpdt; expires=Wed, 04-Jun-2014 00:16:34 GMT; path=/; domain=.google.com";i:1;s:212:"NID=60=kjq9wtC6iJniQEAdRk-3kfN8-oVM4OTglr9S0Jtnhf3l3am4nDsNbVDzXPaZ0BEwIVNkh_1P9BCQcALiia_u2vKd7KsygK3fu5spSsTVlHoF4xL8bHDS2cCpwwsc6Cb2; expires=Tue, 04-Dec-2012 00:16:34 GMT; path=/; domain=.google.com; HttpOnly";}s:3:"p3p";s:122:"CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";s:15:"x-frame-options";s:10:"SAMEORIGIN";}s:5:"build";s:14:"20090627192103";}', 'no'),
(171, '_transient_timeout_feed_mod_fd5d0143e0fece2a7fd1389d30d32cd0', '1338812194', 'no'),
(172, '_transient_feed_mod_fd5d0143e0fece2a7fd1389d30d32cd0', '1338768994', 'no'),
(584, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1339479039', 'yes'),
(585, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"3126";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"2066";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1932";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1582";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1521";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1355";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"1090";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"1059";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"1046";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:4:"1016";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"968";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"887";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"835";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"763";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"714";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"661";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"653";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"648";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"644";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"577";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"560";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"546";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"535";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"534";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"468";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"459";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"451";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"447";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"445";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"445";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"422";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"403";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"402";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"399";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"381";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"377";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"377";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"365";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"360";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"353";}}', 'yes'),
(546, '_site_transient_timeout_browser_ffa92d3b71a1534e0389f1980e7126dc', '1340069146', 'yes'),
(547, '_site_transient_browser_ffa92d3b71a1534e0389f1980e7126dc', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"11.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"12";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'),
(2389, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1361006284', 'no'),
(2390, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s: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:"attribs";a:0:{}s:8:"xml_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:"WordPress 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:51:"http://wordpress.org/extend/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 Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 15 Feb 2013 20:54:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:24:"Jetpack by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23862@http://wordpress.org/extend/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:104:"Supercharge your WordPress site with powerful 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:"data";s:24:"Michael Adams (mdawaffe)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"15@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Contact Form 7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"W3 Total Cache";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/w3-total-cache/#post-12073";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jul 2009 18:46:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12073@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:132:"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Frederick Townes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Google XML Sitemaps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"132@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Arne";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1169@http://wordpress.org/extend/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 most popular WordPress gallery plugin and one of the most popular plugins of all time with over 6 million downloads.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:22:"WordPress SEO by Yoast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/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:41:"8321@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using 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:"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: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: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:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"753@http://wordpress.org/extend/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:86:"WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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: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:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:8:"Facebook";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/facebook/#post-37351";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 02 May 2012 19:36:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"37351@http://wordpress.org/extend/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:75:"Make your WordPress site social in a couple of clicks, powered by Facebook.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Samuel Wood (Otto)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Google Analyticator";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/google-analyticator/#post-130";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31: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:40:"130@http://wordpress.org/extend/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:107:"Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"cavemonkey50";s: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:19:"Social Media Widget";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/social-media-widget/#post-18183";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 25 May 2010 02:22:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18183@http://wordpress.org/extend/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:129:"Adds links to all of your social media and sharing site profiles. Tons of icons come in 3 sizes, 4 icon styles, and 4 animations.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Blink Web Effects";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Fast Secure 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:63:"http://wordpress.org/extend/plugins/si-contact-form/#post-12636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Aug 2009 01:20:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12636@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Mike Challis";s: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:16:"Ultimate TinyMCE";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/extend/plugins/ultimate-tinymce/#post-32088";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 14 Nov 2011 09:06:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32088@http://wordpress.org/extend/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:84:"Description: Beef up your visual tinymce editor with a plethora of advanced options.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Josh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:67:"http://wordpress.org/extend/plugins/contact-form-plugin/#post-26890";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 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:"data";s:42:"26890@http://wordpress.org/extend/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/dc/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:"";}}}}}}}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:52:"http://wordpress.org/extend/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:10:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 15 Feb 2013 21:18:04 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:"Fri, 15 Feb 2013 21:29:41 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Fri, 15 Feb 2013 20:54:41 +0000";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20111015034325";}', 'no'),
(2369, '_site_transient_timeout_browser_6719f4949e55743fc919da1eb865de39', '1361567881', 'yes'),
(2370, '_site_transient_browser_6719f4949e55743fc919da1eb865de39', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"24.0.1312.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://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(2391, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1361006284', 'no'),
(2392, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1360963084', 'no'),
(2405, 'category_children', 'a:5:{i:15;a:7:{i:0;i:4;i:1;i:16;i:2;i:21;i:3;i:23;i:4;i:27;i:5;i:30;i:6;i:32;}i:5;a:7:{i:0;i:6;i:1;i:7;i:2;i:25;i:3;i:26;i:4;i:29;i:5;i:31;i:6;i:33;}i:8;a:5:{i:0;i:9;i:1;i:10;i:2;i:22;i:3;i:24;i:4;i:28;}i:11;a:3:{i:0;i:12;i:1;i:13;i:2;i:14;}i:34;a:4:{i:0;i:35;i:1;i:36;i:2;i:37;i:3;i:38;}}', 'yes'),
(402, 'widget_advanced-recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(243, '_transient_timeout_feed_mod_f86ee92324257f696c4661dacb5eda16', '1339012461', 'no'),
(244, '_transient_feed_mod_f86ee92324257f696c4661dacb5eda16', '1338969261', 'no'),
(2373, '_transient_timeout_feed_mod_e511503610a16348494d8b8a2673a661', '1361006283', 'no'),
(2374, '_transient_feed_mod_e511503610a16348494d8b8a2673a661', '1360963083', 'no'),
(2375, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1361006283', 'no'),
(2376, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<p>This dashboard widget queries <a href="http://blogsearch.google.com/">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.</p>\n', 'no'),
(2371, '_transient_timeout_feed_e511503610a16348494d8b8a2673a661', '1361006283', 'no'),
(2372, '_transient_feed_e511503610a16348494d8b8a2673a661', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n  \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n    \n    \n    \n    \n    \n    \n  ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"link:http://highlyfaved.com/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://www.google.com/search?ie=utf-8&q=link:http://highlyfaved.com/&tbm=blg&tbs=sbd: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:80:"Your search - <b>link:http://highlyfaved.com/</b> - did not match any documents.";s: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://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";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:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Fri, 15 Feb 2013 21:18:03 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";a:2:{i:0;s:143:"PREF=ID=c5bae49c1e87566e:FF=0:TM=1360963083:LM=1360963083:S=x3y2XXgotMQqTrc4; expires=Sun, 15-Feb-2015 21:18:03 GMT; path=/; domain=.google.com";i:1;s:212:"NID=67=d-4OrlckRyYClXtiWR0ECsZpQD6IOlZl2M429ZJBc_6ygLkasa5TnuT7DYjyEvb4COEi8ZqtSjRdQ3DHGrN84Y-qlA1ROvyoRk4z_gMTo6uIS-8c910S-DlOt72ErIYU; expires=Sat, 17-Aug-2013 21:18:03 GMT; path=/; domain=.google.com; HttpOnly";}s:3:"p3p";s:122:"CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";s:15:"x-frame-options";s:10:"SAMEORIGIN";}s:5:"build";s:14:"20111015034325";}', 'no'),
(2395, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1361006284', 'no'),
(2396, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1360963084', 'no'),
(2399, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1361006285', 'no'),
(2400, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Most Popular</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/facebook/''>Facebook</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=facebook&amp;_wpnonce=c0dcc3b44f&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''Facebook''>Install</a>)</span>\n<p>Make your WordPress site social in a couple of clicks, powered by Facebook.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/ml-slider/''>ML Slider</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=ml-slider&amp;_wpnonce=73dece03be&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''ML Slider''>Install</a>)</span>\n<p>4 sliders in 1! Choose from NivoSlider, FlexSlider, CoinSlider or Responsive Slides.</p>\n', 'no'),
(2393, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1361006284', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2394, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s: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:"attribs";a:0:{}s:8:"xml_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:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/browse/new/";s: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:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 15 Feb 2013 20:59:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:8:"Facebook";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/bookcontact/#post-48887";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 31 Jan 2013 03:46: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"48887@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"A Facebook plugin that allows visitors to like or share on Facebook! Everyone uses Facebook and so providing your Facebook visitors a method to like y";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"codyboyd";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"NinjaWPass";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/ninjawpass/#post-49513";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Feb 2013 11:55:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49513@http://wordpress.org/extend/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:57:"Protect WordPress against keyloggers and stolen passwords";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"nintechnet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"ML Slider";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/ml-slider/#post-49521";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Feb 2013 16:56:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49521@http://wordpress.org/extend/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:84:"4 sliders in 1! Choose from NivoSlider, FlexSlider, CoinSlider or Responsive Slides.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Matcha Labs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:19:"Yelp Reviews Ticker";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/yelp-reviews-ticker/#post-49450";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Feb 2013 14:51:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49450@http://wordpress.org/extend/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:96:"Yelp Reviews Ticker is an easy to use widget that allows you to show your business yelp reviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"flaviodj";s: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:11:"Love Button";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/love-button/#post-49149";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 Feb 2013 17:31: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49149@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"The Love Button is the only Social Sharing Plugin, which combines the data privacy of a 2-click social sharing buttons with individual settings and an";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Pantaloon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"phpgrid";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/phpgrid/#post-49366";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 10 Feb 2013 17:47: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49366@http://wordpress.org/extend/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:55:"Expose database table with shortcodes and phpgrid free.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"EkAndreas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Movoto Mortgage Calculator";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/extend/plugins/movoto-mortgage-calculator/#post-49525";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Feb 2013 21:18:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49525@http://wordpress.org/extend/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:94:"Add a free customized mortgage widget to your site. Mortgage rates update automatically daily.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"MovotoWidgets";s: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:17:"WP SMS Validation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/extend/plugins/sms-validator/#post-49449";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Feb 2013 13:15:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49449@http://wordpress.org/extend/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:21:"SMS Validation Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"csnetworks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Dizzyjam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/dizzyjam/#post-49515";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Feb 2013 13:47: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49515@http://wordpress.org/extend/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:56:"Integrate your DizzyJam.com shop to your WordPress blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"mtrdesign";s: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:30:"Regenerate Thumbnails Reminder";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://wordpress.org/extend/plugins/regenerate-thumbnails-reminder/#post-49520";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Feb 2013 16:41:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49520@http://wordpress.org/extend/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:113:"Checks if your image sizes have changed or there was a new one added, if so it reminds you to go regenerate them.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"nico23";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Synthesis Site Sensor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/site-sensor/#post-49519";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Feb 2013 15:50:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49519@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Site Sensor is a site uptime monitoring service by Synthesis WordPress Hosting. This plugin enables Site Sensor to make WordPress specific integrity c";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Ron Rennick";s: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:20:"Prettify Code Syntax";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/prettify-code-syntax/#post-49492";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 13 Feb 2013 19:36:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49492@http://wordpress.org/extend/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:104:"Code syntax highlighter using Google Prettify, supporting the HTML5 recommendation, and caching plugins.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"jesucarr";s: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:19:"Frontend Publishing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/front-end-publishing/#post-49360";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 10 Feb 2013 09:16:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49360@http://wordpress.org/extend/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:"Frontend Publishing is a plugin using which your registered members can submit, edit and delete posts from the frontend.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Hassan Akhtar";s: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:18:"wpKitchen FB Album";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/extend/plugins/wpkitchen-fb-album/#post-49522";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Feb 2013 17:11:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49522@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Post photos to albums on Facebook using graph 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"David V. Krukov";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Open Data Viewer for Austria";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/open-data-viewer-for-austria/#post-49517";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Feb 2013 15:14:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"49517@http://wordpress.org/extend/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:100:"Open Data Viewer for Austria brings the full power of open data from Austria to your WordPress Site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"ondics";s: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:48:"http://wordpress.org/extend/plugins/rss/view/new";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:10:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 15 Feb 2013 21:18:04 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:"Fri, 15 Feb 2013 21:34:35 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Fri, 15 Feb 2013 20:59:35 +0000";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20111015034325";}', 'no'),
(1101, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1344579585', 'no'),
(1102, '_transient_feed_1a5f760f2e2b48827d4974a60857e7c2', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s: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:"attribs";a:0:{}s:8:"xml_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:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/updated/";s: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:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Aug 2012 18:07:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a: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:11:"Role Scoper";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/role-scoper/#post-7571";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Nov 2008 21:31:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"7571@http://wordpress.org/extend/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:144:"CMS-like permissions for reading and editing. Content-specific restrictions and roles supplement/override WordPress roles. User groups optional.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"kevinB";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Emma Emarketing Plugin 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/extend/plugins/emma-emarketing-plugin/#post-39797";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jun 2012 18:17: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"39797@http://wordpress.org/extend/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:83:"This Plugin has a Widget and a Shortcode that creates a subscription form for Emma,";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"ahsodesigns";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Update Stat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/update-stat/#post-41417";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2012 11:11:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"41417@http://wordpress.org/extend/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:108:"Update Stat displays the daily statistics updates of Russian and Ukrainian search systems Google and Yandex.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"zilkerOk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WP Online Store.1.3.1 DONT USE BETA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/wp-online-store-beta/#post-35928";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Mar 2012 02:39:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"35928@http://wordpress.org/extend/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:133:"A WordPress Online Store plugin that integrates the legendary osCommerce eCommerce shopping cart into any WordPress theme in seconds.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"garf90";s: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:12:"BJ Lazy Load";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/bj-lazy-load/#post-32694";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Dec 2011 05:03:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32694@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Lazy loading makes your site load faster and saves bandwidth. Uses jQuery and degrades gracefully for non-js users. Works with both images and iframes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Bjørn Johansen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Weever Apps - Mobile Web Apps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/extend/plugins/weever-apps-for-wordpress/#post-31051";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2011 11:34: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31051@http://wordpress.org/extend/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:117:"Weever Apps: Turn your site into a true HTML5 &#039;web app&#039; for iPhone, Android and Blackberry - weeverapps.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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"brianhogg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Facebook Likebox Widget";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/facebook-likebox-widget/#post-39247";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 16 Jun 2012 13:12:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"39247@http://wordpress.org/extend/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:143:"Easily add a Facebook Like Box to your site using a widget. [FR] : Ajouter une Facebook Like Box &#224; votre site gr&#226;ce &#224; un widget.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"Edmond TIENDREBEOGO";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"DeMomentSomTres FBPhotos";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/demomentsomtres-fbphotos/#post-41518";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 07 Aug 2012 19:06:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"41518@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Version: 1.0\n\nDeMomentSomTres FBPhotos inserts facebook page albums inside of the contents via shortcode. \nAs facebook pages are public and also the f";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Marc Queralt i Bassa";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"NextGen Oqey Skins Lite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/nextgen-oqey-skins-lite/#post-41516";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 07 Aug 2012 19:02:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"41516@http://wordpress.org/extend/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:110:"NextGen Oqey Skins Lite is an add-on for oQey Gallery plugin that allow to use oQey Skins for 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"dariimd";s: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:27:"Multisite Language Switcher";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/extend/plugins/multisite-language-switcher/#post-27027";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2011 18:08: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27027@http://wordpress.org/extend/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:"A simple, powerful and easy to use plugin that will help you to manage your contents in a multilingual multisite-installation.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"realloc";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Hide Inactive Sites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/hide-inactive-sites/#post-34765";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 09 Feb 2012 21:31: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34765@http://wordpress.org/extend/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:89:"Changes visibility of a blog after it has had no activity for a specified amount of time.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"ericjuden";s: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:14:"Spam Destroyer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/spam-destroyer/#post-41124";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 Jul 2012 10:02:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"41124@http://wordpress.org/extend/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:61:"Kills spam dead in it&#039;s tracks. Be gone evil demon spam!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Ryan Hellyer";s: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:10:"TablePress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/extend/plugins/tablepress/#post-38784";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 06 Jun 2012 20:50: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"38784@http://wordpress.org/extend/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:136:"TablePress enables you to create and manage tables, without having to write HTML code, and it adds valuable functions for your visitors.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"TobiasBg";s: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:14:"Cyclone Slider";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/cyclone-slider/#post-41506";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 07 Aug 2012 12:15:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"41506@http://wordpress.org/extend/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:82:"Create amazing slideshows with ease. Built for both developers and non-developers.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"kosinix";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:13:"My App Button";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/extend/plugins/my-app-button/#post-41401";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 04 Aug 2012 17:01:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"41401@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"there 3 fields name descripition and button code. name can be blank so the others. In button code put the js code for the button...";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"g.vieri";s: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:52:"http://wordpress.org/extend/plugins/rss/view/updated";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 09 Aug 2012 18:19:45 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:13:"last-modified";s:29:"Tue, 04 Nov 2008 21:31:34 GMT";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
(2397, '_transient_timeout_plugin_slugs', '1361049484', 'no'),
(2398, '_transient_plugin_slugs', 'a:4:{i:0;s:19:"akismet/akismet.php";i:1;s:54:"almost-all-categories/widget_almost_all_categories.php";i:2;s:57:"extended-categories-widget/widget_extended_categories.php";i:3;s:38:"infinite-scroll/wp_infinite_scroll.php";}', 'no'),
(472, '_site_transient_timeout_wporg_theme_feature_list', '1339238543', 'yes'),
(473, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:18:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'),
(156, 'theme_mods_ISayGoodChap.com', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:11:"primary-nav";i:3;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1338791780;s:4:"data";a:3:{s:18:"orphaned_widgets_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:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:2:{i:0;s:12:"categories-3";i:1;s:14:"recent-posts-3";}}}}', 'yes'),
(157, 'theme_switched', '', 'yes'),
(230, 'theme_mods_BlessedAndHighlyFaved.com', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1339227707;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:2:{i:0;s:21:"extended-categories-2";i:1;s:14:"recent-posts-3";}}}}', 'yes'),
(277, 'infscr_options', 'a:13:{s:12:"infscr_state";s:7:"enabled";s:12:"infscr_debug";s:1:"0";s:15:"infscr_behavior";s:9:"undefined";s:15:"infscr_js_calls";s:0:"";s:12:"infscr_image";s:76:"http://highlyfaved.com/wp-content/uploads/2012/06/inf-loading-1571783220.gif";s:18:"infscr_image_align";s:1:"1";s:11:"infscr_text";s:0:"";s:15:"infscr_donetext";s:0:"";s:23:"infscr_content_selector";s:8:"#content";s:20:"infscr_post_selector";s:17:"#content .article";s:19:"infscr_nav_selector";s:11:"#pagination";s:20:"infscr_next_selector";s:19:"#pagination a:first";s:21:"infscr_viewed_options";b:0;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(278, 'recently_activated', 'a:3:{s:54:"almost-all-categories/widget_almost_all_categories.php";i:1339469526;s:71:"easy-categories-management-widget/Easy-Categories-Management-Widget.php";i:1339469178;s:61:"advanced-recent-posts-widget/advanced-recent-posts-widget.php";i:1339229926;}', 'yes'),
(643, '_site_transient_browser_300190862a78b6b16911d241196761d6', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"19.0.1084.56";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(474, 'theme_mods_twentyeleven', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1339227746;s:4:"data";a:6:{s:19:"wp_inactive_widgets";a:2:{i:0;s:21:"extended-categories-2";i:1;s:14:"recent-posts-3";}s:18:"orphaned_widgets_1";a:0:{}s:18:"orphaned_widgets_2";a:0:{}s:18:"orphaned_widgets_3";a:0:{}s:18:"orphaned_widgets_4";a:0:{}s:18:"orphaned_widgets_5";a:0:{}}}}', 'yes'),
(476, 'theme_mods_HighlyFaved.com', 'a:1:{i:0;b:0;}', 'yes'),
(851, '_transient_random_seed', 'aba84d1866fdbc0d5cac50c673dfeb2d', 'yes'),
(597, 'avhec-tax_meta', 'a:1:{s:8:"category";a:1:{i:4;a:1:{s:22:"category_group_term_id";s:2:"18";}}}', 'yes'),
(333, '_site_transient_browser_923db92ebac1245b95937323c57f1452', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"13.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"12";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(1073, '_site_transient_timeout_browser_b53d62fa245fc72d3a7b8784b02cd5e3', '1345141182', 'yes'),
(1074, '_site_transient_browser_b53d62fa245fc72d3a7b8784b02cd5e3', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"21.0.1180.75";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(1110, 'db_upgraded', '', 'yes'),
(1112, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":9:{s:8:"response";s:7:"upgrade";s:8:"download";s:58:"http://downloads.wordpress.org/release/wordpress-4.3.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:58:"http://downloads.wordpress.org/release/wordpress-4.3.1.zip";s:10:"no_content";s:69:"http://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip";s:11:"new_bundled";s:70:"http://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip";s:7:"partial";b:0;}s:7:"current";s:5:"4.3.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.1";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1442640681;s:15:"version_checked";s:5:"3.4.1";}', 'yes'),
(1113, 'can_compress_scripts', '1', 'yes'),
(1127, '_site_transient_timeout_browser_89deef9a827e0aeab0ca03dba0a264a2', '1345306795', 'yes');

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

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

DROP TABLE IF EXISTS `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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=227 ;

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

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(169, 97, '_edit_last', '1'),
(170, 97, '_edit_lock', '1341741478:1'),
(171, 98, '_wp_attached_file', '2012/07/ajk-gray-1.jpeg'),
(4, 5, '_edit_last', '1'),
(5, 5, '_wp_page_template', 'default'),
(6, 5, '_edit_lock', '1338768898:1'),
(7, 7, '_edit_last', '1'),
(8, 7, '_wp_page_template', 'default'),
(9, 7, '_edit_lock', '1338768904:1'),
(10, 9, '_menu_item_type', 'post_type'),
(11, 9, '_menu_item_menu_item_parent', '0'),
(12, 9, '_menu_item_object_id', '7'),
(13, 9, '_menu_item_object', 'page'),
(14, 9, '_menu_item_target', ''),
(15, 9, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(16, 9, '_menu_item_xfn', ''),
(17, 9, '_menu_item_url', ''),
(37, 1, '_edit_lock', '1339108759:1'),
(19, 10, '_menu_item_type', 'post_type'),
(20, 10, '_menu_item_menu_item_parent', '0'),
(21, 10, '_menu_item_object_id', '5'),
(22, 10, '_menu_item_object', 'page'),
(23, 10, '_menu_item_target', ''),
(24, 10, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(25, 10, '_menu_item_xfn', ''),
(26, 10, '_menu_item_url', ''),
(38, 1, '_edit_last', '1'),
(28, 11, '_menu_item_type', 'custom'),
(29, 11, '_menu_item_menu_item_parent', '0'),
(30, 11, '_menu_item_object_id', '11'),
(31, 11, '_menu_item_object', 'custom'),
(32, 11, '_menu_item_target', ''),
(33, 11, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(34, 11, '_menu_item_xfn', ''),
(35, 11, '_menu_item_url', 'http://highlyfaved.com/'),
(39, 1, 'post_text_color', 'FFFFFF'),
(42, 13, '_wp_attached_file', '2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg'),
(43, 13, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"815";s:6:"height";s:3:"476";s:14:"hwstring_small";s:23:"height=''74'' width=''128''";s:4:"file";s:59:"2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg";s:5:"sizes";a:1:{s:6:"medium";a:3:{s:4:"file";s:59:"John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede-300x175.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"175";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(44, 1, '_thumbnail_id', '13'),
(47, 15, '_wp_attached_file', '2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg'),
(48, 15, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"815";s:6:"height";s:3:"476";s:14:"hwstring_small";s:23:"height=''74'' width=''128''";s:4:"file";s:60:"2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg";s:5:"sizes";a:1:{s:6:"medium";a:3:{s:4:"file";s:60:"John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1-300x175.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"175";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(51, 17, '_wp_attached_file', '2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg'),
(52, 17, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"815";s:6:"height";s:3:"476";s:14:"hwstring_small";s:23:"height=''74'' width=''128''";s:4:"file";s:65:"2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg";s:5:"sizes";a:1:{s:6:"medium";a:3:{s:4:"file";s:65:"Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede-300x175.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"175";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(53, 27, '_edit_last', '1'),
(54, 27, '_edit_lock', '1339234822:1'),
(55, 28, '_wp_attached_file', '2012/06/1334676034.1025573584.additional.02.original.jpg'),
(56, 28, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"760";s:6:"height";s:3:"570";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:56:"2012/06/1334676034.1025573584.additional.02.original.jpg";s:5:"sizes";a:1:{s:6:"medium";a:3:{s:4:"file";s:56:"1334676034.1025573584.additional.02.original-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(57, 29, '_wp_attached_file', '2012/06/1334676035.87092909.additional.07.original.jpg'),
(58, 29, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"760";s:6:"height";s:3:"570";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:54:"2012/06/1334676035.87092909.additional.07.original.jpg";s:5:"sizes";a:1:{s:6:"medium";a:3:{s:4:"file";s:54:"1334676035.87092909.additional.07.original-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(59, 30, '_wp_attached_file', '2012/06/1334676034.1025573584.additional.02.original1.jpg'),
(60, 30, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"760";s:6:"height";s:3:"570";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:57:"2012/06/1334676034.1025573584.additional.02.original1.jpg";s:5:"sizes";a:1:{s:6:"medium";a:3:{s:4:"file";s:57:"1334676034.1025573584.additional.02.original1-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(61, 27, '_thumbnail_id', '30'),
(70, 35, '_edit_last', '1'),
(71, 35, '_edit_lock', '1339225887:1'),
(72, 37, '_wp_attached_file', '2012/06/1608310800_1_1_1.jpg'),
(73, 37, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1300";s:6:"height";s:4:"1667";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:28:"2012/06/1608310800_1_1_1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"1608310800_1_1_1-815x1045.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1045";}s:6:"medium";a:3:{s:4:"file";s:28:"1608310800_1_1_1-233x300.jpg";s:5:"width";s:3:"233";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:29:"1608310800_1_1_1-815x1045.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1045";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(76, 39, '_wp_attached_file', '2012/06/1608310800_2_3_1-e1339115213395.jpg'),
(77, 39, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1296";s:6:"height";s:4:"1200";s:14:"hwstring_small";s:23:"height=''96'' width=''103''";s:4:"file";s:43:"2012/06/1608310800_2_3_1-e1339115213395.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"1608310800_2_3_1-e1339115213395-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:43:"1608310800_2_3_1-e1339115213395-300x277.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"277";}s:5:"large";a:3:{s:4:"file";s:43:"1608310800_2_3_1-e1339115213395-815x754.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"754";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(80, 39, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:3:{s:5:"width";s:4:"1300";s:6:"height";s:4:"1667";s:4:"file";s:20:"1608310800_2_3_1.jpg";}s:14:"thumbnail-orig";a:3:{s:4:"file";s:29:"1608310800_2_3_1-815x1045.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1045";}s:11:"medium-orig";a:3:{s:4:"file";s:28:"1608310800_2_3_1-233x300.jpg";s:5:"width";s:3:"233";s:6:"height";s:3:"300";}s:10:"large-orig";a:3:{s:4:"file";s:29:"1608310800_2_3_1-815x1045.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1045";}s:23:"thumbnail-1339115213395";a:3:{s:4:"file";s:43:"1608310800_2_3_1-e1339115213395-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}'),
(83, 35, '_thumbnail_id', '37'),
(84, 42, '_edit_last', '1'),
(85, 42, '_edit_lock', '1339227227:1'),
(86, 43, '_wp_attached_file', '2012/06/56-1.jpg'),
(87, 43, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1440";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:16:"2012/06/56-1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"56-1-815x1222.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1222";}s:6:"medium";a:3:{s:4:"file";s:16:"56-1-200x300.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:17:"56-1-815x1222.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1222";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(88, 44, '_wp_attached_file', '2012/06/56-2.jpg'),
(89, 44, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1440";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:16:"2012/06/56-2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"56-2-815x1222.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1222";}s:6:"medium";a:3:{s:4:"file";s:16:"56-2-200x300.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:17:"56-2-815x1222.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1222";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(92, 42, '_thumbnail_id', '43'),
(105, 52, '_edit_last', '1'),
(106, 52, '_edit_lock', '1339227737:1'),
(107, 53, '_wp_attached_file', '2012/06/CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1.jpeg'),
(108, 53, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"893";s:6:"height";s:3:"770";s:14:"hwstring_small";s:23:"height=''96'' width=''111''";s:4:"file";s:65:"2012/06/CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:64:"CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1-815x702.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"702";}s:6:"medium";a:3:{s:4:"file";s:64:"CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1-300x258.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"258";}s:5:"large";a:3:{s:4:"file";s:64:"CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1-815x702.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"702";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:8:"G F Hool";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(109, 54, '_wp_attached_file', '2012/06/CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack.jpeg'),
(110, 54, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"893";s:6:"height";s:3:"770";s:14:"hwstring_small";s:23:"height=''96'' width=''111''";s:4:"file";s:61:"2012/06/CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:60:"CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack-815x702.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"702";}s:6:"medium";a:3:{s:4:"file";s:60:"CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack-300x258.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"258";}s:5:"large";a:3:{s:4:"file";s:60:"CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack-815x702.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"702";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:8:"G F Hool";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(111, 52, '_thumbnail_id', '54'),
(112, 58, '_edit_last', '1'),
(113, 58, '_edit_lock', '1339234315:1'),
(114, 59, '_wp_attached_file', '2012/06/jpeg.jpeg'),
(115, 59, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1002";s:14:"hwstring_small";s:22:"height=''96'' width=''91''";s:4:"file";s:17:"2012/06/jpeg.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"jpeg-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}s:6:"medium";a:3:{s:4:"file";s:16:"jpeg-287x300.jpg";s:5:"width";s:3:"287";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:16:"jpeg-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(116, 58, '_thumbnail_id', '59'),
(117, 60, '_wp_attached_file', '2012/06/jpeg-1.jpeg'),
(118, 60, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1002";s:14:"hwstring_small";s:22:"height=''96'' width=''91''";s:4:"file";s:19:"2012/06/jpeg-1.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"jpeg-1-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}s:6:"medium";a:3:{s:4:"file";s:18:"jpeg-1-287x300.jpg";s:5:"width";s:3:"287";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:18:"jpeg-1-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(119, 65, '_edit_last', '1'),
(120, 65, '_edit_lock', '1339298186:1'),
(121, 66, '_wp_attached_file', '2012/06/jpeg-2.jpeg'),
(122, 66, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1002";s:14:"hwstring_small";s:22:"height=''96'' width=''91''";s:4:"file";s:19:"2012/06/jpeg-2.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"jpeg-2-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}s:6:"medium";a:3:{s:4:"file";s:18:"jpeg-2-287x300.jpg";s:5:"width";s:3:"287";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:18:"jpeg-2-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(123, 65, '_thumbnail_id', '66'),
(124, 67, '_wp_attached_file', '2012/06/jpeg1.jpeg'),
(125, 67, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1002";s:14:"hwstring_small";s:22:"height=''96'' width=''91''";s:4:"file";s:18:"2012/06/jpeg1.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"jpeg1-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}s:6:"medium";a:3:{s:4:"file";s:17:"jpeg1-287x300.jpg";s:5:"width";s:3:"287";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:17:"jpeg1-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(129, 71, '_edit_lock', '1341741518:1'),
(128, 71, '_edit_last', '1'),
(130, 72, '_wp_attached_file', '2012/06/1334673203.1105990550.additional.02.jpeg'),
(131, 72, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"760";s:6:"height";s:3:"570";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:48:"2012/06/1334673203.1105990550.additional.02.jpeg";s:5:"sizes";a:1:{s:6:"medium";a:3:{s:4:"file";s:47:"1334673203.1105990550.additional.02-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(132, 71, '_thumbnail_id', '72'),
(133, 73, '_wp_attached_file', '2012/06/1334673204.670755667.additional.07.jpeg'),
(134, 73, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"760";s:6:"height";s:3:"570";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:47:"2012/06/1334673204.670755667.additional.07.jpeg";s:5:"sizes";a:1:{s:6:"medium";a:3:{s:4:"file";s:46:"1334673204.670755667.additional.07-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(154, 89, '_edit_lock', '1341741494:1'),
(153, 89, '_edit_last', '1'),
(155, 90, '_wp_attached_file', '2012/06/A116-000-view1.jpg'),
(156, 90, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"900";s:6:"height";s:4:"1275";s:14:"hwstring_small";s:22:"height=''96'' width=''67''";s:4:"file";s:26:"2012/06/A116-000-view1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"A116-000-view1-815x1154.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1154";}s:6:"medium";a:3:{s:4:"file";s:26:"A116-000-view1-211x300.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:27:"A116-000-view1-815x1154.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1154";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(160, 92, '_edit_lock', '1341741440:1'),
(159, 92, '_edit_last', '1'),
(161, 93, '_wp_attached_file', '2012/06/A154-1041-view1.jpg'),
(162, 93, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"900";s:6:"height";s:4:"1275";s:14:"hwstring_small";s:22:"height=''96'' width=''67''";s:4:"file";s:27:"2012/06/A154-1041-view1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"A154-1041-view1-815x1154.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1154";}s:6:"medium";a:3:{s:4:"file";s:27:"A154-1041-view1-211x300.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:28:"A154-1041-view1-815x1154.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1154";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(163, 92, '_thumbnail_id', '93'),
(164, 89, '_thumbnail_id', '90'),
(172, 98, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:23:"2012/07/ajk-gray-1.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"ajk-gray-1-815x815.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"815";}s:6:"medium";a:3:{s:4:"file";s:22:"ajk-gray-1-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:22:"ajk-gray-1-815x815.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"815";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D3000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1320940555";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";}}'),
(173, 97, '_thumbnail_id', '98'),
(181, 102, '_edit_lock', '1341827076:1'),
(180, 102, '_edit_last', '1'),
(182, 103, '_wp_attached_file', '2012/07/Suit_27_437_2899_098.jpeg'),
(183, 103, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:33:"2012/07/Suit_27_437_2899_098.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"Suit_27_437_2899_098-815x815.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"815";}s:6:"medium";a:3:{s:4:"file";s:32:"Suit_27_437_2899_098-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:32:"Suit_27_437_2899_098-815x815.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"815";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(184, 102, '_thumbnail_id', '103'),
(185, 105, '_edit_last', '1'),
(186, 105, '_edit_lock', '1341827078:1'),
(187, 106, '_wp_attached_file', '2012/07/197093_mrp_ou_xl.jpeg'),
(188, 106, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1002";s:14:"hwstring_small";s:22:"height=''96'' width=''91''";s:4:"file";s:29:"2012/07/197093_mrp_ou_xl.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"197093_mrp_ou_xl-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}s:6:"medium";a:3:{s:4:"file";s:28:"197093_mrp_ou_xl-287x300.jpg";s:5:"width";s:3:"287";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:28:"197093_mrp_ou_xl-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(189, 105, '_thumbnail_id', '106'),
(190, 107, '_wp_attached_file', '2012/07/197093_mrp_in_xl.jpeg'),
(191, 107, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1002";s:14:"hwstring_small";s:22:"height=''96'' width=''91''";s:4:"file";s:29:"2012/07/197093_mrp_in_xl.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"197093_mrp_in_xl-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}s:6:"medium";a:3:{s:4:"file";s:28:"197093_mrp_in_xl-287x300.jpg";s:5:"width";s:3:"287";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:28:"197093_mrp_in_xl-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(192, 109, '_edit_last', '1'),
(193, 109, '_edit_lock', '1341827077:1'),
(194, 110, '_wp_attached_file', '2012/07/314476_mrp_in_xl.jpeg'),
(195, 110, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1002";s:14:"hwstring_small";s:22:"height=''96'' width=''91''";s:4:"file";s:29:"2012/07/314476_mrp_in_xl.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"314476_mrp_in_xl-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}s:6:"medium";a:3:{s:4:"file";s:28:"314476_mrp_in_xl-287x300.jpg";s:5:"width";s:3:"287";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:28:"314476_mrp_in_xl-815x850.jpg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(196, 109, '_thumbnail_id', '110'),
(211, 123, '_edit_last', '1'),
(212, 123, '_edit_lock', '1360963090:1'),
(213, 124, '_wp_attached_file', '2012/08/Richard-James-Sharkskin-Wool-Jacket.jpeg'),
(214, 124, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1002";s:14:"hwstring_small";s:22:"height=''96'' width=''91''";s:4:"file";s:48:"2012/08/Richard-James-Sharkskin-Wool-Jacket.jpeg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:48:"Richard-James-Sharkskin-Wool-Jacket-815x850.jpeg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}s:6:"medium";a:3:{s:4:"file";s:48:"Richard-James-Sharkskin-Wool-Jacket-287x300.jpeg";s:5:"width";s:3:"287";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:48:"Richard-James-Sharkskin-Wool-Jacket-815x850.jpeg";s:5:"width";s:3:"815";s:6:"height";s:3:"850";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(217, 123, '_thumbnail_id', '124'),
(218, 129, '_edit_last', '1'),
(219, 129, '_edit_lock', '1360963464:1'),
(220, 130, '_wp_attached_file', '2013/02/ScabalFabrics.jpg'),
(221, 130, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:4:"1358";s:14:"hwstring_small";s:22:"height=''96'' width=''67''";s:4:"file";s:25:"2013/02/ScabalFabrics.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"ScabalFabrics-815x1152.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1152";}s:6:"medium";a:3:{s:4:"file";s:25:"ScabalFabrics-212x300.jpg";s:5:"width";s:3:"212";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:26:"ScabalFabrics-815x1152.jpg";s:5:"width";s:3:"815";s:6:"height";s:4:"1152";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(222, 129, '_thumbnail_id', '130');

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

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

DROP TABLE IF EXISTS `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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=133 ;

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

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2012-06-03 05:14:35', '2012-06-03 05:14:35', '<img title="Brown John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg" alt="" width="815" height="476" />\r\n\r\n<img class="alignnone  wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" />\r\n\r\n<a href="http://us.estore.johnlobb.com/monk-shoes/john-lobb-2010.html" rel="external">Buy here</a> ($1,555)', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2012-06-07 22:40:42', '2012-06-07 22:40:42', '', 0, 'http://highlyfaved.com/?p=1', 0, 'post', '', 1),
(13, 1, '2012-06-04 00:44:21', '2012-06-04 00:44:21', '', 'John Lobb Double Monk Strap in Black Calf Suede', '', 'inherit', 'open', 'open', '', 'john-lobb-double-monk-strap-in-black-calf-suede', '', '', '2012-06-04 00:44:21', '2012-06-04 00:44:21', '', 1, 'http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg', 0, 'attachment', 'image/jpeg', 0),
(102, 1, '2012-07-09 07:00:53', '2012-07-09 11:00:53', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/Suit_27_437_2899_098-815x815.jpg" alt="Cotton Sateen Photographer Suit" title="Cotton Sateen Photographer Suit" width="815" height="815" class="alignnone size-large wp-image-103" />\r\n\r\n<a href="http://www.express.com/suits-1475/control/page/2/show/3/index.ens" rel="external">Buy it here</a> ($139)', 'Cotton Sateen Photographer Suit', '', 'publish', 'open', 'open', '', 'cotton-sateen-photographer-suit', '', '', '2012-07-09 05:46:18', '2012-07-09 09:46:18', '', 0, 'http://highlyfaved.com/?p=102', 0, 'post', '', 0),
(103, 1, '2012-07-07 21:25:48', '2012-07-08 01:25:48', '', 'Cotton Sateen Photographer Suit', '', 'inherit', 'open', 'open', '', 'suit_27_437_2899_098', '', '', '2012-07-07 21:25:48', '2012-07-08 01:25:48', '', 102, 'http://highlyfaved.com/wp-content/uploads/2012/07/Suit_27_437_2899_098.jpeg', 0, 'attachment', 'image/jpeg', 0),
(104, 1, '2012-07-07 21:26:55', '2012-07-08 01:26:55', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/Suit_27_437_2899_098-815x815.jpg" alt="" title="Cotton Sateen Photographer Suit" width="815" height="815" class="alignnone size-large wp-image-103" />\n\n<a href="http://www.express.com/suits-1475/control/page/2/show/3/index.ens" rel="external">Buy it here</a> ($139)', 'Cotton Sateen Photographer Suit', '', 'inherit', 'open', 'open', '', '102-revision', '', '', '2012-07-07 21:26:55', '2012-07-08 01:26:55', '', 102, 'http://highlyfaved.com/102-revision/', 0, 'revision', '', 0),
(99, 1, '2012-07-07 21:15:07', '2012-07-08 01:15:07', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/ajk-gray-1-815x815.jpg" alt="" title="Mens Casual Unbalance Slim Wool Coat Jacket" width="815" height="815" class="alignnone size-large wp-image-98" />', 'Mens Casual Unbalance Slim Wool Coat Jacket', '', 'inherit', 'open', 'open', '', '97-revision', '', '', '2012-07-07 21:15:07', '2012-07-08 01:15:07', '', 97, 'http://highlyfaved.com/97-revision/', 0, 'revision', '', 0),
(100, 1, '2012-07-07 21:16:00', '2012-07-08 01:16:00', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/ajk-gray-1-815x815.jpg" alt="" title="Mens Casual Unbalance Slim Wool Coat Jacket" width="815" height="815" class="alignnone size-large wp-image-98" />\r\n\r\nBuy it here. ($62)', 'Mens Casual Unbalance Slim Wool Coat Jacket', '', 'inherit', 'open', 'open', '', '97-revision-2', '', '', '2012-07-07 21:16:00', '2012-07-08 01:16:00', '', 97, 'http://highlyfaved.com/97-revision-2/', 0, 'revision', '', 0),
(101, 1, '2012-07-07 21:16:31', '2012-07-08 01:16:31', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/ajk-gray-1-815x815.jpg" alt="" title="Mens Casual Unbalance Slim Wool Coat Jacket" width="815" height="815" class="alignnone size-large wp-image-98" />\r\n\r\n<a href="http://theleesshop.com/shop/step1.php?number=8872" rel="external">Buy it here</a>. ($62)', 'Mens Casual Unbalance Slim Wool Coat Jacket', '', 'inherit', 'open', 'open', '', '97-revision-3', '', '', '2012-07-07 21:16:31', '2012-07-08 01:16:31', '', 97, 'http://highlyfaved.com/97-revision-3/', 0, 'revision', '', 0),
(5, 1, '2012-06-04 00:16:50', '2012-06-04 00:16:50', '', 'Archive', '', 'publish', 'open', 'open', '', 'archive', '', '', '2012-06-04 00:16:50', '2012-06-04 00:16:50', '', 0, 'http://highlyfaved.com/?page_id=5', 0, 'page', '', 0),
(6, 1, '2012-06-04 00:16:41', '2012-06-04 00:16:41', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '5-revision', '', '', '2012-06-04 00:16:41', '2012-06-04 00:16:41', '', 5, 'http://highlyfaved.com/?p=6', 0, 'revision', '', 0),
(7, 1, '2012-06-04 00:16:56', '2012-06-04 00:16:56', '', 'Search', '', 'publish', 'open', 'open', '', 'search', '', '', '2012-06-04 00:16:56', '2012-06-04 00:16:56', '', 0, 'http://highlyfaved.com/?page_id=7', 0, 'page', '', 0),
(8, 1, '2012-06-04 00:16:53', '2012-06-04 00:16:53', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '7-revision', '', '', '2012-06-04 00:16:53', '2012-06-04 00:16:53', '', 7, 'http://highlyfaved.com/?p=8', 0, 'revision', '', 0),
(9, 1, '2012-06-04 00:17:34', '2012-06-04 00:17:34', ' ', '', '', 'publish', 'open', 'open', '', '9', '', '', '2012-06-04 00:17:34', '2012-06-04 00:17:34', '', 0, 'http://highlyfaved.com/?p=9', 3, 'nav_menu_item', '', 0),
(10, 1, '2012-06-04 00:17:34', '2012-06-04 00:17:34', ' ', '', '', 'publish', 'open', 'open', '', '10', '', '', '2012-06-04 00:17:34', '2012-06-04 00:17:34', '', 0, 'http://highlyfaved.com/?p=10', 2, 'nav_menu_item', '', 0),
(11, 1, '2012-06-04 00:17:34', '2012-06-04 00:17:34', '', 'Home', '', 'publish', 'open', 'open', '', 'home', '', '', '2012-06-04 00:17:34', '2012-06-04 00:17:34', '', 0, 'http://highlyfaved.com/?p=11', 1, 'nav_menu_item', '', 0),
(12, 1, '2012-06-03 05:14:35', '2012-06-03 05:14:35', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'inherit', 'open', 'open', '', '1-revision', '', '', '2012-06-03 05:14:35', '2012-06-03 05:14:35', '', 1, 'http://highlyfaved.com/uncategorized/1-revision/', 0, 'revision', '', 0),
(14, 1, '2012-06-04 00:26:42', '2012-06-04 00:26:42', '', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-2', '', '', '2012-06-04 00:26:42', '2012-06-04 00:26:42', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-2/', 0, 'revision', '', 0),
(15, 1, '2012-06-04 00:44:36', '2012-06-04 00:44:36', '', 'John Lobb Double Monk Strap in Black Calf Suede', '', 'inherit', 'open', 'open', '', 'john-lobb-double-monk-strap-in-black-calf-suede-2', '', '', '2012-06-04 00:44:36', '2012-06-04 00:44:36', '', 1, 'http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg', 0, 'attachment', 'image/jpeg', 0),
(16, 1, '2012-06-04 00:44:25', '2012-06-04 00:44:25', '', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-3', '', '', '2012-06-04 00:44:25', '2012-06-04 00:44:25', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-3/', 0, 'revision', '', 0),
(17, 1, '2012-06-04 00:52:37', '2012-06-04 00:52:37', '', 'Brown John Lobb Double Monk Strap in Black Calf Suede', '', 'inherit', 'open', 'open', '', 'brown-john-lobb-double-monk-strap-in-black-calf-suede', '', '', '2012-06-04 00:52:37', '2012-06-04 00:52:37', '', 1, 'http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg', 0, 'attachment', 'image/jpeg', 0),
(18, 1, '2012-06-04 04:19:57', '2012-06-04 04:19:57', '<img title="Brown John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg" alt="" width="815" height="476" />\n\n<img class="alignnone  wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" />\n\n<a href="http://us.estore.johnlobb.com/monk-shoes/john-lobb-2010.html">Buy here</a> ($1,555)', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-autosave', '', '', '2012-06-04 04:19:57', '2012-06-04 04:19:57', '', 1, 'http://highlyfaved.com/uncategorized/1-autosave/', 0, 'revision', '', 0),
(19, 1, '2012-06-04 00:44:42', '2012-06-04 00:44:42', '<a href="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg"><img class="alignnone size-full wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" /></a>', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-4', '', '', '2012-06-04 00:44:42', '2012-06-04 00:44:42', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-4/', 0, 'revision', '', 0),
(20, 1, '2012-06-04 00:55:01', '2012-06-04 00:55:01', '<a href="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg"><img title="Brown John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg" alt="" width="815" height="476" /></a>\r\n\r\n<a href="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg"><img class="alignnone size-full wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" /></a>\r\n\r\nGet them <a href="http://us.estore.johnlobb.com/monk-shoes/john-lobb-2010.html">here</a> ($1,555)', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-5', '', '', '2012-06-04 00:55:01', '2012-06-04 00:55:01', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-5/', 0, 'revision', '', 0),
(23, 1, '2012-06-04 00:56:00', '2012-06-04 00:56:00', '<a href="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg"><img title="Brown John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg" alt="" width="815" height="476" /></a>\r\n\r\n<a href="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg"><img class="alignnone size-full wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" /></a>\r\n\r\nGet them <a href="http://us.estore.johnlobb.com/monk-shoes/john-lobb-2010.html">here</a> ($1,555)', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-8', '', '', '2012-06-04 00:56:00', '2012-06-04 00:56:00', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-8/', 0, 'revision', '', 0),
(21, 1, '2012-06-04 00:55:38', '2012-06-04 00:55:38', '<a href="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg"><img title="Brown John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg" alt="" width="815" height="476" /></a>\r\n\r\n&nbsp;\r\n\r\n<a href="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg"><img class="alignnone size-full wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" /></a>\r\n\r\n&nbsp;\r\n\r\nGet them <a href="http://us.estore.johnlobb.com/monk-shoes/john-lobb-2010.html">here</a> ($1,555)', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-6', '', '', '2012-06-04 00:55:38', '2012-06-04 00:55:38', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-6/', 0, 'revision', '', 0),
(22, 1, '2012-06-04 00:55:50', '2012-06-04 00:55:50', '<a href="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg"><img title="Brown John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg" alt="" width="815" height="476" /></a>\r\n\r\n&nbsp;\r\n\r\n<a href="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg"><img class="alignnone size-full wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" /></a>\r\n\r\nGet them <a href="http://us.estore.johnlobb.com/monk-shoes/john-lobb-2010.html">here</a> ($1,555)', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-7', '', '', '2012-06-04 00:55:50', '2012-06-04 00:55:50', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-7/', 0, 'revision', '', 0),
(24, 1, '2012-06-04 00:58:17', '2012-06-04 00:58:17', '<a href="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg"><img title="Brown John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg" alt="" width="815" height="476" /></a>\r\n\r\n<a href="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg"><img class="alignnone size-full wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" /></a>\r\n\r\n<a href="http://us.estore.johnlobb.com/monk-shoes/john-lobb-2010.html">Buy here</a> ($1,555)', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-9', '', '', '2012-06-04 00:58:17', '2012-06-04 00:58:17', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-9/', 0, 'revision', '', 0),
(25, 1, '2012-06-04 01:11:27', '2012-06-04 01:11:27', '<a href="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg"><img title="Brown John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg" alt="" width="815" height="476" /></a>\r\n\r\n<a href="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg"><img class="alignnone size-full wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" /></a>\r\n\r\n<a href="http://us.estore.johnlobb.com/monk-shoes/john-lobb-2010.html">Buy here</a> ($1,555)', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-10', '', '', '2012-06-04 01:11:27', '2012-06-04 01:11:27', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-10/', 0, 'revision', '', 0),
(26, 1, '2012-06-04 01:12:01', '2012-06-04 01:12:01', '<a href="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg"><img title="Brown John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg" alt="" width="815" height="476" /></a>\r\n\r\n<a href="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg"><img class="alignnone size-full wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" /></a>\r\n\r\n<a href="http://us.estore.johnlobb.com/monk-shoes/john-lobb-2010.html">Buy here</a> ($1,555)', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-11', '', '', '2012-06-04 01:12:01', '2012-06-04 01:12:01', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-11/', 0, 'revision', '', 0),
(27, 1, '2012-06-06 20:15:57', '2012-06-06 20:15:57', '<img class="alignnone size-full wp-image-28" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original.jpg"/>\r\n\r\n<img class="alignnone size-full wp-image-29" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676035.87092909.additional.07.original.jpg"/>\r\n\r\n<a href="http://www.indochino.com/product/the-essential-brown-sharkskin-3-piece-suit" rel="external">Buy it here</a> ($450)', 'The Essential Brown Sharkskin Suit', '', 'publish', 'open', 'open', '', 'the-essential-brown-sharkskin-3-piece-suit', '', '', '2012-06-09 05:42:13', '2012-06-09 09:42:13', '', 0, 'http://highlyfaved.com/?p=27', 0, 'post', '', 0),
(28, 1, '2012-06-06 20:13:41', '2012-06-06 20:13:41', '', '1334676034.1025573584.additional.02.original', '', 'inherit', 'open', 'open', '', '1334676034-1025573584-additional-02-original', '', '', '2012-06-06 20:13:41', '2012-06-06 20:13:41', '', 27, 'http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original.jpg', 0, 'attachment', 'image/jpeg', 0),
(29, 1, '2012-06-06 20:14:35', '2012-06-06 20:14:35', '', '1334676035.87092909.additional.07.original', '', 'inherit', 'open', 'open', '', '1334676035-87092909-additional-07-original', '', '', '2012-06-06 20:14:35', '2012-06-06 20:14:35', '', 27, 'http://highlyfaved.com/wp-content/uploads/2012/06/1334676035.87092909.additional.07.original.jpg', 0, 'attachment', 'image/jpeg', 0),
(30, 1, '2012-06-06 20:15:39', '2012-06-06 20:15:39', '', '1334676034.1025573584.additional.02.original', '', 'inherit', 'open', 'open', '', '1334676034-1025573584-additional-02-original-2', '', '', '2012-06-06 20:15:39', '2012-06-06 20:15:39', '', 27, 'http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original1.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2012-06-06 20:12:48', '2012-06-06 20:12:48', '', 'The Essential Brown Sharkskin 3 Piece Suit', '', 'inherit', 'open', 'open', '', '27-revision', '', '', '2012-06-06 20:12:48', '2012-06-06 20:12:48', '', 27, 'http://highlyfaved.com/uncategorized/27-revision/', 0, 'revision', '', 0),
(33, 1, '2012-06-04 04:18:55', '2012-06-04 04:18:55', '<img title="Brown John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/Brown-John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede.jpg" alt="" width="815" height="476" />\r\n\r\n<img class="alignnone  wp-image-15" title="John Lobb Double Monk Strap in Black Calf Suede" src="http://highlyfaved.com/wp-content/uploads/2012/06/John-Lobb-Double-Monk-Strap-in-Black-Calf-Suede1.jpg" alt="" width="815" height="476" />\r\n\r\n<a href="http://us.estore.johnlobb.com/monk-shoes/john-lobb-2010.html">Buy here</a> ($1,555)', 'John Lobb Double Monk Strap in Black Calf / Suede', '', 'inherit', 'open', 'open', '', '1-revision-12', '', '', '2012-06-04 04:18:55', '2012-06-04 04:18:55', '', 1, 'http://highlyfaved.com/uncategorized/1-revision-12/', 0, 'revision', '', 0),
(32, 1, '2012-06-06 20:15:57', '2012-06-06 20:15:57', '<a href="http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original.jpg"><img class="alignnone size-full wp-image-28" title="1334676034.1025573584.additional.02.original" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original.jpg" alt="" width="760" height="570" /></a>\r\n\r\n<img class="alignnone size-full wp-image-29" title="1334676035.87092909.additional.07.original" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676035.87092909.additional.07.original.jpg" alt="" width="760" height="570" />\r\n\r\n<a href="http://www.indochino.com/product/the-essential-brown-sharkskin-3-piece-suit">Buy it here</a> ($449)', 'The Essential Brown Sharkskin 3 Piece Suit', '', 'inherit', 'open', 'open', '', '27-revision-2', '', '', '2012-06-06 20:15:57', '2012-06-06 20:15:57', '', 27, 'http://highlyfaved.com/uncategorized/27-revision-2/', 0, 'revision', '', 0),
(34, 1, '2012-06-06 20:19:33', '2012-06-06 20:19:33', '<img class="alignnone size-full wp-image-28" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original.jpg"/>\r\n\r\n<img class="alignnone size-full wp-image-29" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676035.87092909.additional.07.original.jpg"/>\r\n\r\n<a href="http://www.indochino.com/product/the-essential-brown-sharkskin-3-piece-suit">Buy it here</a> ($449)', 'The Essential Brown Sharkskin 3 Piece Suit', '', 'inherit', 'open', 'open', '', '27-revision-3', '', '', '2012-06-06 20:19:33', '2012-06-06 20:19:33', '', 27, 'http://highlyfaved.com/uncategorized/27-revision-3/', 0, 'revision', '', 0),
(35, 1, '2012-06-08 00:25:29', '2012-06-08 00:25:29', '<img class="alignnone size-large wp-image-37" src="http://highlyfaved.com/wp-content/uploads/2012/06/1608310800_1_1_1-815x1045.jpg" alt="Black Velour Blazer" width="815" height="1045" />\r\n\r\n<img class="alignnone size-large wp-image-39" src="http://highlyfaved.com/wp-content/uploads/2012/06/1608310800_2_3_1-e1339115213395-815x754.jpg" alt="Black Velour Blazer" width="815" height="754" />\r\n\r\n<a href="http://www.zara.com/webapp/wcs/stores/servlet/product/us/en/zara-us-S2012/189527/688031/VELOUR%2BBLAZER" rel="external">Buy it here</a> ($80)', 'Black Velour Blazer', '', 'publish', 'open', 'open', '', 'black-velour-blazer', '', '', '2012-06-09 07:13:19', '2012-06-09 07:13:19', '', 0, 'http://highlyfaved.com/?p=35', 0, 'post', '', 0),
(36, 1, '2012-06-08 00:19:17', '2012-06-08 00:19:17', '', 'Velour Blazer', '', 'inherit', 'open', 'open', '', '35-revision', '', '', '2012-06-08 00:19:17', '2012-06-08 00:19:17', '', 35, 'http://highlyfaved.com/uncategorized/35-revision/', 0, 'revision', '', 0),
(37, 1, '2012-06-08 00:22:19', '2012-06-08 00:22:19', '', '1608310800_1_1_1', '', 'inherit', 'open', 'open', '', '1608310800_1_1_1', '', '', '2012-06-08 00:22:19', '2012-06-08 00:22:19', '', 35, 'http://highlyfaved.com/wp-content/uploads/2012/06/1608310800_1_1_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2012-06-08 00:23:28', '2012-06-08 00:23:28', '', '1608310800_2_3_1', '', 'inherit', 'open', 'open', '', '1608310800_2_3_1', '', '', '2012-06-08 00:23:28', '2012-06-08 00:23:28', '', 35, 'http://highlyfaved.com/wp-content/uploads/2012/06/1608310800_2_3_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2012-06-08 00:25:10', '2012-06-08 00:25:10', '<img class="alignnone size-large wp-image-37" src="http://highlyfaved.com/wp-content/uploads/2012/06/1608310800_1_1_1-815x1045.jpg" alt="Black Velour Blazer" width="815" height="1045" />\n\n<img class="alignnone size-large wp-image-39" src="http://highlyfaved.com/wp-content/uploads/2012/06/1608310800_2_3_1-815x1045.jpg" alt="Black Velour Blazer" width="815" height="1045" />\n\n<a href="http://www.zara.com/webapp/wcs/stores/servlet/product/us/en/zara-us-S2012/189527/688031/VELOUR%2BBLAZER" rel="external">Buy it here</a> ($80)', 'Black Velour Blazer', '', 'inherit', 'open', 'open', '', '35-revision-2', '', '', '2012-06-08 00:25:10', '2012-06-08 00:25:10', '', 35, 'http://highlyfaved.com/uncategorized/35-revision-2/', 0, 'revision', '', 0),
(41, 1, '2012-06-08 00:25:29', '2012-06-08 00:25:29', '<img class="alignnone size-large wp-image-37" src="http://highlyfaved.com/wp-content/uploads/2012/06/1608310800_1_1_1-815x1045.jpg" alt="Black Velour Blazer" width="815" height="1045" />\r\n\r\n<img class="alignnone size-large wp-image-39" src="http://highlyfaved.com/wp-content/uploads/2012/06/1608310800_2_3_1-815x1045.jpg" alt="Black Velour Blazer" width="815" height="1045" />\r\n\r\n<a href="http://www.zara.com/webapp/wcs/stores/servlet/product/us/en/zara-us-S2012/189527/688031/VELOUR%2BBLAZER" rel="external">Buy it here</a> ($80)', 'Black Velour Blazer', '', 'inherit', 'open', 'open', '', '35-revision-3', '', '', '2012-06-08 00:25:29', '2012-06-08 00:25:29', '', 35, 'http://highlyfaved.com/35-revision-3/', 0, 'revision', '', 0),
(42, 1, '2012-06-08 22:43:56', '2012-06-08 22:43:56', '<img class="alignnone size-large wp-image-43" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-1-815x1222.jpg" alt="100 Series, Satin Bead Blasted" width="815" height="1222" />\r\n\r\n<img class="alignnone size-large wp-image-44" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-2-815x1222.jpg" alt="100 Series, Satin Bead Blasted" width="815" height="1222" />\r\n\r\n<a href="http://www.uniformwares.com/100-series-satin-bead-blastedor-stone-rubber" rel="external">Buy it here</a> ($150)', '100 Series, Satin Bead Blasted', '', 'publish', 'open', 'open', '', '100-series-satin-bead-blasted', '', '', '2012-06-09 07:35:35', '2012-06-09 07:35:35', '', 0, 'http://highlyfaved.com/?p=42', 0, 'post', '', 0),
(43, 1, '2012-06-09 05:41:55', '2012-06-09 05:41:55', '', '56-1', '', 'inherit', 'open', 'open', '', '56-1', '', '', '2012-06-09 05:41:55', '2012-06-09 05:41:55', '', 42, 'http://highlyfaved.com/wp-content/uploads/2012/06/56-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2012-06-09 05:42:30', '2012-06-09 05:42:30', '', '100 Series', '', 'inherit', 'open', 'open', '', '56-2', '', '', '2012-06-09 05:42:30', '2012-06-09 05:42:30', '', 42, 'http://highlyfaved.com/wp-content/uploads/2012/06/56-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2012-06-09 05:43:34', '2012-06-09 05:43:34', '<img class="alignnone size-large wp-image-43" title="56-1" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-1-815x1222.jpg" alt="100 Series" width="815" height="1222" />\n\n<img class="alignnone size-large wp-image-44" title="100 Series" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-2-815x1222.jpg" alt="" width="815" height="1222" />\n\n<a href="http://www.uniformwares.com/100-series-satin-bead-blastedor-stone-rubber">Buy it here</a> ($150)', '100 Series — Satin Bead Blasted', '', 'inherit', 'open', 'open', '', '42-revision', '', '', '2012-06-09 05:43:34', '2012-06-09 05:43:34', '', 42, 'http://highlyfaved.com/42-revision/', 0, 'revision', '', 0),
(46, 1, '2012-06-09 05:43:56', '2012-06-09 05:43:56', '<img class="alignnone size-large wp-image-43" title="56-1" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-1-815x1222.jpg" alt="100 Series" width="815" height="1222" />\r\n\r\n<img class="alignnone size-large wp-image-44" title="100 Series" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-2-815x1222.jpg" alt="" width="815" height="1222" />\r\n\r\n<a href="http://www.uniformwares.com/100-series-satin-bead-blastedor-stone-rubber" rel="external">Buy it here</a> ($150)', '100 Series — Satin Bead Blasted', '', 'inherit', 'open', 'open', '', '42-revision-2', '', '', '2012-06-09 05:43:56', '2012-06-09 05:43:56', '', 42, 'http://highlyfaved.com/42-revision-2/', 0, 'revision', '', 0),
(47, 1, '2012-06-09 05:44:12', '2012-06-09 05:44:12', '<img class="alignnone size-large wp-image-43" title="56-1" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-1-815x1222.jpg" alt="100 Series" width="815" height="1222" />\r\n\r\n<img class="alignnone size-large wp-image-44" title="100 Series" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-2-815x1222.jpg" alt="" width="815" height="1222" />\r\n\r\n<a href="http://www.uniformwares.com/100-series-satin-bead-blastedor-stone-rubber" rel="external">Buy it here</a> ($150)', '100 Series — Satin Bead Blasted', '', 'inherit', 'open', 'open', '', '42-revision-3', '', '', '2012-06-09 05:44:12', '2012-06-09 05:44:12', '', 42, 'http://highlyfaved.com/42-revision-3/', 0, 'revision', '', 0),
(48, 1, '2012-06-09 05:44:30', '2012-06-09 05:44:30', '<img class="alignnone size-large wp-image-43" title="56-1" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-1-815x1222.jpg" alt="100 Series" width="815" height="1222" />\r\n\r\n<img class="alignnone size-large wp-image-44" title="100 Series" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-2-815x1222.jpg" alt="" width="815" height="1222" />\r\n\r\n<a href="http://www.uniformwares.com/100-series-satin-bead-blastedor-stone-rubber" rel="external">Buy it here</a> ($150)', '100 Series (Satin Bead Blasted)', '', 'inherit', 'open', 'open', '', '42-revision-4', '', '', '2012-06-09 05:44:30', '2012-06-09 05:44:30', '', 42, 'http://highlyfaved.com/42-revision-4/', 0, 'revision', '', 0),
(49, 1, '2012-06-09 05:45:09', '2012-06-09 05:45:09', '<img class="alignnone size-large wp-image-43" title="56-1" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-1-815x1222.jpg" alt="100 Series" width="815" height="1222" />\r\n\r\n<img class="alignnone size-large wp-image-44" title="100 Series" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-2-815x1222.jpg" alt="" width="815" height="1222" />\r\n\r\n<a href="http://www.uniformwares.com/100-series-satin-bead-blastedor-stone-rubber" rel="external">Buy it here</a> ($150)', '100 Series, Satin Bead Blasted', '', 'inherit', 'open', 'open', '', '42-revision-5', '', '', '2012-06-09 05:45:09', '2012-06-09 05:45:09', '', 42, 'http://highlyfaved.com/42-revision-5/', 0, 'revision', '', 0),
(50, 1, '2012-06-08 00:28:04', '2012-06-08 00:28:04', '<img class="alignnone size-large wp-image-37" src="http://highlyfaved.com/wp-content/uploads/2012/06/1608310800_1_1_1-815x1045.jpg" alt="Black Velour Blazer" width="815" height="1045" />\r\n\r\n<img class="alignnone size-large wp-image-39" src="http://highlyfaved.com/wp-content/uploads/2012/06/1608310800_2_3_1-e1339115213395-815x754.jpg" alt="Black Velour Blazer" width="815" height="754" />\r\n\r\n<a href="http://www.zara.com/webapp/wcs/stores/servlet/product/us/en/zara-us-S2012/189527/688031/VELOUR%2BBLAZER" rel="external">Buy it here</a> ($80)', 'Black Velour Blazer', '', 'inherit', 'open', 'open', '', '35-revision-4', '', '', '2012-06-08 00:28:04', '2012-06-08 00:28:04', '', 35, 'http://highlyfaved.com/35-revision-4/', 0, 'revision', '', 0),
(51, 1, '2012-06-09 07:12:57', '2012-06-09 07:12:57', '<img class="alignnone size-large wp-image-43" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-1-815x1222.jpg" alt="100 Series, Satin Bead Blasted" width="815" height="1222" />\r\n\r\n<img class="alignnone size-large wp-image-44" src="http://highlyfaved.com/wp-content/uploads/2012/06/56-2-815x1222.jpg" alt="100 Series, Satin Bead Blasted" width="815" height="1222" />\r\n\r\n<a href="http://www.uniformwares.com/100-series-satin-bead-blastedor-stone-rubber" rel="external">Buy it here</a> ($150)', '100 Series, Satin Bead Blasted', '', 'inherit', 'open', 'open', '', '42-revision-6', '', '', '2012-06-09 07:12:57', '2012-06-09 07:12:57', '', 42, 'http://highlyfaved.com/42-revision-6/', 0, 'revision', '', 0),
(52, 1, '2012-06-09 10:00:42', '2012-06-09 14:00:42', '<img class="alignnone size-large wp-image-53" src="http://highlyfaved.com/wp-content/uploads/2012/06/CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1-815x702.jpg" alt="Cherchbi Archive Messenger Bag" width="815" height="702" />\r\n\r\n<img class="alignnone size-large wp-image-54" src="http://highlyfaved.com/wp-content/uploads/2012/06/CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack-815x702.jpg" alt="Cherchbi Archive Messenger Bag" width="815" height="702" />\r\n\r\n<a href="http://www.cherchbi.co.uk/shop/archive-messenger-bag-english-union/">Buy it here</a> ($495)', 'Archive Messenger Bag', '', 'publish', 'open', 'open', '', 'cherchbi-archive-messenger-bag', '', '', '2012-06-09 03:44:06', '2012-06-09 07:44:06', '', 0, 'http://highlyfaved.com/?p=52', 0, 'post', '', 0),
(53, 1, '2012-06-09 03:38:13', '2012-06-09 07:38:13', '', 'CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1', '', 'inherit', 'open', 'open', '', 'cherchbi-english-union-archive-messenger-bag-model-1', '', '', '2012-06-09 03:38:13', '2012-06-09 07:38:13', '', 52, 'http://highlyfaved.com/wp-content/uploads/2012/06/CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2012-06-09 03:38:29', '2012-06-09 07:38:29', '', 'CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack', '', 'inherit', 'open', 'open', '', 'cherchbi-english-union-archive-satchel-ecrublack', '', '', '2012-06-09 03:38:29', '2012-06-09 07:38:29', '', 52, 'http://highlyfaved.com/wp-content/uploads/2012/06/CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack.jpeg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2012-06-09 03:39:43', '2012-06-09 07:39:43', '<img class="alignnone size-large wp-image-53" src="http://highlyfaved.com/wp-content/uploads/2012/06/CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1-815x702.jpg" alt="Cherchbi Archive Messenger Bag" width="815" height="702" />\n\n<img class="alignnone size-large wp-image-54" src="http://highlyfaved.com/wp-content/uploads/2012/06/CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack-815x702.jpg" alt="Cherchbi Archive Messenger Bag" width="815" height="702" />\n\n<a href="http://www.cherchbi.co.uk/shop/archive-messenger-bag-english-union/">Buy it here</a> ($495)', 'Cherchbi Archive Messenger Bag', '', 'inherit', 'open', 'open', '', '52-revision', '', '', '2012-06-09 03:39:43', '2012-06-09 07:39:43', '', 52, 'http://highlyfaved.com/52-revision/', 0, 'revision', '', 0),
(56, 1, '2012-06-09 03:41:04', '2012-06-09 07:41:04', '<img class="alignnone size-large wp-image-53" src="http://highlyfaved.com/wp-content/uploads/2012/06/CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1-815x702.jpg" alt="Cherchbi Archive Messenger Bag" width="815" height="702" />\r\n\r\n<img class="alignnone size-large wp-image-54" src="http://highlyfaved.com/wp-content/uploads/2012/06/CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack-815x702.jpg" alt="Cherchbi Archive Messenger Bag" width="815" height="702" />\r\n\r\n<a href="http://www.cherchbi.co.uk/shop/archive-messenger-bag-english-union/">Buy it here</a> ($495)', 'Archive Messenger Bag from Cherchbi', '', 'inherit', 'open', 'open', '', '52-autosave', '', '', '2012-06-09 03:41:04', '2012-06-09 07:41:04', '', 52, 'http://highlyfaved.com/52-autosave/', 0, 'revision', '', 0),
(57, 1, '2012-06-09 03:40:44', '2012-06-09 07:40:44', '<img class="alignnone size-large wp-image-53" src="http://highlyfaved.com/wp-content/uploads/2012/06/CHERCHBI-ENGLISH-UNION-Archive-Messenger-Bag-Model-1-815x702.jpg" alt="Cherchbi Archive Messenger Bag" width="815" height="702" />\r\n\r\n<img class="alignnone size-large wp-image-54" src="http://highlyfaved.com/wp-content/uploads/2012/06/CHERCHBI-ENGLISH-UNION-Archive-Satchel-Ecrublack-815x702.jpg" alt="Cherchbi Archive Messenger Bag" width="815" height="702" />\r\n\r\n<a href="http://www.cherchbi.co.uk/shop/archive-messenger-bag-english-union/">Buy it here</a> ($495)', 'Cherchbi Archive Messenger Bag', '', 'inherit', 'open', 'open', '', '52-revision-2', '', '', '2012-06-09 03:40:44', '2012-06-09 07:40:44', '', 52, 'http://highlyfaved.com/52-revision-2/', 0, 'revision', '', 0),
(58, 1, '2012-06-10 10:30:12', '2012-06-10 14:30:12', '<img class="alignnone size-large wp-image-59" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-815x850.jpg" alt="Dunhill Engraved Tie Clip" width="815" height="850" />\r\n\r\n<img class="alignnone size-large wp-image-60" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-1-815x850.jpg" alt="Dunhill Engraved Tie Clip" width="815" height="850" />\r\n\r\n<a href="http://www.mrporter.com/product/173165" rel="external">Buy it here</a> ($200)', 'Dunhill Engraved Tie Clip', '', 'publish', 'open', 'open', '', 'dunhill-engraved-tie-clip', '', '', '2012-06-09 03:55:02', '2012-06-09 07:55:02', '', 0, 'http://highlyfaved.com/?p=58', 0, 'post', '', 0),
(59, 1, '2012-06-09 03:51:56', '2012-06-09 07:51:56', '', 'jpeg', '', 'inherit', 'open', 'open', '', 'jpeg', '', '', '2012-06-09 03:51:56', '2012-06-09 07:51:56', '', 58, 'http://highlyfaved.com/wp-content/uploads/2012/06/jpeg.jpeg', 0, 'attachment', 'image/jpeg', 0),
(60, 1, '2012-06-09 03:52:32', '2012-06-09 07:52:32', '', 'Dunhill Engraved Tie Clip', '', 'inherit', 'open', 'open', '', 'jpeg-1', '', '', '2012-06-09 03:52:32', '2012-06-09 07:52:32', '', 58, 'http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(61, 1, '2012-06-09 03:52:13', '2012-06-09 07:52:13', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-815x850.jpg" alt="" width="815" height="850" class="alignnone size-large wp-image-59" />\n\n<a href="http://www.mrporter.com/product/173165" rel="external">Buy it here</a> ($200)', 'En', '', 'inherit', 'open', 'open', '', '58-revision', '', '', '2012-06-09 03:52:13', '2012-06-09 07:52:13', '', 58, 'http://highlyfaved.com/58-revision/', 0, 'revision', '', 0),
(62, 1, '2012-06-09 03:52:46', '2012-06-09 07:52:46', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-815x850.jpg" alt="Dunhill Engraved Tie Clip" width="815" height="850" class="alignnone size-large wp-image-59" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-1-815x850.jpg" alt="Dunhill Engraved Tie Clip" width="815" height="850" class="alignnone size-large wp-image-60" />\r\n\r\n<a href="http://www.mrporter.com/product/173165" rel="external">Buy it here</a> ($200)', 'Dunhill Engraved Tie Clip', '', 'inherit', 'open', 'open', '', '58-autosave', '', '', '2012-06-09 03:52:46', '2012-06-09 07:52:46', '', 58, 'http://highlyfaved.com/58-autosave/', 0, 'revision', '', 0),
(63, 1, '2012-06-09 03:52:44', '2012-06-09 07:52:44', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-815x850.jpg" alt="Dunhill Engraved Tie Clip" width="815" height="850" class="alignnone size-large wp-image-59" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-1-815x850.jpg" alt="Dunhill Engraved Tie Clip" width="815" height="850" class="alignnone size-large wp-image-60" />\r\n\r\n<a href="http://www.mrporter.com/product/173165" rel="external">Buy it here</a> ($200)', 'Dunhill Engraved Tie Clip', '', 'inherit', 'open', 'open', '', '58-revision-2', '', '', '2012-06-09 03:52:44', '2012-06-09 07:52:44', '', 58, 'http://highlyfaved.com/58-revision-2/', 0, 'revision', '', 0),
(64, 1, '2012-06-09 03:53:06', '2012-06-09 07:53:06', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-815x850.jpg" alt="Dunhill Engraved Tie Clip" width="815" height="850" class="alignnone size-large wp-image-59" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-1-815x850.jpg" alt="Dunhill Engraved Tie Clip" width="815" height="850" class="alignnone size-large wp-image-60" />\r\n\r\n<a href="http://www.mrporter.com/product/173165" rel="external">Buy it here</a> ($200)', 'Dunhill Engraved Tie Clip', '', 'inherit', 'open', 'open', '', '58-revision-3', '', '', '2012-06-09 03:53:06', '2012-06-09 07:53:06', '', 58, 'http://highlyfaved.com/58-revision-3/', 0, 'revision', '', 0),
(65, 1, '2012-06-11 10:00:01', '2012-06-11 14:00:01', '<img class="alignnone size-large wp-image-66" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-2-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\r\n\r\n<img class="alignnone size-large wp-image-67" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg1-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\r\n\r\n<a href="http://www.mulberry.com/#/storefront/c6195/1149/moreviews/" rel="external">Buy it here</a> ($1,000)', 'Brynmore Leather Messenger Bag', '', 'publish', 'open', 'open', '', 'brynmore-leather-messenger-bag', '', '', '2012-06-09 23:18:17', '2012-06-10 03:18:17', '', 0, 'http://highlyfaved.com/?p=65', 0, 'post', '', 0),
(66, 1, '2012-06-09 05:30:55', '2012-06-09 09:30:55', '', 'jpeg-2', '', 'inherit', 'open', 'open', '', 'jpeg-2', '', '', '2012-06-09 05:30:55', '2012-06-09 09:30:55', '', 65, 'http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(67, 1, '2012-06-09 05:31:11', '2012-06-09 09:31:11', '', 'jpeg', '', 'inherit', 'open', 'open', '', 'jpeg-3', '', '', '2012-06-09 05:31:11', '2012-06-09 09:31:11', '', 65, 'http://highlyfaved.com/wp-content/uploads/2012/06/jpeg1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(68, 1, '2012-06-09 05:32:19', '2012-06-09 09:32:19', '<img class="alignnone size-large wp-image-66" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-2-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\n\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg1-815x850.jpg" alt="Brynmore Leather Messenger Bag" class="alignnone size-large wp-image-67" />\n\nBuy it here ($1,000)', 'Brynmore Leather Messenger Bag', '', 'inherit', 'open', 'open', '', '65-revision', '', '', '2012-06-09 05:32:19', '2012-06-09 09:32:19', '', 65, 'http://highlyfaved.com/65-revision/', 0, 'revision', '', 0),
(69, 1, '2012-06-09 05:33:01', '2012-06-09 09:33:01', '<img class="alignnone size-large wp-image-66" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-2-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\r\n\r\n<img class="alignnone size-large wp-image-67" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg1-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\r\n\r\n<a href="http://www.mulberry.com/#/storefront/c6195/1149/moreviews/" rel="external">Buy it here</a> ($1,000)', 'Brynmore Leather Messenger Bag', '', 'inherit', 'open', 'open', '', '65-revision-2', '', '', '2012-06-09 05:33:01', '2012-06-09 09:33:01', '', 65, 'http://highlyfaved.com/65-revision-2/', 0, 'revision', '', 0),
(70, 1, '2012-06-09 05:33:20', '2012-06-09 09:33:20', '<img class="alignnone size-large wp-image-66" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-2-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\r\n\r\n<img class="alignnone size-large wp-image-67" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg1-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\r\n\r\n<a href="http://www.mulberry.com/#/storefront/c6195/1149/moreviews/" rel="external">Buy it here</a> ($1,000)', 'Brynmore Leather Messenger Bag', '', 'inherit', 'open', 'open', '', '65-autosave', '', '', '2012-06-09 05:33:20', '2012-06-09 09:33:20', '', 65, 'http://highlyfaved.com/65-autosave/', 0, 'revision', '', 0),
(71, 1, '2012-06-12 10:00:08', '2012-06-12 14:00:08', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673203.1105990550.additional.02.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-72" title="The Essential Black Suit" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673204.670755667.additional.07.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-73" title="The Essential Black Suit" />\r\n\r\n<a href="http://www.indochino.com/product/The-Essential-Black-3-Piece-Suit" rel="external">Buy it here</a> ($450)', 'The Essential Black Suit', '', 'publish', 'open', 'open', '', 'the-essential-black-suit', '', '', '2012-07-08 06:00:27', '2012-07-08 10:00:27', '', 0, 'http://highlyfaved.com/?p=71', 0, 'post', '', 0),
(72, 1, '2012-06-09 05:38:48', '2012-06-09 09:38:48', '', '1334673203.1105990550.additional.02', '', 'inherit', 'open', 'open', '', '1334673203-1105990550-additional-02', '', '', '2012-06-09 05:38:48', '2012-06-09 09:38:48', '', 71, 'http://highlyfaved.com/wp-content/uploads/2012/06/1334673203.1105990550.additional.02.jpeg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2012-06-09 05:39:24', '2012-06-09 09:39:24', '', '1334673204.670755667.additional.07', '', 'inherit', 'open', 'open', '', '1334673204-670755667-additional-07', '', '', '2012-06-09 05:39:24', '2012-06-09 09:39:24', '', 71, 'http://highlyfaved.com/wp-content/uploads/2012/06/1334673204.670755667.additional.07.jpeg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2012-06-09 05:39:09', '2012-06-09 09:39:09', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673203.1105990550.additional.02.jpeg" alt="" title="" width="760" height="570" class="alignnone size-full wp-image-72" />', 'The Essential Black 3 Piece Suit', '', 'inherit', 'open', 'open', '', '71-revision', '', '', '2012-06-09 05:39:09', '2012-06-09 09:39:09', '', 71, 'http://highlyfaved.com/71-revision/', 0, 'revision', '', 0),
(75, 1, '2012-06-09 05:39:59', '2012-06-09 09:39:59', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673203.1105990550.additional.02.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-72" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673204.670755667.additional.07.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-73" />\r\n\r\n<a href="http://www.indochino.com/product/The-Essential-Black-3-Piece-Suit" rel="external">Buy it here</a> ($450)', 'The Essential Black 3 Piece Suit', '', 'inherit', 'open', 'open', '', '71-revision-2', '', '', '2012-06-09 05:39:59', '2012-06-09 09:39:59', '', 71, 'http://highlyfaved.com/71-revision-2/', 0, 'revision', '', 0),
(76, 1, '2012-06-09 05:40:04', '2012-06-09 09:40:04', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673203.1105990550.additional.02.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-72" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673204.670755667.additional.07.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-73" />\r\n\r\n<a href="http://www.indochino.com/product/The-Essential-Black-3-Piece-Suit" rel="external">Buy it here</a> ($450)', 'The Essential Black 3 Piece Suit', '', 'inherit', 'open', 'open', '', '71-autosave', '', '', '2012-06-09 05:40:04', '2012-06-09 09:40:04', '', 71, 'http://highlyfaved.com/71-autosave/', 0, 'revision', '', 0),
(77, 1, '2012-06-09 05:40:01', '2012-06-09 09:40:01', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673203.1105990550.additional.02.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-72" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673204.670755667.additional.07.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-73" />\r\n\r\n<a href="http://www.indochino.com/product/The-Essential-Black-3-Piece-Suit" rel="external">Buy it here</a> ($450)', 'The Essential Black 3 Piece Suit', '', 'inherit', 'open', 'open', '', '71-revision-3', '', '', '2012-06-09 05:40:01', '2012-06-09 09:40:01', '', 71, 'http://highlyfaved.com/71-revision-3/', 0, 'revision', '', 0),
(78, 1, '2012-06-09 05:40:23', '2012-06-09 09:40:23', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673203.1105990550.additional.02.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-72" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673204.670755667.additional.07.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-73" />\r\n\r\n<a href="http://www.indochino.com/product/The-Essential-Black-3-Piece-Suit" rel="external">Buy it here</a> ($449)', 'The Essential Black 3 Piece Suit', '', 'inherit', 'open', 'open', '', '71-revision-4', '', '', '2012-06-09 05:40:23', '2012-06-09 09:40:23', '', 71, 'http://highlyfaved.com/71-revision-4/', 0, 'revision', '', 0),
(79, 1, '2012-06-07 22:40:49', '2012-06-07 22:40:49', '<img class="alignnone size-full wp-image-28" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original.jpg"/>\r\n\r\n<img class="alignnone size-full wp-image-29" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676035.87092909.additional.07.original.jpg"/>\r\n\r\n<a href="http://www.indochino.com/product/the-essential-brown-sharkskin-3-piece-suit" rel="external">Buy it here</a> ($449)', 'The Essential Brown Sharkskin 3 Piece Suit', '', 'inherit', 'open', 'open', '', '27-revision-4', '', '', '2012-06-07 22:40:49', '2012-06-07 22:40:49', '', 27, 'http://highlyfaved.com/27-revision-4/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(80, 1, '2012-06-09 05:40:46', '2012-06-09 09:40:46', '<img class="alignnone size-full wp-image-28" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original.jpg"/>\r\n\r\n<img class="alignnone size-full wp-image-29" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676035.87092909.additional.07.original.jpg"/>\r\n\r\n<a href="http://www.indochino.com/product/the-essential-brown-sharkskin-3-piece-suit" rel="external">Buy it here</a> ($450)', 'The Essential Brown Sharkskin 3 Piece Suit', '', 'inherit', 'open', 'open', '', '27-revision-5', '', '', '2012-06-09 05:40:46', '2012-06-09 09:40:46', '', 27, 'http://highlyfaved.com/27-revision-5/', 0, 'revision', '', 0),
(81, 1, '2012-06-09 05:41:08', '2012-06-09 09:41:08', '<img class="alignnone size-full wp-image-28" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original.jpg"/>\r\n\r\n<img class="alignnone size-full wp-image-29" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676035.87092909.additional.07.original.jpg"/>\r\n\r\n<a href="http://www.indochino.com/product/the-essential-brown-sharkskin-3-piece-suit" rel="external">Buy it here</a> ($450)', 'The Essential Brown Sharkskin 3 Piece Suit', '', 'inherit', 'open', 'open', '', '27-revision-6', '', '', '2012-06-09 05:41:08', '2012-06-09 09:41:08', '', 27, 'http://highlyfaved.com/27-revision-6/', 0, 'revision', '', 0),
(82, 1, '2012-06-09 05:41:15', '2012-06-09 09:41:15', '<img class="alignnone size-full wp-image-28" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original.jpg"/>\r\n\r\n<img class="alignnone size-full wp-image-29" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676035.87092909.additional.07.original.jpg"/>\r\n\r\n<a href="http://www.indochino.com/product/the-essential-brown-sharkskin-3-piece-suit" rel="external">Buy it here</a> ($450)', 'The Essential Brown Sharkskin 3 Piece Suit', '', 'inherit', 'open', 'open', '', '27-revision-7', '', '', '2012-06-09 05:41:15', '2012-06-09 09:41:15', '', 27, 'http://highlyfaved.com/27-revision-7/', 0, 'revision', '', 0),
(83, 1, '2012-06-09 05:40:36', '2012-06-09 09:40:36', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673203.1105990550.additional.02.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-72" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673204.670755667.additional.07.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-73" />\r\n\r\n<a href="http://www.indochino.com/product/The-Essential-Black-3-Piece-Suit" rel="external">Buy it here</a> ($450)', 'The Essential Black 3 Piece Suit', '', 'inherit', 'open', 'open', '', '71-revision-5', '', '', '2012-06-09 05:40:36', '2012-06-09 09:40:36', '', 71, 'http://highlyfaved.com/71-revision-5/', 0, 'revision', '', 0),
(84, 1, '2012-06-09 05:41:45', '2012-06-09 09:41:45', '<img class="alignnone size-full wp-image-28" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676034.1025573584.additional.02.original.jpg"/>\r\n\r\n<img class="alignnone size-full wp-image-29" src="http://highlyfaved.com/wp-content/uploads/2012/06/1334676035.87092909.additional.07.original.jpg"/>\r\n\r\n<a href="http://www.indochino.com/product/the-essential-brown-sharkskin-3-piece-suit" rel="external">Buy it here</a> ($450)', 'The Essential Brown Sharkskin 3 Piece Suit', '', 'inherit', 'open', 'open', '', '27-revision-8', '', '', '2012-06-09 05:41:45', '2012-06-09 09:41:45', '', 27, 'http://highlyfaved.com/27-revision-8/', 0, 'revision', '', 0),
(85, 1, '2012-06-09 05:33:10', '2012-06-09 09:33:10', '<img class="alignnone size-large wp-image-66" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-2-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\r\n\r\n<img class="alignnone size-large wp-image-67" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg1-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\r\n\r\n<a href="http://www.mulberry.com/#/storefront/c6195/1149/moreviews/" rel="external">Buy it here</a> ($1,000)', 'Brynmore Leather Messenger Bag', '', 'inherit', 'open', 'open', '', '65-revision-3', '', '', '2012-06-09 05:33:10', '2012-06-09 09:33:10', '', 65, 'http://highlyfaved.com/65-revision-3/', 0, 'revision', '', 0),
(86, 1, '2012-06-09 23:17:51', '2012-06-10 03:17:51', '<img class="alignnone size-large wp-image-66" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg-2-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\r\n\r\n<img class="alignnone size-large wp-image-67" src="http://highlyfaved.com/wp-content/uploads/2012/06/jpeg1-815x850.jpg" alt="Brynmore Leather Messenger Bag" />\r\n\r\n<a href="http://www.mulberry.com/#/storefront/c6195/1149/moreviews/" rel="external">Buy it here</a> ($1,000)', 'Brynmore Leather Messenger Bag', '', 'inherit', 'open', 'open', '', '65-revision-4', '', '', '2012-06-09 23:17:51', '2012-06-10 03:17:51', '', 65, 'http://highlyfaved.com/65-revision-4/', 0, 'revision', '', 0),
(98, 1, '2012-07-07 21:14:31', '2012-07-08 01:14:31', '', 'Mens Casual Unbalance Slim Wool Coat Jacket', '', 'inherit', 'open', 'open', '', 'ajk-gray-1', '', '', '2012-07-07 21:14:31', '2012-07-08 01:14:31', '', 97, 'http://highlyfaved.com/wp-content/uploads/2012/07/ajk-gray-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(89, 1, '2012-06-18 12:23:35', '2012-06-18 16:23:35', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/A116-000-view1-815x1154.jpg" alt="The Newton" title="The Newton" width="815" height="1154" class="alignnone size-large wp-image-90" />\r\n\r\n<a href="http://www.nixon.com/mens/watches/the-newton-a116.html" rel="external">Buy it here</a> ($125)', 'The Newton', '', 'publish', 'open', 'open', '', 'the-newton', '', '', '2012-07-08 06:00:02', '2012-07-08 10:00:02', '', 0, 'http://highlyfaved.com/?p=89', 0, 'post', '', 0),
(90, 1, '2012-06-18 12:22:54', '2012-06-18 16:22:54', '', 'A116-000-view1', '', 'inherit', 'open', 'open', '', 'a116-000-view1', '', '', '2012-06-18 12:22:54', '2012-06-18 16:22:54', '', 89, 'http://highlyfaved.com/wp-content/uploads/2012/06/A116-000-view1.jpg', 0, 'attachment', 'image/jpeg', 0),
(91, 1, '2012-06-18 12:23:28', '2012-06-18 16:23:28', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/A116-000-view1-815x1154.jpg" alt="" title="A116-000-view1" width="815" height="1154" class="alignnone size-large wp-image-90" />\n\n<a href="http://www.nixon.com/mens/watches/the-newton-a116.html" rel="external">Buy it here</a> ($125)', 'The Newton', '', 'inherit', 'open', 'open', '', '89-revision', '', '', '2012-06-18 12:23:28', '2012-06-18 16:23:28', '', 89, 'http://highlyfaved.com/89-revision/', 0, 'revision', '', 0),
(92, 1, '2012-06-19 10:00:49', '2012-06-19 14:00:49', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/A154-1041-view1-815x1154.jpg" alt="The Magnacon SS" title="The Magnacon SS" width="815" height="1154" class="alignnone size-large wp-image-93" />\r\n\r\n<a href="http://www.nixon.com/mens/watches/the-magnacon-ss-A154.html?COLORID=1041" rel="external">Buy it here</a> ($1,000)', 'The Magnacon SS', '', 'publish', 'open', 'open', '', 'the-magnacon-ss', '', '', '2012-07-08 05:59:12', '2012-07-08 09:59:12', '', 0, 'http://highlyfaved.com/?p=92', 0, 'post', '', 0),
(93, 1, '2012-06-18 12:25:24', '2012-06-18 16:25:24', '', 'A154-1041-view1', '', 'inherit', 'open', 'open', '', 'a154-1041-view1', '', '', '2012-06-18 12:25:24', '2012-06-18 16:25:24', '', 92, 'http://highlyfaved.com/wp-content/uploads/2012/06/A154-1041-view1.jpg', 0, 'attachment', 'image/jpeg', 0),
(94, 1, '2012-06-18 12:25:50', '2012-06-18 16:25:50', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/A154-1041-view1-815x1154.jpg" alt="" title="A154-1041-view1" width="815" height="1154" class="alignnone size-large wp-image-93" />\n\n<a href="http://www.nixon.com/mens/watches/the-magnacon-ss-A154.html?COLORID=1041" rel="external">Buy it here</a> ($1,000)', 'The Magnacon SS', '', 'inherit', 'open', 'open', '', '92-revision', '', '', '2012-06-18 12:25:50', '2012-06-18 16:25:50', '', 92, 'http://highlyfaved.com/92-revision/', 0, 'revision', '', 0),
(95, 1, '2012-06-18 12:23:35', '2012-06-18 16:23:35', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/A116-000-view1-815x1154.jpg" alt="" title="A116-000-view1" width="815" height="1154" class="alignnone size-large wp-image-90" />\r\n\r\n<a href="http://www.nixon.com/mens/watches/the-newton-a116.html" rel="external">Buy it here</a> ($125)', 'The Newton', '', 'inherit', 'open', 'open', '', '89-revision-2', '', '', '2012-06-18 12:23:35', '2012-06-18 16:23:35', '', 89, 'http://highlyfaved.com/89-revision-2/', 0, 'revision', '', 0),
(97, 1, '2012-07-07 21:16:00', '2012-07-08 01:16:00', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/ajk-gray-1-815x815.jpg" alt="Mens Casual Unbalance Slim Wool Coat Jacket" title="Mens Casual Unbalance Slim Wool Coat Jacket" width="815" height="815" class="alignnone size-large wp-image-98" />\r\n\r\n<a href="http://theleesshop.com/shop/step1.php?number=8872" rel="external">Buy it here</a> ($62)', 'Mens Casual Unbalance Slim Wool Coat Jacket', '', 'publish', 'open', 'open', '', 'mens-casual-unbalance-slim-wool-coat-jacket', '', '', '2012-07-08 05:59:50', '2012-07-08 09:59:50', '', 0, 'http://highlyfaved.com/?p=97', 0, 'post', '', 0),
(105, 1, '2012-07-10 07:00:13', '2012-07-10 11:00:13', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/197093_mrp_ou_xl-815x850.jpg" alt="Gucci Silk Tie" title="Gucci Silk Tie" width="815" height="850" class="alignnone size-large wp-image-106" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/07/197093_mrp_in_xl-815x850.jpg" alt="Gucci Silk Tie" title="Gucci Silk Tie" width="815" height="850" class="alignnone size-large wp-image-107" />\r\n\r\n<a href="http://www.mrporter.com/product/197093" rel="external">Buy it here</a> ($185)', 'Gucci Silk Tie', '', 'publish', 'open', 'open', '', 'gucci-silk-tie', '', '', '2012-07-09 05:46:28', '2012-07-09 09:46:28', '', 0, 'http://highlyfaved.com/?p=105', 0, 'post', '', 0),
(106, 1, '2012-07-07 21:31:53', '2012-07-08 01:31:53', '', 'Gucci Silk Tie', '', 'inherit', 'open', 'open', '', '197093_mrp_ou_xl', '', '', '2012-07-07 21:31:53', '2012-07-08 01:31:53', '', 105, 'http://highlyfaved.com/wp-content/uploads/2012/07/197093_mrp_ou_xl.jpeg', 0, 'attachment', 'image/jpeg', 0),
(107, 1, '2012-07-07 21:32:10', '2012-07-08 01:32:10', '', 'Gucci Silk Tie', '', 'inherit', 'open', 'open', '', '197093_mrp_in_xl', '', '', '2012-07-07 21:32:10', '2012-07-08 01:32:10', '', 105, 'http://highlyfaved.com/wp-content/uploads/2012/07/197093_mrp_in_xl.jpeg', 0, 'attachment', 'image/jpeg', 0),
(108, 1, '2012-07-07 21:31:26', '2012-07-08 01:31:26', '', 'Gucci Silk Tie', '', 'inherit', 'open', 'open', '', '105-revision', '', '', '2012-07-07 21:31:26', '2012-07-08 01:31:26', '', 105, 'http://highlyfaved.com/105-revision/', 0, 'revision', '', 0),
(109, 1, '2012-07-11 07:00:04', '2012-07-11 11:00:04', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/314476_mrp_in_xl-815x850.jpg" alt="Skull-Patterned Silk Pocket Square" title="Skull-Patterned Silk Pocket Square" width="815" height="850" class="alignnone size-large wp-image-110" />\r\n\r\n<a href="http://www.mrporter.com/product/314476" rel="external">Buy it here</a> ($135)', 'Skull-Patterned Silk Pocket Square', '', 'publish', 'open', 'open', '', 'skull-patterned-silk-pocket-square', '', '', '2012-07-09 05:46:22', '2012-07-09 09:46:22', '', 0, 'http://highlyfaved.com/?p=109', 0, 'post', '', 0),
(110, 1, '2012-07-07 21:33:34', '2012-07-08 01:33:34', '', 'Skull-Patterned Silk Pocket Square', '', 'inherit', 'open', 'open', '', '314476_mrp_in_xl', '', '', '2012-07-07 21:33:34', '2012-07-08 01:33:34', '', 109, 'http://highlyfaved.com/wp-content/uploads/2012/07/314476_mrp_in_xl.jpeg', 0, 'attachment', 'image/jpeg', 0),
(111, 1, '2012-07-07 21:34:05', '2012-07-08 01:34:05', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/314476_mrp_in_xl-815x850.jpg" alt="" title="Skull-Patterned Silk Pocket Square" width="815" height="850" class="alignnone size-large wp-image-110" />\n\n<a href="http://www.mrporter.com/product/314476" rel="external">Buy it here</a> ($135)', 'Skull-Patterned Silk Pocket Square', '', 'inherit', 'open', 'open', '', '109-revision', '', '', '2012-07-07 21:34:05', '2012-07-08 01:34:05', '', 109, 'http://highlyfaved.com/109-revision/', 0, 'revision', '', 0),
(124, 1, '2012-08-09 14:21:41', '2012-08-09 18:21:41', '', 'Richard James - Sharkskin Wool Jacket', '', 'inherit', 'open', 'open', '', 'richard-james-sharkskin-wool-jacket', '', '', '2012-08-09 14:21:41', '2012-08-09 18:21:41', '', 123, 'http://highlyfaved.com/wp-content/uploads/2012/08/Richard-James-Sharkskin-Wool-Jacket.jpeg', 0, 'attachment', 'image/jpeg', 0),
(113, 1, '2012-06-18 12:26:05', '2012-06-18 16:26:05', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/A154-1041-view1-815x1154.jpg" alt="" title="A154-1041-view1" width="815" height="1154" class="alignnone size-large wp-image-93" />\r\n\r\n<a href="http://www.nixon.com/mens/watches/the-magnacon-ss-A154.html?COLORID=1041" rel="external">Buy it here</a> ($1,000)', 'The Magnacon SS', '', 'inherit', 'open', 'open', '', '92-revision-2', '', '', '2012-06-18 12:26:05', '2012-06-18 16:26:05', '', 92, 'http://highlyfaved.com/92-revision-2/', 0, 'revision', '', 0),
(114, 1, '2012-07-07 21:34:06', '2012-07-08 01:34:06', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/314476_mrp_in_xl-815x850.jpg" alt="" title="Skull-Patterned Silk Pocket Square" width="815" height="850" class="alignnone size-large wp-image-110" />\r\n\r\n<a href="http://www.mrporter.com/product/314476" rel="external">Buy it here</a> ($135)', 'Skull-Patterned Silk Pocket Square', '', 'inherit', 'open', 'open', '', '109-revision-2', '', '', '2012-07-07 21:34:06', '2012-07-08 01:34:06', '', 109, 'http://highlyfaved.com/109-revision-2/', 0, 'revision', '', 0),
(115, 1, '2012-07-07 21:33:02', '2012-07-08 01:33:02', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/197093_mrp_ou_xl-815x850.jpg" alt="" title="Gucci Silk Tie" width="815" height="850" class="alignnone size-large wp-image-106" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/07/197093_mrp_in_xl-815x850.jpg" alt="" title="Gucci Silk Tie" width="815" height="850" class="alignnone size-large wp-image-107" />\r\n\r\n<a href="http://www.mrporter.com/product/197093" rel="external">Buy it here</a> ($185)', 'Gucci Silk Tie', '', 'inherit', 'open', 'open', '', '105-revision-2', '', '', '2012-07-07 21:33:02', '2012-07-08 01:33:02', '', 105, 'http://highlyfaved.com/105-revision-2/', 0, 'revision', '', 0),
(116, 1, '2012-07-07 21:27:00', '2012-07-08 01:27:00', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/Suit_27_437_2899_098-815x815.jpg" alt="" title="Cotton Sateen Photographer Suit" width="815" height="815" class="alignnone size-large wp-image-103" />\r\n\r\n<a href="http://www.express.com/suits-1475/control/page/2/show/3/index.ens" rel="external">Buy it here</a> ($139)', 'Cotton Sateen Photographer Suit', '', 'inherit', 'open', 'open', '', '102-revision-2', '', '', '2012-07-07 21:27:00', '2012-07-08 01:27:00', '', 102, 'http://highlyfaved.com/102-revision-2/', 0, 'revision', '', 0),
(117, 1, '2012-07-07 21:16:39', '2012-07-08 01:16:39', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/ajk-gray-1-815x815.jpg" alt="" title="Mens Casual Unbalance Slim Wool Coat Jacket" width="815" height="815" class="alignnone size-large wp-image-98" />\r\n\r\n<a href="http://theleesshop.com/shop/step1.php?number=8872" rel="external">Buy it here</a> ($62)', 'Mens Casual Unbalance Slim Wool Coat Jacket', '', 'inherit', 'open', 'open', '', '97-revision-4', '', '', '2012-07-07 21:16:39', '2012-07-08 01:16:39', '', 97, 'http://highlyfaved.com/97-revision-4/', 0, 'revision', '', 0),
(118, 1, '2012-06-18 12:26:21', '2012-06-18 16:26:21', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/A116-000-view1-815x1154.jpg" alt="" title="A116-000-view1" width="815" height="1154" class="alignnone size-large wp-image-90" />\r\n\r\n<a href="http://www.nixon.com/mens/watches/the-newton-a116.html" rel="external">Buy it here</a> ($125)', 'The Newton', '', 'inherit', 'open', 'open', '', '89-revision-3', '', '', '2012-06-18 12:26:21', '2012-06-18 16:26:21', '', 89, 'http://highlyfaved.com/89-revision-3/', 0, 'revision', '', 0),
(119, 1, '2012-06-09 05:42:05', '2012-06-09 09:42:05', '<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673203.1105990550.additional.02.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-72" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/06/1334673204.670755667.additional.07.jpeg" alt="The Essential Black 3 Piece Suit" width="760" height="570" class="alignnone size-full wp-image-73" />\r\n\r\n<a href="http://www.indochino.com/product/The-Essential-Black-3-Piece-Suit" rel="external">Buy it here</a> ($450)', 'The Essential Black Suit', '', 'inherit', 'open', 'open', '', '71-revision-6', '', '', '2012-06-09 05:42:05', '2012-06-09 09:42:05', '', 71, 'http://highlyfaved.com/71-revision-6/', 0, 'revision', '', 0),
(120, 1, '2012-07-08 05:59:40', '2012-07-08 09:59:40', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/Suit_27_437_2899_098-815x815.jpg" alt="Cotton Sateen Photographer Suit" title="Cotton Sateen Photographer Suit" width="815" height="815" class="alignnone size-large wp-image-103" />\r\n\r\n<a href="http://www.express.com/suits-1475/control/page/2/show/3/index.ens" rel="external">Buy it here</a> ($139)', 'Cotton Sateen Photographer Suit', '', 'inherit', 'open', 'open', '', '102-revision-3', '', '', '2012-07-08 05:59:40', '2012-07-08 09:59:40', '', 102, 'http://highlyfaved.com/102-revision-3/', 0, 'revision', '', 0),
(121, 1, '2012-07-08 05:59:23', '2012-07-08 09:59:23', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/314476_mrp_in_xl-815x850.jpg" alt="Skull-Patterned Silk Pocket Square" title="Skull-Patterned Silk Pocket Square" width="815" height="850" class="alignnone size-large wp-image-110" />\r\n\r\n<a href="http://www.mrporter.com/product/314476" rel="external">Buy it here</a> ($135)', 'Skull-Patterned Silk Pocket Square', '', 'inherit', 'open', 'open', '', '109-revision-3', '', '', '2012-07-08 05:59:23', '2012-07-08 09:59:23', '', 109, 'http://highlyfaved.com/109-revision-3/', 0, 'revision', '', 0),
(122, 1, '2012-07-08 05:59:32', '2012-07-08 09:59:32', '<img src="http://highlyfaved.com/wp-content/uploads/2012/07/197093_mrp_ou_xl-815x850.jpg" alt="Gucci Silk Tie" title="Gucci Silk Tie" width="815" height="850" class="alignnone size-large wp-image-106" />\r\n\r\n<img src="http://highlyfaved.com/wp-content/uploads/2012/07/197093_mrp_in_xl-815x850.jpg" alt="Gucci Silk Tie" title="Gucci Silk Tie" width="815" height="850" class="alignnone size-large wp-image-107" />\r\n\r\n<a href="http://www.mrporter.com/product/197093" rel="external">Buy it here</a> ($185)', 'Gucci Silk Tie', '', 'inherit', 'open', 'open', '', '105-revision-3', '', '', '2012-07-08 05:59:32', '2012-07-08 09:59:32', '', 105, 'http://highlyfaved.com/105-revision-3/', 0, 'revision', '', 0),
(123, 1, '2012-08-09 14:23:08', '2012-08-09 18:23:08', '<img src="http://highlyfaved.com/wp-content/uploads/2012/08/Richard-James-Sharkskin-Wool-Jacket-815x850.jpeg" alt="" title="Richard James - Sharkskin Wool Jacket" width="815" height="850" class="alignnone size-large wp-image-124" />\r\n\r\n<a href="http://www.mrporter.com/product/189166" rel="external">Buy it here</a> ($1,050)', 'Richard James - Sharkskin Wool Jacket', '', 'publish', 'open', 'open', '', 'richard-james-sharkskin-wool-jacket', '', '', '2012-08-09 14:23:08', '2012-08-09 18:23:08', '', 0, 'http://highlyfaved.com/?p=123', 0, 'post', '', 0),
(125, 1, '2012-08-09 14:22:32', '2012-08-09 18:22:32', '<img src="http://highlyfaved.com/wp-content/uploads/2012/08/Richard-James-Sharkskin-Wool-Jacket-815x850.jpeg" alt="" title="Richard James - Sharkskin Wool Jacket" width="815" height="850" class="alignnone size-large wp-image-124" />\n\nBuy it here ($', 'Richard James - Sharkskin Wool Jacket', '', 'inherit', 'open', 'open', '', '123-revision', '', '', '2012-08-09 14:22:32', '2012-08-09 18:22:32', '', 123, 'http://highlyfaved.com/123-revision/', 0, 'revision', '', 0),
(129, 1, '2013-02-15 16:25:33', '2013-02-15 21:25:33', '<img class="alignnone size-large wp-image-130" title="ScabalFabrics" src="http://highlyfaved.com/wp-content/uploads/2013/02/ScabalFabrics-815x1152.jpg" alt="Scabal Fabrics" width="815" height="1152" />\r\n\r\n<a href="http://www.scabal.com/" rel="external">Visit Scabal''s Site</a>', 'Scabal Fabrics', '', 'publish', 'open', 'open', '', 'scabal-fabrics', '', '', '2013-02-15 16:26:16', '2013-02-15 21:26:16', '', 0, 'http://highlyfaved.com/?p=129', 0, 'post', '', 0),
(130, 1, '2013-02-15 16:23:40', '2013-02-15 21:23:40', '', 'ScabalFabrics', '', 'inherit', 'open', 'open', '', 'scabalfabrics', '', '', '2013-02-15 16:23:40', '2013-02-15 21:23:40', '', 129, 'http://highlyfaved.com/wp-content/uploads/2013/02/ScabalFabrics.jpg', 0, 'attachment', 'image/jpeg', 0),
(131, 1, '2013-02-15 16:24:22', '2013-02-15 21:24:22', '<img class="alignnone size-large wp-image-130" title="ScabalFabrics" src="http://highlyfaved.com/wp-content/uploads/2013/02/ScabalFabrics-815x1152.jpg" alt="Scabal Fabrics" width="815" height="1152" />', 'Scabal Fabrics', '', 'inherit', 'open', 'open', '', '129-revision', '', '', '2013-02-15 16:24:22', '2013-02-15 21:24:22', '', 129, 'http://highlyfaved.com/129-revision/', 0, 'revision', '', 0),
(132, 1, '2013-02-15 16:25:33', '2013-02-15 21:25:33', '<img class="alignnone size-large wp-image-130" title="ScabalFabrics" src="http://highlyfaved.com/wp-content/uploads/2013/02/ScabalFabrics-815x1152.jpg" alt="Scabal Fabrics" width="815" height="1152" />', 'Scabal Fabrics', '', 'inherit', 'open', 'open', '', '129-revision-2', '', '', '2013-02-15 16:25:33', '2013-02-15 21:25:33', '', 129, 'http://highlyfaved.com/129-revision-2/', 0, 'revision', '', 0);

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

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

DROP TABLE IF EXISTS `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',
  `avhec_term_order` int(4) DEFAULT '0',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `slug` (`slug`),
  KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=39 ;

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

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`, `avhec_term_order`) VALUES
(1, 'Uncategorized', 'uncategorized', 0, 0),
(2, 'Blogroll', 'blogroll', 0, 0),
(3, 'Primary Navigation', 'primary-navigation', 0, 0),
(4, 'Shoes', 'shoes', 0, 0),
(5, 'Texture', 'texture', 0, 0),
(6, 'Leather', 'leather', 0, 0),
(7, 'Suede', 'suede', 0, 0),
(8, 'Color', 'color', 0, 0),
(9, 'Black', 'black', 0, 0),
(10, 'Brown', 'brown', 0, 0),
(11, 'Occasion', 'occasion', 0, 0),
(12, 'Formal', 'formal', 0, 0),
(13, 'Semi-Formal', 'semi-formal', 0, 0),
(14, 'Casual', 'casual', 0, 0),
(15, 'Article', 'article', 0, 0),
(16, 'Blazer', 'blazer', 0, 0),
(17, 'Semi-formal', 'semi-formal-2', 0, 0),
(18, 'none', 'none', 0, 0),
(19, 'All', 'all', 0, 0),
(20, 'Home', 'home', 0, 0),
(21, 'Watch', 'watch', 0, 0),
(22, 'White', 'white', 0, 0),
(23, 'Bag', 'bag', 0, 0),
(24, 'Gray', 'gray', 0, 0),
(25, 'Cotton', 'cotton', 0, 0),
(26, 'Linen', 'linen', 0, 0),
(27, 'Accessory', 'accessory', 0, 0),
(28, 'Silver', 'silver', 0, 0),
(29, 'Metal', 'metal', 0, 0),
(30, 'Suit', 'suit', 0, 0),
(31, 'Wool', 'wool', 0, 0),
(32, 'Outerwear', 'outerwear', 0, 0),
(33, 'Silk', 'silk', 0, 0),
(34, 'Season', 'season', 0, 0),
(35, 'Fall', 'fall', 0, 0),
(36, 'Winter', 'winter', 0, 0),
(37, 'Spring', 'spring', 0, 0),
(38, 'Summer', 'summer', 0, 0);

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

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

DROP TABLE IF EXISTS `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=MyISAM DEFAULT CHARSET=utf8;

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

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(6, 2, 0),
(7, 2, 0),
(1, 9, 0),
(11, 3, 0),
(10, 3, 0),
(9, 3, 0),
(1, 6, 0),
(1, 7, 0),
(1, 4, 0),
(1, 10, 0),
(35, 15, 0),
(27, 12, 0),
(27, 10, 0),
(35, 14, 0),
(35, 9, 0),
(35, 16, 0),
(52, 25, 0),
(52, 23, 0),
(42, 22, 0),
(42, 21, 0),
(42, 14, 0),
(42, 13, 0),
(52, 26, 0),
(52, 24, 0),
(52, 9, 0),
(52, 22, 0),
(52, 14, 0),
(27, 30, 0),
(58, 29, 0),
(58, 28, 0),
(58, 27, 0),
(65, 23, 0),
(65, 9, 0),
(65, 12, 0),
(65, 13, 0),
(65, 6, 0),
(71, 30, 0),
(71, 9, 0),
(71, 12, 0),
(89, 9, 0),
(71, 31, 0),
(27, 31, 0),
(89, 21, 0),
(89, 14, 0),
(92, 12, 0),
(92, 21, 0),
(92, 9, 0),
(92, 13, 0),
(97, 32, 0),
(97, 24, 0),
(97, 14, 0),
(97, 13, 0),
(97, 31, 0),
(102, 30, 0),
(102, 9, 0),
(102, 12, 0),
(102, 25, 0),
(105, 33, 0),
(105, 27, 0),
(105, 9, 0),
(105, 12, 0),
(105, 13, 0),
(109, 27, 0),
(109, 9, 0),
(109, 24, 0),
(129, 34, 0),
(123, 15, 0),
(123, 30, 0),
(123, 24, 0),
(123, 12, 0),
(123, 31, 0),
(129, 15, 0),
(129, 30, 0),
(129, 8, 0),
(129, 9, 0),
(129, 24, 0),
(129, 11, 0),
(129, 12, 0),
(129, 5, 0),
(129, 35, 0),
(129, 36, 0);

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

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

DROP TABLE IF EXISTS `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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=39 ;

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

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'link_category', '', 0, 7),
(3, 3, 'nav_menu', '', 0, 3),
(4, 4, 'category', '', 15, 1),
(5, 5, 'category', '', 0, 1),
(6, 6, 'category', '', 5, 2),
(7, 7, 'category', '', 5, 1),
(8, 8, 'category', '', 0, 1),
(9, 9, 'category', '', 8, 11),
(10, 10, 'category', '', 8, 2),
(11, 11, 'category', '', 0, 1),
(12, 12, 'category', '', 11, 8),
(13, 13, 'category', '', 11, 5),
(14, 14, 'category', '', 11, 5),
(15, 15, 'category', '', 0, 3),
(16, 16, 'category', '', 15, 1),
(17, 17, 'post_tag', '', 0, 0),
(18, 18, 'avhec_catgroup', 'This group will not show the widget.', 0, 0),
(19, 19, 'avhec_catgroup', 'Holds all the categories.', 0, 0),
(20, 20, 'avhec_catgroup', 'This group will be shown on the front page.', 0, 0),
(21, 21, 'category', '', 15, 3),
(22, 22, 'category', '', 8, 2),
(23, 23, 'category', '', 15, 2),
(24, 24, 'category', '', 8, 5),
(25, 25, 'category', '', 5, 2),
(26, 26, 'category', '', 5, 1),
(27, 27, 'category', '', 15, 3),
(28, 28, 'category', '', 8, 1),
(29, 29, 'category', '', 5, 1),
(30, 30, 'category', '', 15, 5),
(31, 31, 'category', '', 5, 4),
(32, 32, 'category', '', 15, 1),
(33, 33, 'category', '', 5, 1),
(34, 34, 'category', '', 0, 1),
(35, 35, 'category', '', 34, 1),
(36, 36, 'category', '', 34, 1),
(37, 37, 'category', '', 34, 0),
(38, 38, 'category', '', 34, 0);

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

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

DROP TABLE IF EXISTS `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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=22 ;

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

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(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";s:1:"1";}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_media_uploader,wp330_saving_widgets'),
(13, 1, 'show_welcome_panel', '1'),
(14, 1, 'wp_dashboard_quick_press_last_post_id', '128'),
(15, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(16, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(17, 1, 'wp_user-settings', 'imgsize=large&editor=html&urlbutton=none&wplink=0'),
(18, 1, 'wp_user-settings-time', '1360963529'),
(19, 1, 'nav_menu_recently_edited', '3'),
(20, 1, 'closedpostboxes_post', 'a:1:{i:0;s:17:"avhec_catgroupdiv";}'),
(21, 1, 'metaboxhidden_post', 'a:8:{i:0;s:11:"postexcerpt";i:1;s:13:"trackbacksdiv";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";i:7;s:12:"revisionsdiv";}');

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

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

DROP TABLE IF EXISTS `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=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

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

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$B3BJ.xUJzK0ytZddyqXy215A0LNO0o/', 'admin', 'info@ceagon.com', '', '2012-06-03 05:14:35', '', 0, 'admin');

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

Youez - 2016 - github.com/yon3zu
LinuXploit